-
Notifications
You must be signed in to change notification settings - Fork 102
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
Error 43 with \setmainlanguage #24
Comments
I believe the error comes from the engine, try using |
I got the same error (using xelatex) and fixed it by switching
\usepackage{polyglossia}
\setmainlanguage{$polyglossia-lang.name$} with: \usepackage[$lang$]{babel}
lang: en-GB with: lang: english |
This change follows jgm/pandoc#7562 Fixes mrzool#24
I have proposed a fix at #28 but this project seems dead unfortunately... |
@josephmure I'm just very short on time and I apologize for that. I'll just assume that your PR works and merge it. Thanks a lot! The sibling projects cv-boilerplate and letter-boilerplate both use |
@mrzool Thanks for merging! The fix works on my computer at least. I can propose the same fix for the other projects (although I haven't pulled them), but you will have to test whether it works with them too. |
I get the following error and I don't know what I'm doing wrong. I'm just trying to compile the default invoice
I wonder a bit why it says line 61, because \setmainlanguage is on line 69 in template.tex
The text was updated successfully, but these errors were encountered: