From 95a01b1eff0488698150c098e75e2224fcdc42a6 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 27 Feb 2018 18:40:44 +0100 Subject: Multicol package no longer used for two column PDF Until now, we were using the `multicol' package which is mainly designed for more than two columns. Instead, we are just passing a `twocolumn' option to the article document class. --- paper.tex | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'paper.tex') diff --git a/paper.tex b/paper.tex index 71e2665..049bc18 100644 --- a/paper.tex +++ b/paper.tex @@ -1,4 +1,4 @@ -\documentclass{article} +\documentclass[twocolumn]{article} %% This is a convenience variable if you are using PGFPlots to build plots %% within LaTeX. If you want to import PDF files for plots directly (and @@ -33,11 +33,6 @@ %% Write the title, authors and date. \maketitle -%% Begin the multi-column environment. If you use the `multicols*' instead, -%% all extra empty space is added in the last column (so the columns in the -%% last page will not end on the same horizontal line). -\begin{multicols}{2} - %% -------- Delete this --------- \section{Congratulations!} Congratulations on running the reproduction pipeline! You can now follow @@ -112,5 +107,4 @@ Zenodo (\url{https://zenodo.org/}). \printbibliography -\end{multicols} \end{document} -- cgit v1.2.1