Skip to content

Commit

Permalink
Try to use a later tex env
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jul 29, 2024
1 parent 0ac67b5 commit 88f7274
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/tl_packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
scheme-basic
luatex
geometry
fix-cm
ulem
hyperref
xcolor
tcolorbox
listings
enumitem
caption
glossaries
xstring
fontspec
tabularx
environ
multirow
make4ht
10 changes: 7 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v1
- name: Restore cache
id: cache-ql
uses: actions/cache@v3
Expand All @@ -23,9 +24,13 @@ jobs:
mkdir -p ~/.local/share/fonts
curl -Lo ~/.local/share/fonts/ComicSansMS.ttf https://github.com/ImageMagick/msttcorefonts/raw/main/fonts/Comic_Sans_MS.ttf
fc-cache -fv
sudo apt-get update
sudo apt-get install --yes --no-install-recommends \
sbcl texlive texlive-luatex texlive-extra-utils texlive-lang-english texlive-plain-generic texlive-latex-extra xindy context
sbcl xindy context
- name: Setup TeX Live
uses: teatimeguest/setup-texlive-action@v3
with:
package-file: |
.github/tl_packages
- name: Install env
if: steps.cache.outputs.cache-hit != 'true'
run: |
Expand All @@ -36,7 +41,6 @@ jobs:
| sbcl --noinform
env:
DIST: http://dist.shirakumo.org/shirakumo.txt
- uses: actions/checkout@v1
- name: Build
run: |
mkdir ~/gh-pages/
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
*.tmp
*.xref
auto/
*.dep
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ html:

homepage:
make.lisp

depends:
cat markless.dep | grep 'package' | sed 's/.*\*{package}{\([^}]*\).*/\1/' > .github/tl_packages
echo scheme-basic >> .github/tl_packages

0 comments on commit 88f7274

Please sign in to comment.