|
From: <mh...@us...> - 2013-07-24 22:41:01
|
Revision: 18258
http://sourceforge.net/p/sbml/code/18258
Author: mhucka
Date: 2013-07-24 22:40:59 +0000 (Wed, 24 Jul 2013)
Log Message:
-----------
Fixed a bug that caused an extra space to be added in front of the starred versions of the section reference commands like \sec*{...}.
Modified Paths:
--------------
trunk/project/tex/sbmlpkgspec/sbmlpkgspec.cls
Modified: trunk/project/tex/sbmlpkgspec/sbmlpkgspec.cls
===================================================================
--- trunk/project/tex/sbmlpkgspec/sbmlpkgspec.cls 2013-07-24 22:39:02 UTC (rev 18257)
+++ trunk/project/tex/sbmlpkgspec/sbmlpkgspec.cls 2013-07-24 22:40:59 UTC (rev 18258)
@@ -1045,7 +1045,7 @@
\labelformat{paragraph}{\sectionlabel~#1}
\newcommand{\@commonRefNoStar}[1]{\xspace\Vref*{#1}\xspace}
-\newcommand{\@commonRefStar}[1]{\xspace\ref{#1}\xspace}
+\newcommand{\@commonRefStar}[1]{\ref{#1}\xspace}
\newcommand{\fig}[1]{\normallabels\@commonRefNoStar{#1}}
\WithSuffix\newcommand\fig*[1]{\normallabels\@commonRefStar{#1}}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|