[mcclim-cvs] CVS mcclim/Spec/src

rgoldman rgoldman at common-lisp.net
Mon Jan 8 01:30:28 UTC 2007


Update of /project/mcclim/cvsroot/mcclim/Spec/src
In directory clnet:/tmp/cvs-serv31520/src

Modified Files:
	bboxes.tex bordered-output.tex clim.tex designs.tex 
	drawing-options.tex graph-formatting.tex graphics.tex 
	regions.tex table-formatting.tex 
Added Files:
	border-example.pdf bounding-box.pdf corner-circle.pdf 
	correct-circle.pdf design-classes.pdf different-ellipses.pdf 
	graph-example.pdf horizontal-lines.pdf inscribed-circle.pdf 
	line-cap-shapes.pdf line-joint-shapes.pdf 
	region-composition.pdf region-normalization.pdf 
	region-structure.pdf table-example.pdf thick-lines.pdf 
	thin-lines.pdf two-triangles.pdf 
Log Message:
Absent any objections, I have modified the Spec LaTeX source so that
it works with pdflatex as well as normal latex.  In the process, I have
added a number of pdf equivalents of epsi files, and changed clim.tex to
use graphicx instead of epsfig.
As a side-benefit, I tweaked the pdflatex so that hyperlinks are added.


--- /project/mcclim/cvsroot/mcclim/Spec/src/bboxes.tex	2000/12/11 06:59:59	1.1
+++ /project/mcclim/cvsroot/mcclim/Spec/src/bboxes.tex	2007/01/08 01:30:25	1.2
@@ -34,7 +34,7 @@
 \end{verbatim}
 
 \begin{figure}
-\centerline{\epsfig{file=bounding-box.epsi}}
+\centerline{\includegraphics{bounding-box}}
 \caption{\label{output-record-bbox} The bounding rectangle of an output record.}
 \end{figure}
 
--- /project/mcclim/cvsroot/mcclim/Spec/src/bordered-output.tex	2000/12/11 06:59:59	1.1
+++ /project/mcclim/cvsroot/mcclim/Spec/src/bordered-output.tex	2007/01/08 01:30:25	1.2
@@ -25,7 +25,7 @@
 \end{verbatim}
 
 \begin{figure}
-\centerline{\epsfig{file=border-example.epsi}}
+\centerline{\includegraphics{border-example}}
 \caption{\label{border-example} Examples of bordered output.}
 \end{figure}
 
--- /project/mcclim/cvsroot/mcclim/Spec/src/clim.tex	2000/12/11 06:59:59	1.1
+++ /project/mcclim/cvsroot/mcclim/Spec/src/clim.tex	2007/01/08 01:30:25	1.2
@@ -4,7 +4,9 @@
                                 % --SWM
 \pagestyle{headings}
 \usepackage{makeidx}
-\usepackage{epsfig}
+% replaced with using graphics package [2007/01/05:rpg]
+%\usepackage{epsfig}
+\usepackage{graphicx}
 
 \makeatletter
 \renewenvironment{theindex}%
