\section{Publications}
\begin{twentyshort}%
\twentyitemshort{1865}{Chapter One, Down the Rabbit hole.}
%\twentyitemshort{<dates>}{<title/description>}
\end{twentyshort}
此代码取自 Overleaf 工作,基于在线。我想写出版物呈蓝色。我该怎么办?
答案1
\usepackage{color}
...
\begin{document}
...
\section{\color{blue}Publications}
或者
\section{\textcolor{blue}{Publications}}