Skip to content

Instantly share code, notes, and snippets.

View bogovicj's full-sized avatar

John Bogovic bogovicj

  • HHMI Janelia Research Campus
  • Washington DC metro area
View GitHub Profile
@X4
X4 / appendix.tex
Created December 2, 2013 21:40
LaTeX: Formats the Appendix to the form of: A.1, B.1, B.2.1
\documentclass{book}
\usepackage[toc,title,page]{appendix}
\begin{document}
\tableofcontents
\appendix
\renewcommand{\thesection}{\Alph{section}.\arabic{section}}
\setcounter{section}{0}