This commit is contained in:
Fabrice Mouhartem 2018-02-02 14:37:04 +01:00
parent f4431cda9a
commit d0cff1b81a
3 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,5 @@
SRC=${wildcard *.tex}
OPT=--pdf --synctex
OPT=--pdf --synctex --command "makeidx.style index.ist"
all: main.pdf

6
index.ist Normal file
View 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"

View File

@ -4,6 +4,8 @@
\usepackage[french,english]{babel}
%\usepackage[UKenglish]{babel}
\usepackage[T1]{fontenc}
\usepackage{makeidx}
\makeindex
% Customization
\usepackage{libertine}
@ -96,6 +98,7 @@
\bibliographystyle{alphaabbr}
\bibliography{these.bib}
\printindex
\backmatter
\listoffigures
\end{document}