diff options
author | Christophe ROGER <darwiin@users.noreply.github.com> | 2018-07-19 17:34:58 +1100 |
---|---|---|
committer | Christophe ROGER <darwiin@users.noreply.github.com> | 2018-07-19 17:34:58 +1100 |
commit | dd168cbcb7e20dcbedc0735326c148b06da8e9c4 (patch) | |
tree | c78281e6a36c4800553cd8033d22b5bccbadd969 /yaac-another-awesome-cv.cls | |
parent | d174d12fd7b8bc9b7df783680ced3a850c488c44 (diff) | |
download | cv-dd168cbcb7e20dcbedc0735326c148b06da8e9c4.tar.gz cv-dd168cbcb7e20dcbedc0735326c148b06da8e9c4.tar.bz2 cv-dd168cbcb7e20dcbedc0735326c148b06da8e9c4.tar.xz cv-dd168cbcb7e20dcbedc0735326c148b06da8e9c4.zip |
v1.9.2
[EVO] Projects section
[EVO] Project entry
[EVO] Updated Readme
Diffstat (limited to 'yaac-another-awesome-cv.cls')
-rwxr-xr-x | yaac-another-awesome-cv.cls | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls index 0786614..6a752a7 100755 --- a/yaac-another-awesome-cv.cls +++ b/yaac-another-awesome-cv.cls @@ -17,7 +17,7 @@ % % This work consists of the files awesome-source-cv.cls -\ProvidesClass{yaac-another-awesome-cv}[2018/04/22 v1.9.1 'YAAC: Another Awesome CV' Class] +\ProvidesClass{yaac-another-awesome-cv}[2018/07/19 v1.9.2 'YAAC: Another Awesome CV' Class] \LoadClass[a4paper]{article} @@ -404,25 +404,29 @@ \newcommand\emptySeparator{\multicolumn{2}{c}{}\\} -% Define the 'experiences' environment +% Define the 'projects' environment \newenvironment{projects}{% \begin{longtable}{l} }{% \end{longtable} } +% Define the 'project' entry in the 'projects' environment +% Usage: +% \project +% {<Project name>}{<dates>} +% {<link1> <link2>} +% {<Project description>} +% {<techno1>,<techno2>} \newcommand\project[5]{ - - \begin{minipage}[t]{\dimexpr(\linewidth) - 3em} - \textbf{\textsc{#1}} \thinspace \textsc{(#2)} \thinspace \hrulefill \\ - ~#3\\ - #4\\ - ~\footnotesize{\foreach \n in {#5}{\cvtag{\n}}} \\ - \end{minipage} - + \begin{minipage}[t]{\dimexpr(\linewidth) - 1.5em} + \textbf{\textsc{#1}} \hfill \textsc{#2}\smallskip\\ + #3\\ + #4\smallskip\\ + \footnotesize{\foreach \n in {#5}{\cvtag{\n}}}\\ + \end{minipage} \\* - - } +} \newcommand*\twocolumnsection[2]{ |