mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 15:38:35 +00:00
Make font and fontsize consistent.
This commit is contained in:
parent
6c08ff11ff
commit
930f35dee4
1 changed files with 12 additions and 7 deletions
|
@ -706,13 +706,14 @@
|
|||
\DeclareFieldFormat[incollection]{title}{#1\par}
|
||||
|
||||
\DeclareBibliographyDriver{article}{%
|
||||
\fontsize{9pt}{1em}\bodyfont%
|
||||
\printfield{title}%
|
||||
\newblock%
|
||||
\printnames{author}%
|
||||
\par%
|
||||
\newblock%
|
||||
{%
|
||||
\footnotesize\addfontfeature{Color=lightgray}\itshape%
|
||||
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
||||
\usebibmacro{journal+issuetitle}%
|
||||
\setunit{\space}%
|
||||
\printfield{pages}%
|
||||
|
@ -726,13 +727,14 @@
|
|||
}
|
||||
|
||||
\DeclareBibliographyDriver{inproceedings}{%
|
||||
\fontsize{9pt}{1em}\bodyfont%
|
||||
\printfield{title}%
|
||||
\newblock%
|
||||
\printnames{author}%
|
||||
\par%
|
||||
\newblock%
|
||||
{%
|
||||
\footnotesize\addfontfeature{Color=lightgray}%
|
||||
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
||||
\printfield{booktitle}%
|
||||
\setunit{\addcomma\space}%
|
||||
\printfield{year}%
|
||||
|
@ -744,13 +746,14 @@
|
|||
}
|
||||
|
||||
\DeclareBibliographyDriver{incollection}{%
|
||||
\fontsize{9pt}{1em}\bodyfont%
|
||||
\printfield{title}%
|
||||
\newblock%
|
||||
\printnames{author}%
|
||||
\par%
|
||||
\newblock%
|
||||
{%
|
||||
\footnotesize\addfontfeature{Color=lightgray}%
|
||||
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
||||
\printfield{booktitle}%
|
||||
\setunit{\addcomma\space}%
|
||||
\printfield{year}%
|
||||
|
@ -762,13 +765,14 @@
|
|||
}
|
||||
|
||||
\DeclareBibliographyDriver{misc}{%
|
||||
\fontsize{9pt}{1em}\bodyfont%
|
||||
\printfield{title}%
|
||||
\newblock%
|
||||
\printnames{author}%
|
||||
\par%
|
||||
\newblock%
|
||||
{%
|
||||
\footnotesize\addfontfeature{Color=lightgray}\itshape%
|
||||
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
||||
\printfield{booktitle}%
|
||||
\setunit*{\addcomma\space}%
|
||||
\printfield{note}%
|
||||
|
@ -782,13 +786,14 @@
|
|||
}
|
||||
|
||||
\DeclareBibliographyDriver{report}{%
|
||||
\fontsize{9pt}{1em}\bodyfont%
|
||||
\printfield{title}%
|
||||
\newblock%
|
||||
\printnames{author}%
|
||||
\par%
|
||||
\newblock%
|
||||
{%
|
||||
\footnotesize\addfontfeature{Color=lightgray}\itshape%
|
||||
\fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
|
||||
\printfield{type}%
|
||||
\setunit{\space}%
|
||||
\printfield{number}%
|
||||
|
@ -801,7 +806,7 @@
|
|||
|
||||
% New syntax for flexible backend (BibLaTeX > v3.3)
|
||||
\DeclareNameFormat{author}{%
|
||||
\small\addfontfeature{Color=lightgray}%
|
||||
\fontsize{9pt}{1em}\bodyfont%
|
||||
\renewcommand*{\multinamedelim}{\addcomma\addspace}%
|
||||
\nameparts{#1}%
|
||||
\ifthenelse{\value{listcount}=1}
|
||||
|
@ -812,4 +817,4 @@
|
|||
\ifthenelse{\value{listcount}<\value{liststop}}
|
||||
{\addcomma\space}
|
||||
{}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue