文章集章节标题

文章集章节标题

有没有一种相对简单的方法来制作收集文章的书?(因此,从某种意义上说,每篇文章都成为一个章节,文章名称成为章节标题等,就像这本书的截图一样。)如果没有,我有什么选择(最好使用 pdfLaTeX)?

在此处输入图片描述

在此处输入图片描述

也许是这样的:

\documentclass[a4paper,11pt]{book}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{libertine}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage[english]{babel}
\usepackage{lipsum}

\begin{document}
\title{The Best Writing on Mathematics 2019}
\author{Maria Pitici}

\frontmatter
\maketitle
\tableofcontents%

\chaptertitle{Behind Monty Hall's Doors: Puzzle, Debate and Answer?}
\chapterauthor{John Tierney}
\chapteraffil{The New York Times}
\chapterdate{21 July, 1991}

\lipsum

\end{document}

相关内容