docs: remove unneeded package ulem

Refs: #410
This commit is contained in:
Wandmalfarbe 2025-01-11 19:28:11 +01:00
parent cf735dbf4a
commit a01e854f1d
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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