Update of /cvsroot/modeling/ProjectModeling/Modeling/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv11410/Modeling/doc
Modified Files:
UserGuide.tex
Log Message:
Release 0.9-pre-8
Index: UserGuide.tex
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** UserGuide.tex 19 May 2003 16:05:16 -0000 1.20
--- UserGuide.tex 27 May 2003 20:05:01 -0000 1.21
***************
*** 12,20 ****
% the rest is at your discretion.
\authoraddress{Email: \email{sbi...@us...}}
! \date{May 06, 2003}
%\date{\today}
! \release{0.9-pre-7}
! %\setreleaseinfo{pre-7}
\setshortversion{0.9}
\makeindex
--- 12,29 ----
% the rest is at your discretion.
\authoraddress{Email: \email{sbi...@us...}}
! \date{May 27, 2003}
%\date{\today}
! \release{0.9-pre-8}
! %\setreleaseinfo{pre-8}
\setshortversion{0.9}
+
+ % Here we want to redefine \url and \ulink since Acrobat Reader v5+
+ % is not able to print the document correctly when a link is inserted
+ % Dunno why (even if it seems that option 'Print as Image' works)
+ %begin{latexonly}
+ \renewcommand{\ulink}[2]{#1 (at #2)}
+ \renewcommand{\url}[1]{#1}
+ % we do not redefine \citetitle, it uses \ulink
+ %end{latexonly}
\makeindex
|