📚 The CoCalc Library - books, templates and other resources
License: OTHER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1% Journal Article2% LaTeX Template3% Version 1.3 (9/9/13)4%5% This template has been downloaded from:6% http://www.LaTeXTemplates.com7%8% Original author:9% Frits Wenneker (http://www.howtotex.com)10%11% License:12% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)13%14%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1516%----------------------------------------------------------------------------------------17% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS18%----------------------------------------------------------------------------------------1920\documentclass[twoside]{article}2122\usepackage{lipsum} % Package to generate dummy text throughout this template2324\usepackage[sc]{mathpazo} % Use the Palatino font25\usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs26\linespread{1.05} % Line spacing - Palatino needs more space between lines27\usepackage{microtype} % Slightly tweak font spacing for aesthetics2829\usepackage[hmarginratio=1:1,top=32mm,columnsep=20pt]{geometry} % Document margins30\usepackage{multicol} % Used for the two-column layout of the document31\usepackage[hang, small,labelfont=bf,up,textfont=it,up]{caption} % Custom captions under/above floats in tables or figures32\usepackage{booktabs} % Horizontal rules in tables33\usepackage{float} % Required for tables and figures in the multi-column environment - they need to be placed in specific locations with the [H] (e.g. \begin{table}[H])34\usepackage{hyperref} % For hyperlinks in the PDF3536\usepackage{lettrine} % The lettrine is the first enlarged letter at the beginning of the text37\usepackage{paralist} % Used for the compactitem environment which makes bullet points with less space between them3839\usepackage{abstract} % Allows abstract customization40\renewcommand{\abstractnamefont}{\normalfont\bfseries} % Set the "Abstract" text to bold41\renewcommand{\abstracttextfont}{\normalfont\small\itshape} % Set the abstract itself to small italic text4243\usepackage{titlesec} % Allows customization of titles44\renewcommand\thesection{\Roman{section}} % Roman numerals for the sections45\renewcommand\thesubsection{\Roman{subsection}} % Roman numerals for subsections46\titleformat{\section}[block]{\large\scshape\centering}{\thesection.}{1em}{} % Change the look of the section titles47\titleformat{\subsection}[block]{\large}{\thesubsection.}{1em}{} % Change the look of the section titles4849\usepackage{fancyhdr} % Headers and footers50\pagestyle{fancy} % All pages have headers and footers51\fancyhead{} % Blank out the default header52\fancyfoot{} % Blank out the default footer53\fancyhead[C]{Running title $\bullet$ November 2012 $\bullet$ Vol. XXI, No. 1} % Custom header text54\fancyfoot[RO,LE]{\thepage} % Custom footer text5556%----------------------------------------------------------------------------------------57% TITLE SECTION58%----------------------------------------------------------------------------------------5960\title{\vspace{-15mm}\fontsize{24pt}{10pt}\selectfont\textbf{Article Title}} % Article title6162\author{63\large64\textsc{John Smith}\thanks{A thank you or further information}\\[2mm] % Your name65\normalsize University of California \\ % Your institution66\normalsize \href{mailto:john@smith.com}{john@smith.com} % Your email address67\vspace{-5mm}68}69\date{}7071%----------------------------------------------------------------------------------------7273\begin{document}7475\maketitle % Insert title7677\thispagestyle{fancy} % All pages have headers and footers7879%----------------------------------------------------------------------------------------80% ABSTRACT81%----------------------------------------------------------------------------------------8283\begin{abstract}8485\noindent \lipsum[1] % Dummy abstract text8687\end{abstract}8889%----------------------------------------------------------------------------------------90% ARTICLE CONTENTS91%----------------------------------------------------------------------------------------9293\begin{multicols}{2} % Two-column layout throughout the main article text9495\section{Introduction}9697\lettrine[nindent=0em,lines=3]{L} orem ipsum dolor sit amet, consectetur adipiscing elit.98\lipsum[2-3] % Dummy text99100%------------------------------------------------101102\section{Methods}103104Maecenas sed ultricies felis. Sed imperdiet dictum arcu a egestas.105\begin{compactitem}106\item Donec dolor arcu, rutrum id molestie in, viverra sed diam107\item Curabitur feugiat108\item turpis sed auctor facilisis109\item arcu eros accumsan lorem, at posuere mi diam sit amet tortor110\item Fusce fermentum, mi sit amet euismod rutrum111\item sem lorem molestie diam, iaculis aliquet sapien tortor non nisi112\item Pellentesque bibendum pretium aliquet113\end{compactitem}114\lipsum[4] % Dummy text115116%------------------------------------------------117118\section{Results}119120\begin{table}[H]121\caption{Example table}122\centering123\begin{tabular}{llr}124\toprule125\multicolumn{2}{c}{Name} \\126\cmidrule(r){1-2}127First name & Last Name & Grade \\128\midrule129John & Doe & $7.5$ \\130Richard & Miles & $2$ \\131\bottomrule132\end{tabular}133\end{table}134135\lipsum[5] % Dummy text136137\begin{equation}138\label{eq:emc}139e = mc^2140\end{equation}141142\lipsum[6] % Dummy text143144%------------------------------------------------145146\section{Discussion}147148\subsection{Subsection One}149150\lipsum[7] % Dummy text151152\subsection{Subsection Two}153154\lipsum[8] % Dummy text155156%----------------------------------------------------------------------------------------157% REFERENCE LIST158%----------------------------------------------------------------------------------------159160\begin{thebibliography}{99} % Bibliography - this is intentionally simple in this template161162\bibitem[Figueredo and Wolf, 2009]{Figueredo:2009dg}163Figueredo, A.~J. and Wolf, P. S.~A. (2009).164\newblock Assortative pairing and life history strategy - a cross-cultural165study.166\newblock {\em Human Nature}, 20:317--330.167168\end{thebibliography}169170%----------------------------------------------------------------------------------------171172\end{multicols}173174\end{document}175176177