[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
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 at 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 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ñ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]
More information about the Mcclim-cvs
mailing list