Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Dominik Becker
LaTex Boilerplate
Commits
4c11c1d7
Commit
4c11c1d7
authored
Jun 29, 2020
by
Dominik Becker
Browse files
#40
included main.tex in setup script
parent
8f20dca9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
81 additions
and
0 deletions
+81
-0
setup.sh
setup.sh
+1
-0
templates/markdown.main.tex
templates/markdown.main.tex
+80
-0
No files found.
setup.sh
View file @
4c11c1d7
...
...
@@ -17,6 +17,7 @@ then
cp
templates/markdown.gitlab-ci.yml ./.gitlab-ci.yml
cp
templates/markdown.azure-pipelines.yml ./azure-pipelines.yml
cp
templates/markdown.tasks.json ./.vscode/tasks.json
cp
templates/markdown.main.tex ./main.tex
elif
[
$1
==
"latex"
]
then
cp
templates/latex.gitlab-ci.yml ./.gitlab-ci.yml
...
...
templates/markdown.main.tex
0 → 100644
View file @
4c11c1d7
% Makros
\newcommand
{
\dokumententyp
}{
Dokumententyp
}
\newcommand
{
\abgabedatum
}{
\today
}
\newcommand
{
\ort
}{
Ort
}
\newcommand
{
\dokumententitel
}{
Titel
}
\newcommand
{
\dokumentenuntertitel
}{
Untertitel
}
\newcommand
{
\dokumentenautor
}{
Autor
}
\newcommand
{
\matrikelnr
}{
Matrikel-Nr.
}
\newcommand
{
\dokumentenautoradresse
}{
Adresse
}
\newcommand
{
\dokumentenpruefer
}{
Prüfer
}
\newcommand
{
\studiengang
}{
Studiengang
}
\newcommand
{
\studiengruppe
}{
Studiengruppe
}
\newcommand
{
\institution
}{
Institution
}
% config
\input
{
config.tex
}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%
%% document title page %%
%%%%%%%%%%%%%%%%%%%%%%%%%
\input
{
additionals/title.tex
}
%%%%%%%%%%%%%
%% indexes %%
%%%%%%%%%%%%%
\pagenumbering
{
Roman
}
% disclosure statement - uncomment if needed
% \input{additionals/disclosure.tex}
% \newpage
% executive summary - uncomment if needed
% \input{additionals/executive_summary.tex}
% \newpage
% table of contents
\tableofcontents
\newpage
% acronyms
\input
{
additionals/acronyms.tex
}
\newpage
% list of figures
\listoffigures
\newpage
% list of tables
\listoftables
\newpage
% list of listings
\listoflistings
\newpage
%%%%%%%%%%%%%
%% content %%
%%%%%%%%%%%%%
\pagenumbering
{
arabic
}
% when using pandoc workflow, we only need to include the build output
\input
{
chapter/out.tex
}
\newpage
%%%%%%%%%%%%%
%% closing %%
%%%%%%%%%%%%%
% list of references
\input
{
additionals/references.tex
}
\newpage
% appendix - uncomment if needed
% \input{appendix/appendix.tex}
% \newpage
% affirmation
\input
{
additionals/affirmation.tex
}
\end{document}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment