aboutsummaryrefslogtreecommitdiff
path: root/tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-02-27 18:40:44 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-02-27 18:40:44 +0100
commit95a01b1eff0488698150c098e75e2224fcdc42a6 (patch)
tree336478515242f2eab7d49693d1564073f377412f /tex
parent9e8356cf77716cecaf050dfa44ea31deb1bf6f19 (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.tex16
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}