This commit is contained in:
Dongdong Tian 2022-02-03 20:53:20 +08:00
parent 9d852f2a1d
commit c4d8952ca5

View File

@ -38,11 +38,7 @@ jobs:
uses: r-lib/actions/setup-tinytex@v1 uses: r-lib/actions/setup-tinytex@v1
- name: Install LaTeX packages - name: Install LaTeX packages
run: | run: echo tlmgr install
tlmgr install tabulary latexmk ulem environ trimspaces titlesec \
varwidth framed threeparttable wrapfig upquote capt-of \
multirow eqparbox needspace fncychap fancyhdr letltxmacro \
parskip
- name: Build PDF documentaiton - name: Build PDF documentaiton
run: | run: |