Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Florian Hagen
Mehr als 77 Tipps
Commits
859dcd4e
Commit
859dcd4e
authored
Apr 27, 2021
by
Axel Dürkop
Browse files
Clean build script
parent
75fdb9fe
Pipeline
#103915
passed with stage
in 59 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
build.sh
build.sh
+1
-5
No files found.
build.sh
View file @
859dcd4e
#!/bin/sh
xargs
-a
./content/toc.txt pandoc
-H
content/preamble.tex
--citeproc
-o
build/book.pdf ./config/.pandoc-config.yml
--pdf-engine
=
xelatex
--template
=
templates/default-2.11.4.latex
-B
./content/cover.tex
-A
./content/appendix/bios.tex
# Da pandoc 2.11.3 einen Bug mit einer Tabelle hat, muss ich lokal mit docker und pandoc 2.11.4 bauen
# docker run --rm -v $PWD:/data --entrypoint /bin/sh xldrkp/77tipps -c '/usr/bin/xargs -a ./content/toc.txt pandoc -H content/preamble.tex --citeproc -o build/book.pdf ./config/.pandoc-config.yml --pdf-engine=xelatex --template=templates/default-2.11.4.latex -B ./content/cover.tex'
\ No newline at end of file
xargs
-a
./content/toc.txt pandoc
-H
content/preamble.tex
--citeproc
-o
build/book.pdf ./config/.pandoc-config.yml
--pdf-engine
=
xelatex
--template
=
templates/default-2.11.4.latex
-B
./content/cover.tex
-A
./content/appendix/bios.tex
\ No newline at end of file
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