-
-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
I'm using pandoc's extra image to build a PDF out of a markdown file, with lang: ca in the frontmatter.
Up until last week, it was building without any problem, but starting a few days ago I started getting this error
$ pandoc --from markdown+fancy_lists --to pdf --template eisvogel input.md -o output.pdf
Error producing PDF.
! Package babel Error: Unknown option 'catalan'.
(babel) Suggested actions:
(babel) * Make sure you haven’t misspelled it
(babel) * Check in the babel manual that it's supported
(babel) * If supported and it's a language, you may
(babel) need in some distributions a separate
(babel) installation
(babel) * If installed, check there isn’t an old
(babel) version of the required files in your system.
See the babel package documentation for explanation.
Type H <return> for immediate help.
...
l.4298 \bbl@tempb
I don't really get why that could be the case, as babel-catalan is not here:
dockerfiles/common/latex/packages.txt
Line 83 in 91fddea
| babel-basque |
Is there any reason why the Catalan package could have been installed before, but its' no longer there?
Is there any way for me to install it?
Metadata
Metadata
Assignees
Labels
No labels