Tagged Questions
6
votes
1answer
283 views
\StrLeft has no effect on \citetitle
\footfullcite uses too much space so I decided to define a own command. I called it \footshortcite. It only display a pre- and a post-Option and the Author with Year. However, I don't like that most ...
5
votes
1answer
299 views
Performing String Manipulation on result of \cite{}
I would like to perform some string manipulation (using the xstring package) on the result of a \cite{} (the bib package is given to me, and wouldn't allow what I want to do without a major rewrite). ...