-
Notifications
You must be signed in to change notification settings - Fork 387
Fix babel error issue #13643
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
Fix babel error issue #13643
Conversation
when lang: en is passed, babel-english needs to be installed. This follows up fix on tinytex R package too about new error handling cause is new pandoc way to setup babel, and maybe new babel error in log
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
been seeing this a lot past few days |
|
yeah same problem that I am trying to fix. It means what I did is not enouhg 😞 I'll check it again |
This reverts commit 7cd8906.
|
OK so in fact, I don't know if this is recent Pandoc or Babel, but the messages have changed, and our auto installation is not working anymore... this is related to tinytex also. I'll solve this all in this PR. |
Updated regex to accept both backtick-quote (`Spanish') and straight-quote
('Spanish') formats for detecting missing hyphenation packages.
Added unit tests and modified smoke-all tests to skip package removal on CI.
This should be good now ! 🤞 |
when lang: en is passed, babel-english needs to be installed.
This follows up fix on tinytex R package too about new error handling
cause is new pandoc way to setup babel, and maybe new babel error in log
fixes #13641
fixes #13633