branching strategy for upcoming I320 moray white2 release

This commit is contained in:
Thomas Klaehn
2016-09-29 16:40:01 +02:00
parent ddefac3f65
commit bed76e55aa
3 changed files with 219 additions and 282 deletions

View File

@@ -1,4 +1,5 @@
\documentclass[a4paper,12pt,twoside]{article}%
\documentclass[12pt]{article}%
\usepackage[a3paper]{geometry}
\usepackage[utf8]{inputenc}%
\usepackage[T1]{fontenc}%
\usepackage{caption}%
@@ -26,25 +27,25 @@ citecolor = black]{hyperref}%
\usepackage{pstricks}
\usepackage{colortbl}
\newcommand*\euler{\mathrm{e}}
\input{title.tex}
%\newcommand*\euler{\mathrm{e}}
%\input{title.tex}
\input{config/font.tex}
\input{config/sourcelst.tex}
%\input{config/sourcelst.tex}
\begin{document}
\clearscrheadfoot
\clearscrplain
\clearscrheadings
\pagestyle{scrplain} % switch off head and foot line
\input{config/titlepage.tex}
\pagestyle{scrheadings} % switch on head and foot line
\newpage
\tableofcontents
\listoffigures
\listoftables
\lstlistoflistings
\input{config/headfoot.tex}
\newpage
%\input{config/titlepage.tex}
%\pagestyle{scrheadings} % switch on head and foot line
%\newpage
%\tableofcontents
%\listoffigures
%\listoftables
%\lstlistoflistings
%\input{config/headfoot.tex}
%\newpage
\input{content.tex}
\end{document}