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 xPËn0ŒïWì±9ÔµcàØJQÏIý.Ð@qbøý.R¥œŽ²¥Õzvf|CÎò鬵p0·xz]A8à Ä×R8|1ðtJ1GóS`¢1U)£b<ºénï] ~×!âØÄ-ª¶; øîCY ¹ÀÁÀ4GÚ×@ìYOe2Uœf+"ÃÛ{GµíÉAüõ±¯méG:2MÜ<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ëæ[ÑC8^ÄYÓÃþ~€ìdØ°õ:6 §'Ú|ä£Á#·g^×÷í}ÒíÆ |s;çác H@9y8õîó(R+3JÔ QáàžLLìK%8Ô^&ŠbQrÂIUPñ[HÌɺÄP1Pcc1&ñ>[¬25·ª)f¢GÕO¥fûóVë*ýÿŽÒæÿæ̵#šæfXUEK¢ý÷Ö&ºI¥%"ny'LÁpµtZ_øÚä{Vh©šŽndŸ²?ûú/²[gÈ«ÌÕ°o]ÓÕIvóå|Ÿâ{Ö}»ó²>À]çÞŒÏ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ÄAla7~}S€4óQ¢ïÎ%ÏáðWºûmvÝöoŸ&·ðüïäçÿŠÝ칟ŽÿßÿŸLÞ»ápÓ4ŠyHç nÖ}\FÛ>®ÃaLÓæ1-Cºn/7]·wmÛ»1McÇŽéº=?ŒzÑ6rcÆ4iÒÛöÖÑÅ»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{Ÿæé¿Ë,ÙÏrK.PfJKXËvó¥ùñ~ûÀ¿?ŸN>ŠOõñ7Iü~ä¯MHdKo$rê]šV±Þ±úS ê²·šõ»=Œ;ÇðÖ$Xœßjââ»8kBî$ùÔ0$á;IøÎD ÜIÎIì£UG|'I>'±;€®¿7©oo7YÏIì^çSúòNrîɹ6ó¥>̶ëŽw©õ.åºÉùR»e©õ.I³ÄŸCŸ 5Kè»d¡»Y¢fñ}YÂY(ŽgýöÓ³ /Gÿîo£;¢ôIV²Þ̱}ñØÞûgïßêö&ùfÉÖ€ÿ|%Kn&IÇô÷ ߬è8 žß¯e/+·õßJOÆ'äÉxB>÷Æ{äñø¬xZ`YYÞÙúuµ%ÕRÇ[R-u<'ã ùh|DÞïwÆ;à³âhQXee€ÙÎTKoIµÔñd|B'ä£ñyoŒGÞïÏg Ea=Ö¥öšVÛLkµÍ$pRç8Ô9Ø9ß9N6%£!&òlŒŠ÷vÐVÛÌ^kIà€Î!pšs"8±s<8Ÿs8lJFCLäÙxMá쵶=œÖ6ÀICàPçDpbçxp|ç8p:٠ȳñà쵶=œÖ6ÀICàPçDpbçxp|ç8p:٠ȳñ>ÁÙkm3{zm&:À¡ÎàÄÎñàøÎqà8t²) 1Agã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¥Í®Ü6F÷~ /ÓEý¢Œ t}{ç MÑ wlòú±eüdk5FuéÏûÎÙ-~vû¿úþüÜÂó¿ÿVv³·œðñÿç?Ó·É{7l1MC:ºeà¥{Œ¶ÃŠ1ÍC:íhxvî:d³»¶ÃŠ1ÍcZt9épRNúÒ]ìqÒ×vÓ4ŠyLË.'íWúÒ]ìѹ¶ÃŠ1ÍcZô~ÒëèB_ë,ŒvÃ¥!ËCVFì~^yt)/Ír^×n²4dyÄîÃÒð"\»aÈÒuó_ÏíËöqÔ«ÏKq£²_¢ÌzSìÅsjË©vðsÁÇ7²Úz4SªçÔc!bèszßÎq{f±s<ê5mïÉ/öÏíè{µ]èô;)Çšè±ä ®œtr¬oSmO÷ïo¬/ÛÅ~ß~maåàÜ¥ÿoË?&_þ^Ìõíù1yLÿìçǶK.ÐÍ°n§_(ÍéÓüÇãûôõ1œ-šCöòÕ![ÌËÒ!ÙäI$-±uÂj1Ö1VtB¹êR¿:ûsoCå(õË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ÇŽ¿÷Ï®?ºê|3dÒ¿%I7€¶!ý}Â÷+mµÝû]x{ÞŠŽrQ>h/µOÈñ|4>"ï÷È;ãðYñŽ(,À²²\Ù}µ&ÕRûGR-µOÈñ|4>"ï÷È;ãðYñŽ(,À²²-i¶=ÕRûGR-µOÈñ|4>"ï÷È;ãðYñŽ(,À²²-i9Tjµa¶Nê:';Çã;ÇãÐÉŠd4ÄA×ôÞ6Új[©éµ¶Nê:';Çã;ÇãÐÉŠd4ÄA×ôö^k[©éµ¶Nê:';Çã;ÇãÐÉŠd4ÄA×ô{¯µÔôZÛJ'uCÁãÁñãÀqèdS2b ÏÆkú{¯µÔôZÛJ'uCÁãÁñãÀqèdS2b ÏÆkzœ×ÚVjzm%:À¡ÎàÄÎñàøÎqà8t²) 1Agã5ý {¯µÔôZÛJ'uCÁãÁñãÀ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µK0 ÷ü /É××6~l+UºÝšJ<* Í¿¯ æÒ©Ô*¢|{ïñåžÿ-ÎAí÷œD0<Aþ§8£Yôá«Ds²§0òQ(Xh$9`(;GñÑtå©>d?í)5J@h,%C SXQv⢩ÖGñRc ©¯%tÑnm¥ÀLKaeºnk0·ªµïcÜ\ò¢ìß)qÊãÖÊŠ>|ÏŸÜÀ(«ñxªÕPíZÿh®õÑl[Ta®à7?Ææiß^Mk (Í°fqÝ`[ µá2ŽNîE0EoÓŸäý³S&\â0ßKSœUemBcrSaZ?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!jr=ë±çTSv5ÀÒ¬4A,µf4ûH±õ¢Óu90h&Ä-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 xmKnä0D÷> N ð#RÒ ²r& ³U®R=¶ÜÈ"hvU©È×ÿdLàóÿã{#H?Š¿€· µiîŽ#dÖôm¬bÞr¥ 8«Úg¥Ü1!p4ÇP!SRí57Jœ¹ßÀ aÊa@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ñ1cóßó1_£œ¶2æãÄØ ìööyYàÀÌ7¬0«Ä>æþ|ÝÏ>7Þ1· ;é<Óë)}9«hªTf:ÍåHH¯p€·5q6 œõ-þ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 xu±Â0Dw 7Ú¡!qS')B,,-ù"eá÷qÓe°}ï.ºµ2š§·Ì!A>±?.Ëë#y_Æ°°íWF(¡«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]