Hi, I don't know how exactly it happens, but in the attached example the last footnote is missing a space before the inserted \cite. In my real document that happens a lot and kills the layout. Anything I can do to fix that? Best Regards, Andreas.
On Sun, 15 Aug 2010 19:14:53 +0200
Andreas Schneider
Hi,
I don't know how exactly it happens, but in the attached example the last footnote is missing a space before the inserted \cite. In my real document that happens a lot and kills the layout. Anything I can do to fix that?
Best Regards, Andreas.
Ugly workaround: \def\prefix{Vgl. \strut} % or \null But I have no idea what's happening here, maybe Hans or Taco can come up with a real solution. \cite[alternative=data] seems to eat any horizontal space before it; I don't know if this is a bug or a feature. Thomas
Thomas Schmitz wrote:
On Sun, 15 Aug 2010 19:14:53 +0200 Andreas Schneider
wrote: Hi,
I don't know how exactly it happens, but in the attached example the last footnote is missing a space before the inserted \cite. In my real document that happens a lot and kills the layout. Anything I can do to fix that?
Best Regards, Andreas.
Ugly workaround:
\def\prefix{Vgl. \strut} % or \null
But I have no idea what's happening here, maybe Hans or Taco can come up with a real solution. \cite[alternative=data] seems to eat any horizontal space before it; I don't know if this is a bug or a feature.
It probably does an \unskip to get rid of bad vertical space in the publication list. Use the workaround Thomas offered, as it is not safe to change that. Best wishes, Taco
On Sun, 15 Aug 2010 20:09:07 +0200, taco
Thomas Schmitz wrote:
Ugly workaround:
\def\prefix{Vgl. \strut} % or \null
But I have no idea what's happening here, maybe Hans or Taco can come up with a real solution. \cite[alternative=data] seems to eat any horizontal space before it; I don't know if this is a bug or a feature.
It probably does an \unskip to get rid of bad vertical space in the publication list. Use the workaround Thomas offered, as it is not safe to change that.
Best wishes, Taco
I always learn something new here. And by the way: you guys are really damn fast :-) Thank you very much! (once again :-)) Best Regards, Andreas.
participants (3)
-
Andreas Schneider
-
taco
-
Thomas Schmitz