@@ -17,6 +19,22 @@
   {\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
+
+%% added to try to make nice bookmarks in PDF... [2005/04/12:rpg]
+\ifx\pdfoutput\undefined \csname newcount\endcsname\pdfoutput \fi 
+\ifcase\pdfoutput \DeclareGraphicsExtensions{.epsi}\DeclareGraphicsRule{epsi}{eps}{*}{}
+\fi
+
+% \DeclareGraphicsExtensions{.pdf,.epsi}
+% % \DeclareGraphicsRule{epsi}{eps}{*}{}
+
+% \DeclareGraphicsRule{epsi}{eps}{*}{}
+
 %\usepackage{times}
 
 %% For PDF
--- /project/mcclim/cvsroot/mcclim/Spec/src/designs.tex	2000/12/11 07:00:00	1.1
+++ /project/mcclim/cvsroot/mcclim/Spec/src/designs.tex	2007/01/08 01:30:25	1.2
@@ -216,7 +216,7 @@
 each other.
 
 \begin{figure}
-\centerline{\epsfig{file=design-classes.epsi}}
+\centerline{\includegraphics{design-classes}}
 \caption{\label{design-classes} The class structure for all designs and regions.
 Entries in bold correspond to real CLIM classes.}
 \end{figure}
--- /project/mcclim/cvsroot/mcclim/Spec/src/drawing-options.tex	2000/12/11 07:00:00	1.1
+++ /project/mcclim/cvsroot/mcclim/Spec/src/drawing-options.tex	2007/01/08 01:30:25	1.2
@@ -486,7 +486,7 @@
 window system, so not all platforms will necessarily fully support it.
 
 \begin{figure}
-\centerline{\epsfig{file=line-joint-shapes.epsi}}
+\centerline{\includegraphics{line-joint-shapes}}
 \caption{Line joint shapes.}
 \end{figure}
 
@@ -499,7 +499,7 @@
 system, so not all platforms will necessarily fully support it.
 
 \begin{figure}
-\centerline{\epsfig{file=line-cap-shapes.epsi}}
+\centerline{\includegraphics{line-cap-shapes}}
 \caption{Line cap shapes.}
 \end{figure}
 
--- /project/mcclim/cvsroot/mcclim/Spec/src/graph-formatting.tex	2000/12/11 07:00:00	1.1
+++ /project/mcclim/cvsroot/mcclim/Spec/src/graph-formatting.tex	2007/01/08 01:30:27	1.2
@@ -31,7 +31,7 @@
 \end{verbatim}
 
 \begin{figure}
-\centerline{\epsfig{file=graph-example.epsi}}
+\centerline{\includegraphics{graph-example}}
 \caption{\label{graph-example} Example of graph formatting.}
 \end{figure}
 
--- /project/mcclim/cvsroot/mcclim/Spec/src/graphics.tex	2000/12/11 07:00:00	1.1
+++ /project/mcclim/cvsroot/mcclim/Spec/src/graphics.tex	2007/01/08 01:30:27	1.2
@@ -231,7 +231,7 @@
 implementations should attempt to draw in this case.
 
 \begin{figure}
-\centerline{\epsfig{file=two-triangles.epsi}}
+\centerline{\includegraphics{two-triangles}}
 \caption{\label{two-triangles} Pixel assignment with boundary on decision points.}
 \end{figure}
 
@@ -247,7 +247,7 @@
 pick only two of the four points, leading to an undesirable lopsided figure.
 
 \begin{figure}
-\centerline{\epsfig{file=corner-circle.epsi}}
+\centerline{\includegraphics{corner-circle}}
 \caption{\label{corner-circle} Choosing any two of the shaded pixels causes asymmetry.}
 \end{figure}
 
@@ -265,7 +265,7 @@
 \end{verbatim}
 
 \begin{figure}
-\centerline{\epsfig{file=inscribed-circle.epsi}}
+\centerline{\includegraphics{inscribed-circle}}
 \caption{\label{inscribed-circle} Two forms of a circle inscribed in a rectangle.}
 \end{figure}
 
@@ -275,7 +275,7 @@
 attempt to draw.
 
 \begin{figure}
-\centerline{\epsfig{file=correct-circle.epsi}}
+\centerline{\includegraphics{correct-circle}}
 \caption{\label{correct-circle} An aesthetically pleasing circle.}
 \end{figure}
 
@@ -301,7 +301,7 @@
 tilted rectangle, the left as the ``thinnest visible'' line.
 
 \begin{figure}
-\centerline{\epsfig{file=thin-lines.epsi}}
+\centerline{\includegraphics{thin-lines}}
 \caption{\label{thin-lines} Two examples of lines of thickness 1.}
 \end{figure}
 
@@ -312,7 +312,7 @@
 Figure~\ref{thick-lines} are both reasonable.
 
 \begin{figure}
-\centerline{\epsfig{file=thick-lines.epsi}}
+\centerline{\includegraphics{thick-lines}}
 \caption{\label{thick-lines} Two examples of lines of thickness 2.}
 \end{figure}
 
@@ -326,7 +326,7 @@
 simpler to draw rectilinear borders around rectilinear areas.
 
 \begin{figure}
-\centerline{\epsfig{file=horizontal-lines.epsi}}
+\centerline{\includegraphics{horizontal-lines}}
 \caption{\label{horizontal-lines} Two possible definitions of horizontal lines. 
 Left figure is X11 definition.}
 \end{figure}
--- /project/mcclim/cvsroot/mcclim/Spec/src/regions.tex	2000/12/11 07:00:00	1.1
+++ /project/mcclim/cvsroot/mcclim/Spec/src/regions.tex	2007/01/08 01:30:27	1.2
@@ -267,7 +267,7 @@
 
 
 \begin{figure}
-\centerline{\epsfig{file=region-normalization.epsi}}
+\centerline{\includegraphics{region-normalization}}
 \caption{Normalization of rectangular region sets.}
 \end{figure}
 
@@ -319,7 +319,7 @@
 
 
 \begin{figure}
-\centerline{\epsfig{file=region-composition.epsi}}
+\centerline{\includegraphics{region-composition}}
 \caption{Examples of region union, intersection, and difference.}
 \end{figure}
 
@@ -352,7 +352,7 @@
 classes to a separately loadable module (via \cl{provide} and \cl{require}).}
 
 \begin{figure}
