diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-02-27 18:40:44 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-02-27 18:40:44 +0100 |
commit | 95a01b1eff0488698150c098e75e2224fcdc42a6 (patch) | |
tree | 336478515242f2eab7d49693d1564073f377412f /tex | |
parent | 9e8356cf77716cecaf050dfa44ea31deb1bf6f19 (diff) |
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.
Diffstat (limited to 'tex')
-rw-r--r-- | tex/preamble-style.tex | 16 |
1 files changed, 0 insertions, 16 deletions
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} |