From 6c253cddc05dedcc3dbe7552437e6638e24ab678 Mon Sep 17 00:00:00 2001
From: lucha <lucha@paranoici.org>
Date: Sat, 14 Jan 2017 17:04:45 +0100
Subject: [PATCH 192/229] Added some instructions on mathjax latex plugin

---
 .../plugins/mathjax-latex/mathjax-latex-admin.php      | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/wp-content/plugins/mathjax-latex/mathjax-latex-admin.php b/wp-content/plugins/mathjax-latex/mathjax-latex-admin.php
index 32089608..47123ca3 100644
--- a/wp-content/plugins/mathjax-latex/mathjax-latex-admin.php
+++ b/wp-content/plugins/mathjax-latex/mathjax-latex-admin.php
@@ -152,7 +152,15 @@ EOT;
 	public function table_head() {
 		?>
 		<div class='wrap' id='mathjax-latex-options'>
-			<h2>Mathjax-Latex</h2>
+			<h2>MathJax LaTeX</h2>
+        <div>
+        You can embed LaTeX formulas in blog posts, either by using the [latex] shortcode:
+        <pre>[latex]E=mc^2[/latex]</pre>
+        or by using the standard MathJax syntax
+        <pre>$$E=mc^2$$</pre>
+        In this case, you <bold>have to</bold> a [mathjax] shortcode anywhere in the post,
+        or use the "Force load" option below.
+        </div>
 			<form id='mathjaxlatex' name='mathjaxlatex' action='' method='POST'>
 				<?php wp_nonce_field( 'kblog_mathjax_latex_save_action', 'kblog_mathjax_latex_save_field', true ); ?>
 			<table class='form-table'>
-- 
2.17.1