-\centerline{\epsfig{file=region-structure.epsi}}
+\centerline{\includegraphics{region-structure}}
 \caption{The class structure for all regions.}
 \end{figure}
 
@@ -721,7 +721,7 @@
 and correspond to the semi-axes of the ellipse.
 
 \begin{figure}
-\centerline{\epsfig{file=different-ellipses.epsi}}
+\centerline{\includegraphics{different-ellipses}}
 \caption{Different vectors may specify the same ellipse.}
 \end{figure}
 
--- /project/mcclim/cvsroot/mcclim/Spec/src/table-formatting.tex	2000/12/11 07:00:00	1.1
+++ /project/mcclim/cvsroot/mcclim/Spec/src/table-formatting.tex	2007/01/08 01:30:27	1.2
@@ -29,7 +29,7 @@
 \end{verbatim}
 
 \begin{figure}
-\centerline{\epsfig{file=table-example.epsi}}
+\centerline{\includegraphics{table-example}}
 \caption{\label{table-example} Example of tabular output.}
 \end{figure}
 

--- /project/mcclim/cvsroot/mcclim/Spec/src/border-example.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/border-example.pdf	2007/01/08 01:30:28	1.1
%PDF-1.2
%Ç쏢
5 0 obj
<</Length 6 0 R/Filter /FlateDecode>>
stream
xœ•PËnƒ0¼ïWì±9ÔµcàØJQÏIý.Ð@„qbŒøý.R¥½´²¥Õzvf|CÎò鬵p0·xz]A8Ã
Ä‚×R8|1ðtJ1GóS`¢1U)£b<˜ºé‘nï]…~ˆ×!âØÄ-†ªˆ¶;­
øîCY…¹ÀÁÀ‘4GÚ×@’ìYžOe†2UŠ½fœ+"ÃÛ‰{GµíÉAüõ±¯méG:2€MÜ<lÚ2Sè@J¥Ü’òáÖ
ò9Ï™¦ßœ/þ2ÿõüïAt¦™X‚<w%Æ)Ìú­„æmÓUåÝW&šODA¦Èˆà[7iá±ôw9endstream
endobj
6 0 obj
249
endobj
4 0 obj
<</Type/Page/MediaBox [0 0 612 792]
/Rotate 0/Parent 3 0 R
/Resources<</ProcSet[/PDF /Text]
/Font 8 0 R
>>
/Contents 5 0 R
>>
endobj
3 0 obj
<< /Type /Pages /Kids [
4 0 R
] /Count 1
>>
endobj
1 0 obj
<</Type /Catalog /Pages 3 0 R
>>
endobj
8 0 obj
<</R7
7 0 R>>
endobj
7 0 obj
<</BaseFont/Courier/Type/Font
/Subtype/Type1>>
endobj
2 0 obj
<</Producer(ESP Ghostscript 815.01)
/CreationDate(D:20070105111927)
/ModDate(D:20070105111927)
/Title(border-example.ps)
/Creator(Ghostscript ps2epsi from border-example.ps)
/Author(ga)>>endobj
xref
0 9
0000000000 65535 f 
0000000553 00000 n 
0000000692 00000 n 
0000000494 00000 n 
0000000353 00000 n 
0000000015 00000 n 
0000000334 00000 n 
0000000630 00000 n 
0000000601 00000 n 
trailer
<< /Size 9 /Root 1 0 R /Info 2 0 R
/ID [(xQUÍnS!CCn7uþ”|)(xQUÍnS!CCn7uþ”|)]
>>
startxref
894
%%EOF
--- /project/mcclim/cvsroot/mcclim/Spec/src/bounding-box.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/bounding-box.pdf	2007/01/08 01:30:28	1.1
%PDF-1.2
%Ç쏢
5 0 obj
<</Length 6 0 R/Filter /FlateDecode>>
stream
xœÕSÁnÛ0½ë+xLåDJ¢¤cvëæ[ÑC–8^†ÄYÓÃþ~¤ìdØ°õ:6 §'Ú|䣞Á#·g^×÷í}ÒíÆ	|s;çá­c
H’@–9y8õîƒó(R+3Ž™JÔ Q–áดˆLL˜ìK%Œ8ÔŒ^&¦bQ†rIUPŒñ[HÌɺ„ÄP1P­cc1&ñ>[¬2œ5·ª)f†¢GÕO¥fûóVë*ýÿ´Òæÿæ–̵#¨æfˆXUEK¢˜ý„÷ÖŒ&€‚ºI¥%"ny'LÁpµtZ_øÚä{Vh©¨´nd¾²?ûú/²[gÈ«‰ÌÕœœ°o]ӁÕI’vóå”|¾â­{Ö}»ó²>À]ç޼ϐ1ź­#¯¢[HA5$¨±ÐÜâãñë¸Ùƒ:±>¯Æaß/»Ïî¾sŽ„,2µQóÖ
Ã&°]´_OB¶˜°äWÅ•¿‹KQGÒæh·;¿ÀŸ²ÇŠ@…nã·ðå¸ÿ>GX›åMŽœ·Ûs‚Óñ¼:ÛçsÀò©{§º‹^¥›öù"$Øôéï_`u²t`‰×ý¨?¸vãÁý r÷¨endstream
endobj
6 0 obj
466
endobj
4 0 obj
<</Type/Page/MediaBox [0 0 612 792]
/Rotate 0/Parent 3 0 R
/Resources<</ProcSet[/PDF /Text]
/Font 9 0 R
>>
/Contents 5 0 R
>>
endobj
3 0 obj
<< /Type /Pages /Kids [
4 0 R
] /Count 1
>>
endobj
1 0 obj
<</Type /Catalog /Pages 3 0 R
>>
endobj
9 0 obj
<</R7
7 0 R/R8
8 0 R>>
endobj
7 0 obj
<</BaseFont/Courier/Type/Font
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Subtype/Type1>>
endobj
2 0 obj
<</Producer(ESP Ghostscript 815.01)
/CreationDate(D:20070105111927)
/ModDate(D:20070105111927)
/Title(bounding-box.ps)
/Creator(Ghostscript ps2epsi from bounding-box.ps)
/Author(ga)>>endobj
xref
0 10
0000000000 65535 f 
0000000770 00000 n 
0000000988 00000 n 
0000000711 00000 n 
0000000570 00000 n 
0000000015 00000 n 
0000000551 00000 n 
0000000856 00000 n 
0000000918 00000 n 
0000000818 00000 n 
trailer
<< /Size 10 /Root 1 0 R /Info 2 0 R
/ID [(~kÖ\)@C‡Íc`+,p)(~kÖ\)@C‡Íc`+,p)]
>>
startxref
1186
%%EOF
--- /project/mcclim/cvsroot/mcclim/Spec/src/corner-circle.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/corner-circle.pdf	2007/01/08 01:30:28	1.1
%PDF-1.2
%Ç쏢
5 0 obj
<</Length 6 0 R/Filter /FlateDecode>>
stream
xœ¥˜½®Ü6F{=…ʤ°ÂŸÕR;Þ7XÄAŒla7~}S¤4óQ¢›ïÎ%ÏáðWº‹ûmv‹ŸÝöo¾&·ðüïäçÿ¦•Ýì¹¾´ÿßÿ™¾LÞ»ápÓ4¦yHç
nŒÖ}\FÛ>®ÃaLÓ˜æ1-Cºn/œ7]·wmÛ»‡1McšÇ´éº=?¼z—Ñ6rcšÆ4iÒÛöÖÑÅ»V÷:†,
Y²2b·}åÑU»Ö}]GÐ¥!ËCV~µ…4¼4×Ñ0diÈòˆu‹ÔÛ¾ž¿œ·’ÆçœÇÃÛ|uó_“_¡tzµ:S\RŒ³Oœ–(3—)ËÄV<§umÓÛO¸Ë<§Z²«ö{9–©Õs:–o+(¶£çô¹ì±\H¶ÇV§¸¬©,Óâ¨üÌÇê[UV¾m¡âtõ½Îm
UV]kmÔѤN*¤k}™Âü£<¢¿NÛeÞ/õþR.öç2õ£„iÓÁ•——’ÿ—éo“¯ýy{¾æé¿Ë,ÙϏr†‹K.PƒfJKXËvƒó¥ùñš~ûÀ¿?¾N>¦Oõñ7Iü~“ä¯MH›dK’o$‘rê]‡¨V‹±Þˆ±úS‡ ê­²·¨õ»=¼;ÇðÖ$X½ßjââ»8kB„î$‰ùÔ’0$á;IøœÎD ‰ÜI’ÎIì£U”G“|'I>'±;¤®¿7©oo7YÏIì^çSúòN“rîÉ­¹6“ó¥>̶ë´w©õ­.åºÉù‘R»ˆe©õ­.I³Ä¾C¾›…5Kè»d¡»Y¢fñ}— Y›Y(´gýöŒ‘Ó³…/Gÿîo­£‰;¢ôIV²Þ̱}ñØÞûgïßêö&ùfÉÖ¤ÿ|%K’n&Iǁô÷	߬è8
¸ß¯e/+·õßJOÆ'äÉxB>‘÷Æ{äñø¬xZ`YYÞÙúuµ%ÕRÇ[R-u<Ÿ'ã	ùh|DÞï‘wÆ;à³âhQX€ee¤ÙÎTKoIµÔñd|BžŒ'ä£ñyo¼GÞï€ÏŠg Ea–•=’Ö¥ö¨VÛLkµÍ$pRç8Ô9œØ9ß9‡N6%£!&òl¼¦÷vÐVÛÌž^k›Ià¤Î!p¨s"8±s<8¾s8lJFCLäÙxMá쵶™=½Ö6“ÀICàPçDpbçxp|ç8p:Ù”Œ†˜ ȳñšžà쵶™=½Ö6“ÀICàPçDpbçxp|ç8p:Ù”Œ†˜ ȳñš>ÁÙkm3{z­m&“:‡À¡Î‰àÄÎñàøÎqà8t²)
1Agã5½þ-åµÍì鵶™Nê‡:'‚;ǃã;ǁãÐɦd4ÄAž×ô+œ½Ö6³§×Úf8©sêœNìø[š¥_áìµÖ™lJFCLäÙø#ý§é'–R·fendstream
endobj
6 0 obj
1102
endobj
4 0 obj
<</Type/Page/MediaBox [0 0 612 792]
/Rotate 0/Parent 3 0 R
/Resources<</ProcSet[/PDF /Text]
/Font 8 0 R
>>
/Contents 5 0 R
>>
endobj
3 0 obj
<< /Type /Pages /Kids [
4 0 R
] /Count 1
>>
endobj
1 0 obj
<</Type /Catalog /Pages 3 0 R
>>
endobj
8 0 obj
<</R7
7 0 R>>
endobj
7 0 obj
<</BaseFont/Courier/Type/Font
/Subtype/Type1>>
endobj
2 0 obj
<</Producer(ESP Ghostscript 815.01)
/CreationDate(D:20070105111928)
/ModDate(D:20070105111928)
/Title(corner-circle.ps)
/Creator(Ghostscript ps2epsi from corner-circle.ps)
/Author(ga)>>endobj
xref
0 9
0000000000 65535 f 
0000001407 00000 n 
0000001546 00000 n 
0000001348 00000 n 
0000001207 00000 n 
0000000015 00000 n 
0000001187 00000 n 
0000001484 00000 n 
0000001455 00000 n 
trailer
<< /Size 9 /Root 1 0 R /Info 2 0 R
/ID [(3ON\),²À ¢Út—ç֝á)(3ON\),²À ¢Út—ç֝á)]
>>
startxref
1746
%%EOF
--- /project/mcclim/cvsroot/mcclim/Spec/src/correct-circle.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/correct-circle.pdf	2007/01/08 01:30:28	1.1
%PDF-1.2
%Ç쏢
5 0 obj
<</Length 6 0 R/Filter /FlateDecode>>
stream
xœ¥–Í®Ü6F÷~
/ÓEý¢¼
t}{ç
MÑ w‘lòú±e‰üdk5FuŽéÏûΏÙ-~vû¿úþü˜ÜÂó¿“Ÿÿ›Vv³·½ðñÿç?Ó·É{7l‡1MC:—Ÿºeà¥{¼¶Ã˜¦1ÍC:íhxv—î:d³»¶Ã˜¦1ÍcZ†t9épŽRNúÒ]‡ìqÒ×vÓ4¦yLː.'í‡WúÒ]‡ìѹ¶Ã˜¦1ÍcZ†ô~ÒëèB_šëˆ,¼vÐ¥!ËCVFì~^yt)/Ír^×n²4dyÄîÃÒð"\»aÈÒˆuó_“ÏíËöqÔ«ÏKŠq£²_¢ÌzSìÅsjË©vðsÁžÇ7²Úz4SªçÔ€c!ƒbèszßÎq{f±s<ꘗ5mïÉ/ŽöÏíè{µ]èô;\)‡Ç¨€è±ä  ®½tr¬oS˜mO÷ïo—š¬/ÛÅ~ß–~maŽåàÜž¥‘ÿoË?&_þ^Ìõíù1yLŸÿ–™—ìçǶ‡‹K.ÐÍ”–°n§œ_(͏éÓŸüÇãûôõ1½•-¨CöòÕ![ÌËÒ!Ù’äI$-±›uÂj1Ö1VštB¹‰êˆR¿:ûsoC‚å(õËCB\<ãgC’Н$Û}Ё$IøN>'=H"w’¤sûj•§L’ï$Éç$v‡”ã×!åíå!ë9‰Ýë|šQ^^²í{rk.ÃäüD)³Ì:¥Ô·¦l×MΏn?jÛ¹›%i–ØOaÈÂw³°f	ý‚,t7KÔ,¾Ÿ Kx1…ãY¿?cäôláö#®
ñ¯þÕjC\‹Ò'Y-Èz3Ç—´¿÷Ï®?ºê|3‡dÒ¿’%I7“¤¶!ý}Â÷+mµÝ€û]x{Þ¦´rQ>ˆh/µŸŒOÈ“ñ„|4>"ï÷È;ãðYñ´(,À²²\Ù}µ&ÕRûGR-µŸŒOÈ“ñ„|4>"ï÷È;ãðYñ´(,À²²-i¶=ÕRûGR-µŸŒOÈ“ñ„|4>"ï÷È;ãðYñ´(,À²²-i9Tjµ­a­¶•Nê‡:'‚;ǃã;ǁãÐɦd4ÄAž×ôÞ6Új[©éµ¶•Nê‡:'‚;ǃã;ǁãÐɦd4ÄAž×ôö^k[©éµ¶•Nê‡:'‚;ǃã;ǁãÐɦd4ÄAž×ô{¯µ­ÔôZÛJ'uCÁ‰ãÁñãÀqèdS2b‚ ÏÆkú{¯µ­ÔôZÛJ'uCÁ‰ãÁñãÀqèdS2b‚ ÏÆkz½×ÚVjz­m%“:‡À¡Î‰àÄÎñàøÎqà8t²)
1Agã5ý
{¯µ­ÔôZÛJ'uCÁ‰ãÁñãÀqèdS2b‚ ÏÆ·ôoÓo¥u‰endstream
endobj
6 0 obj
1089
endobj
4 0 obj
<</Type/Page/MediaBox [0 0 612 792]
/Rotate 0/Parent 3 0 R
/Resources<</ProcSet[/PDF /Text]
/Font 8 0 R
>>
/Contents 5 0 R
>>
endobj
3 0 obj
<< /Type /Pages /Kids [
4 0 R
] /Count 1
>>
endobj
1 0 obj
<</Type /Catalog /Pages 3 0 R
>>
endobj
8 0 obj
<</R7
7 0 R>>
endobj
7 0 obj
<</BaseFont/Courier/Type/Font
/Subtype/Type1>>
endobj
2 0 obj
<</Producer(ESP Ghostscript 815.01)
/CreationDate(D:20070105111928)
/ModDate(D:20070105111928)
/Title(correct-circle.ps)
/Creator(Ghostscript ps2epsi from correct-circle.ps)
/Author(ga)>>endobj
xref
0 9
0000000000 65535 f 
0000001394 00000 n 
0000001533 00000 n 
0000001335 00000 n 
0000001194 00000 n 
0000000015 00000 n 
0000001174 00000 n 
0000001471 00000 n 
0000001442 00000 n 
trailer
<< /Size 9 /Root 1 0 R /Info 2 0 R
/ID [(Î2iB&óá,æ/X²')(Î2iB&óá,æ/X²')]
>>
startxref
1735
%%EOF
--- /project/mcclim/cvsroot/mcclim/Spec/src/design-classes.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/design-classes.pdf	2007/01/08 01:30:28	1.1
%PDF-1.2
%Ç쏢
5 0 obj
<</Length 6 0 R/Filter /FlateDecode>>
stream
xœµ“K›0…÷ü
/É××6~l+U•º›–ݨJ<* Í¿¯
æŒÒ©Ô*Š¢|Ÿ{ïñåˆ¸ÿ-ÎAŸí÷½D0<Aþ§8£Yôá«Ds‰²§0„òQ„(Xh$9`(;GñÑtå©>d?í)5ŸJ at h,%C	SX­QvŒâ¢©šÖGñR‚c	©¯%tÑnm¥ÀLK‰aeºnk›0·ªµïcÜ\ò¢ì߉)qÊã֜ʦ>|Ͼ܎À(–Š«ñxªÕPíZÿh®õÑl[Ta®”à7ƒ?Ææ—iß^ŸMk	(Í°fqÝŒ`[ µá2´NîE0EoÓ¾äý³S&\â0ßKS½UemœBcŸr‚SaZ?3UU^ú²È«$o§¢SjkÜD}iʺ?$’)‚‰ŒóÖäô¶!!”:³%·ዶ¦èóúT
]¥SÆDØU7<N˜Ä„)‘´Qð.¼¤3}°®©ˆèQÓ¥]ëò©iÏþƸ°7V'kÈmí¸kªò8Ý*Ä}›×]u-ŒÜÍú)‹ì«ö*#šaûAC"#Ií*$ځ*ú6#;ØvÑIpšÀÁâ3¡Ù@Œ`ñ	4èV3#aw>ÄbàÀà3!j‘r=ë±çTSv5ÀÒ¬4A­,µf4ûH±õ™‘¢Óu­”90h&Ä-J?܁]ê‡XùýL`o®Y£CÍ„æZBµ&4õ<ƒ¥çÀ‡ù{ßëyÎYñ çíŽQï³Ú±	ÝÝÕ­fgCM¸ca?’ýxîóFåÖgB÷æ
4{ïNPK‘ –G•ÏÿÌùþ«|Þ3ûCô@Næ8endstream
endobj
6 0 obj
660
endobj
4 0 obj
<</Type/Page/MediaBox [0 0 612 792]
/Rotate 0/Parent 3 0 R
/Resources<</ProcSet[/PDF /Text]
/Font 9 0 R
>>
/Contents 5 0 R
>>
endobj
3 0 obj
<< /Type /Pages /Kids [
4 0 R
] /Count 1
>>
endobj
1 0 obj
<</Type /Catalog /Pages 3 0 R
>>
endobj
9 0 obj
<</R8
8 0 R/R7
7 0 R>>
endobj
8 0 obj
<</BaseFont/Courier/Type/Font
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Subtype/Type1>>
endobj
2 0 obj
<</Producer(ESP Ghostscript 815.01)
/CreationDate(D:20070105111928)
/ModDate(D:20070105111928)
/Title(design-classes.ps)
/Creator(Ghostscript ps2epsi from design-classes.ps)
/Author(ga)>>endobj
xref
0 10
0000000000 65535 f 
0000000964 00000 n 
0000001179 00000 n 
0000000905 00000 n 
0000000764 00000 n 
0000000015 00000 n 
0000000745 00000 n 
0000001112 00000 n 
0000001050 00000 n 
0000001012 00000 n 
trailer
<< /Size 10 /Root 1 0 R /Info 2 0 R
/ID [(\r¥‘>!õ¹gÓ/T5XfX)(\r¥‘>!õ¹gÓ/T5XfX)]
>>
startxref
1381
%%EOF
--- /project/mcclim/cvsroot/mcclim/Spec/src/different-ellipses.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/different-ellipses.pdf	2007/01/08 01:30:28	1.1
%PDF-1.2
%Ç쏢
5 0 obj
<</Length 6 0 R/Filter /FlateDecode>>
stream
xœm’Knä0D÷>…N ð#RÒ	²r„& ³˜U®R”=¶ÜÈ"hvU©È×ÿdLàóÿã{#H?¦¿¤·
µi#dÖôm‚¬b“Þr¥„…8«Úg¥Ü1!•p4ŽÇ†P!SRí57J½¹ß‚À	aÊa at d7p±xÆaæ:ÌX¼¹y«òè£%Þ¯2̍L½´lÖÆ×c/´îkk‡î«%ƒ¦§I!}n(ãÁ.m*½÷P*øâOóVÍà“V³øäÏ«DdøÔÐâT)#Ý‹î*ÍÅ}¦*›°Ú‚$×™Þ¸ÅbÖ6|äç÷‰]ÕºG۝½	Ïž±÷“/ë0xӍ3-œiáL7ÎtåŒúàL7ÎtâLÎûšn iM'Ðký4Ý0ô8]µR` 큡ªîÛÛ±ÇK¨Ì‡á³ý)0¼H/Ô³z«ÒöŸ‘ê‚ÆU^ÝUÜ)˜?!™°,½vp_nK÷ÒËDê™>a˜Ø	¹—¢dÖyÓ2/y@–	9ñ1Ÿƒcóßó‰1_£½¶2æãÄŽØ
ìööyYàÀÌ7¬0«Ä>æþ|ÝÏ>7Þ1·
;ˆé<Óë)}9–«hªTf:Í•åH—H¯p¤·5q6 ½õ™-þc~ß~ ""Ùendstream
endobj
6 0 obj
504
endobj
4 0 obj
<</Type/Page/MediaBox [0 0 612 792]
/Parent 3 0 R
/Resources<</ProcSet[/PDF]
>>
/Contents 5 0 R
>>
endobj
3 0 obj
<< /Type /Pages /Kids [
4 0 R
] /Count 1
>>
endobj
1 0 obj
<</Type /Catalog /Pages 3 0 R
>>
endobj
2 0 obj
<</Producer(ESP Ghostscript 815.01)
/CreationDate(D:20070105111928)
/ModDate(D:20070105111928)
/Title(different-ellipses.ps)
/Creator(Ghostscript ps2epsi from different-ellipses.ps)
/Author(ga)>>endobj
xref
0 7
0000000000 65535 f 
0000000781 00000 n 
0000000829 00000 n 
0000000722 00000 n 
0000000608 00000 n 
0000000015 00000 n 
0000000589 00000 n 
trailer
<< /Size 7 /Root 1 0 R /Info 2 0 R
/ID [(h¿9]…G\)[ÿ4‘Ý\r)(h¿9]…G\)[ÿ4‘Ý\r)]
>>
startxref
1039
%%EOF
--- /project/mcclim/cvsroot/mcclim/Spec/src/graph-example.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/graph-example.pdf	2007/01/08 01:30:28	1.1
%PDF-1.2
%Ç쏢
5 0 obj
<</Length 6 0 R/Filter /FlateDecode>>
stream
xœuŽ±Â0Dw…7Ú¡!qS')B,,-ùƒ"ˆeá÷qÓe°}ï.ºµ2¨§·Ì!A>±?.Ëë#˜y_Ɛ°°íŒW˜“F(¡«U3ÆíÊø "å1žälË
TÂa¼@a2–»²<Y.Ù"RAûg–«Z#9ÅYÒ“rˆÐIÉ·¸ƒF…ÀèÈ[LRX{)Ÿp^‡†m†¶&ä[?{¾CìĽ„Øþï×~ÌžIïàoYHªendstream
endobj
6 0 obj
192

