Skip to content

Instantly share code, notes, and snippets.

@thomaskern
Created June 11, 2011 12:54
Show Gist options
  • Select an option

  • Save thomaskern/1020530 to your computer and use it in GitHub Desktop.

Select an option

Save thomaskern/1020530 to your computer and use it in GitHub Desktop.
i override the label of the description environment
\renewcommand{\descriptionlabel}[1]{\hspace*{\labelsep}%
\bfseries\spacedsmallcaps{#1}}
\spacedsmallcaps is from me
\DeclareRobustCommand{\spacedsmallcaps}[1]{\lowsmallcapsspacing{#1}}
all works fine, except for this item:
\item[\textcolor{bl}{Contribution}]
the error:
"Undefined color {bl}"
wtf am i doing wrong?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment