Renamed kapitel directory
This commit is contained in:
parent
802f178f92
commit
9f4d46becb
@ -1,5 +1,5 @@
|
|||||||
%
|
%
|
||||||
% Kapitel: Fazit
|
% Chapter: Fazit
|
||||||
%
|
%
|
||||||
|
|
||||||
\chapter{Fazit}
|
\chapter{Fazit}
|
@ -1,5 +1,5 @@
|
|||||||
%
|
%
|
||||||
% Kapitel: Foobar
|
% Chapter: Foobar
|
||||||
%
|
%
|
||||||
|
|
||||||
\chapter{Foobar}
|
\chapter{Foobar}
|
@ -11,7 +11,7 @@
|
|||||||
numbers=left,
|
numbers=left,
|
||||||
}
|
}
|
||||||
|
|
||||||
% Nonpagebreaking chapter
|
% Nonpagebreaking chapters
|
||||||
\newenvironment{npbrChap}
|
\newenvironment{npbrChap}
|
||||||
{
|
{
|
||||||
\begingroup
|
\begingroup
|
||||||
|
6
main.tex
6
main.tex
@ -9,7 +9,7 @@
|
|||||||
% Disable pagination, we'll re-enable it after the table of contents
|
% Disable pagination, we'll re-enable it after the table of contents
|
||||||
\pagenumbering{gobble}
|
\pagenumbering{gobble}
|
||||||
|
|
||||||
\input{kapitel/title}
|
\input{chapters/title}
|
||||||
|
|
||||||
% Only apply this geometry after the title page.
|
% Only apply this geometry after the title page.
|
||||||
% We don't want to have a right/bottom indent on the title page aswell.
|
% We don't want to have a right/bottom indent on the title page aswell.
|
||||||
@ -43,8 +43,8 @@
|
|||||||
\mainmatter % Begin main part of document, paginated with arabic numerals
|
\mainmatter % Begin main part of document, paginated with arabic numerals
|
||||||
|
|
||||||
% Include all the pages
|
% Include all the pages
|
||||||
\input{kapitel/foobar}
|
\input{chapters/foobar}
|
||||||
\input{kapitel/fazit}
|
\input{chapters/fazit}
|
||||||
|
|
||||||
% Include the footer
|
% Include the footer
|
||||||
\input{footer}
|
\input{footer}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
1) `./compile.sh`, duh. Depends on pdflatex, bibtex, and miktex
|
1) `./compile.sh`, duh. Depends on pdflatex, bibtex, and miktex
|
||||||
|
|
||||||
## Nomenclature
|
## Nomenclature
|
||||||
* All your text should go into `kapitel/`.
|
* All your text should go into `chapters/`.
|
||||||
* All your indices, such as acronyms, references, glossary entrys, if not generated automatically, should go into `dexes/`
|
* All your indices, such as acronyms, references, glossary entrys, if not generated automatically, should go into `dexes/`
|
||||||
|
|
||||||
# Other stuff worth noting
|
# Other stuff worth noting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user