-
Notifications
You must be signed in to change notification settings - Fork 36
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
Reformat template to fit .tex
compile
#86
Comments
I have completed the tasks listed per #86 (comment) reformatting template to fit There are two notes worth mentioning:
Currently
To solve this, I updated
Overleaf uses the latest version of TexLive to compile, and we can always shift to old TexLive versions. For details please refer to the official blog here. Fortunately our lab-manual also request using TexLive. So theoretically if we set the TexLive version in Overleaf consistent with our local end, we should not see difference between the outputs. The version control for lab member should not be a big issue. The draftable diff using The only potential risk is some collaborators might use a different TeX distribution (e.g., MiKTeX). To trying avoid this, we can(and we should) use the packages that only are part of the standard TeX distribution and specify old package versions. This general idea is specified in Gentzkow and Shapiro(2014) so lab member should know that. For collaborators not familiar with our style of coding, even if they very unfortunately failed compile on local end, they always have plan B, i.e. do it on Overleaf; and this is way better than lyx -- if you fail to compile I am opening a PR(#88) of this issue, and once we merge both issue branches of |
* #86 Add .lyx code + make.py to /extension * #86 Try to push figure.tex file * #86 Update paper_slides/code * #86 Delete /paper_slides/output/table_filled.lyx * #86 Using \input{} in paper.tex * #86 Update paper.tex * #86 Use correct executable name * #86 Update paper_slides/make.py * #86 Update new complies * #86 Update paper_slides/code/table.tex * #86 Move code to paper_slides * #86 Path adjustments * #86 Update compile and logs * #86 Update compile + log * #86 Update paper_slides/code
SummaryIn this issue we reformat the template to substitute from This thread continued in the associated PR (#88). The errors are addressed in #89, #90, gslab-econ/gslab_make#64, and gslab-econ/gslab_make#65 as follow-up issues and PRs. Merged to master in c5f5695. |
In this issue we will reformat the template to substitute from
.lyX
to.tex
compile for our standard paper development process.Goals of this issue:
.lyx
formats inpaper_slides/code
to.tex
formatsLyx
version ofpaper_slides
intoextensions/lyx
..tex
compile locally vs. Overleaf compile. Investigate on how to manage differences.This issue is originated from #84 (comment) and is related to #85.
cc: @gentzkow @jc-cisneros @snairdesai
The text was updated successfully, but these errors were encountered: