Allow comment to skillmatrix

This commit is contained in:
L3D 2024-04-27 00:27:03 +02:00
parent b173964862
commit f900648ca1
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
2 changed files with 6 additions and 0 deletions

View file

@ -75,6 +75,8 @@ sudo apt install pandoc texlive \
| → ``name`` | \* | Fähigkeit |
| → ``experience`` | \* | Jahr des Erstkontakt |
| → ``experience`` | - | Kommentar |
| ``skillmatrixnote`` | - | Kommentar zur Skillmatrix |
| ``skillmatrixtitle`` | - | Titel des Kommentars |
| ``zeugnisse: []`` | - | List der Angehängten Zeugnisse |
| → ``name`` | \* | Name des Zeugnis |
| → ``file`` | \* | Zeugnis-PDF (keine Leerzeichen, Bindestriche etc. im Filename) |

View file

@ -179,6 +179,10 @@ $if(skill)$
$for(skill)$
\cvskillentry*{$skill.type$:}{$skill.level$}{$skill.name$}{$skill.experience$}{$skill.comment$}
$endfor$
$if(skillmatrixnote)$
\vspace{1em}
\cvline{$skillmatrixtitle$}{$skillmatrixnote$}
$endif$
$endif$
% Zeugnisse