diff options
-rw-r--r-- | arc_13_retourI.tex | 7 | ||||
-rw-r--r-- | aventuriers.tex | 8 | ||||
-rw-r--r-- | makefile | 2 |
3 files changed, 15 insertions, 2 deletions
diff --git a/arc_13_retourI.tex b/arc_13_retourI.tex new file mode 100644 index 0000000..5d8e879 --- /dev/null +++ b/arc_13_retourI.tex | |||
@@ -0,0 +1,7 @@ | |||
1 | %%%% Le retour d'I | ||
2 | |||
3 | \arc | ||
4 | |||
5 | \recit{\chloe} | ||
6 | |||
7 | |||
diff --git a/aventuriers.tex b/aventuriers.tex index b1f5d30..dc419bf 100644 --- a/aventuriers.tex +++ b/aventuriers.tex | |||
@@ -31,8 +31,11 @@ | |||
31 | \newcommand\arc{{ | 31 | \newcommand\arc{{ |
32 | \symbole | 32 | \symbole |
33 | \addtocounter{chapter}{1} | 33 | \addtocounter{chapter}{1} |
34 | \ifx\HCode\undefined \chapter*{Chapitre \thechapter} | ||
34 | \addcontentsline{toc}{chapter}{Chapitre \thechapter} | 35 | \addcontentsline{toc}{chapter}{Chapitre \thechapter} |
36 | \else \addcontentsline{toc}{chapter}{Chapitre \thechapter} | ||
35 | \chapter*{Chapitre \thechapter} | 37 | \chapter*{Chapitre \thechapter} |
38 | \fi | ||
36 | \hyperref[debut]{Lien vers le début} | 39 | \hyperref[debut]{Lien vers le début} |
37 | }} | 40 | }} |
38 | 41 | ||
@@ -88,7 +91,8 @@ Version html\\ \url{http://aventuriers.syanni.eu/} | |||
88 | 91 | ||
89 | Version pdf\\ \url{http://aventuriers.syanni.eu/aventuriers.pdf} | 92 | Version pdf\\ \url{http://aventuriers.syanni.eu/aventuriers.pdf} |
90 | 93 | ||
91 | Version livre électronique\\ \url{http://aventuriers.syanni.eu/aventuriers.mobi} ou \url{http://aventuriers.syanni.eu/aventuriers.epub} | 94 | Version livre électronique\\ \url{http://aventuriers.syanni.eu/aventuriers.mobi} \\ |
95 | ou \url{http://aventuriers.syanni.eu/aventuriers.epub} | ||
92 | 96 | ||
93 | Dépôt avec les sources \\ \url{https://git.immae.eu/?p=perso/Denise/aventuriers.git} | 97 | Dépôt avec les sources \\ \url{https://git.immae.eu/?p=perso/Denise/aventuriers.git} |
94 | 98 | ||
@@ -160,6 +164,8 @@ Dépôt avec les sources \\ \url{https://git.immae.eu/?p=perso/Denise/aventurier | |||
160 | 164 | ||
161 | \input{arc_12_sauvetagesvraiment.tex} | 165 | \input{arc_12_sauvetagesvraiment.tex} |
162 | 166 | ||
167 | \input{arc_13_retourI.tex} | ||
168 | |||
163 | 169 | ||
164 | %%%%%%%%%%%%%%%%%%%%%% | 170 | %%%%%%%%%%%%%%%%%%%%%% |
165 | \symbole | 171 | \symbole |
@@ -1,4 +1,4 @@ | |||
1 | LISTEFICHIERS=symbole.png aventuriers.tex arc_5RCDA.tex arc_6_CI.tex arc_3RC.tex arc_libeseve.tex arc_JC.tex arc_4AD.tex arc_4.5_JCS.tex intro.tex arc_CID.tex noms.tex arc_7_JCSR.tex arc_8.tex arc_9.tex arc_10_chateau.tex arc_11_sauvetages.tex arc_12_sauvetagesvraiment.tex | 1 | LISTEFICHIERS=symbole.png aventuriers.tex arc_5RCDA.tex arc_6_CI.tex arc_3RC.tex arc_libeseve.tex arc_JC.tex arc_4AD.tex arc_4.5_JCS.tex intro.tex arc_CID.tex noms.tex arc_7_JCSR.tex arc_8.tex arc_9.tex arc_10_chateau.tex arc_11_sauvetages.tex arc_12_sauvetagesvraiment.tex arc_13_retourI.tex |
2 | 2 | ||
3 | 3 | ||
4 | all: aventuriers.pdf | 4 | all: aventuriers.pdf |