<newsletter:port_old_newsletter_to_new_system> Drop latex preamble

Colomban Wendling git-noreply at xxxxx
Fri Jun 10 23:36:13 UTC 2011


Updating branch refs/heads/port_old_newsletter_to_new_system
         to c5af486f6eca2c890c0961617d30f6f6d7726595 (commit)
       from 101c639085fdd78a3e7a9f16065bb1088ef5709a (commit)

commit c5af486f6eca2c890c0961617d30f6f6d7726595
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Wed May 25 17:35:30 2011 +0200

    Drop latex preamble
    
    It is not supported by rst2latex < 0.7, and we try to remove it anyway.

 Makefile     |    1 -
 template.tex |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index d32fd8b..b793d10 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,6 @@ OUTPUTS		=	$(OUTPUT_HTML) \
 
 PDFLATEX_FLAGS	= -interaction batchmode
 RST2LATEX_FLAGS	= --template=template.tex \
-				  --latex-preamble='% avoids weird fonts' \
 				  --no-section-numbering
 
 .PHONY: all clean html pdf odt tex
diff --git a/template.tex b/template.tex
index e7cc36c..c70223b 100644
--- a/template.tex
+++ b/template.tex
@@ -17,7 +17,6 @@ english]{scrartcl}
 \usepackage[pdfborder={0 0 0}]{hyperref}
 $requirements
 %%% Custom LaTeX preamble
-$latex_preamble
 \hypersetup{%
 	colorlinks,
 	linkcolor=black,



More information about the Newsletter-Commits mailing list