From ef987088e1aebda8869577040839fd46c7a2e5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20B=C3=B6ttcher?= Date: Mon, 29 Feb 2016 19:20:13 +0100 Subject: [PATCH] redefine tabularxcolumn to be m, which *will* clash with the photo branch. Well, it clashes now. Stupid templates --- awesome-cv.cls | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awesome-cv.cls b/awesome-cv.cls index d7ee87d..3ae0aba 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -389,6 +389,7 @@ % Commands for utilities %------------------------------------------------------------------------------- % Use to align an element of tabular table +\renewcommand{\tabularxcolumn}{m} \newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} \newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} \newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} @@ -594,7 +595,7 @@ \vspace{-2.0mm} \setlength\tabcolsep{1ex} \setlength{\extrarowheight}{0pt} - \tabularx{\textwidth}{rX} + \tabularx{\textwidth}{r>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}X} }{% \endtabularx }