diff options
Diffstat (limited to 'main')
| -rw-r--r-- | main/DCS.tex | 10 | ||||
| -rw-r--r-- | main/chapter00.tex | 11 | ||||
| -rw-r--r-- | main/chapter01.tex | 4 | ||||
| -rw-r--r-- | main/chapter02.tex | 2 |
4 files changed, 15 insertions, 12 deletions
diff --git a/main/DCS.tex b/main/DCS.tex index 3986e61..595d615 100644 --- a/main/DCS.tex +++ b/main/DCS.tex @@ -48,13 +48,13 @@ \setcounter{chapter}{-1} -\input{../chapter00/content.tex} +\input{../chapter00/content_ch00.tex} \clearpage -\input{../chapter01/content.tex} +\input{../chapter01/content_ch01.tex} \clearpage -\input{../chapter02/content.tex} +\input{../chapter02/content_ch02.tex} \clearpage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -86,8 +86,8 @@ \newpage % Print default index -\phantomsection
-\addcontentsline{toc}{chapter}{Index}
+\phantomsection +\addcontentsline{toc}{chapter}{Index} \printindex \newpage diff --git a/main/chapter00.tex b/main/chapter00.tex index c96a1b6..a452bbf 100644 --- a/main/chapter00.tex +++ b/main/chapter00.tex @@ -33,13 +33,16 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Content -\clearpage \input{../chapter00/preface.tex} +\clearpage \setcounter{chapter}{-1} +\input{../chapter00/content_ch00.tex} +\clearpage + +\input{../chapter00/exercise00.tex} \clearpage -\input{../chapter00/content.tex} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Appendix @@ -74,8 +77,8 @@ \newpage % Print default index -\phantomsection
-\addcontentsline{toc}{chapter}{Index}
+\phantomsection +\addcontentsline{toc}{chapter}{Index} \printindex \newpage diff --git a/main/chapter01.tex b/main/chapter01.tex index 2e63445..33f8ba2 100644 --- a/main/chapter01.tex +++ b/main/chapter01.tex @@ -35,8 +35,8 @@ \setcounter{chapter}{0} +\input{../chapter01/content_ch01.tex} \clearpage -\input{../chapter01/content.tex} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Appendix @@ -72,7 +72,7 @@ % Print default index \phantomsection -\addcontentsline{toc}{chapter}{Index}
+\addcontentsline{toc}{chapter}{Index} \printindex \newpage diff --git a/main/chapter02.tex b/main/chapter02.tex index b7b11c7..213ad45 100644 --- a/main/chapter02.tex +++ b/main/chapter02.tex @@ -35,8 +35,8 @@ \setcounter{chapter}{1} +\input{../chapter02/content_ch02.tex} \clearpage -\input{../chapter02/content.tex} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Appendix |