[53 lines skipped]
--- /project/mcclim/cvsroot/mcclim/Spec/src/horizontal-lines.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/horizontal-lines.pdf	2007/01/08 01:30:28	1.1

[116 lines skipped]
--- /project/mcclim/cvsroot/mcclim/Spec/src/inscribed-circle.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/inscribed-circle.pdf	2007/01/08 01:30:28	1.1

[186 lines skipped]
--- /project/mcclim/cvsroot/mcclim/Spec/src/line-cap-shapes.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/line-cap-shapes.pdf	2007/01/08 01:30:28	1.1

[238 lines skipped]
--- /project/mcclim/cvsroot/mcclim/Spec/src/line-joint-shapes.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/line-joint-shapes.pdf	2007/01/08 01:30:28	1.1

[291 lines skipped]
--- /project/mcclim/cvsroot/mcclim/Spec/src/region-composition.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/region-composition.pdf	2007/01/08 01:30:28	1.1

[410 lines skipped]
--- /project/mcclim/cvsroot/mcclim/Spec/src/region-normalization.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/region-normalization.pdf	2007/01/08 01:30:28	1.1

[474 lines skipped]
--- /project/mcclim/cvsroot/mcclim/Spec/src/region-structure.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/region-structure.pdf	2007/01/08 01:30:28	1.1

[545 lines skipped]
--- /project/mcclim/cvsroot/mcclim/Spec/src/table-example.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/table-example.pdf	2007/01/08 01:30:28	1.1

[608 lines skipped]
--- /project/mcclim/cvsroot/mcclim/Spec/src/thick-lines.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/thick-lines.pdf	2007/01/08 01:30:28	1.1

[673 lines skipped]
--- /project/mcclim/cvsroot/mcclim/Spec/src/thin-lines.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/thin-lines.pdf	2007/01/08 01:30:28	1.1

[742 lines skipped]
--- /project/mcclim/cvsroot/mcclim/Spec/src/two-triangles.pdf	2007/01/08 01:30:28	NONE
+++ /project/mcclim/cvsroot/mcclim/Spec/src/two-triangles.pdf	2007/01/08 01:30:28	1.1

[805 lines skipped]



More information about the Mcclim-cvs mailing list