From 9d0baa09a1d06234d38100a6f97f597f66727c63 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Thu, 18 May 2017 12:56:21 +1100 Subject: Add a twocolumnsection command --- awesome-source-cv.cls | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'awesome-source-cv.cls') diff --git a/awesome-source-cv.cls b/awesome-source-cv.cls index fc800b9..6becd11 100755 --- a/awesome-source-cv.cls +++ b/awesome-source-cv.cls @@ -17,7 +17,7 @@ % % This work consists of the files awesome-source-cv.cls -\ProvidesClass{awesome-source-cv}[2016/11/05 v1.6.1 Awesome Source CV Class] +\ProvidesClass{awesome-source-cv}[2017/05/2017 v1.6.2 Awesome Source CV Class] \LoadClass[a4paper]{article} @@ -342,3 +342,13 @@ } \newcommand\emptySeparator{\multicolumn{2}{c}{}\\} + +\newcommand*\twocolumnsection[2]{ + \begin{minipage}[t]{\dimexpr(\linewidth/2) - 3em} + #1 + \end{minipage} + \hfill + \begin{minipage}[t]{\dimexpr(\linewidth/2) - 3em} + #2 + \end{minipage} + } -- cgit v1.2.1