##// END OF EJS Templates
Limit latex equations to page width.
James Goppert -
Show More
@@ -157,11 +157,11 b' This template does not define a docclass, the inheriting class must define this.'
157
157
158 % Display latex
158 % Display latex
159 ((* block data_latex -*))
159 ((* block data_latex -*))
160 ((*- if output.latex.startswith('$'): -*))
160 ((*- if output.latex.startswith('$'): -*))
161 ((= Replace $ symbols with more explicit, equation block. =))
161 ((= Replace $ symbols with more explicit, equation block. =))
162 \begin{equation*}
162 \begin{equation*}\adjustbox{max width=\textwidth}{$
163 ((( output.latex | strip_dollars )))
163 ((( output.latex | strip_dollars )))
164 \end{equation*}
164 $}\end{equation*}
165 ((*- else -*))
165 ((*- else -*))
166 ((( output.latex )))
166 ((( output.latex )))
167 ((*- endif *))
167 ((*- endif *))
General Comments 0
You need to be logged in to leave comments. Login now