Modify ↓
Opened 14 years ago
Closed 14 years ago
#8492 closed defect (fixed)
wrong example
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | LatexMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
The macro example shows the user to open an mathematical environment:
{{{ #!Latex $\frac{\alpha^{\beta^2}}{\delta + \alpha}$ }}}
this will produce an wrong formula, because the macro itself opens the mathatical environment:
... # Include your favourite LaTeX preamble tex_preamble = r''' \documentclass{article} \usepackage{amsmath} \usepackage{amsthm} \usepackage{amssymb} \pagestyle{empty} \begin{document} \begin{equation*} ...
Please remove eather the $ in the documentation or the mathematical environment.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | latexmacro_doc_example.png added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Owner: | changed from jeangui to Ryan J Ollos |
---|---|
Status: | new → assigned |
Wiki page updated.
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
see