Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Multipage lstlisting #99

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@ jobs:
- checkout
# normal compilation and release to homepage
- run: latexmk main-german.tex
- run: latexmk main-minted-german.tex
- run: latexmk main-english.tex
- run: latexmk main-paderborn-german.tex
- run: latexmk main-paderborn-english.tex
- run: mkdir build && cp -r main-*.pdf .github/_config.yml docs/* build/
- store_artifacts:
path: build/
- run: if [ "$CIRCLE_BRANCH" == "master" ]; then .circleci/deploy-ghpages.sh build/; fi
# test pdflatex compilation
- run: git clean -xdf
- run: pdflatex main-german.tex
- run: pdflatex -shell-escape main-minted-german.tex
- run: pdflatex main-english.tex
- run: pdflatex main-paderborn-german.tex
- run: pdflatex main-paderborn-english.tex
3 changes: 0 additions & 3 deletions config.tex
Original file line number Diff line number Diff line change
Expand Up @@ -964,9 +964,6 @@
%
% \floatstyle{ruled} % TODO: enabled or disabled causes no change - listings and algorithms are always ruled
%
\newfloat{Listing}{tbp}{code}[chapter]
\crefname{Listing}{Listing}{Listings}
%
\newfloat{Algorithmus}{tbp}{alg}[chapter]
\ifdeutsch
\crefname{Algorithmus}{Algorithmus}{Algorithmus}
Expand Down
Loading