diff options
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/ralessi/master.tex | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/sandbox/ralessi/master.tex b/sandbox/ralessi/master.tex index 7cfd725..5ad95ab 100644 --- a/sandbox/ralessi/master.tex +++ b/sandbox/ralessi/master.tex | |||
@@ -1,21 +1,36 @@ | |||
1 | \documentclass[12pt,a4paper]{article} | 1 | \documentclass[headings=small,open=any, index=toc]{scrbook} |
2 | \usepackage[french]{babel} | 2 | \usepackage[french]{babel} |
3 | 3 | ||
4 | \usepackage[colorlinks, hidelinks]{hyperref} | 4 | \usepackage{fontspec} |
5 | \usepackage{microtype} | ||
6 | \usepackage{ebgaramond} | ||
7 | |||
8 | \addtokomafont{disposition}{\rmfamily} | ||
9 | |||
5 | \usepackage{csquotes} | 10 | \usepackage{csquotes} |
6 | 11 | ||
7 | \usepackage{imakeidx} | 12 | \usepackage{imakeidx} |
8 | \makeindex[name=participants, title={Liste des participants}, columns=1] | 13 | \makeindex[name=participants, title={Liste des participants}, |
14 | columns=1, intoc] | ||
15 | |||
16 | \usepackage{xurl} | ||
17 | \usepackage[unicode, colorlinks, hidelinks]{hyperref} | ||
9 | 18 | ||
10 | \usepackage{titletoc} | 19 | \usepackage{tocloft} |
11 | \usepackage{tocdata} | 20 | \usepackage{tocdata} |
12 | 21 | ||
13 | \usepackage{datatool} | 22 | \usepackage{datatool} |
14 | 23 | ||
15 | \DTLloaddb{data}{data.csv} | 24 | \DTLloaddb{data}{data.csv} |
16 | 25 | ||
26 | \subject{Équipe de recherche} | ||
27 | \title{Titre du colloque} | ||
28 | \subtitle{Résumés des communications} | ||
29 | \date{date du colloque} | ||
30 | \publishers{Nom de l'université} | ||
17 | 31 | ||
18 | \begin{document} | 32 | \begin{document} |
33 | \maketitle | ||
19 | \renewcommand{\contentsname}{Sommaire} | 34 | \renewcommand{\contentsname}{Sommaire} |
20 | \tableofcontents | 35 | \tableofcontents |
21 | 36 | ||
@@ -39,12 +54,12 @@ | |||
39 | \begin{DTLenvforeach*}{data}{\name=nom, \givenname=prenom, | 54 | \begin{DTLenvforeach*}{data}{\name=nom, \givenname=prenom, |
40 | \affil=affiliation, \email=email, \titre=titre, \fichier=fichier} | 55 | \affil=affiliation, \email=email, \titre=titre, \fichier=fichier} |
41 | 56 | ||
42 | \sectionauthor{\titre}{\givenname}{\name}[ (\affil)\footnote{\href{mailto:\email}{\email}}] | 57 | \chapterauthor{\titre}{\givenname}{\name}[ (\affil)\footnote{\href{mailto:\email}{\email}}] |
43 | \index[participants]{\name, \givenname} | 58 | \index[participants]{\name, \givenname} |
44 | 59 | ||
45 | \input{\fichier} | 60 | \input{\fichier} |
46 | 61 | ||
47 | \clearpage | 62 | % \clearpage |
48 | \end{DTLenvforeach*} | 63 | \end{DTLenvforeach*} |
49 | 64 | ||
50 | 65 | ||