blob: dbe787c4552aab5495a95e701ee22443643c6626 (
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
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
54
55
56
57
58
59
60
61
62
63
|
\documentclass[12pt,letterpaper,openany]{book}
%
\usepackage{JunicodeManual}
%
\begin{document}
\addfontfeature{Script=Latin,Language=English,Contextuals=Alternate}
\begin{titlepage}
\huge\noindent
{\color{myRed}}\\[5cm]
\Huge \centering {\color{myBlue}Junicode} \\[1cm]
\huge \centering the font for medievalists \\[1cm]
\Huge\centering {\color{myRed}} \\[1cm]
\huge\centering {\jItalic specimens and user manual} \\[1ex]
\Large\centering{\jRegular for version 2.209}\\
\vfill
{\color{myRed}}
\end{titlepage}
\cleardoublepage
\thispagestyle{plain}
\tableofcontents
\mainmatter
\input{About.tex}
\input{Specimens.tex}
\input{GettingStarted.tex}
\input{Feature_Reference.tex}
\input{tag_key_ins.tex}
\input{Record_Interpreter_notes.tex}
\input{EnlargeAxis.tex}
\input{OnTheWeb.tex}
\input{in_tex.tex}
\input{encoded-glyphs.tex}
\input{upperpua.tex}
\printindex
\vspace*{\fill}
\begin{center}
{\jItalic{This document was set in 12pt Junicode VF\\
using the {\LuaLaTeX} typesetting system with fontspec for font management.\\
The font for code is Fira Mono.\\
The sans serif font is Fira Sans.\\
The source for the document, JunicodeManual.tex, is available at}}\\
{\color{BrickRed}https://github.com/psb1558/Junicode-font.}
\end{center}
%\thispagestyle{plain}
\end{document}
|