Skip to content

Commit

Permalink
Formatting adjustments; colophon.
Browse files Browse the repository at this point in the history
  • Loading branch information
psb1558 committed Jan 1, 2024
1 parent d282d2c commit 927930c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 12 deletions.
Binary file modified TeX/elstob-package.pdf
Binary file not shown.
48 changes: 36 additions & 12 deletions TeX/elstob-package.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,28 @@
\newcommand{\lltech}{Lua\LaTeX}
\setmonofont{Fira Mono}[Scale=MatchLowercase,Numbers=Lowercase]
\setsansfont{Fira Sans}[Scale=MatchLowercase,Numbers=Lowercase]
%\newcommand{\fspec}{fontspec}
\newcommand{\fspec}{{\sffamily fontspec}}
\usepackage{supertabular}
\usepackage[table,dvipsnames]{xcolor}
\definecolor{myLightBlue}{RGB}{203,228,249}
\definecolor{GunMetalGray}{RGB}{42,52,57}
\definecolor{BrickRed}{RGB}{146,18,6}
\definecolor{RViolet}{RGB}{70,18,87}
\definecolor{myRed}{rgb}{0.5,0,0}
\newcommand{\bluerow}{\rowcolor{myLightBlue}}
\usepackage{titlesec}
\titleformat{\section}[hang]{\Large\color{GunMetalGray}}{\thesection.}{1em}{}
\usepackage{fancyhdr}
\pagestyle{fancy}
\footskip = 30pt
\headsep = 30pt
\renewcommand{\headrule}{}
\fancyhead[L]{}
\fancyhead[C]{}
\fancyhead[R]{}
\fancyfoot[L]{}
\fancyfoot[C]{}
\fancyfoot[R]{}
\newcommand{\src}[1]{{\color{BrickRed}\texttt{#1}}}
\linespread{1.1}
\title{Elstob}
Expand All @@ -53,6 +64,11 @@

\section{Introduction}

\pagestyle{fancy}
\fancyhead[CE]{\scshape\color{myRed} {\addfontfeatures{Numbers=OldStyle}\thepage}\hspace{10pt}%
\addfontfeature{Letters=UppercaseSmallCaps}\leftmark}
\fancyhead[CO]{\scshape\color{myRed} {elstob}\hspace{10pt}{\addfontfeatures{Numbers=OldStyle}\thepage}}

This package supports Elstob, the variable font for medievalists (and others).
The package requires \lltech, since {\ltech} is
the only flavor of {\TeX} that supports variable fonts. Elstob is not in CTAN, so you must
Expand Down Expand Up @@ -350,7 +366,7 @@ \section{Selecting Alternate Styles}
The result: {\eSixPtMedium a short phrase}.

To add features to any of these styles, use the style name
(without the prefixed “e” and with Features appended)
(without the prefixed \textbf{e} and with \textbf{Features} appended)
as a package option. To change the size features for the style,
do the same, but with \textbf{SizeFeatures} instead of \textbf{Features}
appended. For example:
Expand Down Expand Up @@ -415,16 +431,6 @@ \section{Other Commands}
\textbackslash textcv takes an additional required argument ({\color{BrickRed}\verb|\textcv[num]{num}{text}|}— the text to which the
feature should be applied.

Character Variant features can also be selected with mnemonics, listed in Table 2. For example, a feature for
lowercase \textbf{g} can be expressed as

\begin{center}
{\color{BrickRed}\small\verb|\textcv[1]{\ecvg}{g}|}
\end{center}

\noindent yielding \textbf{\textcv[1]{\ecvg}{g}}, one of the phonetic characters devised by
the Middle English poet Orm.

\begin{table}[ht]
\centering
\begin{tabular}{|l|l|l|}
Expand All @@ -443,4 +449,22 @@ \section{Other Commands}
\caption{Mnemonics for Character Variants}
\end{table}

Character Variant features can also be selected with mnemonics, listed in Table 2. For example, a feature for
lowercase \textbf{g} can be expressed as

\begin{center}
{\color{BrickRed}\small\verb|\textcv[1]{\ecvg}{g}|}
\end{center}

\noindent yielding \textbf{\textcv[1]{\ecvg}{g}}, one of the phonetic characters devised by
the Middle English poet Orm.

\vspace*{\fill}

\begin{center}
\itshape This document is set in 12pt Elstob with Weight 350, Optical Size Adjustment -2, and Italic Slant 12.\\
The font used for code is Fira Mono,\\
and the sans serif font is Fira Sans.
\end{center}

\end{document}

0 comments on commit 927930c

Please sign in to comment.