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. --- tex/preamble-style.tex | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'tex') diff --git a/tex/preamble-style.tex b/tex/preamble-style.tex index 228cd10..b53181d 100644 --- a/tex/preamble-style.tex +++ b/tex/preamble-style.tex @@ -17,22 +17,6 @@ -%% Page using multiple columns -\usepackage{multicol} - - - - - -%% Allow using figures within the `multi-col' environment. -\newenvironment{Figure} - {\par\medskip\noindent\minipage{\linewidth}} - {\endminipage\par\medskip} - - - - - %% Set the distance between the columns if two columns: \setlength{\columnsep}{0.75cm} -- cgit v1.2.1