diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/gothic/oldlatin/test_ol_bf.tex |
Initial commit
Diffstat (limited to 'fonts/gothic/oldlatin/test_ol_bf.tex')
-rw-r--r-- | fonts/gothic/oldlatin/test_ol_bf.tex | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/fonts/gothic/oldlatin/test_ol_bf.tex b/fonts/gothic/oldlatin/test_ol_bf.tex new file mode 100644 index 0000000000..f3d9ebb53e --- /dev/null +++ b/fonts/gothic/oldlatin/test_ol_bf.tex @@ -0,0 +1,36 @@ +\documentclass[10pt,a4paper]{article} +\font\olb=olb10 scaled 1000 +\font\olbxfive=olbx5 scaled 1000 +\font\olbxsix=olbx6 scaled 1000 +\font\olbxseven=olbx7 scaled 1000 +\font\olbxeight=olbx8 scaled 1000 +\font\olbxnine=olbx9 scaled 1000 +\font\olbxten=olbx10 scaled 1000 +\font\olbxtwelve=olbx12 scaled 1000 +\font\olbxs=olbxsl10 scaled 1000 +\newcommand{\Ligature}{% +\input test_alphabet.tex +} +\begin{document} + +Computer Modern Roman 10pt:\\{\Ligature} + +Bold Roman 10pt:\\{\olb \Ligature} + +Bold Extended Roman 5pt:\\{\olbxfive \Ligature} + +Bold Extended Roman 6pt:\\{\olbxsix \Ligature} + +Bold Extended Roman 7pt:\\{\olbxseven \Ligature} + +Bold Extended Roman 8pt:\\{\olbxeight \Ligature} + +Bold Extended Roman 9pt:\\{\olbxnine \Ligature} + +Bold Extended Roman 10pt:\\{\olbxten \Ligature} + +Bold Extended Roman 12pt:\\{\olbxtwelve \Ligature} + +Bold Extended Slanted Roman 10pt:\\{\olbxs \Ligature} + +\end{document} |