Skip to content

Commit

Permalink
Test inkscape
Browse files Browse the repository at this point in the history
  • Loading branch information
rs028 committed Jan 23, 2024
1 parent cee37c8 commit efc81fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions tools/make_manual_pdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efc81fb

Please sign in to comment.