mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-26 07:58:34 +00:00
Update awesome-cv.cls
Fixing alignment
This commit is contained in:
parent
dafa2cae54
commit
9f1a8635ca
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@
|
||||||
% Define a line of cv information(honor, award or something else)
|
% Define a line of cv information(honor, award or something else)
|
||||||
% Usage: \cvhonor{<position>}{<title>}{<description>}{<location>}{<date>}
|
% Usage: \cvhonor{<position>}{<title>}{<description>}{<location>}{<date>}
|
||||||
\newcommand*{\cvhonor}[5]{%
|
\newcommand*{\cvhonor}[5]{%
|
||||||
\honordatestyle{#5} & \honorpositionstyle{#1}, \honortitlestyle{#2} & \honorlocationstyle{#4} && \honordescriptionstyle{#3}
|
\honordatestyle{#5} & \honorpositionstyle{#1}, \honortitlestyle{#2} & \honorlocationstyle{#4} \cr & \honordescriptionstyle{#3}
|
||||||
\\
|
\\
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue