Skip to content
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

Package fvextra Warning: csquotes should be loaded after fvextra #94

Open
koppor opened this issue Jul 29, 2018 · 1 comment
Open

Package fvextra Warning: csquotes should be loaded after fvextra #94

koppor opened this issue Jul 29, 2018 · 1 comment

Comments

@koppor
Copy link
Member

koppor commented Jul 29, 2018

I got following warning - should be investigated

@Vogel612
Copy link
Collaborator

Vogel612 commented Aug 4, 2018

fvextra is required by minted. We won't be able to fix this warning (and the related lineno warning) without getting minted into config.tex

the documentation for fvextra explicitly mentions that lineno gives a warning when csquotes is loaded before it. The full warning text from the .sty is:

csquotes should be loaded after fvextra, to avoid a warning from the lineno package

The warning from lineno is related to a change to the \@parboxrestore command. To be exact: csquotes uses \appto from etoolbox to append it's own parboxrestore (\blx@parboxrestore} after the default action. lineno checks for an unmodified parboxrestore and gives a warning.

According to the etoolbox documentation, \appto is robust. I'm not sure we need to do anything here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants