Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
noblogs-wp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ai
noblogs-wp
Commits
1a1f00d4
Commit
1a1f00d4
authored
Jan 14, 2017
by
lucha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some instructions on mathjax latex plugin
parent
ed524975
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
wp-content/plugins/mathjax-latex/mathjax-latex-admin.php
wp-content/plugins/mathjax-latex/mathjax-latex-admin.php
+9
-1
No files found.
wp-content/plugins/mathjax-latex/mathjax-latex-admin.php
View file @
1a1f00d4
...
...
@@ -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'
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment