Skip to content

Commit 71355c2

Browse files
authored
Merge pull request #310 from therzka/patch-1
Fix default maxMacros value in configuration block example
2 parents 23d5942 + c4a733d commit 71355c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/input/tex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Configuration Block
3838
tagSide: 'right', // side for \tag macros
3939
tagIndent: '0.8em', // amount to indent tags
4040
useLabelIds: true, // use label name rather than tag for ids
41-
maxMacros: 1000, // maximum number of macro substitutions per expression
41+
maxMacros: 10000, // maximum number of macro substitutions per expression
4242
maxBuffer: 5 * 1024, // maximum size for the internal TeX string (5K)
4343
baseURL: // URL for use with links to tags (when there is a <base> tag in effect)
4444
(document.getElementsByTagName('base').length === 0) ?

0 commit comments

Comments
 (0)