Skip to content

Commit

Permalink
Fix the build, again
Browse files Browse the repository at this point in the history
  • Loading branch information
gucci-on-fleek committed Mar 14, 2024
1 parent 13c201b commit ab748e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build-test-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,14 @@ jobs:
tex-gyre-math
tugboat
- name: Set environment variables
- name: Post-installation setup
run: |
echo "TEXMFHOME=$GITHUB_WORKSPACE/texmf" >> $GITHUB_ENV
mtxrun --generate
mtxrun --luatex --generate
tlmgr paper letter
sed -i 's/"rb"/"r"/' $(kpsewhich util-sbx.lmt)
tlmgr paper letter &
(mtxrun --generate && context --make && mtxrun --script fonts --reload) &
(mtxrun --luatex --generate && context --luatex --make) &
wait
- uses: actions/cache/save@v3
if: always()
Expand Down Expand Up @@ -117,9 +119,6 @@ jobs:
- name: Test the package
run: |
# Temporary workaround; see latex3/l3build#232
sed -i '2i if os.getenv"TEXMFCNF"==".:"then os.setenv"TEXMFCNF"end' $(type -p mtxrun).lua
l3build check --show-log-on-error
- name: Bundle the package
Expand Down
3 changes: 1 addition & 2 deletions docs/manual/lwc-manual.mkxl
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,7 @@ interfaces.implement {
]

\starttexdefinition mutable protected btx:apa:url
\strippedurl{\clf_btxflush{\currentbtxdataset}{\currentbtxtag}{url}
}
\strippedurl{\clf_btxflush{\currentbtxdataset}{\currentbtxtag}{url}}
\stoptexdefinition

\define[1]\lwc_doi{\goto{\acronym{DOI:}\,\tt\hyphenatedurl{#1}}[url(https://dx.doi.org/#1)]}
Expand Down
2 changes: 2 additions & 0 deletions docs/manual/lwc-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,8 @@ \section{References}
\def\startsubsection[#1]{
\start
\def\goto##1[##2]{##1}
\def\useURL[##1][##2][##3][##4]{##4}
\def\from[##1]{}
\normalexpanded{\subsection[#1]}
\stop
}
Expand Down

0 comments on commit ab748e4

Please sign in to comment.