We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23d5942 + c4a733d commit 71355c2Copy full SHA for 71355c2
options/input/tex.rst
@@ -38,7 +38,7 @@ The Configuration Block
38
tagSide: 'right', // side for \tag macros
39
tagIndent: '0.8em', // amount to indent tags
40
useLabelIds: true, // use label name rather than tag for ids
41
- maxMacros: 1000, // maximum number of macro substitutions per expression
+ maxMacros: 10000, // maximum number of macro substitutions per expression
42
maxBuffer: 5 * 1024, // maximum size for the internal TeX string (5K)
43
baseURL: // URL for use with links to tags (when there is a <base> tag in effect)
44
(document.getElementsByTagName('base').length === 0) ?
0 commit comments