gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] manuscripts/storm Makefile docutils.conf short-...


From: Benja Fallenstein
Subject: [Gzz-commits] manuscripts/storm Makefile docutils.conf short-...
Date: Thu, 22 May 2003 16:31:14 -0400

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Benja Fallenstein <address@hidden>      03/05/22 16:31:14

Modified files:
        storm          : Makefile docutils.conf short-paper.rst 
                         style.tex 

Log message:
        compile short paper, use correct style

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/storm/Makefile.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/storm/docutils.conf.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/storm/short-paper.rst.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/storm/style.tex.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: manuscripts/storm/Makefile
diff -u manuscripts/storm/Makefile:1.1 manuscripts/storm/Makefile:1.2
--- manuscripts/storm/Makefile:1.1      Fri May  9 08:37:15 2003
+++ manuscripts/storm/Makefile  Thu May 22 16:31:14 2003
@@ -1,6 +1,6 @@
 .SUFFIXES: $(SUFFIXES) .ps .dvi .png
 
-all: article.gen.ps article.gen.pdf
+all: short-paper.gen.ps short-paper.gen.pdf
 
 SHOTS=buoyframe0.ps 
 
@@ -14,21 +14,21 @@
 .png.ps:
        pngtopnm < $< | pnmtops -noturn -imagewidth 3.3 > $@
 
-article.gen.dvi: article.gen.latex style.tex acm_proc_article-sp.cls $(SHOTS) 
doc2doc_movement-additional.eps  doc2doc_movement-initial.eps  
doc2doc_movement-split.eps
-       latex article.gen.latex
-       BIBINPUTS=..:$$BIBINPUTS bibtex article.gen
-       latex article.gen.latex
-       latex article.gen.latex
-
-article.gen.pdf: article.gen.ps
-       ps2pdf article.gen.ps article.gen.pdf
+short-paper.gen.dvi: short-paper.gen.latex style.tex acm_proc_article-sp.cls 
$(SHOTS) doc2doc_movement-additional.eps  doc2doc_movement-initial.eps  
doc2doc_movement-split.eps
+       latex short-paper.gen.latex
+       BIBINPUTS=..:$$BIBINPUTS bibtex short-paper.gen
+       latex short-paper.gen.latex
+       latex short-paper.gen.latex
+
+short-paper.gen.pdf: short-paper.gen.ps
+       ps2pdf short-paper.gen.ps short-paper.gen.pdf
 
 
-article.gen.pdf.old: article.gen.latex style.tex 
-       pdflatex article.gen.latex
-       BIBINPUTS=..:$$BIBINPUTS bibtex article.gen
-       pdflatex article.gen.latex
-       pdflatex article.gen.latex
+short-paper.gen.pdf.old: short-paper.gen.latex style.tex 
+       pdflatex short-paper.gen.latex
+       BIBINPUTS=..:$$BIBINPUTS bibtex short-paper.gen
+       pdflatex short-paper.gen.latex
+       pdflatex short-paper.gen.latex
 
 Helvetica.tfm:
        ln -s ../../gzz/Helvetica.tfm
Index: manuscripts/storm/docutils.conf
diff -u manuscripts/storm/docutils.conf:1.1 manuscripts/storm/docutils.conf:1.2
--- manuscripts/storm/docutils.conf:1.1 Fri May  9 08:37:36 2003
+++ manuscripts/storm/docutils.conf     Thu May 22 16:31:14 2003
@@ -1,4 +1,4 @@
-#$Id: docutils.conf,v 1.1 2003/05/09 12:37:36 tjl Exp $
+#$Id: docutils.conf,v 1.2 2003/05/22 20:31:14 benja Exp $
 
 [options]
 
@@ -13,6 +13,6 @@
 stylesheet-path: ../../navidoc/gzz.css
 
 # These entries affect LaTeX output:
-documentclass: article
-documentclass-options: twocolumn
+documentclass: acm_proc_article-sp
+#documentclass-options: twocolumn
 use-latex-toc: 0
Index: manuscripts/storm/short-paper.rst
diff -u manuscripts/storm/short-paper.rst:1.2 
manuscripts/storm/short-paper.rst:1.3
--- manuscripts/storm/short-paper.rst:1.2       Tue May 20 14:48:12 2003
+++ manuscripts/storm/short-paper.rst   Thu May 22 16:31:14 2003
@@ -44,20 +44,21 @@
 Introduction
 ============
 
-The Web and several other hypermedia systems assume that identifiers
-either have to include location information (as in regular URLs, which break 
-when documents are moved), or can only be resolved locally (as in
-link services that can only find links stored on a select set
-of link servers [hill94extending-andalso-carr95dls]_). Berners-Lee 
[name-myth]_ 
-argues that unique random identifiers are not globally feasible for this 
reason.
+Several hypermedia systems assume that identifiers either have to
+include location information or cannot be resolved globally.
+URLs, location-dependent identifiers, break when documents are
+moved. Link services often query only a select set of link
+servers, not the whole network [hill94extending-andalso-carr95dls]_.
+
+Berners-Lee [name-myth]_ argues that unique random identifiers 
+are not globally feasible for this reason.
 
 However, recent developments in peer-to-peer systems have
 rendered this assumption obsolete. Structured overlay networks
 
[stoica01chord-andalso-ratnasamy01can-andalso-zhao01tapestry-andalso-rowston01pastry-andalso-maymounkov02kademlia-andalso-malkhi02viceroy-andalso-AspnesS2003-andalso-bonsma02swan]_
 
 allow location-independent identifiers
-to be resolved on a global scale. 
-Thus, it is now possible to perform a global lookup to find all information
-related to a given identifier on any participating peer in the network.
+to be resolved on a global scale.
+
 This, we believe, may be the most important result of peer-to-peer 
 research with regard to hypermedia.
 
@@ -265,4 +266,4 @@
 comments and discussions.
 
 
-.. bibliography:: ../gzigzag ../p2p
+.. bibliography:: ../gzigzag
Index: manuscripts/storm/style.tex
diff -u manuscripts/storm/style.tex:1.8 manuscripts/storm/style.tex:1.9
--- manuscripts/storm/style.tex:1.8     Fri May  9 08:37:15 2003
+++ manuscripts/storm/style.tex Thu May 22 16:31:14 2003
@@ -1,16 +1,16 @@
-%\numberofauthors{2}
+\numberofauthors{2}
 %
 % You can go ahead and credit authors number 4+ here;
 % their names will appear in a section called
 % "Additional Authors" just before the Appendices
 % (if there are any) or Bibliography (if there
 % aren't)
-\def\alignauthor{}
-\def\affaddr{}
-\def\email{}
-\def\category{}
-\def\terms{}
-\def\keywords{}
+%\def\alignauthor{}
+%\def\affaddr{}
+%\def\email{}
+%\def\category{}
+%\def\terms{}
+%\def\keywords{}
 
 % Put no more than the first THREE authors in the \author command
 \author{




reply via email to

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