Code: Select all
\documentclass{article}
\begin{document}
% can we define a command
\def\a{}
% such that
a\footnote{b}\a{c}
% produces the same result as
a\footnote{bc}
% ?
\end{document}
Code: Select all
\documentclass{article}
\begin{document}
% can we define a command
\def\a{}
% such that
a\footnote{b}\a{c}
% produces the same result as
a\footnote{bc}
% ?
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
I don't know how to do this without displacing the second footnote in the text, which is unpractical. Maybe using an auxiliary file and aA short note may be set complete in the break-line of another note provided it is set ranged right, with more than 3 ems between the notes.
\toks
for every footnote will work. I imagine redefining \footnote
such that for long notes, it asks itself: is the next note of this page (or the page where this note ends), and is there space in the last line for the next note + 3em? If so, print it there.NEW: TikZ book now 40% off at Amazon.com for a short time.