gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] manuscripts/Control1 Makefile docutils.conf sty...


From: Tuomas J. Lukka
Subject: [Gzz-commits] manuscripts/Control1 Makefile docutils.conf sty...
Date: Mon, 05 May 2003 11:09:41 -0400

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Tuomas J. Lukka <address@hidden>        03/05/05 11:09:41

Modified files:
        Control1       : Makefile docutils.conf style.tex 

Log message:
        format

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

Patches:
Index: manuscripts/Control1/Makefile
diff -u manuscripts/Control1/Makefile:1.2 manuscripts/Control1/Makefile:1.3
--- manuscripts/Control1/Makefile:1.2   Mon May  5 10:53:02 2003
+++ manuscripts/Control1/Makefile       Mon May  5 11:09:41 2003
@@ -15,13 +15,13 @@
 #%.gen.pdf: %.gen.eps
 #      ps2pdf $< $@
 
-%.gen.pdf: %.gen.latex $(LATEX_DEPS)
+%.gen.pdf: %.gen.latex $(LATEX_DEPS) style.tex
        pdflatex $*.gen.latex
        BIBINPUTS=..:$$BIBINPUTS bibtex $*.gen
        pdflatex $*.gen.latex
        pdflatex $*.gen.latex
 
-%.gen.dvi: %.gen.latex $(LATEX_DEPS)
+%.gen.dvi: %.gen.latex $(LATEX_DEPS) style.tex
        latex $<
        BIBINPUTS=..:$$BIBINPUTS bibtex $*.gen
        latex $<
@@ -30,10 +30,11 @@
 %.gen.ps: %.gen.dvi
        dvips $< -o $@
 
-%.gen.latex: %.rst
+%.gen.latex: %.rst docutils.conf Makefile
        $(MAKE) -C ../../navidoc latex RST="../manuscripts/Control1/$<"
+       perl -p -i -e 's/documentclass/documentclass[twocolumn]/' $*.gen.latex
 
-%.gen.html: %.rst
+%.gen.html: %.rst docutils.conf Makefile
        $(MAKE) -C ../../navidoc html RST="../manuscripts/Contorl1/$<"
 
 #%.gen.png: %.dia
Index: manuscripts/Control1/docutils.conf
diff -u manuscripts/Control1/docutils.conf:1.1 
manuscripts/Control1/docutils.conf:1.2
--- manuscripts/Control1/docutils.conf:1.1      Mon May  5 09:28:46 2003
+++ manuscripts/Control1/docutils.conf  Mon May  5 11:09:41 2003
@@ -1,4 +1,4 @@
-#$Id: docutils.conf,v 1.1 2003/05/05 13:28:46 humppake Exp $
+#$Id: docutils.conf,v 1.2 2003/05/05 15:09:41 tjl Exp $
 
 [options]
 
@@ -14,4 +14,5 @@
 
 # These entries affect LaTeX output:
 documentclass: IV03
+documentclass-options: twocolumn
 use-latex-toc: 0
Index: manuscripts/Control1/style.tex
diff -u manuscripts/Control1/style.tex:1.2 manuscripts/Control1/style.tex:1.3
--- manuscripts/Control1/style.tex:1.2  Mon May  5 10:53:03 2003
+++ manuscripts/Control1/style.tex      Mon May  5 11:09:41 2003
@@ -10,6 +10,8 @@
 \setcounter{totalnumber}{20}
 \setcounter{dbltopnumber}{9}
 
+\usepackage{graphicx}
+
 %\numberofauthors{1}
 %
 % You can go ahead and credit authors number 4+ here;




reply via email to

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