summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/make4ht/make4ht-doc.tex
blob: 6815e50606f766cdb7493859a7313304724e3011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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}