[tex4ht-commits] [SCM] tex4ht updated: r138 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Thu Jan 29 19:36:41 CET 2015
Author: karl
Date: 2015-01-29 20:36:41 +0200 (Thu, 29 Jan 2015)
New Revision: 138
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-4ht.tex
Log:
new file quoting.4ht, https://puszcza.gnu.org.ua/bugs/?198
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2015-01-28 22:55:44 UTC (rev 137)
+++ trunk/lit/ChangeLog 2015-01-29 18:36:41 UTC (rev 138)
@@ -1,3 +1,11 @@
+2015-01-29 Michal Hoftich <michal.h21 at gmail.com> and Karl Berry <karl at gnu.org>
+
+ * Makefile (tex4ht_4ht_derived): add quoting.4ht.
+ * tex4ht-4ht.tex (quoting.4ht): new generated file,
+ to restore <p> when quoting.sty is sued.
+ http://puszcza.gnu.org.ua/bugs/?198
+ http://tex.stackexchange.com/q/140986/2891
+
2015-01-28 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-mathltx.tex
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2015-01-28 22:55:44 UTC (rev 137)
+++ trunk/lit/Makefile 2015-01-29 18:36:41 UTC (rev 138)
@@ -15,7 +15,7 @@
derived += $(tex4ht_4ht_derived)
tex4ht_4ht_derived = \
- book.4ht listings.4ht multicol.4ht \
+ book.4ht listings.4ht multicol.4ht quoting.4ht \
scrartcl.4ht scrbook.4ht scrreprt.4ht \
titlesec.4ht tocloft.4ht
# and many, many more.
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2015-01-28 22:55:44 UTC (rev 137)
+++ trunk/lit/tex4ht-4ht.tex 2015-01-29 18:36:41 UTC (rev 138)
@@ -1,31 +1,10 @@
% $Id$
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-4ht.tex
-% Copyright 2009-2014 TeX Users Group
-% 1996-2009 Eitan M. Gurari
-%
-% This work may be distributed and/or modified under the
-% conditions of the LaTeX Project Public License, either
-% version 1.3c of this license or (at your option) any
-% later version. The latest version of this license is in
-% http://www.latex-project.org/lppl.txt
-% and version 1.3c or later is part of all distributions
-% of LaTeX version 2005/12/01 or later.
-%
-% This work has the LPPL maintenance status "maintained".
-%
-% The Current Maintainer of this work
-% is TeX4ht Project Team.
-%
-% If you modify this file your changing the signature
-% in \message{(signature)} below will be appreciated.
-%
-% tex4ht at tug.org
-% http://www.tug.org/tex4ht
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\message{(<signature>)}
+% Copyright 2009-2015 TeX Users Group
+% Copyright 1996-2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input DraTex.sty
@@ -2753,14 +2732,12 @@
>>>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\SubSection{reading.bbx}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\SubSection{reading.4ht}
\<reading.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% reading.4ht |version %
-% Copyright (C) |CopyYear.2008. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% reading.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.2008. Eitan M. Gurari
+|<TeX4ht copywrite|>
|<config reading|>
\Hinput{reading}
\endinput
@@ -29684,15 +29661,11 @@
%%%%%%%%%%%%%%%%%%%%%%%%
\Section{everyshi(pment)}
-%%%%%%%%%%%%%%%%%%%%%%%%
-
-
\<everyshi.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% everyshi.4ht |version %
-% Copyright (C) |CopyYear.2004. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% everyshi.4ht (|version), generated from |jobname.tex
+% Copyright (C) |CopyYear.2004. Eitan M. Gurari
+|<TeX4ht copywrite|>
|<everyshi configurations|>
\Hinput{everyshi}
\endinput
@@ -29702,14 +29675,41 @@
\let\@EveryShipout at Init\empty
>>>
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\Section{quoting.4ht}
+
+\<quoting.4ht\><<<
+% quoting.4ht (|version), generated from |jobname.tex
+% Copyright 2015 TeX Users Group
+|<TeX4ht license text|>
+\newtoks\quoting at parht
+\NewConfigure{quoting}{2}
+\Configure{quoting}
+{\ifvmode \IgnorePar\fi \EndP\HCode{<blockquote>}\HtmlParOn}
+{\ifvmode \IgnorePar\fi \EndP\HCode{</blockquote>}\HtmlParOn\par}
+
+\ConfigureEnv{quoting}
+{\quoting at parht=\everypar%
+\a:quoting\par\ShowPar}
+{\par%
+\b:quoting%
+\everypar=\quoting at parht\par\ShowPar}
+{}{}
+
+\ConfigureList{quoting}{}{}
+{%
+\everypar=\quoting at parht\par\ShowPar%
+}{}
+\endinput
+\Hinput{quoting}
+>>> \AddFile{9}{quoting}
+
+
%%%%%%%%%%%%%%%%%%%%%%%%
\Section{res}
-%%%%%%%%%%%%%%%%%%%%%%%%
-
-
\<res.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% res.4ht |version %
% Copyright (C) |CopyYear.2003. Eitan M. Gurari %
|<TeX4ht copyright|>
More information about the tex4ht-commits
mailing list