Skip to content

Instantly share code, notes, and snippets.

@Liam0205
Created August 24, 2017 07:15
Show Gist options
  • Select an option

  • Save Liam0205/123dfba0391a8bd09c6e7bfae69b49cd to your computer and use it in GitHub Desktop.

Select an option

Save Liam0205/123dfba0391a8bd09c6e7bfae69b49cd to your computer and use it in GitHub Desktop.
\documentclass{article}
\newtheorem{theorem}{Theorem}
\renewcommand{\thetheorem}{\Alph{theorem}}
\usepackage{mwe}
\begin{document}
\begin{theorem}
\blindtext
\end{theorem}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment