mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 22:18:40 +00:00
redefine tabularxcolumn to be m, which *will* clash with the photo branch. Well, it clashes now. Stupid templates
This commit is contained in:
parent
4f484bc8a7
commit
ef987088e1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue