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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Mon Nov 27 20:42:18 CET 2017


Author: michal_h21
Date: 2017-11-27 21:42:18 +0200 (Mon, 27 Nov 2017)
New Revision: 350

Modified:
   trunk/doc/tex4ht-doc/tex4ht-doc.tex
Log:
Added more items to the outline

Modified: trunk/doc/tex4ht-doc/tex4ht-doc.tex
===================================================================
--- trunk/doc/tex4ht-doc/tex4ht-doc.tex	2017-11-23 17:06:34 UTC (rev 349)
+++ trunk/doc/tex4ht-doc/tex4ht-doc.tex	2017-11-27 19:42:18 UTC (rev 350)
@@ -1,8 +1,7 @@
 \documentclass{book}
+\usepackage{url}
 
-\usepackage{url}
-\usepackage{tex4ht-styles}
-% \usepackage{glossaries}
+\usepackage{glossaries}
 \title{TeX4ht Documentation}
 
 \author{by TeX4ht Project}
@@ -10,20 +9,17 @@
 \begin{document}
 
 \maketitle
+
 \tableofcontents
 
-
 \chapter{Introduction}
 
-\chapter{Output Formats}
-\chapter{Command Line Options}
+\chapter{Basic tutorial}
+\chapter{Basic usage}
+\section{Calling commands}
+\section{Output Formats}
+\section{Command Line Options}
 
-\begin{itemize}
-  \item \url{https://web.archive.org/web/20120611070816/http://www.cvr.cc/tex4ht-options/}
-  \item mathjax?
-  \item sec-filename
-  \item Gin-dim, Gin-dim+
-\end{itemize}
 
 \chapter{Configurations}
 \section{Configuration files}
@@ -41,32 +37,42 @@
 \section{Colors}
 
 \section{Graphics}
-\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}
-\subsubsection{Externalization}
-\subsubsection{TikZ SVG export}
-\subsubsection{Export using Dvisvgm}
-\url{https://tex.stackexchange.com/a/386775/2891}
-\subsection{Pstricks}
+\section{TikZ }
+\section{Pstricks}
 
 \section{Math}
-\subsection{MathML}
-\subsection{MathJax}
+\section{MathML}
+\section{MathJax}
 
-Create clean HTML code for math using \verb|mathjax-node|:
-\url{https://tex.stackexchange.com/a/402159/2891}
-
 \section{Bibliographies}
 \section{Indexing}
 
 \chapter{Make4ht Build Files}
+\section{Calling commands}
+\section{Filters}
 
+Some samples:
+
+\begin{itemize}
+  \item Render math by Mathjax during tex4ht compilation \url{https://tex.stackexchange.com/a/402159/2891}
+\end{itemize}
+\section{Image conversion}
+
+\chapter{For developers}
+
+\section{Writing basic support for a new package}
+\begin{itemize}
+  \item \url{https://tex.stackexchange.com/a/402283/2891}
+\end{itemize}
+
+\section{Two types of .4ht files}
+
+\subsection{Inserting configurable hooks for packages}
+
+\subsection{Configure the hooks in output format configuration files}
+
+
+
 \chapter{Glossary}
 \chapter{Bibliography}
 \chapter{Index}



More information about the tex4ht-commits mailing list