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