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: Sat, 15 Feb 2003 17:43:21 -0500

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Janne V. Kujala <address@hidden>        03/02/15 17:43:20

Modified files:
        xupdf          : Makefile article.rst 

Log message:
        screenshots

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/xupdf/Makefile.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/xupdf/article.rst.diff?tr1=1.167&tr2=1.168&r1=text&r2=text

Patches:
Index: manuscripts/xupdf/Makefile
diff -u manuscripts/xupdf/Makefile:1.16 manuscripts/xupdf/Makefile:1.17
--- manuscripts/xupdf/Makefile:1.16     Sat Feb 15 17:37:24 2003
+++ manuscripts/xupdf/Makefile  Sat Feb 15 17:43:20 2003
@@ -1,7 +1,9 @@
-.SUFFIXES: $(SUFFIXES) .ps .dvi
+.SUFFIXES: $(SUFFIXES) .ps .dvi .png
 
 all: article.gen.ps article.gen.pdf
 
+SHOTS=buoyframe0.ps buoyframe1.ps buoyframe2.ps buoyframe3.ps buoyframe4.ps 
buoyframe5.ps
+
 .dvi.ps:
        dvips $< -o $@
 
@@ -11,7 +13,10 @@
 mercury5part2.ps: mercury5part2.png Makefile
        pngtopnm <mercury5part2.png | pgmtopbm | pnmtops -noturn -imagewidth 
3.3 > mercury5part2.ps
 
-article.gen.dvi: article.gen.latex style.tex mercury5part2.ps buoyGeometry.eps 
nadirGeometry.eps nadirtext.1 nadirtext.2 acm_proc_article-sp.cls
+.png.ps:
+       pngtopnm < $< | pnmtops -noturn -imagewidth 3.3 > $@
+
+article.gen.dvi: article.gen.latex style.tex mercury5part2.ps buoyGeometry.eps 
nadirGeometry.eps nadirtext.1 nadirtext.2 acm_proc_article-sp.cls $(SHOTS)
        latex article.gen.latex
        BIBINPUTS=..:$$BIBINPUTS bibtex article.gen
        latex article.gen.latex
@@ -40,3 +45,4 @@
 
 nadirtext.1 nadirtext.2: nadirtext.mp
        mpost nadirtext.mp
+
Index: manuscripts/xupdf/article.rst
diff -u manuscripts/xupdf/article.rst:1.167 manuscripts/xupdf/article.rst:1.168
--- manuscripts/xupdf/article.rst:1.167 Sat Feb 15 17:42:30 2003
+++ manuscripts/xupdf/article.rst       Sat Feb 15 17:43:20 2003
@@ -611,6 +611,7 @@
 
 
 ..  UML:: xupdfStructure
+    :label: xupdfStructure
     :caption: An UML diagram of the two orthogonal structures in the example
              application.  The cell is connected to other cell by 1) Being
              placed on the same canvas, or 2) by containing an enfilade
@@ -641,6 +642,7 @@
 
 
 ..  UML:: xuStructure
+    :label: xuStructure
     :caption: An UML diagram of the xanalogical hypertext structure.
              The xanalogical connections come about in two ways:
              if two enfilades contain the same xuFluidMediaUnit,
@@ -764,18 +766,21 @@
 
    \begin{figure*}
    \centering
-   %\includegraphics{../Paper/xupdf1}
-   %\includegraphics{../Paper/xupdf2}
-   \fbox{\vbox{\vskip 20cm}}
+   address@hidden@address@hidden
+   a)\includegraphics{buoyframe1} & b)\includegraphics{buoyframe2} \\
+   c)\includegraphics{buoyframe3} & d)\includegraphics{buoyframe4} \\
+   e)\includegraphics{buoyframe5} & f)\includegraphics{buoyframe0}
+   \end{tabular}
    \caption{
    \label{figanim}
    Screenshots of the BuoyOING user interface.
-   a) A fisheye view of a PDF document with buoys showing relevant fragments
-      of xanalogically linked documents and canvases transcluding it.
-   b) An animation sequence of the transition from the
-      PDF view to the transcluding canvas.
-   c) A canvas view where user can enter notes and transclude fragments
+   a) A fisheye view of a PDF document and a canvas transcluding it shown as 
buoy.
+   a) - d) An animation sequence of the transition from the
+      PDF view to the canvas.
+   d) A canvas view where the user can enter notes and transclude fragments
       of PDF documents.
+   e) The same canvas zoomed and panned.
+   f) Xanalogically linked fragments shown as buoys in the PDF view.
    }
    \end{figure*}
 




reply via email to

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