[mcclim-devel] typesetting CLIM spec
rpgoldman at real-time.com
rpgoldman at real-time.com
Tue Apr 12 18:58:59 UTC 2005
Flushed with my success pdf-ulating the manual, I had a run up at the
CLIM spec. This seems to work with minimal patching. Simply apply
the following, and use pdflatex instead of latex, and you get a
version that has bookmarks and hyperlinks in it.
One problem: regions.tex seems to require a file named
file-normalization.epsi. I was going to translate it into pdf, but
found that it's nowhere in the copy of mcclim that I checked out. Is
this a bug with the spec LaTex?
Best,
r
Index: clim.tex
===================================================================
RCS file: /project/mcclim/cvsroot/mcclim/Spec/src/clim.tex,v
retrieving revision 1.1
diff -c -r1.1 clim.tex
*** clim.tex 11 Dec 2000 06:59:59 -0000 1.1
--- clim.tex 12 Apr 2005 18:54:56 -0000
***************
*** 17,22 ****
--- 17,29 ----
{\end{small}\clearpage}
\makeatother
+ %% added to try to make nice bookmarks in PDF... [2005/04/12:rpg]
+ \ifx\pdfoutput\undefined \csname newcount\endcsname\pdfoutput \fi
+ \ifcase\pdfoutput \else
+ \usepackage[pdftex]{hyperref}
+ \fi
+
+
%\usepackage{times}
%% For PDF
More information about the mcclim-devel
mailing list