I have the following macros:
Code: Select all
\newsavebox{\sabox}
\savebox{\sabox}{%
{\sffamily\bfseries See also}%
\quad%
}
\newlength{\sahi}
\settowidth{\sahi}{\usebox{\sabox}}
\newcommand{\seealso}{%
\raggedright%
\hangindent=\sahi%
\usebox{\sabox}%
}
Code: Select all
\seealso \bifref{this}, \bifref{that}.
Code: Select all
{
\seealso \bifref{this}, \bifref{that}.
}
As the subject suggests, I already attempted flushleft instead of raggedright and the environment version, too. I also tried grouping via a newly defined environment.
Last not least I cannot pass the items in an argument to \seealso, because hyperref complains then.
I also tried list and description environments, but nothing helped. Well, that weren't the favourite way anyway...
So, anyone having an idea? Thanks in advance, and best regards,
Jagged