I have no relevant commands in the preamble, so I guess that I use the defaults here. I have tried this.
Code: Select all
\footmarkstyle{\textsuperscript{#1}}
Code: Select all
\renewcommand\thefootnote{\textsuperscript{\arabic{footnote}}}
Code: Select all
\footmarkstyle{\textsuperscript{#1}}
Code: Select all
\renewcommand\thefootnote{\textsuperscript{\arabic{footnote}}}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
\frenchbsetup
command to modify the concerned settings.
Code: Select all
\documentclass[11pt,a4paper,frenchb]{memoir}
\usepackage[T1]{fontenc}
\usepackage{selinput}
\SelectInputMappings{
aacute={á},
ccedilla={ç},
Euro={€}
}
\usepackage{babel}
\frenchbsetup{
FrenchFootnotes=false,
AutoSpaceFootnotes=false
}
\begin{document}
Main text\footnote{Footnote}
\end{document}
\StandardFootnotes
.Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis