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