Hi
here an Example which doesnt work !!!
no idea why...
----------------------------
\usepackage{xspace}
%solve problem with space after cursiv und quuote marks ...
...
\newcommand{\cadenceref}{{\href{http://www.cadence.com/products/custom_ic/index.aspx}{\emph{Ca\-den\-ce\textsuperscript{TM}\ IC 6.1}}}\cite{ca-df}\xspace}
....
Here you will find it \cadenceref.
---------------------------
Daraus wird
>>>Here you will find it Cade....IC 6.1 .<<<<
What is xspace good for, if it cannot filter the space betwenn 1 & . ???
Any Idea what's wrong here?
Best regards Eberhard
Document Classes ⇒ Package xpsace
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10323
- Joined: Mon Mar 10, 2008 9:44 pm
Package xpsace
Hi Eberhard,
welcome to the board!
When I tested it I got: Here you will find it Cade....IC 6.1[?].
Of course the citation is undefined. But as you can see there's no space before the dot. Perhaps provide a minimal working example for us to find out what's causing the space, probably the \cite{ca-df}.
Stefan
welcome to the board!
When I tested it I got: Here you will find it Cade....IC 6.1[?].
Of course the citation is undefined. But as you can see there's no space before the dot. Perhaps provide a minimal working example for us to find out what's causing the space, probably the \cite{ca-df}.
Stefan
LaTeX.org admin