I'm using
%\documentclass[twocolumn,showpacs,preprintnumbers,amsmath,amssymb]{revtex4}
\documentclass[preprint,showpacs,preprintnumbers,amsmath,amssymb]{revtex4}
\usepackage{amsmath}
\newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}}
%\documentclass[preprint,aps]{revtex4}
%\documentclass[preprint,aps,draft]{revtex4}
%\documentclass[prb]{revtex4}% Physical Review B
\usepackage{graphicx}% Include figure files
\usepackage{dcolumn}% Align table columns on decimal point
\usepackage{bm}% bold math
\usepackage{amsmath}
I have three appendices that are all being labeled as "A", rather than "A", "B" "C".
I tried (after consulting the stack exchange) using "\begin{appendices}...\end{appendices}" and also just using
"\begin{appendix}...\end{appendix}" once instead of three times.
They all still get labeled as "Appendix A".

\appendix \chapter{First Appendix} \section{Section One} \section{Section Two} \chapter{Second Appendix} \section{Section One} \section{Section Two}– MostlyHarmless Aug 01 '16 at 19:25