~ubuntu-branches/debian/wheezy/texlive-extra/wheezy

« back to all changes in this revision

Viewing changes to texmf-dist/doc/latex/cmastro/cmastro.tex

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-11-24 14:20:36 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20081124142036-b19n8209gdut919x
Tags: 2007.dfsg.10-1
* blacklist cellular, it does not have any license info and the author
  is not contactable anymore (Closes: #505283)
  (RC, urgency thus medium)
* blacklist cmastro, no license info, author unknown (no bug report, but RC)
  This closes also the "pk files in doc hierarchy" bug (Closes: #443884)
* blacklist china2e, nosell license (no bug report, but RC)
* reinstantiate calligra after license issues have been cleared
  up and add an entry to the Licenses file (via Licenses.add)
* formats-extra suggests plain-extra for miniltx.tex (Closes: #504494)
* add license statements for eqlist, varindex, toolbox, ushort, guitar,
  ziffer (Closes: #466697)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
% cmastro.tex: Using the cmastro fonts.
2
 
%
3
 
% Run this through tex (plain TeX) to get summary of the astro option for
4
 
% using the cmastro fonts.
5
 
 
6
 
\input astro
7
 
%
8
 
\def\t#1{\hbox{\tt #1}} \def\cs#1{\t{\char'134 #1}}
9
 
\def\_{\t{\char'137}} \def\${\t{\char'44}}
10
 
\def\{{\t{\char'173}} \def\}{\t{\char'175}}
11
 
\def\AMS{{$\cal A$\kern-.1667em\lower.5ex\hbox{$\cal M$}\kern-.125em$\cal S$}}
12
 
\def\LaTeX{L\kern-.36em\raise.3ex\hbox{\sevenrm A}\kern-.15em\TeX}
13
 
%
14
 
\bigskip
15
 
\centerline{\bf Using the cmastro fonts}
16
 
\bigskip
17
 
 
18
 
        The \t{cmastro} fonts contain the special symbols
19
 
$$
20
 
\vcenter{\tabskip=1emplus1fil
21
 
        \halign to\hsize{&\hfil#\hfil\tabskip=1em&#\hfil\tabskip=1emplus1fil\cr
22
 
 \omit\span\bf Planets          &\omit\span\bf Other \cr
23
 
 \Mercury & \cs{Mercury}        &\Sun & \cs{Sun} \cr
24
 
 \Venus & \cs{Venus}            &\Moon & \cs{Moon} \cr
25
 
 \Earth & \cs{Earth}            \cr
26
 
 \Mars & \cs{Mars}              &\ascnode & \cs{ascnode} \cr
27
 
 \Jupiter & \cs{Jupiter}        &\descnode & \cs{descnode} \cr
28
 
 \Saturn & \cs{Saturn}          \cr
29
 
 \Uranus & \cs{Uranus}          &\VE & \cs{VE} \cr
30
 
 \Neptune & \cs{Neptune}        &\AE & \cs{AE} \cr
31
 
 \Pluto & \cs{Pluto}            &\circ & \cs{circ} \cr
32
 
}}
33
 
$$
34
 
        to \TeX's repertoire of characters.  They also work in sub- and
35
 
        superscripts, {\it e.g.}, \$\t{M}\_\cs{Jupiter}\$ will give
36
 
        $M_\Jupiter$.
37
 
 
38
 
        In order to use the fonts you must create and install \t{tfm} and
39
 
        bitmap files as well as the two \TeX\ sources \t{astro.tex} and
40
 
        \t{astro.sty} in a place where \TeX\ will find them.  Then
41
 
 
42
 
\item{$\bullet$} In \LaTeX\ you should use the ``\t{[astro]}'' document style
43
 
        option, {\it e.g.},
44
 
$$
45
 
 \cs{documentstyle[astro,12pt]\{article\}}
46
 
$$
47
 
 
48
 
\item{$\bullet$} With plain \TeX\ and \AMS-\TeX\ you should add the line 
49
 
$$
50
 
 \cs{input astro}
51
 
$$
52
 
        in the preamble of your document.
53
 
 
54
 
\bye