244 lines
8.9 KiB
TeX
244 lines
8.9 KiB
TeX
% mnras_template.tex
|
|
%
|
|
% LaTeX template for creating an MNRAS paper
|
|
%
|
|
% v3.3 released April 2024
|
|
% (version numbers match those of mnras.cls)
|
|
%
|
|
% Copyright (C) Royal Astronomical Society 2015
|
|
% Authors:
|
|
% Keith T. Smith (Royal Astronomical Society)
|
|
|
|
% Change log
|
|
%
|
|
% v3.3 April 2024
|
|
% Updated \pubyear to print the current year automatically
|
|
% v3.2 July 2023
|
|
% Updated guidance on use of amssymb package
|
|
% v3.0 May 2015
|
|
% Renamed to match the new package name
|
|
% Version number matches mnras.cls
|
|
% A few minor tweaks to wording
|
|
% v1.0 September 2013
|
|
% Beta testing only - never publicly released
|
|
% First version: a simple (ish) template for creating an MNRAS paper
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Basic setup. Most papers should leave these options alone.
|
|
\documentclass[fleqn,usenatbib]{mnras}
|
|
|
|
% MNRAS is set in Times font. If you don't have this installed (most LaTeX
|
|
% installations will be fine) or prefer the old Computer Modern fonts, comment
|
|
% out the following line
|
|
\usepackage{newtxtext,newtxmath}
|
|
% Depending on your LaTeX fonts installation, you might get better results with one of these:
|
|
%\usepackage{mathptmx}
|
|
%\usepackage{txfonts}
|
|
|
|
% Use vector fonts, so it zooms properly in on-screen viewing software
|
|
% Don't change these lines unless you know what you are doing
|
|
\usepackage[T1]{fontenc}
|
|
|
|
% Allow "Thomas van Noord" and "Simon de Laguarde" and alike to be sorted by "N" and "L" etc. in the bibliography.
|
|
% Write the name in the bibliography as "\VAN{Noord}{Van}{van} Noord, Thomas"
|
|
\DeclareRobustCommand{\VAN}[3]{#2}
|
|
\let\VANthebibliography\thebibliography
|
|
\def\thebibliography{\DeclareRobustCommand{\VAN}[3]{##3}\VANthebibliography}
|
|
|
|
|
|
%%%%% AUTHORS - PLACE YOUR OWN PACKAGES HERE %%%%%
|
|
|
|
% Only include extra packages if you really need them. Avoid using amssymb if newtxmath is enabled, as these packages can cause conflicts. newtxmatch covers the same math symbols while producing a consistent Times New Roman font. Common packages are:
|
|
\usepackage{graphicx} % Including figure files
|
|
\usepackage{amsmath} % Advanced maths commands
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%%%%% AUTHORS - PLACE YOUR OWN COMMANDS HERE %%%%%
|
|
|
|
% Please keep new commands to a minimum, and use \newcommand not \def to avoid
|
|
% overwriting existing commands. Example:
|
|
%\newcommand{\pcm}{\,cm$^{-2}$} % per cm-squared
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%%%%%%%%%%%%%%%%%%% TITLE PAGE %%%%%%%%%%%%%%%%%%%
|
|
|
|
% Title of the paper, and the short title which is used in the headers.
|
|
% Keep the title short and informative.
|
|
\title[Short title, max. 45 characters]{MNRAS \LaTeXe\ template -- title goes here}
|
|
|
|
% The list of authors, and the short list which is used in the headers.
|
|
% If you need two or more lines of authors, add an extra line using \newauthor
|
|
\author[Srikrishna Ayyalasomayajula et al.]{
|
|
Srikrishna Ayyalasomayajula,$^{1,2}$
|
|
Neel Kuppa,$^{2}$
|
|
Sanahbhi Gauraw,$^{2}$
|
|
Cristian Catillo-Alejo$^{2}$
|
|
\\
|
|
% List of institutions
|
|
$^{1}$CoGuide Labs Inc., 918 Camino Lago, Irving TX, USA\\
|
|
$^{2}$Physics, Plano East Senior High School, 3000 Los Rios Blvd, Plano, TX 75074, USA\\
|
|
}
|
|
|
|
% These dates will be filled out by the publisher
|
|
\date{\today}
|
|
|
|
% Prints the current year, for the copyright statements etc. To achieve a fixed year, replace the expression with a number.
|
|
\pubyear{\the\year{}}
|
|
|
|
% Don't change these lines
|
|
\begin{document}
|
|
\label{firstpage}
|
|
\pagerange{\pageref{firstpage}--\pageref{lastpage}}
|
|
\maketitle
|
|
|
|
% Abstract of the paper
|
|
\begin{abstract}
|
|
This is a simple template for authors to write new MNRAS papers.
|
|
The abstract should briefly describe the aims, methods, and main results of the paper.
|
|
It should be a single paragraph not more than 250 words (200 words for Letters).
|
|
No references should appear in the abstract.
|
|
\end{abstract}
|
|
|
|
% Select between one and six entries from the list of approved keywords.
|
|
% Don't make up new ones.
|
|
\begin{keywords}
|
|
keyword1 -- keyword2 -- keyword3
|
|
\end{keywords}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%%%%%%%%%%%%%%%%% BODY OF PAPER %%%%%%%%%%%%%%%%%%
|
|
|
|
\section{Introduction}
|
|
|
|
This is a simple template for authors to write new MNRAS papers.
|
|
See \texttt{mnras\_sample.tex} for a more complex example, and \texttt{mnras\_guide.tex}
|
|
for a full user guide.
|
|
|
|
All papers should start with an Introduction section, which sets the work
|
|
in context, cites relevant earlier studies in the field by \citet{Fournier1901},
|
|
and describes the problem the authors aim to solve \citep[e.g.][]{vanDijk1902}.
|
|
Multiple citations can be joined in a simple way like \citet{deLaguarde1903, delaGuarde1904}.
|
|
|
|
\section{Methods, Observations, Simulations etc.}
|
|
|
|
Normally the next section describes the techniques the authors used.
|
|
It is frequently split into subsections, such as Section~\ref{sec:maths} below.
|
|
|
|
\subsection{Maths}
|
|
\label{sec:maths} % used for referring to this section from elsewhere
|
|
|
|
Simple mathematics can be inserted into the flow of the text e.g. $2\times3=6$
|
|
or $v=220$\,km\,s$^{-1}$, but more complicated expressions should be entered
|
|
as a numbered equation:
|
|
|
|
\begin{equation}
|
|
x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.
|
|
\label{eq:quadratic}
|
|
\end{equation}
|
|
|
|
Refer back to them as e.g. equation~(\ref{eq:quadratic}).
|
|
|
|
\subsection{Results and Discussion}
|
|
|
|
|
|
\begin{table*}
|
|
\caption{Resistance measurements for different wire cross-sectional areas at varying probe distances. All resistance values measured in $\Omega$.}
|
|
\label{tab:resistance}
|
|
\begin{tabular}{lrrrrr}
|
|
\hline
|
|
Area & \multicolumn{5}{c}{Probe distance} \\
|
|
(mm$^2$) & 20 cm & 40 cm & 60 cm & 80 cm & 100 cm \\
|
|
& ($\Omega$) & & & & \\
|
|
\hline
|
|
0.1285 (26 AWG) & 2.6 & 5.6 & 4.5 & 9.3 & 10.0 \\
|
|
0.06424 (29 AWG) & 4.7 & 8.9 & 13.6 & 18.0 & 22.6 \\
|
|
0.03204 (32 AWG) & 9.0 & 18.1 & 27.3 & 36.3 & 45.4 \\
|
|
\hline
|
|
\end{tabular}
|
|
\end{table*}
|
|
|
|
|
|
\begin{figure*}
|
|
\centering
|
|
\includegraphics[width=\textwidth]{wire_resistance_regression}
|
|
\caption{Linear regression analysis of resistance vs probe distance for three wire gauges. Experimental data points (circles) and best-fit regression lines are shown for each AWG gauge. Regression equations: 26 AWG: R = 0.0925L + 0.8500, 29 AWG: R = 0.2245L + 0.0900, 32 AWG: R = 0.4550L - 0.0800 (R, L in $\Omega$, cm). Note: 26 AWG data contains experimental outlier at L=60 cm (4.5 $\Omega$ vs expected 6.4 $\Omega$).}
|
|
\label{fig:wire_regression}
|
|
\end{figure*}
|
|
|
|
|
|
\begin{table*}
|
|
\caption{Linear regression parameters and calculated resistivity for all three wire gauges. Note: 26 AWG data contains experimental outlier at L=60 cm.}
|
|
\label{tab:regression_params}
|
|
\begin{tabular}{ccccc}
|
|
\hline
|
|
AWG & Area (mm$^2$) & Slope ($\Omega$/cm) & Resistivity ($\Omega\cdot$cm) & R$^2$ \\
|
|
\hline
|
|
26 & 0.1285 & 0.092500 & 0.000119 & 0.854343 \\
|
|
29 & 0.06424 & 0.224500 & 0.000144 & 0.999747 \\
|
|
32 & 0.03204 & 0.455000 & 0.000146 & 1.000000 \\
|
|
\hline
|
|
\end{tabular}
|
|
\end{table*}
|
|
|
|
|
|
\section{Conclusions}
|
|
|
|
The last numbered section should briefly summarise what has been done, and describe
|
|
the final conclusions which the authors draw from their work.
|
|
|
|
\section*{Acknowledgements}
|
|
|
|
The Acknowledgements section is not numbered. Here you can thank helpful
|
|
colleagues, acknowledge funding agencies, telescopes and facilities used etc.
|
|
Try to keep it short.
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\section*{Data Availability}
|
|
|
|
|
|
The inclusion of a Data Availability Statement is a requirement for articles published in MNRAS. Data Availability Statements provide a standardised format for readers to understand the availability of data underlying the research results described in the article. The statement may refer to original data generated in the course of the study or to third-party data analysed in the article. The statement should describe and provide means of access, where possible, by linking to the data or providing the required accession numbers for the relevant databases or DOIs.
|
|
|
|
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%% REFERENCES %%%%%%%%%%%%%%%%%%
|
|
|
|
% The best way to enter references is to use BibTeX:
|
|
|
|
\bibliographystyle{mnras}
|
|
\bibliography{example} % if your bibtex file is called example.bib
|
|
|
|
|
|
% Alternatively you could enter them by hand, like this:
|
|
% This method is tedious and prone to error if you have lots of references
|
|
%\begin{thebibliography}{99}
|
|
%\bibitem[\protect\citeauthoryear{Author}{2012}]{Author2012}
|
|
%Author A.~N., 2013, Journal of Improbable Astronomy, 1, 1
|
|
%\bibitem[\protect\citeauthoryear{Others}{2013}]{Others2013}
|
|
%Others S., 2012, Journal of Interesting Stuff, 17, 198
|
|
%\end{thebibliography}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%%%%%%%%%%%%%%%%% APPENDICES %%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\appendix
|
|
|
|
\section{Some extra material}
|
|
|
|
If you want to present additional material which would interrupt the flow of the main paper,
|
|
it can be placed in an Appendix which appears after the list of references.
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
|
% Don't change these lines
|
|
\bsp % typesetting comment
|
|
\label{lastpage}
|
|
\end{document}
|
|
|
|
% End of mnras_template.tex
|