##// END OF EJS Templates
Fixed latex template to support multicol w/ adjustbox.
James Goppert -
Show More
@@ -159,7 +159,7 b' This template does not define a docclass, the inheriting class must define this.'
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*}\adjustbox{max width=\textwidth}{$
162 \begin{equation*}\adjustbox{max width=\hsize}{$
163 ((( output.latex | strip_dollars )))
163 ((( output.latex | strip_dollars )))
164 $}\end{equation*}
164 $}\end{equation*}
165 ((*- else -*))
165 ((*- else -*))
General Comments 0
You need to be logged in to leave comments. Login now