Skip to content

Instantly share code, notes, and snippets.

@chrisma
Created July 6, 2015 21:45
Show Gist options
  • Select an option

  • Save chrisma/3ab1f6c11506527c5b35 to your computer and use it in GitHub Desktop.

Select an option

Save chrisma/3ab1f6c11506527c5b35 to your computer and use it in GitHub Desktop.
Change enumerate Latex style
\documentclass{article}
\begin{document}
\begin{enumerate}
% Redefine first level style to R1:
% \labelenumii would be second level
\renewcommand{\labelenumi}{\textbf{R\arabic{enumi}}:}
\item Question 1
\item Question2
\end{enumerate}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment