summaryrefslogtreecommitdiff
path: root/macros/latex209/contrib/address/3pre.tex
blob: b70e1ea803935180fead32c89ea0f60ed1bd1966 (plain)
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
39
40
41
42
43
44
45
%%% ============================================================
%%%  @LaTeX-style-file{
%%%    author            = "Michael Wester",
%%%    version           = "1.0",
%%%    date              = "July 1991",
%%%    time              = "NULL",
%%%    filename          = "3pre.tex",
%%%    address           = "Math & Stat Department
%%%                         University of New Mexico
%%%                         Albuquerque, NM  87131",
%%%    telephone         = "NA",
%%%    FAX               = "NA",
%%%    checksum          = "NA",
%%%    email             = "wester@spectre.unm.edu (Internet)",
%%%    codetable         = "ISO/ASCII",
%%%
%%%    keywords          = "LaTeX, TeX, formletter, mailing labels",
%%%    supported         = "yes",
%%%
%%%    docstring         = "Preamble for 3across",
%%%  }
%%% =================================================================
\def\DEFAULTletter{3across}
\breakupfalse
\ifundefined{LaTeX}               % TeX
   \voffset=-.795in
   \hoffset=-.75in
   \vsize=11in
   \hsize=8.5in
   \parindent=0in
   \nopagenumbers
   \raggedbottom
   %
   \def\\{\hfil\break}
\else                             % LaTeX
   \documentstyle{letter}
   \topmargin -.795in
   \headheight 0in
   \headsep 0in
   \oddsidemargin -.75in
   \textheight 11in
   \textwidth 8.5in
   \pagestyle{empty}
   \raggedbottom
\fi