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

bicaption problem from v3.4h #15

Open
sjx95 opened this issue Mar 23, 2020 · 0 comments
Open

bicaption problem from v3.4h #15

sjx95 opened this issue Mar 23, 2020 · 0 comments

Comments

@sjx95
Copy link

sjx95 commented Mar 23, 2020

On latest texlive 2019 version, I noticed some bicaption error on compiling.
And then I found this:

https://tex.stackexchange.com/a/283984
Update (2020-01-03)
Starting with v3.4h of the caption package options cannot be used anymore prior to definition. Therefore \captionsetup[bi-first]{bi-first} and \captionsetup[bi-second]{bi-second} has to be done after \DeclareCaptionOption{bi-first}..., otherwise the document will not compile anymore.

In zjuproposal, the \captionsetup is before \DeclareCaptionOption,
and changing the order can solve this problem.
Maybe we should have a fix?

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

1 participant