我如何从一组文章中创建自己的日志。假设每篇文章都有一个表单:
\documentclass{myjournalclass}
\title{Article Title}
\author{A.U. Thor1}
\afill{afill to A.U. Thor1}
\author{A.U. Thor2}
\afill{afill to A.U. Thor2}
\begin{document}
\section{One}
Text1
\section{2}
Text 2
\end{document}
我需要创建一个标题页、一个文章目录和一组文章本身。TOC
应该包含Article Title
和authors
。我如何通过收集期刊中的文章LaTeX
?