We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suppose we have bibliography in our tex-file:
\begin{thebibliography}{99} \bibitem{paper_name} \end{thebibliography}
yalafi will process paper_name as sentence but not the technical label. So one sees an error on that line.
paper_name
The text was updated successfully, but these errors were encountered:
Same for macros \bibliographystyle{maik}.
\bibliographystyle{maik}
Sorry, something went wrong.
Thanks for reporting!
I'm wondering: are these standard LaTeX macros or are they only loaded with package biblatex?
@matze-dd looks like standard.
Added tests for issue #80
609c9be
Closed issue #80
ab385fc
3aae9ba
No branches or pull requests
Suppose we have bibliography in our tex-file:
yalafi will process
paper_name
as sentence but not the technical label. So one sees an error on that line.The text was updated successfully, but these errors were encountered: