mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
correct indentation of cvskillentry
This commit is contained in:
parent
54068e7c47
commit
6dfad4494c
1 changed files with 15 additions and 15 deletions
|
|
@ -640,25 +640,25 @@
|
||||||
%test for the star * in the command
|
%test for the star * in the command
|
||||||
\IfBooleanTF{#1}{% If a star is seen a dotted line is drawn above the entry
|
\IfBooleanTF{#1}{% If a star is seen a dotted line is drawn above the entry
|
||||||
\begingroup
|
\begingroup
|
||||||
\renewcommand{\arraystretch}{1.25}
|
\renewcommand{\arraystretch}{1.25}
|
||||||
\arrayrulecolor{color1}
|
\arrayrulecolor{color1}
|
||||||
\begin{tabular}{@{}p{\skillmatrix@hintscolumnwidth}@{\hspace{\separatorcolumnwidth}}%
|
\begin{tabular}{@{}p{\skillmatrix@hintscolumnwidth}@{\hspace{\separatorcolumnwidth}}%
|
||||||
p{\cvskill@width}@{\hspace{\skillmatrix@padding}}%
|
p{\cvskill@width}@{\hspace{\skillmatrix@padding}}%
|
||||||
p{\cvskill@descriptorwidth}@{\hspace{\skillmatrix@padding}}%
|
p{\cvskill@descriptorwidth}@{\hspace{\skillmatrix@padding}}%
|
||||||
p{\cvskill@experiencewidth} @{\hspace{\skillmatrix@padding}}%
|
p{\cvskill@experiencewidth} @{\hspace{\skillmatrix@padding}}%
|
||||||
p{\skillmatrix@commentwidth}@{}}%
|
p{\skillmatrix@commentwidth}@{}}%
|
||||||
\cdashline{2-5}[.6pt/1pt]
|
\cdashline{2-5}[.6pt/1pt]
|
||||||
\raggedleft\hintstyle{#3} &\centering \cvskill{#4} &\centering {#5} & \centering {#6} &{\itshape#7}%
|
\raggedleft\hintstyle{#3} &\centering \cvskill{#4} &\centering {#5} & \centering {#6} &{\itshape#7}%
|
||||||
\end{tabular}%
|
\end{tabular}%
|
||||||
\endgroup
|
\endgroup
|
||||||
\par\addvspace{#2}
|
\par\addvspace{#2}
|
||||||
}{% If no star is seen no line is drawn
|
}{% If no star is seen no line is drawn
|
||||||
\begin{tabular}{@{}p{\skillmatrix@hintscolumnwidth}@{\hspace{\separatorcolumnwidth}}%
|
\begin{tabular}{@{}p{\skillmatrix@hintscolumnwidth}@{\hspace{\separatorcolumnwidth}}%
|
||||||
p{\cvskill@width}@{\hspace{\skillmatrix@padding}}%
|
p{\cvskill@width}@{\hspace{\skillmatrix@padding}}%
|
||||||
p{\cvskill@descriptorwidth}@{\hspace{\skillmatrix@padding}}%
|
p{\cvskill@descriptorwidth}@{\hspace{\skillmatrix@padding}}%
|
||||||
p{\cvskill@experiencewidth}%
|
p{\cvskill@experiencewidth}%
|
||||||
@{\hspace{\skillmatrix@padding}}%
|
@{\hspace{\skillmatrix@padding}}%
|
||||||
p{\skillmatrix@commentwidth}@{}}%
|
p{\skillmatrix@commentwidth}@{}}%
|
||||||
\raggedleft\hintstyle{#3} &\centering \cvskill{#4} &\centering {#5} & \centering {#6} &{\itshape#7}%
|
\raggedleft\hintstyle{#3} &\centering \cvskill{#4} &\centering {#5} & \centering {#6} &{\itshape#7}%
|
||||||
\end{tabular}%
|
\end{tabular}%
|
||||||
\par\addvspace{#2}
|
\par\addvspace{#2}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue