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 8c69fc1
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 2 deletions.
97 changes: 97 additions & 0 deletions .github/tl_packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
snapshot
geometry
keyval
ifvtex
iftex
textcomp
fix-cm
ulem
hyperref
kvsetkeys
kvdefinekeys
pdfescape
ltxcmds
pdftexcmds
infwarerr
hycolor
auxhook
nameref
refcount
gettitlestring
kvoptions
etoolbox
intcalc
url
bitset
bigintcalc
atbegshi-ltx
stringenc
atveryend-ltx
rerunfilecheck
uniquecounter
xcolor
tcolorbox
pgf
pgfrcs
pgfcore
graphicx
graphics
trig
pgfsys
pgfcomp-version-0-65
pgfcomp-version-1-18
verbatim
environ
trimspaces
listings
lstpatch
lstmisc
enumitem
caption
caption3
glossaries
ifthen
xkeyval
mfirstuc
xfor
datatool-base
amsmath
amstext
amsgen
amsbsy
amsopn
substr
datatool-fp
fp
defpattern
fp-basic
fp-addons
fp-snap
fp-exp
fp-trigo
fp-pas
fp-random
fp-eqn
fp-upn
fp-eval
glossary-hypernav
glossary-list
glossary-long
longtable
glossary-super
supertabular
glossary-tree
xstring
fontspec
xparse
expl3
fontspec-luatex
fontenc
tabularx
array
multirow
epstopdf-base
ltcaption
lstlang1
lstlang2
scheme-basic
8 changes: 6 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,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 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
1 change: 1 addition & 0 deletions markless.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
\RequirePackage{snapshot}
\providecommand{\doctitle}{Markless Specification}
\providecommand{\docauthor}{Yukari Hafner}
\providecommand{\doccopyright}{Shirakumo}
Expand Down

0 comments on commit 8c69fc1

Please sign in to comment.