-
Notifications
You must be signed in to change notification settings - Fork 8
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
Added problem set template and bibliography statistics helpers #95
Conversation
Similar to the amsterdown workflow now. See https://github.com/lcreteig/amsterdown/blob/master/.github/workflows/pkgdown.yaml
And fixed some lintr issues
…graphy by default
PR is ready for your review @jhollway.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting approach with the problem sets. Is that what you need for your courses?
Note to self: Update the bibstats test. |
A bit about the reasoning behind the problem set template for posterityEcon classes at the Institute require students to hand in around 4-5 problem sets per course in teams or individually. These problem sets either are in the traditional "math problem" format where we work on models or are data analysis focused (e.g. applied econometrics) which often use Stata. The workflow I used for the past year was to perform the data analysis in Stata, generate deliverables (graphs, tables) in Latex code with estout, and pasting them in a shared Latex project on Overleaf. Since this year's classes will rely more on R, I thought it would be neat to have a template ready for the start of the semester. I'll also create a vignette exploring the collaboration tools that exist for R as I test them over the course of the semester. |
knit: iheiddown::problemset_pdf | ||
|
||
##################### | ||
## Output Options ## | ||
##################### | ||
output: iheiddown::problemset_pdf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be an error when I try and run this:
! Package fontspec Error: The font "Latin Modern Roman" cannot be found.
! kpathsea:make_tex: Invalid filename `Latin Modern Roman', contains ' '
Error: LaTeX failed to compile MINT001_ProblemSet_2021-08-21.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See MINT001_ProblemSet_2021-08-21.log for more info.
Execution halted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good spot! I have changed the fonts to be consistent with our thesis template and work via Latex packages rather than user system font imports. Could you confirm that it works now on macOS as well @jhollway ?
…is and work across platforms
Description
Problem set template
{iheiddown}
Thesis
Package
Checklist: