From efc81fb9c4e929394ee099dcf3658666f206093e Mon Sep 17 00:00:00 2001 From: rs028 Date: Tue, 23 Jan 2024 15:33:40 +0000 Subject: [PATCH] Test inkscape --- .github/workflows/tex.yml | 2 ++ tools/make_manual_pdf.sh | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tex.yml b/.github/workflows/tex.yml index a42854a9..1002aabf 100644 --- a/.github/workflows/tex.yml +++ b/.github/workflows/tex.yml @@ -41,7 +41,9 @@ jobs: scheme: small run: | apk add inkscape + ls doc/figures/ ./tools/make_manual_pdf.sh + ls doc/figures/ # which pdflatex # which bibtex diff --git a/tools/make_manual_pdf.sh b/tools/make_manual_pdf.sh index 085c2b02..68ba207d 100755 --- a/tools/make_manual_pdf.sh +++ b/tools/make_manual_pdf.sh @@ -21,11 +21,11 @@ for FIG in *.svg; do done # Compile LaTeX source files, generate pdf file -cd ../latex/ -pdflatex AtChem2-Manual.tex -bibtex AtChem2-Manual.aux -pdflatex AtChem2-Manual.tex -pdflatex AtChem2-Manual.tex +# cd ../latex/ +# pdflatex AtChem2-Manual.tex +# bibtex AtChem2-Manual.aux +# pdflatex AtChem2-Manual.tex +# pdflatex AtChem2-Manual.tex # Move pdf file to doc/ directory #mv -f AtChem2-Manual.pdf ../AtChem2-Manual.pdf