data table added

This commit is contained in:
2026-03-30 21:02:22 -05:00
parent 6d70a95ded
commit 773fe6cde8
2 changed files with 19 additions and 35 deletions

Binary file not shown.

View File

@@ -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: % 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{graphicx} % Including figure files
\usepackage{amsmath} % Advanced maths commands \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. % 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 % 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}$ Srikrishna Ayyalasomayajula,$^{1,2}$
Neel Kuppa,$^{2}$ Neel Kuppa,$^{2}$
Sanahbhi Gauraw,$^{2}$ Sanahbhi Gauraw,$^{2}$
@@ -141,42 +142,25 @@ as a numbered equation:
Refer back to them as e.g. equation~(\ref{eq:quadratic}). 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 \begin{landscape}
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} \begin{table}
\centering \caption{Resistance measurements for different wire cross-sectional areas at varying probe distances. All resistance values measured in $\Omega$.}
\caption{This is an example table. Captions appear above each table. \label{tab:resistance}
Remember to define the quantities, symbols and units used.} \begin{tabular}{cccccc}
\label{tab:example_table}
\begin{tabular}{lccr} % four columns, alignment for each
\hline \hline
A & B & C & D\\ Area & \multicolumn{5}{c}{Probe distance} \\
(mm$^2$) & 20 cm & 40 cm & 60 cm & 80 cm & 100 cm \\
\hline \hline
1 & 2 & 3 & 4\\ 0.1285 (26 AWG) & 2.6 $\Omega$ & 5.6 $\Omega$ & 4.5 $\Omega$ & 9.3 $\Omega$ & 10.0 $\Omega$ \\
2 & 4 & 6 & 8\\ 0.06424 (29 AWG) & 4.7 $\Omega$ & 8.9 $\Omega$ & 13.6 $\Omega$ & 18.0 $\Omega$ & 22.6 $\Omega$ \\
3 & 5 & 7 & 9\\ 0.03204 (32 AWG) & 9.0 $\Omega$ & 18.1 $\Omega$ & 27.3 $\Omega$ & 36.3 $\Omega$ & 45.4 $\Omega$ \\
\hline \hline
\end{tabular} \end{tabular}
\end{table} \end{table}
\end{landscape}
\section{Conclusions} \section{Conclusions}