aminmkhan / Awesome-CV

Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
27 stars 26 forks source link

Include book as bib entry #12

Open aminmkhan opened 2 years ago

aminmkhan commented 2 years ago

Add book as highlighted here and here.

\DeclareFieldFormat[book]{title}{#1\par}

\DeclareBibliographyDriver{book}{%
  \fontsize{9pt}{1em}\bodyfont%
  \printfield{title}%
  \newblock%
  \printnames{author}%
  \par%
  \newblock%
  {%
    \fontsize{8pt}{1em}\bodyfontlight\color{graytext}%
    \printlist{publisher}%
    \setunit{\addcomma\space}%
    \printfield{note}%
    \setunit{\addcomma\space}%
    \printfield{year}%
    \newunit%
  }
  \par\vspace{0.3\baselineskip}
}