summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex209/contrib/mnras/mnland.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /obsolete/macros/latex209/contrib/mnras/mnland.tex
Initial commit
Diffstat (limited to 'obsolete/macros/latex209/contrib/mnras/mnland.tex')
-rw-r--r--obsolete/macros/latex209/contrib/mnras/mnland.tex34
1 files changed, 34 insertions, 0 deletions
diff --git a/obsolete/macros/latex209/contrib/mnras/mnland.tex b/obsolete/macros/latex209/contrib/mnras/mnland.tex
new file mode 100644
index 0000000000..c462b066b6
--- /dev/null
+++ b/obsolete/macros/latex209/contrib/mnras/mnland.tex
@@ -0,0 +1,34 @@
+% mnland.tex, landscape material for sample pages
+% v1.1 released 18th July 1994
+% v1.0 released 28th January 1994
+
+\documentstyle[landscape]{mn}
+
+\ifoldfss
+ \newcommand{\rmn}[1] {{\rm #1}}
+\else
+ \newcommand{\rmn}[1] {\mathrm{#1}}
+\fi
+
+\pagestyle{empty}
+
+\begin{document}
+
+% only use the following if your dvi driver understands `landscape'
+%\hbox{\special{landscape}}
+
+\clearpage
+\setcounter{figure}{3}
+\begin{figure*}
+\vspace{144mm}
+\caption{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_{\rmn{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).}
+\label{landfig}
+\end{figure*}
+
+\end{document}