redefine tabularxcolumn to be m, which *will* clash with the photo branch. Well, it clashes now. Stupid templates

This commit is contained in:
Johannes Böttcher 2016-02-29 19:20:13 +01:00
parent 4f484bc8a7
commit ef987088e1

View file

@ -389,6 +389,7 @@
% Commands for utilities % Commands for utilities
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
% Use to align an element of tabular table % Use to align an element of tabular table
\renewcommand{\tabularxcolumn}{m}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} \newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\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}} \newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
@ -594,7 +595,7 @@
\vspace{-2.0mm} \vspace{-2.0mm}
\setlength\tabcolsep{1ex} \setlength\tabcolsep{1ex}
\setlength{\extrarowheight}{0pt} \setlength{\extrarowheight}{0pt}
\tabularx{\textwidth}{rX} \tabularx{\textwidth}{r>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}X}
}{% }{%
\endtabularx \endtabularx
} }