Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade run_latex() to support nested .tex structure compiling #64

Closed
ShiqiYang2022 opened this issue Oct 17, 2023 · 1 comment · Fixed by #65
Closed

Upgrade run_latex() to support nested .tex structure compiling #64

ShiqiYang2022 opened this issue Oct 17, 2023 · 1 comment · Fixed by #65
Assignees

Comments

@ShiqiYang2022
Copy link
Contributor

ShiqiYang2022 commented Oct 17, 2023

Follows gentzkow/template_archive#86.

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.

@ShiqiYang2022
Copy link
Contributor Author

Summary + Deliverables

In this issue (#64) we upgrade run_latex() function to support nested .tex structure compile.

This thread continued in the associated PR (#65). There's no follow-up issue for this full run of the new replication.

Merged to master in c08d625.
Final state of issue branch here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant