You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue aim to upgrade run_latex() function to support nested .tex structure compile. Currently, when we run run_latex() to compile the nested .tex file structure, the main .tex file must live in the same path of make.py.
But in template, the paper.tex file lives in the paper_slides/code/ folder, different from paper_slides/ where make.py lives in. So we need to upgrade run_latex() to first execute command to navigate to same directory of main .tex file, and then execute the .tex compile code.
The text was updated successfully, but these errors were encountered:
Follows gentzkow/template_archive#86.
This issue aim to upgrade
run_latex()
function to support nested.tex
structure compile. Currently, when we runrun_latex()
to compile the nested.tex
file structure, the main.tex
file must live in the same path ofmake.py
.But in template, the
paper.tex
file lives in thepaper_slides/code/
folder, different frompaper_slides/
wheremake.py
lives in. So we need to upgraderun_latex()
to first execute command to navigate to same directory of main.tex
file, and then execute the.tex
compile code.The text was updated successfully, but these errors were encountered: