Curricula Vitae / RésumésI need help!

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
kiongku
Posts: 1
Joined: Thu Jun 02, 2016 4:18 pm

I need help!

Post by kiongku »

I had the same problem just now with biblatex 3.3.

Changing the code block to

Code: Select all

\DeclareNameFormat{author}{%
  \nameparts{#1}
  \small\addfontfeature{Color=lightgray}%
  \ifblank{\namepartgiven}{}{\namepartgiven\space}#1%
  \ifthenelse{\value{listcount}<\value{liststop}}
    {\addcomma\space}
    {}%
}
solved the issue for me.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply