Skip to content

Commit

Permalink
docs: remove unneeded package ulem
Browse files Browse the repository at this point in the history
Refs: #410
  • Loading branch information
Wandmalfarbe committed Jan 11, 2025
1 parent cf735db commit a01e854
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a01e854

Please sign in to comment.