[Pkg-jed-commit] r575 - jed/trunk/debian/patches

Jörg Sommer jo-guest at alioth.debian.org
Sun Feb 25 17:21:10 CET 2007


Author: jo-guest
Date: 2007-02-25 17:21:10 +0100 (Sun, 25 Feb 2007)
New Revision: 575

Modified:
   jed/trunk/debian/patches/50_jed.tex.dpatch
Log:
• 50_jed.tex.dpatch
  · Improved the patch. Now the \parindent and \parskip commands aren't
    disabled, but this is meaningless, because hevea ignores these settings.


Modified: jed/trunk/debian/patches/50_jed.tex.dpatch
===================================================================
--- jed/trunk/debian/patches/50_jed.tex.dpatch	2007-02-25 16:20:24 UTC (rev 574)
+++ jed/trunk/debian/patches/50_jed.tex.dpatch	2007-02-25 16:21:10 UTC (rev 575)
@@ -2,7 +2,7 @@
 ## jed.tex.dpatch by Jörg Sommer <joerg at alea.gnuu.de>
 ##
 ## DP: hevea complains that it does not know the commands \parindent and
-## DP: \parskip. Because this is a ugly plain tex file we comment them out.
+## DP: \parskip. We remove them by their LaTeX commands.
 
 @DPATCH@
 diff -urNad jed-0.99.17.135~/doc/manual/jed.tex jed-0.99.17.135/doc/manual/jed.tex
@@ -14,8 +14,8 @@
  \setlength{\textheight}{210mm}
 -\parindent=0mm
 -\parskip=5mm
-+% \parindent=0mm
-+% \parskip=5mm
++\setlength{\parindent}{0mm}
++\setlength{\parskip}{5mm}
  
  \def\mytitle{The JED Editor}
  




More information about the Pkg-jed-commit mailing list