Skip to content

Instantly share code, notes, and snippets.

@karthikraman
Created October 17, 2015 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karthikraman/cd883a89844b6a105950 to your computer and use it in GitHub Desktop.
Save karthikraman/cd883a89844b6a105950 to your computer and use it in GitHub Desktop.
starred items in enumerate
% From http://tex.stackexchange.com/questions/52715/modifying-labels-on-some-enumerated-items
\def\asteriskitem{*}
\makeatletter
\def\sitem{%
\expandafter\let\expandafter\originallabel\csname labelenum\romannumeral\@enumdepth\endcsname
\expandafter\def\csname labelenum\romannumeral\@enumdepth\expandafter\endcsname\expandafter{%
\expandafter\asteriskitem\originallabel}%
\item
\expandafter\let\csname labelenum\romannumeral\@enumdepth\endcsname\originallabel
}
\makeatother
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment