Current File : //usr/share/texlive/texmf-dist/fonts/map/dvips/tetex/base14flags.ltx
% $Id: base14flags.ltx 31831 2013-10-04 18:33:49Z karl $
% (Trivial, uncopyrightable, public domain.)
% 
% This little LaTeX test file will see if pdftex gives missing flag
% warnings about base14 fonts when they are not downloaded.
% 
\documentclass{article}
\pdfmapfile{pdftex_ndl14.map}
\usepackage{times}
\begin{document}
This is a test.
\end{document}