Tagged Questions
0
votes
0answers
44 views
Usage of \IfEndWith and \StrGobbleRight Inserting Spaces [closed]
2013-03-06: Update:
It seems that there was a recent update to xstring which resolved this problem. Just updated all packages and the MWE below now correctly produces:
It seems as if I am ...
4
votes
2answers
89 views
controling padding using the xstring package
in order to pad some text with a predefined padding, im using the xstrings package
my current code is
\documentclass{minimal}
\usepackage{xstring}
...
1
vote
1answer
90 views
Customize text format of captions by parsing content of \@caption
I need the first sentence of my captions to appear on its own line in a \large, bold font. I also need to same document to easily produce standard captions (all same font, no line breaks). I have ...