index
This commit is contained in:
parent
f4431cda9a
commit
d0cff1b81a
2
Makefile
2
Makefile
@ -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
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[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}
|
||||
|
Loading…
Reference in New Issue
Block a user