Search found 4 matches

by jagged
Mon May 28, 2012 8:03 pm
Forum: Text Formatting
Topic: Colored Footnotes
Replies: 3
Views: 5836

Re: Colored Footnotes

That's easy as fun :-)

But I don't get it: when the colored notes are to be set, the preceding ones have been processed already. And even though the --- what is it called again? --- paragraph builder(?) hasn't done it's work yet, how could the use of the \color macro influence it in such a way ...
by jagged
Mon May 28, 2012 4:17 am
Forum: Text Formatting
Topic: Colored Footnotes
Replies: 3
Views: 5836

Colored Footnotes

High all,

this is a copy of an email I've sent to the author of the footmisc package already. Probably he's laughing at me, cos I do something completely senseless here...

Anyway, if anyone has a good advice, I'd be quite grateful.

Best regards,
Jagged

Actually this happens in V. 5.4a, but I ...
by jagged
Sat May 12, 2012 5:08 am
Forum: Fonts & Character Sets
Topic: replacement for ecss1000 in combination with ecrm1000
Replies: 0
Views: 1593

replacement for ecss1000 in combination with ecrm1000

High all

The situation:
In my document I occasionally set terms using \textsf{...} to visually set them apart from the surrounding text. This is different from showing emphasis, so using \emph{...} instead is not an option. It is more like a quote, but it actually is not , so using quotation marks ...
by jagged
Sun Sep 04, 2011 12:58 pm
Forum: Text Formatting
Topic: Combine '\hangindent' with flushleft/raggedright
Replies: 0
Views: 1464

Combine '\hangindent' with flushleft/raggedright

High together,

I have the following macros:


\newsavebox{\sabox}
\savebox{\sabox}{%
{\sffamily\bfseries See also}%
\quad%
}
\newlength{\sahi}
\settowidth{\sahi}{\usebox{\sabox}}

\newcommand{\seealso}{%
\raggedright%
\hangindent=\sahi%
\usebox{\sabox}%
}


In the actual document I intended ...