[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gzz-commits] manuscripts/pointers article.rst style.tex
From: |
Tuomas J. Lukka |
Subject: |
[Gzz-commits] manuscripts/pointers article.rst style.tex |
Date: |
Mon, 03 Nov 2003 10:23:47 -0500 |
CVSROOT: /cvsroot/gzz
Module name: manuscripts
Branch:
Changes by: Tuomas J. Lukka <address@hidden> 03/11/03 10:23:47
Modified files:
pointers : article.rst style.tex
Log message:
styling
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/pointers/article.rst.diff?tr1=1.90&tr2=1.91&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/pointers/style.tex.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
Patches:
Index: manuscripts/pointers/article.rst
diff -u manuscripts/pointers/article.rst:1.90
manuscripts/pointers/article.rst:1.91
--- manuscripts/pointers/article.rst:1.90 Mon Nov 3 09:51:43 2003
+++ manuscripts/pointers/article.rst Mon Nov 3 10:23:46 2003
@@ -253,25 +253,25 @@
.. |PointerID| raw:: latex
- {\sf PointerID}
+ {\idstyle PointerID}
.. |BlockID| raw:: latex
- {\sf BlockID}
+ {\idstyle BlockID}
- the |PointerID|
- the current pointee: a |BlockID|
- a timestamp
- (optionally) a list of pointer blocks *obsoleted* by this pointer block
- a digital signature of all the above data, using the private
- key corresponding to the public key in the PointerID
+ key corresponding to the public key in the |PointerID|
Then we can define, using the reverse indexing framework
of the block abstraction, index functions such as the following:
-- all pointer blocks with the given PointerID
-- all pointer blocks with the given PointerID with timestamps in the given
range
-- the latest (timestamp / unobsoleted) pointer block with the given PointerID
+- all pointer blocks with the given |PointerID|
+- all pointer blocks with the given |PointerID| with timestamps in the given
range
+- the latest (timestamp / unobsoleted) pointer block with the given
|PointerID|
(this index will benefit from the ability to determine locally the "relevant"
blocks for a given index)
Index: manuscripts/pointers/style.tex
diff -u manuscripts/pointers/style.tex:1.5 manuscripts/pointers/style.tex:1.6
--- manuscripts/pointers/style.tex:1.5 Fri Oct 31 13:59:46 2003
+++ manuscripts/pointers/style.tex Mon Nov 3 10:23:47 2003
@@ -25,4 +25,5 @@
\renewcommand{\url}[1]{{\sf #1}}
\def\hypertarget#1#2{}
+\def\idstyle{\sffamily\small}
- [Gzz-commits] manuscripts/pointers article.rst style.tex,
Tuomas J. Lukka <=