[tex4ht-commits] [SCM] tex4ht updated: r692 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Wed May 20 16:42:27 CEST 2020
Author: michal_h21
Date: 2020-05-20 17:42:27 +0300 (Wed, 20 May 2020)
New Revision: 692
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-ooffice.tex
Log:
Added support for MW classes in the ODT output
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2020-05-18 12:09:14 UTC (rev 691)
+++ trunk/lit/ChangeLog 2020-05-20 14:42:27 UTC (rev 692)
@@ -1,3 +1,8 @@
+2020-05-20 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-ooffice.tex (ooffice.4ht): added support for MW classess in the
+ ooffice output.
+
2020-05-18 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (imakeidx.4ht): added support for the intoc option.
Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex 2020-05-18 12:09:14 UTC (rev 691)
+++ trunk/lit/tex4ht-ooffice.tex 2020-05-20 14:42:27 UTC (rev 692)
@@ -6778,7 +6778,18 @@
\Configure{@begin}{theindex}{\section*{\indexname}}
>>>
+\<mwcls sections\><<<
+\ConfigureMark{chapter}
+ {\ifHeadingNumbered \mw at seccntformat\HeadingNumber\fi}
+\ConfigureMark{section}
+{\ifHeadingNumbered\@seccntformat{section}\fi}
+\ConfigureMark{subsection}
+{\ifHeadingNumbered\@seccntformat{subsection}\fi}
+\ConfigureMark{subsubsection}
+{\ifHeadingNumbered\@seccntformat{subsubsection}\fi}
+>>>
+
%%%%%%%%%%%%%%%%%%
\section{Begin/End Environments}
%%%%%%%%%%%%%%%%%%
@@ -8948,7 +8959,57 @@
>>>
+\<configure ooffice mwart\><<<
+|<ooffice title page|>
+|<content styles|>
+|<non chap tocs|>
+|<ooffice bib with refname|>
+|<ooffice begin-end env|>
+|<basic ooffice sections|>
+|<basic ooffice section styles|>
+|<ooffice captions|>
+|<ooffice index|>
+|<non-chapter index|>
+|<config lists of figures and tables|>
+|<base font size|>
+|<mwcls index|>
+|<mwcls sections|>
+>>>
+\<configure ooffice mwrep\><<<
+|<ooffice title page|>
+|<content styles|>
+|<chap tocs|>
+|<ooffice bib with bibname|>
+|<ooffice begin-end env|>
+|<basic ooffice sections|>
+|<basic ooffice section styles|>
+|<ooffice captions|>
+|<ooffice index|>
+|<chapter index|>
+|<config lists of figures and tables|>
+|<base font size|>
+|<mwcls index|>
+|<mwcls sections|>
+>>>
+
+\<configure ooffice mwbk\><<<
+|<ooffice title page|>
+|<content styles|>
+|<chap tocs|>
+|<ooffice bib with bibname|>
+|<ooffice begin-end env|>
+|<basic ooffice sections|>
+|<basic ooffice section styles|>
+|<ooffice captions|>
+|<ooffice index|>
+|<chapter index|>
+|<config lists of figures and tables|>
+|<base font size|>
+|<mwcls index|>
+|<mwcls sections|>
+>>>
+
\<configure ooffice slides\><<<
\Configure{maketitle}
{\HCode{<!--begin maketitle-->}}
@@ -9591,6 +9652,7 @@
\Configure{frenchb-nbsp}{\:nbsp\setbox\tmp:bx=\hbox\bgroup}{\egroup}
>>>
+
%%%%%%%%%%%%%%%%%%
\section{ElsArt}
%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.