From bd18e3805440aad1e97a4f3365ce9f660106c1ac Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 27 Apr 2022 21:03:26 +0800 Subject: [PATCH 1/8] Enable PDF build --- .github/workflows/deploy.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b7c0ae9..a730e43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,19 +34,19 @@ jobs: - name: Build HTML documentaiton run: make html - #- name: Install TinyTeX - # uses: r-lib/actions/setup-tinytex@v1 + - name: Install TinyTeX + uses: r-lib/actions/setup-tinytex@v1 - #- name: Install LaTeX packages - # run: | - # tlmgr install tabulary latexmk ulem environ trimspaces titlesec \ - # varwidth framed threeparttable wrapfig upquote capt-of \ - # multirow eqparbox needspace fncychap letltxmacro + - name: Install LaTeX packages + run: | + tlmgr install tabulary latexmk ulem environ trimspaces titlesec \ + varwidth framed threeparttable wrapfig upquote capt-of \ + multirow eqparbox needspace fncychap letltxmacro - #- name: Build PDF documentaiton - # run: | - # make latexpdf - # cp build/latex/Makefile.pdf build/html/ + - name: Build PDF documentaiton + run: | + make latexpdf + cp build/latex/Makefile.pdf build/html/ - name: Deploy documentation uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 From b89887882a61e937241e6e1769ecef18254c899b Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 27 Apr 2022 21:06:39 +0800 Subject: [PATCH 2/8] fix --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a730e43..7db1ba0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: run: | tlmgr install tabulary latexmk ulem environ trimspaces titlesec \ varwidth framed threeparttable wrapfig upquote capt-of \ - multirow eqparbox needspace fncychap letltxmacro + multirow eqparbox needspace fncychap letltxmacro parskip - name: Build PDF documentaiton run: | From f3fd2f252a146189203e45b9c11a022cda4f9a56 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 27 Apr 2022 21:14:45 +0800 Subject: [PATCH 3/8] fix --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7db1ba0..823e3b1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,8 @@ jobs: run: | tlmgr install tabulary latexmk ulem environ trimspaces titlesec \ varwidth framed threeparttable wrapfig upquote capt-of \ - multirow eqparbox needspace fncychap letltxmacro parskip + multirow eqparbox needspace fncychap letltxmacro parskip \ + fancyhdr - name: Build PDF documentaiton run: | From 5d797bb179da681738421d8557b1c0aec006af2b Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 27 Apr 2022 21:16:55 +0800 Subject: [PATCH 4/8] fix --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 823e3b1..8a639ff 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,7 @@ jobs: tlmgr install tabulary latexmk ulem environ trimspaces titlesec \ varwidth framed threeparttable wrapfig upquote capt-of \ multirow eqparbox needspace fncychap letltxmacro parskip \ - fancyhdr + fancyhdr hypcap - name: Build PDF documentaiton run: | From 01df7d7899518d7506e8139f4b2ebe5ca585a2ee Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 27 Apr 2022 21:21:58 +0800 Subject: [PATCH 5/8] fix --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8a639ff..7fce44f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: run: make html - name: Install TinyTeX - uses: r-lib/actions/setup-tinytex@v1 + uses: r-lib/actions/setup-tinytex@v2 - name: Install LaTeX packages run: | From 762828c77b7c2048b522579b52266a77df0c56ec Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 27 Apr 2022 21:27:54 +0800 Subject: [PATCH 6/8] fxig --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7fce44f..5978d15 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,6 +39,7 @@ jobs: - name: Install LaTeX packages run: | + tlmgr update --self tlmgr install tabulary latexmk ulem environ trimspaces titlesec \ varwidth framed threeparttable wrapfig upquote capt-of \ multirow eqparbox needspace fncychap letltxmacro parskip \ From ec56f8171b402283a4fbc66aa51238da245ad1c3 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 27 Apr 2022 21:55:47 +0800 Subject: [PATCH 7/8] ustc --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5978d15..3733fc1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,6 +40,7 @@ jobs: - name: Install LaTeX packages run: | tlmgr update --self + tlmgr option repository http://mirrors.ustc.edu.cn/CTAN/systems/texlive/tlnet/ tlmgr install tabulary latexmk ulem environ trimspaces titlesec \ varwidth framed threeparttable wrapfig upquote capt-of \ multirow eqparbox needspace fncychap letltxmacro parskip \ From 4be6cebaac30c1a8557489706738c8b52f68947f Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 27 Apr 2022 22:05:40 +0800 Subject: [PATCH 8/8] fix --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3733fc1..9dd9a27 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,8 +40,8 @@ jobs: - name: Install LaTeX packages run: | tlmgr update --self - tlmgr option repository http://mirrors.ustc.edu.cn/CTAN/systems/texlive/tlnet/ - tlmgr install tabulary latexmk ulem environ trimspaces titlesec \ + tlmgr install --repository http://mirrors.ustc.edu.cn/CTAN/systems/texlive/tlnet/ \ + tabulary latexmk ulem environ trimspaces titlesec \ varwidth framed threeparttable wrapfig upquote capt-of \ multirow eqparbox needspace fncychap letltxmacro parskip \ fancyhdr hypcap