%%
%% The LaTeX Companion, 3ed
%%
%% Example 9-5-12 on page I-701 in "Managing missing glyphs".
%%
%% Copyright (C) 2022 Frank Mittelbach
%%
%% It may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%%
%% See https://www.latex-project.org/lppl.txt for details.
%%

\documentclass{tlc3exa}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{105.0pt}


%StartShownPreambleCommands
\renewcommand\rmdefault{GilliusADF-LF}
\renewcommand\sfdefault{GilliusADFNoTwo-LF}
\renewcommand\ttdefault{AlgolRevived-TLF}
%StopShownPreambleCommands

\begin{document}
\rmfamily Gillius with \textcopyleft, \textnumero, \textlira,
\textcentoldstyle, \textpilcrow. Roman defaults used --- not good.

\sffamily Gillius No2 with \textcopyleft, \textnumero, \textlira,
\textcentoldstyle, \textpilcrow. Sans defaults used --- better!

\ttfamily Algol Revived with \textcopyleft, \textnumero, \textlira,
\textcentoldstyle, \textpilcrow. Typewriter defaults now.
\end{document}