blob: 968077488f83c9102154a7d331839a82f61daccd (
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
% MNLAND.TEX
%
% A landscape figure for the sample plain TeX Monthly Notices article.
%
% v1.1 --- released 25th August 1994 (M. Reed)
% v1.0 --- first released 17th February 1994
%
% Copyright Cambridge University Press
% The following line automatically loads the mn macros if you are not
% using a format file.
\ifx\mnmacrosloaded\undefined \input mn\fi
% If your system has the AMS fonts version 2.0 installed, MN.tex can be
% made to use them by uncommenting the line: %\AMStwofontstrue
%
% By doing this, you will be able to obtain upright Greek characters.
% e.g. \umu, \upi etc. See the section on "Upright Greek characters" in
% this guide for further information.
% !! AMS fonts are not used in this file. The following code is provided
% for your convenience !!
\newif\ifAMStwofonts
%\AMStwofontstrue
\ifCUPmtplainloaded \else
\NewTextAlphabet{textbfit} {cmbxti10} {}
\NewTextAlphabet{textbfss} {cmssbx10} {}
\NewMathAlphabet{mathbfit} {cmbxti10} {} % for math mode
\NewMathAlphabet{mathbfss} {cmssbx10} {} % " " "
%
\ifAMStwofonts
%
\NewSymbolFont{upmath} {eurm10}
\NewSymbolFont{AMSa} {msam10}
\NewMathSymbol{\upi} {0}{upmath}{19}
\NewMathSymbol{\umu} {0}{upmath}{16}
\NewMathSymbol{\upartial}{0}{upmath}{40}
\NewMathSymbol{\leqslant}{3}{AMSa}{36}
\NewMathSymbol{\geqslant}{3}{AMSa}{3E}
\let\oldle=\le \let\oldleq=\leq
\let\oldge=\ge \let\oldgeq=\geq
\let\leq=\leqslant \let\le=\leqslant
\let\geq=\geqslant \let\ge=\geqslant
\else
\def\umu{\mu}
\def\upi{\pi}
\def\upartial{\partial}
\fi
\fi
%\special{landscape} % only use this if your driver supports it
% Marginal adjustments using \pageoffset maybe required when printing
% proofs on a Laserprinter (this is usually not needed).
% Syntax: \pageoffset{ +/- hor. offset}{ +/- vert. offset}
% e.g. \pageoffset{-3pc}{-4pc}
\pageoffset{0pc}{-1.5pc}
\landscape
\authorcomment{Landscape material to be pasted into the article.}
\begintopmatter % these must be here
\maketitle %
\beginfigure{1}
\caption{{\bf Figure 4.} Photometric comparisons in the overlap areas
between the fields. The differences between photometry of individual images
from different fields for the overlapping fields 52--51, 50--51, 50--28 and
30--29 are shown for the $B_{\rm J}$ and $R$ wavebands. The axes are as
follows. Left-hand panels: $\Delta B$ ($-1$ to 1) against
$\langle B \rangle$ (13 to 21). Right-hand panels: $\Delta R$ ($-1$ to 1)
against $\langle R \rangle$ (12 to 20).}
\endfigure
\bye
% end of mnland.tex
|