missing par after tabularx

This commit is contained in:
Johannes Böttcher 2016-08-07 09:25:37 +02:00
parent ef987088e1
commit 48de46afd1

View file

@ -597,7 +597,7 @@
\setlength{\extrarowheight}{0pt} \setlength{\extrarowheight}{0pt}
\tabularx{\textwidth}{r>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}X} \tabularx{\textwidth}{r>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}X}
}{% }{%
\endtabularx \endtabularx\par
} }
% Define a line of cv information(skill) % Define a line of cv information(skill)
% Usage: \cvskill{<type>}{<skillset>} % Usage: \cvskill{<type>}{<skillset>}