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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply