[tex4ht-commits] [SCM] tex4ht updated: r329 - trunk/doc/tex4ht-doc

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Tue Oct 3 16:50:05 CEST 2017


Author: michal_h21
Date: 2017-10-03 17:50:05 +0300 (Tue, 03 Oct 2017)
New Revision: 329

Added:
   trunk/doc/tex4ht-doc/tex4ht-styles.sty
Modified:
   trunk/doc/tex4ht-doc/build.mk4
   trunk/doc/tex4ht-doc/config.cfg
   trunk/doc/tex4ht-doc/tex4ht-doc.tex
Log:
Just package skeleton

Modified: trunk/doc/tex4ht-doc/build.mk4
===================================================================
--- trunk/doc/tex4ht-doc/build.mk4	2017-10-01 21:24:35 UTC (rev 328)
+++ trunk/doc/tex4ht-doc/build.mk4	2017-10-03 14:50:05 UTC (rev 329)
@@ -77,4 +77,5 @@
   return dom:serialize()
 end }
 
-Make:match("html$", process)
\ No newline at end of file
+-- it removed the whole TOC. What is the issue?
+-- Make:match("html$", process)

Modified: trunk/doc/tex4ht-doc/config.cfg
===================================================================
--- trunk/doc/tex4ht-doc/config.cfg	2017-10-01 21:24:35 UTC (rev 328)
+++ trunk/doc/tex4ht-doc/config.cfg	2017-10-03 14:50:05 UTC (rev 329)
@@ -1,3 +1,3 @@
-\Preamble{xhtml,html5,mathml,2,sec-filename}
+\Preamble{xhtml,html5,mathml,3,sec-filename,info}
 \begin{document}
 \EndPreamble

Modified: trunk/doc/tex4ht-doc/tex4ht-doc.tex
===================================================================
--- trunk/doc/tex4ht-doc/tex4ht-doc.tex	2017-10-01 21:24:35 UTC (rev 328)
+++ trunk/doc/tex4ht-doc/tex4ht-doc.tex	2017-10-03 14:50:05 UTC (rev 329)
@@ -1,6 +1,8 @@
 \documentclass{book}
 
-\usepackage{glossaries}
+\usepackage{url}
+\usepackage{tex4ht-styles}
+% \usepackage{glossaries}
 \title{TeX4ht Documentation}
 
 \author{by TeX4ht Project}
@@ -8,14 +10,15 @@
 \begin{document}
 
 \maketitle
-
 \tableofcontents
 
+
 \chapter{Introduction}
 
 \chapter{Output Formats}
-\chapter{command Line Options}
+\chapter{Command Line Options}
 
+\url{https://web.archive.org/web/20120611070816/http://www.cvr.cc/tex4ht-options/}
 
 \chapter{Configurations}
 \section{Configuration files}
@@ -33,12 +36,19 @@
 \section{Colors}
 
 \section{Graphics}
-\section{TikZ }
-\section{Pstricks}
+\subsection{Pictorial representation of local content}
+\subsection{Images}
+\begin{enumerate}
+  \item \verb|\Configure{Graphics*}|
+  \item Image format conversion
+  \item Image dimensions
+\end{enumerate}
+\subsection{TikZ }
+\subsection{Pstricks}
 
 \section{Math}
-\section{MathML}
-\section{MathJax}
+\subsection{MathML}
+\subsection{MathJax}
 
 \section{Bibliographies}
 \section{Indexing}



More information about the tex4ht-commits mailing list