mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-29 15:43:52 +00:00
parent
cf735dbf4a
commit
a01e854f1d
2
.github/workflows/build-examples.yml
vendored
2
.github/workflows/build-examples.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
pip install pandoc-latex-environment
|
||||
- name: Install LaTeX packages
|
||||
run: |
|
||||
tlmgr install adjustbox background bidi csquotes footmisc footnotebackref fvextra mdframed pagecolor sourcecodepro sourcesanspro titling ulem upquote xurl hardwrap catchfile
|
||||
tlmgr install adjustbox background bidi csquotes footmisc footnotebackref fvextra mdframed pagecolor sourcecodepro sourcesanspro titling upquote xurl hardwrap catchfile
|
||||
# trial and error
|
||||
tlmgr install letltxmacro zref everypage framed collectbox
|
||||
# packages needed for the template
|
||||
|
@ -238,7 +238,7 @@ This template defines some new variables to control the appearance of the result
|
||||
|
||||
## Required LaTeX Packages
|
||||
|
||||
LaTeX manages addons and additional functionality in so called packages. You
|
||||
LaTeX manages addons and additional functionality in so-called packages. You
|
||||
might get the following error when compiling a document with the Eisvogel
|
||||
template:
|
||||
|
||||
@ -270,14 +270,14 @@ you also need to install these packages manually:
|
||||
```
|
||||
adjustbox babel-german background bidi collectbox csquotes everypage filehook
|
||||
footmisc footnotebackref framed fvextra letltxmacro ly1 mdframed mweights
|
||||
needspace pagecolor sourcecodepro sourcesanspro titling ucharcat ulem
|
||||
needspace pagecolor sourcecodepro sourcesanspro titling ucharcat
|
||||
unicode-math upquote xecjk xurl zref
|
||||
```
|
||||
|
||||
Install them with the following command:
|
||||
|
||||
``` sh
|
||||
tlmgr install soul adjustbox babel-german background bidi collectbox csquotes everypage filehook footmisc footnotebackref framed fvextra letltxmacro ly1 mdframed mweights needspace pagecolor sourcecodepro sourcesanspro titling ucharcat ulem unicode-math upquote xecjk xurl zref
|
||||
tlmgr install soul adjustbox babel-german background bidi collectbox csquotes everypage filehook footmisc footnotebackref framed fvextra letltxmacro ly1 mdframed mweights needspace pagecolor sourcecodepro sourcesanspro titling ucharcat unicode-math upquote xecjk xurl zref
|
||||
```
|
||||
|
||||
Additional information about the different texlive packages can be found at
|
||||
|
Loading…
x
Reference in New Issue
Block a user