The background to this question is that I am a freelance typesetter working on the second edition of a book that I first typeset six years ago. I have a new computer now, but I made sure to copy over the files from my localtexmf folder, so I should in theory have all the font files I need to run the second edition.
I am running MikTeX 2.9 on Windows 10 with UI Winedt 10.1 and dvi viewer Yap. When I run the book files and view the dvi, I receive error messages about fonts not being loadable. Details are seen going to Yap > File > Document Properties. All of the fonts producing errors end in "8r"; I feel that this cannot be a coincidence. Does anyone have an idea what might be going on and how I might fix it?
Here is a small working sample:
\documentclass{article}
\usepackage{offsans}
\usepackage{kabel}
\usepackage{mathptmx}
\begin{document}
Hello in Officina Sans.\\
\textbf{Hello in Officina Sans bold.}\\
\textit{Hello in Officina Sans italic.}\\
$Hello\ in\ math\ mode$\\
\textsf{Hello in Kabel.}\\
\end{document}
offsansandkabelpackages came from? Are they accessible on the internet? I can't see them on CTAN. – Thruston Sep 09 '18 at 18:478rending is used for the ISO8859-1 encoding with post script type one fonts. So I guess that you must have had ..8r versions of your special fonts somewhere, (probably in your localtexmf tree that you have preserved), but that your local psmap file does not know about them. You might have to refresh the font map file so that all the various bits of tex software can find your fonts. – Thruston Sep 09 '18 at 18:50