File: LTXMFobj.tex

package info (click to toggle)
mfpic 0.4.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 620 kB
  • ctags: 5
  • sloc: makefile: 44; sh: 30
file content (38 lines) | stat: -rw-r--r-- 871 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
%%% LTXMFobj.tex
%%% part of mfpic 0.4.0 2000/08/31
%%%
%  Testing mfpic objects in LaTeX using Metafont
%
\mag=1200
\documentclass{article}

%%!!!!!!!!!!!!!!!!!!!!!!!!!!!
% adjust these to your liking:
\setlength{\paperheight}{11truein}
\setlength{\paperwidth}{8.5truein}

% Default plainTeX margins
\setlength{\textwidth}{\paperwidth}
\addtolength{\textwidth}{-2truein}
\setlength{\textheight}{\paperheight}
\addtolength{\textheight}{-2.1truein}
\setlength{\headheight}{0in}
\setlength{\headsep}{0in}
\setlength{\oddsidemargin}{0in}
\setlength{\evensidemargin}{\oddsidemargin}
\setlength{\footskip}{\baselineskip}%???
%Test if changing to metaFONT _after_ indicating metaPOST works.
\usepackage[centeredcaptions]{mfpic}

\opengraphsfile{objs}

\begin{document}

\centerline{\bfseries Pictures in \LaTeX\ with Metafont}

\input MFobjs

\closegraphsfile

\end{document}