parent
4ac7a0bc5c
commit
da511ccd24
|
@ -15,11 +15,21 @@ latexmk:
|
|||
- mv main.pdf main@$ci_commit_sha_short.pdf
|
||||
|
||||
|
||||
hunspell:
|
||||
hunspell_chapters:
|
||||
image: tmaier/hunspell:latest
|
||||
stage: test
|
||||
script:
|
||||
- export HUNSPELL_FINDINGS=`for filename in chapter/*.tex; do hunspell -l -d de_DE_neu,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
||||
- echo $HUNSPELL_FINDINGS
|
||||
- test "$HUNSPELL_FINDINGS" == ""
|
||||
allow_failure: true
|
||||
allow_failure: true
|
||||
|
||||
|
||||
hunspell_appendix:
|
||||
image: tmaier/hunspell:latest
|
||||
stage: test
|
||||
script:
|
||||
- export HUNSPELL_FINDINGS=`for filename in appendix/*.tex; do hunspell -l -d de_DE_neu,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
||||
- echo $HUNSPELL_FINDINGS
|
||||
- test "$HUNSPELL_FINDINGS" == ""
|
||||
allow_failure: true
|
||||
|
|
13
appendix/appendix.tex
Normal file
13
appendix/appendix.tex
Normal file
|
@ -0,0 +1,13 @@
|
|||
%!TEX root = ../main.tex
|
||||
|
||||
\addchap{Anhang}
|
||||
\label{appendix}
|
||||
|
||||
% create a table of appendices here manually like this:
|
||||
% \contentsline{section}{\numberline{1}AppendixTitle}{\pageref{app:appendixlabel}}{app:appendixlabel}
|
||||
|
||||
\newpage
|
||||
|
||||
% input the appendix files here like this:
|
||||
% \input{appendix/appendix1.tex}
|
||||
% \newpage
|
Loading…
Reference in New Issue
Block a user