From ec9bb95369a5507952445b9e532e26bf9766d0a5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 19 Apr 2008 19:02:57 +0200 Subject: [PATCH] Added dummy intro and conclusions. --- concl.tex | 7 +++++++ intro.tex | 7 +++++++ macros.tex | 2 +- saga.tex | 3 ++- 4 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 concl.tex create mode 100644 intro.tex diff --git a/concl.tex b/concl.tex new file mode 100644 index 0000000..ffb159a --- /dev/null +++ b/concl.tex @@ -0,0 +1,7 @@ +\ifx\endpart\undefined +\input macros.tex +\fi + +\chapter{Conclusions} + +\endpart diff --git a/intro.tex b/intro.tex new file mode 100644 index 0000000..b17d74a --- /dev/null +++ b/intro.tex @@ -0,0 +1,7 @@ +\ifx\endpart\undefined +\input macros.tex +\fi + +\chapter{Introduction} + +\endpart diff --git a/macros.tex b/macros.tex index 77f8c26..5877aba 100644 --- a/macros.tex +++ b/macros.tex @@ -323,7 +323,7 @@ \newcount\chapcount \newcount\seccount \newcount\thmcount -\chapcount=0 +\chapcount=-1 \seccount=0 \thmcount=0 \def\currentid{??} diff --git a/saga.tex b/saga.tex index 21331ea..07d4f68 100644 --- a/saga.tex +++ b/saga.tex @@ -2,13 +2,14 @@ \let\endpart=\relax \input cover.tex +\input intro.tex \input mst.tex \input ram.tex \input adv.tex \input opt.tex \input dyn.tex \input rank.tex - +\input concl.tex \input notation.tex \chapter{Bibliography} -- 2.39.5