summaryrefslogtreecommitdiff
path: root/support/make4ht/make4ht-doc.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/make4ht/make4ht-doc.tex
Initial commit
Diffstat (limited to 'support/make4ht/make4ht-doc.tex')
-rw-r--r--support/make4ht/make4ht-doc.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/support/make4ht/make4ht-doc.tex b/support/make4ht/make4ht-doc.tex
new file mode 100644
index 0000000000..6815e50606
--- /dev/null
+++ b/support/make4ht/make4ht-doc.tex
@@ -0,0 +1,26 @@
+\documentclass{ltxdoc}
+
+
+\usepackage[english]{babel}
+\usepackage{hyperref}
+\ifdefined\HCode
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\else
+\usepackage{fontspec}
+\setmainfont{TeX Gyre Schola}
+\setmonofont[Scale=MatchLowercase]{Inconsolatazi4}
+\fi
+\usepackage{microtype}
+\providecommand\tightlist{\relax}
+
+\title{The \texttt{make4ht} build system}
+\author{Michal Hoftich\footnote{\url{michal.h21@gmail.com}}}
+\date{Version \version\\\gitdate}
+\begin{document}
+\maketitle
+\tableofcontents
+\input{readme}
+
+\input{changelog}
+\end{document}