index
This commit is contained in:
parent
f4431cda9a
commit
d0cff1b81a
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
SRC=${wildcard *.tex}
|
SRC=${wildcard *.tex}
|
||||||
OPT=--pdf --synctex
|
OPT=--pdf --synctex --command "makeidx.style index.ist"
|
||||||
|
|
||||||
all: main.pdf
|
all: main.pdf
|
||||||
|
|
||||||
|
6
index.ist
Normal file
6
index.ist
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
heading_prefix "{\\bfseries\\hfil "
|
||||||
|
heading_suffix "\\hfil}\\nopagebreak\n"
|
||||||
|
headings_flag 1
|
||||||
|
delim_0 "\\dotfill"
|
||||||
|
delim_1 "\\dotfill"
|
||||||
|
delim_2 "\\dotfill"
|
3
main.tex
3
main.tex
@ -4,6 +4,8 @@
|
|||||||
\usepackage[french,english]{babel}
|
\usepackage[french,english]{babel}
|
||||||
%\usepackage[UKenglish]{babel}
|
%\usepackage[UKenglish]{babel}
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
|
\usepackage{makeidx}
|
||||||
|
\makeindex
|
||||||
|
|
||||||
% Customization
|
% Customization
|
||||||
\usepackage{libertine}
|
\usepackage{libertine}
|
||||||
@ -96,6 +98,7 @@
|
|||||||
|
|
||||||
\bibliographystyle{alphaabbr}
|
\bibliographystyle{alphaabbr}
|
||||||
\bibliography{these.bib}
|
\bibliography{these.bib}
|
||||||
|
\printindex
|
||||||
\backmatter
|
\backmatter
|
||||||
\listoffigures
|
\listoffigures
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Loading…
Reference in New Issue
Block a user