-
Notifications
You must be signed in to change notification settings - Fork 735
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
Installation / set-up required for non-acdemic resume? #25
Comments
I'm discovering the wild world of A quick Google search results in this possible solution: https://tex.stackexchange.com/questions/421813/xelatex-does-not-find-fira-sans-using-metropolis-theme-beamer. Alternatively, does "FiraSans" or "Fira Sans Regular" work? |
trying to install "FiraSans" or "Fira Sans Regular" did not work, e.g.
(I had attempted "fira" just because I saw it on ctan -- but just guessing). What was interesting was that if I open the "filename.tex" (which does get created). And click "compile.pdf" it will compile but jumps a page: (Had thought maybe suggested an issue with Rstudio or default of knit... but doing Perhaps will try with full LaTeX installation or read link you sent a little closer. |
I used this template last week (thank you for sharing this work Steve! you rock!), and I observed the page break thing happening when I switched to a larger/less compact font, so I think the page break is a normal symptom of the text overflowing, and deleting a line of text fixes it. For getting a usable latex toolchain, I ended up using a docker image which has all the fonts and stuff preinstalled so that I don't have to deal with latex installations on different machines in different stages of decay. A useful docker image I found was https://github.com/thomasWeise/docker-texlive-full. In my own use case, I wanted to mix in some RMarkdown and pandoc, and so the actual remixed image that I'm using is here: https://github.com/kindlyops/reporter. With the reporter image, the font name I needed to use was |
Yeah, that issue happens on my end too if I were to compile by way of .tex rather than R Markdown (the jumping a page). Even judging from the output, it still looks like it's a case that supplying "Fira Sans" is leading TeX on a rabbit hole where it can't find "Fira Sans". No one ever credibly accused TeX errors of being helpful, but however the Fira Sans font is labelled/installed is not being picked up by TeX and that's kind of what the error (I think) is communicating. FWIW, I've had this happen before in some other things. It's why I was curious if "FiraSans" or "Fira Sans Regular" might be the actual name of the font. |
I am not able to run the example for "Steve's Non-Academic Resume Template." What are the required steps for set-up? I'm running into issues with the fonts, specifically this error:
To get here I opened an Rstudio Cloud instance:
Then ran:
Then clicked "knit" (resulting in error mentioned above).
I'd also tried
tinytex::tlmgr_install("fira")
and downloading + installing Fira Sans font but still got stuck at the above error message. (Note that just settingsansfont: cochineal
works fine though).The text was updated successfully, but these errors were encountered: