|
1 |
| -% general sample of a two-column paper |
2 |
| - |
3 |
| -%%% DOCUMENT TYPE |
4 |
| -\documentclass[11pt]{article} |
5 |
| -\usepackage[utf8]{inputenc} |
6 |
| - |
7 |
| -%%% PAGE DIMENSIONS |
8 |
| -\usepackage[left=2cm, right=2cm, top=2cm, bottom=2cm]{geometry} |
9 |
| -\geometry{a4paper} |
10 |
| - |
11 |
| -%%% PACKAGES |
12 |
| -\usepackage{booktabs} |
13 |
| -\usepackage{array} |
14 |
| -\usepackage{verbatim} |
15 |
| -\usepackage{subfig} |
16 |
| -\usepackage{hyperref} |
17 |
| -\usepackage{amssymb,amsmath} |
18 |
| -\usepackage{graphicx} |
19 |
| -\usepackage{multicol} |
20 |
| -\usepackage{lscape} |
21 |
| -\setlength{\columnsep}{24pt} |
22 |
| -\usepackage[sort,compress,comma,super]{natbib} |
23 |
| - |
24 |
| -%%% CUSTOM COMMANDS |
25 |
| - |
26 |
| -%%% HEADERS & FOOTERS |
27 |
| -\usepackage{fancyhdr} |
28 |
| -\pagestyle{fancy} |
29 |
| -\renewcommand{\headrulewidth}{0pt} |
30 |
| -\lhead{}\chead{}\rhead{} |
31 |
| -\lfoot{}\cfoot{\thepage}\rfoot{} |
32 |
| - |
33 |
| -%%% TITLE INFO |
34 |
| -\title{Sample Title} |
35 |
| -\author{Sean McKenna} |
36 |
| -\date{\today} |
37 |
| - |
38 |
| -%%% MULTICOL TABLE & FIGURE SUPPORT |
39 |
| -\begin{document} |
40 |
| -\makeatletter |
41 |
| -\newenvironment{ctable}{\def\@captype{table}}{} |
42 |
| -\newenvironment{cfigure}{\def\@captype{figure}}{} |
43 |
| -\makeatother |
44 |
| - |
45 |
| -%%% BEGIN PAPER |
46 |
| -\maketitle |
47 |
| - |
48 |
| -\begin{multicols}{2} |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| -\section{\textbf{Introduction}} |
53 |
| -Insightful and interesting introduction goes here! |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| -\section{\textbf{Background}} |
58 |
| - \subsection{Topic One} |
59 |
| - Explain your first topic. |
60 |
| - |
61 |
| - \subsection{Topic Two} |
62 |
| - Explain your second topic. |
63 |
| - |
64 |
| - \subsection{Topic Three} |
65 |
| - Explain your third topic. |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| -\section{\textbf{Experiment}} |
70 |
| - \subsection{Part One} |
71 |
| - Explain part one. |
72 |
| - |
73 |
| - \subsection{Part Two} |
74 |
| - Explain part two. |
75 |
| - |
76 |
| - \subsection{Part Three} |
77 |
| - Explain part three. |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| -\section{\textbf{Analysis}} |
82 |
| - \subsection{Part One} |
83 |
| - Explain part one. |
84 |
| - |
85 |
| - \subsection{Part Two} |
86 |
| - Explain part two. |
87 |
| - |
88 |
| - \subsection{Part Three} |
89 |
| - Explain part three. |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| -\section{\textbf{Conclusion}} |
94 |
| -Always end with a witty, inspiring, and concise conclusion. |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| -\raggedright |
99 |
| -\bibliographystyle{apalike} |
100 |
| -\bibliography{sources} |
101 |
| - |
102 |
| -\end{multicols} |
103 |
| -\end{document} |
| 1 | +% general sample of a two-column paper |
| 2 | + |
| 3 | +%%% DOCUMENT TYPE |
| 4 | +\documentclass[11pt]{article} |
| 5 | +\usepackage[utf8]{inputenc} |
| 6 | + |
| 7 | +%%% PAGE DIMENSIONS |
| 8 | +\usepackage[left=2cm, right=2cm, top=2cm, bottom=2cm]{geometry} |
| 9 | +\geometry{a4paper} |
| 10 | + |
| 11 | +%%% PACKAGES |
| 12 | +\usepackage{booktabs} |
| 13 | +\usepackage{array} |
| 14 | +\usepackage{verbatim} |
| 15 | +\usepackage{subfig} |
| 16 | +\usepackage{hyperref} |
| 17 | +\usepackage{amssymb,amsmath} |
| 18 | +\usepackage{graphicx} |
| 19 | +\usepackage{multicol} |
| 20 | +\usepackage{lscape} |
| 21 | +\setlength{\columnsep}{24pt} |
| 22 | +\usepackage[sort,compress,comma,super]{natbib} |
| 23 | + |
| 24 | +%%% CUSTOM COMMANDS |
| 25 | + |
| 26 | +%%% HEADERS & FOOTERS |
| 27 | +\usepackage{fancyhdr} |
| 28 | +\pagestyle{fancy} |
| 29 | +\renewcommand{\headrulewidth}{0pt} |
| 30 | +\lhead{}\chead{}\rhead{} |
| 31 | +\lfoot{}\cfoot{\thepage}\rfoot{} |
| 32 | + |
| 33 | +%%% TITLE INFO |
| 34 | +\title{Sample Title} |
| 35 | +\author{Sean McKenna} |
| 36 | +\date{\today} |
| 37 | + |
| 38 | +%%% MULTICOL TABLE & FIGURE SUPPORT |
| 39 | +\begin{document} |
| 40 | +\makeatletter |
| 41 | +\newenvironment{ctable}{\def\@captype{table}}{} |
| 42 | +\newenvironment{cfigure}{\def\@captype{figure}}{} |
| 43 | +\makeatother |
| 44 | + |
| 45 | +%%% BEGIN PAPER |
| 46 | +\maketitle |
| 47 | + |
| 48 | +\begin{multicols}{2} |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +\section{\textbf{Introduction}} |
| 53 | +Insightful and interesting introduction goes here! |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | +\section{\textbf{Background}} |
| 58 | + \subsection{Topic One} |
| 59 | + Explain your first topic. |
| 60 | + |
| 61 | + \subsection{Topic Two} |
| 62 | + Explain your second topic. |
| 63 | + |
| 64 | + \subsection{Topic Three} |
| 65 | + Explain your third topic. |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | +\section{\textbf{Experiment}} |
| 70 | + \subsection{Part One} |
| 71 | + Explain part one. |
| 72 | + |
| 73 | + \subsection{Part Two} |
| 74 | + Explain part two. |
| 75 | + |
| 76 | + \subsection{Part Three} |
| 77 | + Explain part three. |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | +\section{\textbf{Analysis}} |
| 82 | + \subsection{Part One} |
| 83 | + Explain part one. |
| 84 | + |
| 85 | + \subsection{Part Two} |
| 86 | + Explain part two. |
| 87 | + |
| 88 | + \subsection{Part Three} |
| 89 | + Explain part three. |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | +\section{\textbf{Conclusion}} |
| 94 | +Always end with a witty, inspiring, and concise conclusion. |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | +\raggedright |
| 99 | +\bibliographystyle{apalike} |
| 100 | +\bibliography{sources} |
| 101 | + |
| 102 | +\end{multicols} |
| 103 | +\end{document} |
0 commit comments