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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
\RequirePackage{pdfmanagement-testphase}
\DeclareDocumentMetadata{pdfstandard=A-2b, lang=en-GB}
\documentclass[a4paper]{ltxdoc}
\usepackage[dvipsnames]{xcolor}
\usepackage{fontspec}
\setmainfont{erewhon}
\setsansfont{Cabin}[Scale=MatchLowercase]
\setmonofont{VeraMono.ttf}[
ItalicFont = VeraMoIt.ttf,
BoldFont = VeraMoBd.ttf,
BoldItalicFont = VeraMoBI.ttf,
Scale = MatchLowercase,
HyphenChar=None, Color=Sepia,
]
\usepackage[expansion=true, protrusion=true]{microtype}
\usepackage[british]{babel}
\usepackage[ShortPages, OverfullLines, UnderfullLines,
Widows, Orphans, EOPHyphens, RepeatedHyphens
]{lua-typo}
\luatypoLLminWD=3em
\renewcommand*\descriptionlabel[1]{%
\hspace{\labelsep}\texttt{#1}}
\usepackage{array,url,verbatim}
\usepackage[numbered]{hypdoc}
\hypersetup{colorlinks,urlcolor=blue,unicode}
\let\FrenchDoc\comment\let\endFrenchDoc\endcomment
\RecordChanges
\AtEndDocument{%
\clearpage
\section{Change History}%
\GlossaryPrologue{}%
Changes are listed in reverse order (latest first)
from version~0.30.
\PrintChanges
}
\newcommand*\file[1]{\texttt{#1}}
\newcommand*\pkg[1]{\texttt{#1}}
\newcommand*\opt[1]{\texttt{#1}}
\renewcommand\meta[1]{\texttt{\textsl{\color{Sepia}<#1>}}}
\setlength{\parindent}{0pt}
\setlength{\parskip}{.3\baselineskip plus 0.3pt minus 0.3pt}
\begin{document}
\GetFileInfo{lua-typo.sty}
\DocInput{lua-typo.dtx}
\end{document}
%%% Local Variables:
%%% coding: utf-8
%%% TeX-engine: luatex
%%% End:
%%
%%
%% End of file `lua-typo.ltx'.
|