[tex4ht-commits] [SCM] tex4ht updated: r318 - trunk/tests/mathml

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Fri May 19 14:41:06 CEST 2017


Author: michal_h21
Date: 2017-05-19 15:41:06 +0300 (Fri, 19 May 2017)
New Revision: 318

Modified:
   trunk/tests/mathml/array-test.tex
Log:
Added some info to the test file

Modified: trunk/tests/mathml/array-test.tex
===================================================================
--- trunk/tests/mathml/array-test.tex	2017-05-19 12:14:53 UTC (rev 317)
+++ trunk/tests/mathml/array-test.tex	2017-05-19 12:41:06 UTC (rev 318)
@@ -3,12 +3,29 @@
 \usepackage{colortbl}
 \usepackage{array}
 \usepackage{amsmath}
+\usepackage{url}
+\date{2017/05/19}
+\author{Michal Hoftich}
+\title{Test for colortbl and array packages with mathml output}
 
 \usepackage[table]{xcolor}
 
 \definecolor{maroon}{cmyk}{0,0.87,0.68,0.32}
 
 \begin{document}
+
+\maketitle
+
+The original configuration for array package caused HTML code to be inserted when \verb|\hline| was used
+in math arrays\footnote{For more info see \url{https://tex.stackexchange.com/q/370450/2891}}. 
+
+Compile using
+
+\begin{verbatim}
+make4ht array-test.tex "html5,mathml,fn-in"
+\end{verbatim}
+
+
 \[\begin{array}{|l|c|} \hline 1 & 2\\ \end{array}\]
 
 



More information about the tex4ht-commits mailing list