Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yuxiao Mao
Thesis Template
Commits
34c876ae
Commit
34c876ae
authored
Nov 04, 2021
by
Yuxiao Mao
Browse files
[fix] fix minitoc again, it is an order problem when using additional chapters*.
parent
36b8a550
Changes
3
Hide whitespace changes
Inline
Side-by-side
formatAndDefs.tex
View file @
34c876ae
...
...
@@ -64,9 +64,9 @@
%%%%%%%% PDF %%%%%%%%
% Links in pdf
\usepackage
{
color
}
\definecolor
{
linkcol
}{
rgb
}{
0,0,0.4
}
\definecolor
{
citecol
}{
rgb
}{
0.5,0,0
}
\definecolor
{
linkcol
}{
rgb
}{
0,0,0
}
\definecolor
{
linkcol
}{
rgb
}{
0,0,0.4
}
\definecolor
{
citecol
}{
rgb
}{
0.5,0,0
}
\definecolor
{
linkcol
}{
rgb
}{
0,0,0
}
\definecolor
{
citecol
}{
rgb
}{
0,0,0
}
% Change this to change the informations included in the pdf file
...
...
main.pdf
View file @
34c876ae
No preview for this file type
main.tex
View file @
34c876ae
...
...
@@ -96,9 +96,11 @@
%\renewcommand{\listfigurename}{Liste des figures}
\listoffigures
\mtcaddchapter
{
\listfigurename
}
\addcontentsline
{
toc
}{
chapter
}{
\listfigurename
}
\listoftables
\mtcaddchapter
{
\listtablename
}
\addcontentsline
{
toc
}{
chapter
}{
\listtablename
}
\printnomenclature
...
...
@@ -109,7 +111,7 @@
%
% You should not use \mtcfixnomenclature if you have no glossary (that means,
% if you don't use \printnomenclature or if your glossary is empty).
%
\mtcfixnomenclature
\mtcfixnomenclature
%%%%%%%% 5. MAIN CONTENT %%%%%%%%
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment