You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/math/init.lua
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -256,6 +256,18 @@ To keep them small, you should put braces around the expression:
256
256
\Vert v \Vert = \sqrt{x^2 + y^2} \text{ vs. } {\Vert v \Vert} = \sqrt{x^2 + y^2}
257
257
\end{math}
258
258
259
+
Alternatively, you can use the \code{\\left} and \code{\\right} commands to automatically adjust the size of the delimiters to the inner content.
260
+
Since SILE does it automatically for paired delimiters, it only really useful if you took a TeX formula using these commands and want to keep it as is, or if you want to use delimiters that are not paired in an obvious way.
261
+
In this construct, the period is also supported for a null delimiter, as with TeX.
0 commit comments