mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 23:48:36 +00:00
Changed to match publications section style to other sections
This commit is contained in:
parent
7cf2f08b65
commit
94740234a8
2 changed files with 15 additions and 21 deletions
|
@ -768,14 +768,12 @@
|
||||||
\DeclareFieldFormat[incollection]{title}{#1\par}
|
\DeclareFieldFormat[incollection]{title}{#1\par}
|
||||||
|
|
||||||
\DeclareBibliographyDriver{article}{%
|
\DeclareBibliographyDriver{article}{%
|
||||||
\fontsize{9pt}{1em}\bodyfont%
|
\entrytitlestyle{\printfield{title}}%
|
||||||
\printfield{title}%
|
|
||||||
\newblock%
|
\newblock%
|
||||||
\printnames{author}%
|
\entrypositionstyle{\printnames{author}}%
|
||||||
\par%
|
\par%
|
||||||
\newblock%
|
\newblock%
|
||||||
{%
|
\descriptionstyle{%
|
||||||
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
|
||||||
\usebibmacro{journal+issuetitle}%
|
\usebibmacro{journal+issuetitle}%
|
||||||
\setunit{\space}%
|
\setunit{\space}%
|
||||||
\printfield{pages}%
|
\printfield{pages}%
|
||||||
|
@ -789,13 +787,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
\DeclareBibliographyDriver{inproceedings}{%
|
\DeclareBibliographyDriver{inproceedings}{%
|
||||||
\fontsize{9pt}{1em}\bodyfont%
|
\entrytitlestyle{\printfield{title}}%
|
||||||
\printfield{title}%
|
|
||||||
\newblock%
|
\newblock%
|
||||||
\printnames{author}%
|
\entrypositionstyle{\printnames{author}}%
|
||||||
\par%
|
\par%
|
||||||
\newblock%
|
\newblock%
|
||||||
{%
|
\descriptionstyle{%
|
||||||
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
||||||
\printfield{booktitle}%
|
\printfield{booktitle}%
|
||||||
\setunit{\addcomma\space}%
|
\setunit{\addcomma\space}%
|
||||||
|
@ -808,13 +805,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
\DeclareBibliographyDriver{incollection}{%
|
\DeclareBibliographyDriver{incollection}{%
|
||||||
\fontsize{9pt}{1em}\bodyfont%
|
\entrytitlestyle{\printfield{title}}%
|
||||||
\printfield{title}%
|
|
||||||
\newblock%
|
\newblock%
|
||||||
\printnames{author}%
|
\entrypositionstyle{\printnames{author}}%
|
||||||
\par%
|
\par%
|
||||||
\newblock%
|
\newblock%
|
||||||
{%
|
\descriptionstyle{%
|
||||||
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
||||||
\printfield{booktitle}%
|
\printfield{booktitle}%
|
||||||
\setunit{\addcomma\space}%
|
\setunit{\addcomma\space}%
|
||||||
|
@ -827,13 +823,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
\DeclareBibliographyDriver{misc}{%
|
\DeclareBibliographyDriver{misc}{%
|
||||||
\fontsize{9pt}{1em}\bodyfont%
|
\entrytitlestyle{\printfield{title}}%
|
||||||
\printfield{title}%
|
|
||||||
\newblock%
|
\newblock%
|
||||||
\printnames{author}%
|
\entrypositionstyle{\printnames{author}}%
|
||||||
\par%
|
\par%
|
||||||
\newblock%
|
\newblock%
|
||||||
{%
|
\descriptionstyle{%
|
||||||
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
||||||
\printfield{booktitle}%
|
\printfield{booktitle}%
|
||||||
\setunit*{\addcomma\space}%
|
\setunit*{\addcomma\space}%
|
||||||
|
@ -848,13 +843,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
\DeclareBibliographyDriver{report}{%
|
\DeclareBibliographyDriver{report}{%
|
||||||
\fontsize{9pt}{1em}\bodyfont%
|
\entrytitlestyle{\printfield{title}}%
|
||||||
\printfield{title}%
|
|
||||||
\newblock%
|
\newblock%
|
||||||
\printnames{author}%
|
\entrypositionstyle{\printnames{author}}%
|
||||||
\par%
|
\par%
|
||||||
\newblock%
|
\newblock%
|
||||||
{%
|
\descriptionstyle{%
|
||||||
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
||||||
\printfield{type}%
|
\printfield{type}%
|
||||||
\setunit{\space}%
|
\setunit{\space}%
|
||||||
|
|
BIN
examples/cv.pdf
BIN
examples/cv.pdf
Binary file not shown.
Loading…
Reference in a new issue