Document ClassesPackage xpsace

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Eberhard
Posts: 1
Joined: Fri Aug 22, 2008 9:18 am

Package xpsace

Post by Eberhard »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Package xpsace

Post by Stefan Kottwitz »

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
LaTeX.org admin
Post Reply