Guía rápida de QuickLaTeX en WordPress-Editor en una página personal de emm:
Activate QuickLaTeX on a page, post, or comment with the shortcode . Then you may insert LaTeX expressions directly in the text by surrounding them with or place them displayed with
as you usually do typing offline LaTeX documents.
You may also use display environments equation, align, displaymath, eqnarray, multline, flalign, gather, and alignat.
Here is example of a page with LaTeX formulas (how it appears in WordPress editor):




where is some step.
Then we interpolate points by polynomial
(1)
Its coefficients are found as a solution of system of linear equations:
(2)
Here are references to existing equations: (1), (2).
Here is reference to non-existing equation (??).
Same page processed by QuickLaTeX and published (how visitors see it in a browser):
For the display environments, equation numbering is automatic, but this may be overridden and the number set explicitly with \tag{..} placed within the display expression.
A number of options may be set for an expression with attribute tags such as size, color, background, align, as arguments of \quicklatex{} placed within the expression:
renders with green font of 25 pixels height:
Compilation of an expression may be suppressed, showing instead the LaTeX source, by preceding the expression with a !.
For mathematical graphs you may use tikzpicture and pgfplots, e.g. :
compiles to
see on-line tikz help for examples and more information.
Whether or not QuickLaTeX has been activated with , you may always place a LaTeX expression within shortcodes everywhere on the site. Attribute tags are allowed:
.
Visit QuickLaTeX’s home page for more information on features, examples, tips & tricks, tikZ graphics inclusion, etc.