Text FormattingFormating Footnotes

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
gwada74
Posts: 42
Joined: Fri Nov 26, 2010 5:28 pm

Formating Footnotes

Post by gwada74 »

Here is a file that is a part of my script using your solution. A huge part are renewcommand I needed, you can remove them and not taking care of error messages.
test.tex
part of my script
(4.75 KiB) Downloaded 320 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Formating Footnotes

Post by meho_r »

The cause is babel with frenchb option. You can prevent interfering with footnotes by disabling FrenchFootnotes:

Code: Select all

\frenchbsetup{FrenchFootnotes=false}
Also, you may want to take a look at frenchb.dtx file for other options and explanations which might be useful to you.
gwada74
Posts: 42
Joined: Fri Nov 26, 2010 5:28 pm

Re: Formating Footnotes

Post by gwada74 »

Thank you very very much ! You have saved my life :)
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Re: Formating Footnotes

Post by meho_r »

You're welcome :) Now you may mark the thread as solved by editing your first post.

Regards,

M.
Post Reply