mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
add a changelog entry and a documentation for \cvtripleitem command
This commit is contained in:
parent
89a4d7f3ba
commit
b4cbb2d3ed
3 changed files with 10 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ version 2.?.? (29 Jun 2023)
|
||||||
- all styles: make the head options 'details' and 'nodetails' available to the user. (previously they were hidden). Oldstyle does not respond too well to nodetails.
|
- all styles: make the head options 'details' and 'nodetails' available to the user. (previously they were hidden). Oldstyle does not respond too well to nodetails.
|
||||||
- casual style: make the head options 'alternate', 'details' and 'nodetails' available to the user. (previously they were hidden).
|
- casual style: make the head options 'alternate', 'details' and 'nodetails' available to the user. (previously they were hidden).
|
||||||
- Setting \listitemsymbolspace allows custom spacing between list symbol and text item (for \cvlistitem and \cvlistdoubleitem).
|
- Setting \listitemsymbolspace allows custom spacing between list symbol and text item (for \cvlistitem and \cvlistdoubleitem).
|
||||||
|
- Introducing \cvtripleitem command for items in three columns. Closing feature request #174.
|
||||||
|
|
||||||
version 2.3.1 (21 Feb 2022)
|
version 2.3.1 (21 Feb 2022)
|
||||||
- Fix duplicate GitLab icon (#105).
|
- Fix duplicate GitLab icon (#105).
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -93,7 +93,7 @@
|
||||||
belowcaptionskip=0.75\baselineskip,
|
belowcaptionskip=0.75\baselineskip,
|
||||||
% frame=L,
|
% frame=L,
|
||||||
emph={
|
emph={
|
||||||
cvitem, cventry, cvdoubleentry, cvdoubleitem, cvlistitem, cvlistdoubleitem, cvcolumns, moderncvstyle, moderncvcolor,
|
cvitem, cventry, cvdoubleentry, cvdoubleitem, cvtripleitem, cvlistitem, cvlistdoubleitem, cvcolumns, moderncvstyle, moderncvcolor,
|
||||||
cvskill, cvskilllegend, cvskillplainlegend, cvskillhead, cvskillentry, nopagenumbers,
|
cvskill, cvskilllegend, cvskillplainlegend, cvskillhead, cvskillentry, nopagenumbers,
|
||||||
name, born, address, email, link, social, phone, homepage, extrainfo, photo, quote, section, subsection, setlength, NewDocumentCommand, definecolor, colorlet, cvitemwithcomment
|
name, born, address, email, link, social, phone, homepage, extrainfo, photo, quote, section, subsection, setlength, NewDocumentCommand, definecolor, colorlet, cvitemwithcomment
|
||||||
},
|
},
|
||||||
|
|
@ -432,6 +432,14 @@ Can be used to enter skills, such as computer skills or language skills, in a tw
|
||||||
\cvdoubleitem{<descriptor 1>}{<body 1>}{<descriptor 2>}{<body 2>}
|
\cvdoubleitem{<descriptor 1>}{<body 1>}{<descriptor 2>}{<body 2>}
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
|
\paragraph{\code{\\cvtripleitem}}
|
||||||
|
A three-column variation of \code{\\cvitem}.
|
||||||
|
Takes six required arguments: the descriptor and body text of the first column, second and third column.
|
||||||
|
Can be used to enter skills, such as computer skills or language skills, in a three-column fashion.
|
||||||
|
\begin{lstlisting}
|
||||||
|
\cvtripleitem{<descriptor 1>}{<body 1>}{<descriptor 2>}{<body 2>}{<descriptor 3>}{<body 3>}
|
||||||
|
\end{lstlisting}
|
||||||
|
|
||||||
\paragraph{\code{\\cvitemwithcomment}}
|
\paragraph{\code{\\cvitemwithcomment}}
|
||||||
A variation of \code{\\cvitem} with an additional argument for a comment.
|
A variation of \code{\\cvitem} with an additional argument for a comment.
|
||||||
Can be used to enter skills such as computer skills or language skills.
|
Can be used to enter skills such as computer skills or language skills.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue