summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/latex/logofeatpost.tex
blob: b7c852c4b5c591754e5b1a5b79b1d00b35861b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass{article}
\newfont{\normald}{logod10 scaled 10000}
\usepackage{graphics,color}
%\setlength{\textwidth}{724pt}
%\setlength{\oddsidemargin}{-5.4mm}
%\setlength{\textheight}{57mm}
%\setlength{\topmargin}{-4mm}
%\setlength{\headheight}{5mm}
%\setlength{\headsep}{2mm}
%\setlength{\footskip}{2\baselineskip}
\pagestyle{empty}
\begin{document}
\fcolorbox{white}{white}{
  \begin{tabular}{l}
    {\normald FEATPOST} 
  \end{tabular}
  }
\end{document}