gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] manuscripts/xupdf Makefile article.rst


From: Janne V. Kujala
Subject: [Gzz-commits] manuscripts/xupdf Makefile article.rst
Date: Thu, 13 Feb 2003 07:16:26 -0500

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Janne V. Kujala <address@hidden>        03/02/13 07:16:24

Modified files:
        xupdf          : Makefile article.rst 

Log message:
        include buoyGeometry figure using ::raw kluge

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/xupdf/Makefile.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/xupdf/article.rst.diff?tr1=1.77&tr2=1.78&r1=text&r2=text

Patches:
Index: manuscripts/xupdf/Makefile
diff -u manuscripts/xupdf/Makefile:1.4 manuscripts/xupdf/Makefile:1.5
--- manuscripts/xupdf/Makefile:1.4      Thu Feb 13 06:02:28 2003
+++ manuscripts/xupdf/Makefile  Thu Feb 13 07:16:24 2003
@@ -8,7 +8,7 @@
 ../Irregu/mercury5part.ps:
        make -C ../Irregu mercury5part.ps
 
-article.gen.dvi: article.gen.latex style.tex ../Irregu/mercury5part.ps
+article.gen.dvi: article.gen.latex style.tex ../Irregu/mercury5part.ps 
buoyGeometry.eps
        latex article.gen.latex
        BIBINPUTS=..:$$BIBINPUTS bibtex article.gen
        latex article.gen.latex
@@ -19,3 +19,8 @@
        BIBINPUTS=..:$$BIBINPUTS bibtex article.gen
        pdflatex article.gen.latex
        pdflatex article.gen.latex
+
+buoyGeometry.eps: ../../gzz/doc/buoy/buoyGeometry.mp
+       [ -e Helvetica.tfm ] | ln -s ../../gzz/Helvetica.tfm .
+       mpost ../../gzz/doc/buoy/buoyGeometry.mp
+       mv buoyGeometry.1 buoyGeometry.eps
Index: manuscripts/xupdf/article.rst
diff -u manuscripts/xupdf/article.rst:1.77 manuscripts/xupdf/article.rst:1.78
--- manuscripts/xupdf/article.rst:1.77  Thu Feb 13 06:52:35 2003
+++ manuscripts/xupdf/article.rst       Thu Feb 13 07:16:24 2003
@@ -316,8 +316,16 @@
 
   - buoy scale is relative to the anchor's distance from the circle
 
-XXX: buoy geometry figure?
+.. raw:: latex
 
+   \begin{figure}
+   \centering
+   \includegraphics[width=8cm]{buoyGeometry}
+   \caption{
+   \label{figbuoygeom}
+   Buoy layout geometry: XXX}  
+   \end{figure}
+ 
 The above design produces good results and is very simple if not 
 the simplest way to meet the layout requirements.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]