removed generation of two identical .tex files with the same content.

pull/127/head
Francesco Urbani 3 years ago
parent 3440a5d1ab
commit e199043b2d

@ -23,9 +23,8 @@ function convertToLatex(){
cp ../*.png .
pandoc ../README.md -V geometry:margin=0.7in --standalone --from markdown --to latex > readme.tex
echo "Generated readme.tex file."
cp readme.tex easy_rust.tex
pandoc ../README.md -V geometry:margin=0.7in --standalone --from markdown --to latex > easy_rust.tex
echo "Generated easy_rust.tex file."
xelatex --interaction=nonstopmode easy_rust.tex
echo "Generated PDF file easy_rust.pdf"

Loading…
Cancel
Save