gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/doc/pegboard/buoydesign--tjl peg.rst


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/doc/pegboard/buoydesign--tjl peg.rst
Date: Wed, 29 Jan 2003 10:00:22 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        03/01/29 10:00:22

Modified files:
        doc/pegboard/buoydesign--tjl: peg.rst 

Log message:
        Three link-type plan for xupdf; 2 first should work for article

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/buoydesign--tjl/peg.rst.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gzz/doc/pegboard/buoydesign--tjl/peg.rst
diff -u gzz/doc/pegboard/buoydesign--tjl/peg.rst:1.2 
gzz/doc/pegboard/buoydesign--tjl/peg.rst:1.3
--- gzz/doc/pegboard/buoydesign--tjl/peg.rst:1.2        Wed Jan 29 09:47:28 2003
+++ gzz/doc/pegboard/buoydesign--tjl/peg.rst    Wed Jan 29 10:00:22 2003
@@ -3,8 +3,8 @@
 =============================================================
 
 :Author:   Tuomas J. Lukka
-:Last-Modified: $Date: 2003/01/29 14:47:28 $
-:Revision: $Revision: 1.2 $
+:Last-Modified: $Date: 2003/01/29 15:00:22 $
+:Revision: $Revision: 1.3 $
 :Status:   Incomplete
 
 Goals: get the xupdf and pp functionality under one model.
@@ -84,6 +84,11 @@
        assoc multi(*) - multi(1) CellTranscludesAnchor
        assoc multi(*) - multi(1) DocTranscludedAnchor
 
+    class XuLink
+       inherit Link
+       assoc multi(*) - multi(0..2) CellTranscludesAnchor
+       assoc multi(*) - multi(0..2) DocTranscludedAnchor
+
     class PPLink
        inherit Link
        assoc multi(*) - multi(2,ordered) PPAnchor
@@ -94,7 +99,7 @@
 
     vertically(60, bar, DocTranscludedAnchor, CellTranscludesAnchor, PPAnchor);
 
-    vertically(100, baz, TransclusionLink, PPLink);
+    vertically(60, baz, TransclusionLink, XuLink, PPLink);
 
     horizontally(70, xxx, foo, bar, baz);
 
@@ -102,3 +107,10 @@
     Node.c = PDFDocNode.c + o;
     Anchor.c = DocTranscludedAnchor.c + o;
     Link.c = TransclusionLink.c + o;
+
+
+
+
+
+
+




reply via email to

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