-
Notifications
You must be signed in to change notification settings - Fork 1
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
French and English options result in error: \bibsenglish already defined
#5
Comments
Which version of
|
I also cannot reproduce this issue! |
I am now also unable to reproduce this. It also happened on a friend's machine however. I think it might have to do with some previous state from the aux files? |
Here it does not happen independent on the number of LaTeX runs. So with the shown example it does not have to do with a previous state from the I know only one case, to get this error: Setting option \documentclass{article}
\usepackage[english]{babel}
\usepackage[english,english]{babelbib}% User mistake? IMHO: yes.
\begin{document}
test
\end{document} Note: Setting If the user mistake in my example should not result in an error, the code of \DeclareOption*{%
\InputIfFileExists{\CurrentOption.bdf}{%
\@ifundefined{bbbb\CurrentOption loaded}{% ADDED
\typeout{babelbib: \CurrentOption.bdf loaded due to explicit package
option \CurrentOption}%
\expandafter\def\csname bbbb\CurrentOption loaded\endcsname{\@empty}%
}{% ADDED
\typeout{babelbib: explicit package option \CurrentOption\space ignored, because \CurrentOption.bdf already loaded}% ADDED
}% ADDED
}{%
\PackageError{babelbib}{%
Language definition file \CurrentOption.bdf not found}{%
Maybe you misspelled the language option?}%
}%
} |
Hi @komascript |
No need for that. BTW: Thank you for maintaining |
Ok, undone the change. Thanks to you for all the support here and patches, very much appreciated! |
When compiling with
We get a compilation error.
french
results in the same error. Interestinglyngerman
works perfectly fine. I fixed this by replacingwith
in
english.bdf
. This might be related to #2 or its fix.The text was updated successfully, but these errors were encountered: