Skip to content

Commit

Permalink
Update using apt
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri committed Sep 6, 2024
1 parent 0ec8e95 commit 29ceeff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 70 deletions.
60 changes: 1 addition & 59 deletions .github/workflows/generate_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,61 +46,11 @@ jobs:
sudo apt install fonts-opendyslexic fonts-texgyre
sudo rm -rf /usr/share/fonts/woff/opendyslexic
sudo fc-cache
- name: Setup TexLive
uses: teatimeguest/setup-texlive-action@v3
with:
# Obtained with
# rg '%?\\usepackage\[?.*\]?\{(.*)\}.*$' --trim -r '$1' --no-line-number
# Without lmodern, amssymb, tikz which seem to hgave problems

packages: |
scheme-medium
iftex
fontenc
inputenc
fontspec
makeidx
babel
hyperref
booktabs
xcolor
graphicx
amsmath
amsthm
physics
fourier
amsbsy
units
pgfplots
tikz-3dplot
tcolorbox
todonotes
showlabels
doclicense
biblatex
autonum
natbib
doi
appendix
subfiles
scrhack
sudo apt install texlive-bibtex-extra texlive-luatex texlive-latex-recommended
# - name: Check and TG are installed
# run: ./check.sh

# - name: compile.sh
# uses: dante-ev/latex-action@latest
# with:
# extra_system_packages: fonts-opendyslexic fonts-texgyre texlive-bibtex-extra biber texlive-luatex texlive-latex-recommended
# entrypoint: ./check.sh

# - name: compile.sh
# uses: dante-ev/latex-action@latest
# with:
# extra_system_packages: fonts-opendyslexic fonts-texgyre texlive-bibtex-extra biber texlive-luatex texlive-latex-recommended
# entrypoint: ./compile.sh

- name: full compile
run: ./compile.sh

Expand Down Expand Up @@ -141,14 +91,6 @@ jobs:
lualatex -interaction=nonstopmode -shell-escape hm.tex
lualatex -interaction=nonstopmode -shell-escape hm.tex
# - name: compile the notes again
# uses: dante-ev/latex-action@latest
# with:
# root_file: hm.tex
# compiler: lualatex
# args: -interaction=nonstopmode -shell-escape
# extra_system_packages: fonts-opendyslexic fonts-texgyre texlive-bibtex-extra biber texlive-luatex texlive-latex-recommended

- name: rename od
run: mv hm.pdf assets/hm-od.pdf

Expand Down
11 changes: 0 additions & 11 deletions check.sh

This file was deleted.

0 comments on commit 29ceeff

Please sign in to comment.