% font-sample-sansforgetica.tex
% Copyright 2026 erik@ctan.org
%
% This work may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.3c or any later version.
%
% The document source and editorial layout are independently written. The
% Sans Forgetica glyph forms shown in the generated sample are a separately
% licensed work; see the attribution and licence note in the document.
\documentclass[10pt,a4paper,landscape]{article}

\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[margin=13mm]{geometry}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{array}
\usepackage{xcolor}
\usepackage{hyperref}
\usepackage{sansforgetica}

\pdfmapfile{+sansforgetica.map}

\definecolor{linkblue}{HTML}{1F4E79}
\hypersetup{
  colorlinks=true,
  linkcolor=linkblue,
  urlcolor=linkblue,
  pdftitle={Sans Forgetica font sample},
  pdfauthor={erik@ctan.org},
  pdfsubject={Alphabet and declared style sample for Sans Forgetica}
}

\pagestyle{empty}
\setlength{\parindent}{0pt}
\setlength{\parskip}{0.35em}
\renewcommand{\arraystretch}{1.16}

\newcommand*\UppercaseLetters{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
\newcommand*\LowercaseLetters{abcdefghijklmnopqrstuvwxyz}
\newcommand*\StyleSample[3]{{%
  \sansforgetica\fontseries{#1}\fontshape{#2}\selectfont #3}}
\newcommand*\SampleHeading[1]{%
  \par\vspace{0.45em}{\large\bfseries #1}\par\vspace{0.25em}}

\begin{document}

\begin{center}
  {\LARGE Sans Forgetica font sample\par}
  \vspace{0.35em}
  {\small erik@ctan.org \quad Version 0.1.0 \quad 2026-09-20}
\end{center}

This sheet lists every basic Latin letter in each NFSS style declared by the
\textsf{sansforgetica} package.  The historical font contains Regular only;
all other style requests are intentionally substituted with Regular.

\SampleHeading{Alphabet and declared styles}

\small
\begin{tabularx}{\textwidth}{@{}>{\raggedright\arraybackslash}p{30mm}
  >{\ttfamily\raggedright\arraybackslash}p{17mm}XX@{}}
\toprule
Style request & NFSS & Uppercase A--Z & Lowercase a--z \\
\midrule
Regular & m/n
  & \StyleSample{m}{n}{\UppercaseLetters}
  & \StyleSample{m}{n}{\LowercaseLetters} \\
Italic & m/it
  & \StyleSample{m}{it}{\UppercaseLetters}
  & \StyleSample{m}{it}{\LowercaseLetters} \\
Slanted & m/sl
  & \StyleSample{m}{sl}{\UppercaseLetters}
  & \StyleSample{m}{sl}{\LowercaseLetters} \\
Small caps & m/sc
  & \StyleSample{m}{sc}{\UppercaseLetters}
  & \StyleSample{m}{sc}{\LowercaseLetters} \\
Bold & b/n
  & \StyleSample{b}{n}{\UppercaseLetters}
  & \StyleSample{b}{n}{\LowercaseLetters} \\
Bold extended & bx/n
  & \StyleSample{bx}{n}{\UppercaseLetters}
  & \StyleSample{bx}{n}{\LowercaseLetters} \\
Bold italic & b/it
  & \StyleSample{b}{it}{\UppercaseLetters}
  & \StyleSample{b}{it}{\LowercaseLetters} \\
Bold extended italic & bx/it
  & \StyleSample{bx}{it}{\UppercaseLetters}
  & \StyleSample{bx}{it}{\LowercaseLetters} \\
\bottomrule
\end{tabularx}

\SampleHeading{Additional characters}

\begin{tabularx}{\textwidth}{@{}>{\raggedright\arraybackslash}p{44mm}X@{}}
\toprule
Group & Regular sample \\
\midrule
German letters
  & {\sansforgetica ÄÖÜ äöü ß} \\
Accented Latin letters
  & {\sansforgetica ÀÁÂÃÅ Æ Ç ÈÉÊË ÌÍÎÏ Ñ ÒÓÔÕØ Œ ÙÚÛ Ý
     àáâãå æ ç èéêë ìíîï ñ òóôõø œ ùúû ýÿ} \\
Digits
  & {\sansforgetica 0 1 2 3 4 5 6 7 8 9} \\
Punctuation
  & {\sansforgetica ! ? \# \% \& ( ) [ ] : ; , . / --} \\
Ligature words
  & {\sansforgetica office affinity offline final flower} \\
\bottomrule
\end{tabularx}

\vfill
{\footnotesize
Document source and editorial layout: LPPL 1.3c or later, maintained by
erik@ctan.org.  Sans Forgetica glyph forms: CC BY-NC 3.0.  Original font
metadata names Letterbox as copyright holder and manufacturer and Lan Huang as
designer.  The distributed sample PDF converts all text to vector paths and
contains no embedded font program; vector conversion does not change the
licence of the displayed glyph forms.}

\end{document}
