File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 5656 with :
5757 token : ${{ secrets.RHUB_TOKEN }}
5858 job-config : ${{ matrix.config.job-config }}
59+ - uses : actions/checkout@v4
60+ - uses : r-lib/actions/setup-tinytex@v2
61+ - run : tlmgr --version
62+
63+ - name : Install additional LaTeX packages
64+ run : |
65+ tlmgr update --self
66+ tlmgr install ae amsmath amsfonts grfext setspace enumitem hyperref biblatex
67+ tlmgr list --only-installed
68+ - uses : r-lib/actions/setup-pandoc@v2
5969 - uses : r-hub/actions/setup-deps@v1
6070 with :
6171 token : ${{ secrets.RHUB_TOKEN }}
8595 with :
8696 token : ${{ secrets.RHUB_TOKEN }}
8797 job-config : ${{ matrix.config.job-config }}
98+ - uses : actions/checkout@v4
99+ - uses : r-lib/actions/setup-tinytex@v2
100+ - run : tlmgr --version
101+
102+ - name : Install additional LaTeX packages
103+ run : |
104+ tlmgr update --self
105+ tlmgr install ae amsmath amsfonts grfext setspace enumitem hyperref biblatex
106+ tlmgr list --only-installed
107+ - uses : r-lib/actions/setup-pandoc@v2
88108 - uses : r-hub/actions/setup-deps@v1
89109 with :
90110 job-config : ${{ matrix.config.job-config }}
You can’t perform that action at this time.
0 commit comments