Skip to content

Commit

Permalink
depends
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 5, 2024
1 parent fa5649b commit d82beaf
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: yegor256/latexmk-action@0.10.9
with:
cmd: make
packages: acmart huawei cjk ffcode href-ul datetime fmtcount libertine paralist makecell footmisc currfile enumitem wrapfig lastpage biblatex titling svg trimspaces catchfile transparent textpos fvextra xstring framed environ totpages hyperxmp ifmtarg ncctools comment anyfontsize fdsymbol algpseudocodex algorithmicx stmaryrd preprint cyrillic cm-super babel-russian hyphen-russian lh to-be-determined cancel crumbs clicks varwidth fontsize multirow changepage tikzpagenodes ifoddpage qrcode ppt-slides upquote relsize
depends: DEPENDS.txt
- uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
Expand Down
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ docker:
install: |-
sudo tlmgr option repository ctan
sudo tlmgr --verify-repo=none update --self
sudo tlmgr --verify-repo=none install huawei xstring totpages environ hyperxmp ifmtarg ncctools comment biblatex href-ul libertine ffcode acmart cjk ffcode href-ul datetime fmtcount libertine paralist makecell footmisc currfile enumitem wrapfig lastpage biblatex titling svg trimspaces catchfile transparent textpos fvextra xstring framed environ totpages hyperxmp ifmtarg ncctools comment anyfontsize fdsymbol algpseudocodex algorithmicx stmaryrd preprint cyrillic cm-super babel-russian hyphen-russian lh to-be-determined cancel iexec docshots upquote eolang crumbs clicks ppt-slides fontsize changepage ifoddpage doi pgf tikzfill pdfcol listingsutf8 bbold semantic cleveref adjustbox mdframed zref needspace csquotes biber
sudo tlmgr --verify-repo=none install $(cut -d' ' -f2 DEPENDS.txt | uniq)
sudo tlmgr --verify-repo=none update $(cut -d' ' -f2 DEPENDS.txt | uniq)
merge:
script: |-
make
56 changes: 56 additions & 0 deletions DEPENDS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
hard acmart
hard huawei
hard cjk
hard ffcode
hard href-ul
hard datetime
hard fmtcount
hard libertine
hard paralist
hard makecell
hard footmisc
hard currfile
hard enumitem
hard wrapfig
hard lastpage
hard biblatex
hard titling
hard svg
hard trimspaces
hard catchfile
hard transparent
hard textpos
hard fvextra
hard xstring
hard framed
hard environ
hard totpages
hard hyperxmp
hard ifmtarg
hard ncctools
hard comment
hard anyfontsize
hard fdsymbol
hard algpseudocodex
hard algorithmicx
hard stmaryrd
hard preprint
hard cyrillic
hard cm-super
hard babel-russian
hard hyphen-russian
hard lh
hard to-be-determined
hard cancel
hard crumbs
hard clicks
hard varwidth
hard fontsize
hard multirow
hard changepage
hard tikzpagenodes
hard ifoddpage
hard qrcode
hard ppt-slides
hard upquote
hard relsize

0 comments on commit d82beaf

Please sign in to comment.