I would like to add author information on a page which is not the title page.
Something like
\documentclass[12pt,a4paper]{book}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[left=2.00cm, right=2.00cm, top=2.00cm, bottom=2.00cm]{geometry}
\title{}
\author{}
\begin{document}
\date{}
\maketitle
\chapter{New Chapter}
Authors
Institutions
\end{document}
The author information will need to go on a chapter page underneath the chapter heading. How can I accomplish this?

\maketitlestill doing what you want in this example? That is, you just want to access the\authormacro for a second time? – jon Aug 21 '16 at 02:54