-
Notifications
You must be signed in to change notification settings - Fork 2
Added support for glossaries / glossaries-extra #12
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #12 +/- ##
==========================================
+ Coverage 96.86% 97.13% +0.26%
==========================================
Files 6 6
Lines 255 279 +24
==========================================
+ Hits 247 271 +24
Misses 8 8
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi @axtimhaus, this is a wonderful PR! Thanks for the effort you put in writing the code and especially the test cases. I really appreciate it. Is this PR already complete? I am not experienced with the two Latex packages that is why I am asking. If it is, I would just add some final touches, we would merge it and release a new version, so you can use it asap. |
Unfortunately in pytask-latex you are using latexmk, which seems to not support bib2gls. So currently I have problems within the compilation chain, but I'm working on it. |
Changes
Recently I stumbled about pytask and pytask-latex and found it very useful. Unfortunately I missed support for glossaries in dependency scanning, since I use the package extensively.
I changed the regex and the scan method to recognize
\glsxtrresourcefile
and\GlsXtrLoadResources
and search for .glstex and .bib files with the specified names (.bib is for use with bib2gls).Todo