Hi,
I encounter a strange error which is new to me: mid-page the footnote numbers turn from superscript to normalsize, both in the main text and in the footnotes. Worse still, there is no error message in the log.
There are also footnote numbers which have the first digit in superscript but the second in normalsize (?), or those with three digits, where the first two are correct. There are occasionally also footnotes entirely in superscript. I am absolutely baffled.
I am using XeLaTeX. The file has been processed numerous times before without this error. I made no significant changes to the text, cannot think of something I did to create this mess.
Any ideas?
Text Formatting ⇒ footnote number format switches mid-page
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: footnote number format switches mid-page
Hi,
Welcome on this forum.
If you don't provide any code we can't help.
Please give a MWE. Then we can examine it and see where it goes wrong.
jocom
Welcome on this forum.
If you don't provide any code we can't help.
Please give a MWE. Then we can examine it and see where it goes wrong.
jocom
Re: footnote number format switches mid-page
I just found the reason. Looking at the preamble, I realised I'd added the xltxtra package (to typeset the logo of XeLaTeX). Removing that package resolved the problem.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
footnote number format switches mid-page
Now that the problem is solved, please be so kind and mark the topic (not the last post) accordingly as clearly written in Section 3 of the Board Rules (to be read before posting). Please keep that in mind for the future so that further reminders will not be necessary.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
footnote number format switches mid-page
If you want to keep the XeLaTeX logo but avoid this problem, load the package like this:
Without that option, xltxtra tries to use special Unicode characters for sub- and superscripts. However, only certain fonts have all of these characters, and if the font you're using does not (--yours apparently has some of them but not all of them--), you'll see the problem you reported.
Code: Select all
\usepackage[no-sscript]{xltxtra}