From 6dfad4494cd3e666e7ee9ff5bffaf903b8e4954c Mon Sep 17 00:00:00 2001 From: David Date: Wed, 20 Jan 2021 12:49:43 +0100 Subject: [PATCH] correct indentation of cvskillentry --- moderncvskillmatrix.sty | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/moderncvskillmatrix.sty b/moderncvskillmatrix.sty index c669c48..38df4aa 100644 --- a/moderncvskillmatrix.sty +++ b/moderncvskillmatrix.sty @@ -640,25 +640,25 @@ %test for the star * in the command \IfBooleanTF{#1}{% If a star is seen a dotted line is drawn above the entry \begingroup - \renewcommand{\arraystretch}{1.25} - \arrayrulecolor{color1} - \begin{tabular}{@{}p{\skillmatrix@hintscolumnwidth}@{\hspace{\separatorcolumnwidth}}% - p{\cvskill@width}@{\hspace{\skillmatrix@padding}}% - p{\cvskill@descriptorwidth}@{\hspace{\skillmatrix@padding}}% - p{\cvskill@experiencewidth} @{\hspace{\skillmatrix@padding}}% - p{\skillmatrix@commentwidth}@{}}% - \cdashline{2-5}[.6pt/1pt] - \raggedleft\hintstyle{#3} &\centering \cvskill{#4} &\centering {#5} & \centering {#6} &{\itshape#7}% - \end{tabular}% + \renewcommand{\arraystretch}{1.25} + \arrayrulecolor{color1} + \begin{tabular}{@{}p{\skillmatrix@hintscolumnwidth}@{\hspace{\separatorcolumnwidth}}% + p{\cvskill@width}@{\hspace{\skillmatrix@padding}}% + p{\cvskill@descriptorwidth}@{\hspace{\skillmatrix@padding}}% + p{\cvskill@experiencewidth} @{\hspace{\skillmatrix@padding}}% + p{\skillmatrix@commentwidth}@{}}% + \cdashline{2-5}[.6pt/1pt] + \raggedleft\hintstyle{#3} &\centering \cvskill{#4} &\centering {#5} & \centering {#6} &{\itshape#7}% + \end{tabular}% \endgroup \par\addvspace{#2} }{% If no star is seen no line is drawn \begin{tabular}{@{}p{\skillmatrix@hintscolumnwidth}@{\hspace{\separatorcolumnwidth}}% - p{\cvskill@width}@{\hspace{\skillmatrix@padding}}% - p{\cvskill@descriptorwidth}@{\hspace{\skillmatrix@padding}}% - p{\cvskill@experiencewidth}% - @{\hspace{\skillmatrix@padding}}% - p{\skillmatrix@commentwidth}@{}}% + p{\cvskill@width}@{\hspace{\skillmatrix@padding}}% + p{\cvskill@descriptorwidth}@{\hspace{\skillmatrix@padding}}% + p{\cvskill@experiencewidth}% + @{\hspace{\skillmatrix@padding}}% + p{\skillmatrix@commentwidth}@{}}% \raggedleft\hintstyle{#3} &\centering \cvskill{#4} &\centering {#5} & \centering {#6} &{\itshape#7}% \end{tabular}% \par\addvspace{#2}