somehow I can not cite an author in my headline. Does anyone know a solution for that?
Code: Select all
\chapter{Algorithm by \citeauthor{...}}
\citeauthor
command. How can I get the letters look like words being cited?Thank you!
Code: Select all
\chapter{Algorithm by \citeauthor{...}}
\citeauthor
command. How can I get the letters look like words being cited?NEW: TikZ book now 40% off at Amazon.com for a short time.
\citeauthor
may be a fragile command. Such commands always pose problems in headings. A common solution that may or may not work is preceding it with \protect
.NEW: TikZ book now 40% off at Amazon.com for a short time.