Skip to content

Commit e27b427

Browse files
committed
Merge pull request #1523 from dash00/master
[Tex] Change *.mtc0 to *.mtc[0-9] *.mtc[1-9][0-9] >`\@tocfile` The name of the file containing the minitoc is constructed from `\jobname` and a suffix `\@tocfile`, which is `.mtc` (long extensions) or `.M` (short extensions) followed by the absolute number of the minitoc. ``` \if@mtc@longext@ \def\@tocfile{mtc\The@mtc}% \else \def\@tocfile{M\The@mtc}% \fi ```
2 parents 28adf70 + d0c5830 commit e27b427

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TeX.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ acs-*.bib
9393
# minitoc
9494
*.maf
9595
*.mtc
96-
*.mtc0
96+
*.mtc[0-9]
97+
*.mtc[1-9][0-9]
9798

9899
# minted
99100
_minted*

0 commit comments

Comments
 (0)