-
Notifications
You must be signed in to change notification settings - Fork 3
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
How do I set the position of footnote marks? #1
Comments
Thank you very much for the feature request. \documentclass[french]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[style=ext-verbose-inote, backend=biber]{biblatex}
\addbibresource{biblatex-examples.bib}
\begin{document}
Lorem \textcite{sigfridsson}.
\printbibliography
\end{document} shows the behaviour you describe. It seems that this is behaviour is explicitly implemented in |
The latter function is by default only built in for
disables the moving of punctuation for
|
I was not aware this was already set in Many thanks for looking into this. |
I'll think about this a bit longer. Maybe there are some good changes to be made that are useful for the |
Thanks! So if I understand well, the moving of punctuation for |
Precisely. At the moment you have two options:
|
Yes, it worked perfectly. So at present, I have to use both |
I opened a discussion at the |
I looked into an interface that can be used to let non- |
Many thanks for so much efforts on this! So if I understand well, as of v3.12 to come we should have:
In the end It may be worth writing a caveat to the attention of French users as they always insert footnotes before any punctuation mark: so disabling |
Assuming you don't want footnotes and punctuation moved around.
|
Hi @moewew ,
Many many thanks for this wonderful extension of biblatex standard styles! I am deeply grateful as it will save me quite some time, let alone its being clean and straightforward even though we are dealing here with complex formatting.
This is a feature resquest, unless I missed something in the documentation.
As regards some typographical standards, at least in French typography, footnote marks must go between the preceding word the footnote is applied to and the punctuation mark, like so:
where (1) is the footnote mark. So after having selected babel's
french
option in the preamble (\usepackage[french]{babel}
), I tried this withext-verbose-inote
:But the footnote mark is printed after the dot all the same. Is there a way to prevent the footnote mark from being automatically moved after the punctuation mark?
With many thanks again!
Robert
The text was updated successfully, but these errors were encountered: