Browse Source

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
```
Carl Suster 10 năm trước cách đây
mục cha
commit
e27b4277e2
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      TeX.gitignore

+ 2 - 1
TeX.gitignore

@@ -93,7 +93,8 @@ acs-*.bib
 # minitoc
 # minitoc
 *.maf
 *.maf
 *.mtc
 *.mtc
-*.mtc0
+*.mtc[0-9]
+*.mtc[1-9][0-9]
 
 
 # minted
 # minted
 _minted*
 _minted*