diff --git a/mnras_template.pdf b/mnras_template.pdf index afb609a..c964051 100644 Binary files a/mnras_template.pdf and b/mnras_template.pdf differ diff --git a/mnras_template.tex b/mnras_template.tex index 93150a7..d39fe13 100644 --- a/mnras_template.tex +++ b/mnras_template.tex @@ -51,6 +51,7 @@ % 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 +\usepackage{pdflscape} % Landscape environment %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -70,7 +71,7 @@ % 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[K. T. Smith et al.]{ +\author[Srikrishna Ayyalasomayajula et al.]{ Srikrishna Ayyalasomayajula,$^{1,2}$ Neel Kuppa,$^{2}$ Sanahbhi Gauraw,$^{2}$ @@ -141,42 +142,25 @@ as a numbered equation: Refer back to them as e.g. equation~(\ref{eq:quadratic}). -\subsection{Figures and tables} +\subsection{Results and Discussion} -Figures and tables should be placed at logical positions in the text. Don't -worry about the exact layout, which will be handled by the publishers. -Figures are referred to as e.g. Fig.~\ref{fig:example_figure}, and tables as -e.g. Table~\ref{tab:example_table}. - -% Example figure -\begin{figure} - % To include a figure from a file named example.* - % Allowable file formats are eps or ps if compiling using latex - % or pdf, png, jpg if compiling using pdflatex - \includegraphics[width=\columnwidth]{example} - \caption{This is an example figure. Captions appear below each figure. - Give enough detail for the reader to understand what they're looking at, - but leave detailed discussion to the main body of the text.} - \label{fig:example_figure} -\end{figure} - -% Example table -\begin{table} - \centering - \caption{This is an example table. Captions appear above each table. - Remember to define the quantities, symbols and units used.} - \label{tab:example_table} - \begin{tabular}{lccr} % four columns, alignment for each - \hline - A & B & C & D\\ - \hline - 1 & 2 & 3 & 4\\ - 2 & 4 & 6 & 8\\ - 3 & 5 & 7 & 9\\ - \hline - \end{tabular} -\end{table} +\begin{landscape} + \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}{cccccc} + \hline + Area & \multicolumn{5}{c}{Probe distance} \\ + (mm$^2$) & 20 cm & 40 cm & 60 cm & 80 cm & 100 cm \\ + \hline + 0.1285 (26 AWG) & 2.6 $\Omega$ & 5.6 $\Omega$ & 4.5 $\Omega$ & 9.3 $\Omega$ & 10.0 $\Omega$ \\ + 0.06424 (29 AWG) & 4.7 $\Omega$ & 8.9 $\Omega$ & 13.6 $\Omega$ & 18.0 $\Omega$ & 22.6 $\Omega$ \\ + 0.03204 (32 AWG) & 9.0 $\Omega$ & 18.1 $\Omega$ & 27.3 $\Omega$ & 36.3 $\Omega$ & 45.4 $\Omega$ \\ + \hline + \end{tabular} + \end{table} +\end{landscape} \section{Conclusions}