我有以下问题。
假设我有一个主文件和单独的章节。然后所有内容都编译成一个 pdf 文件(例如)。
问题是如何改变仅一章的特征。
例如:
\documentclass[12pt,twoside]{report}
\title{\vspace{-4.0cm}Study}}
\begin{document}
\maketitle
\tableofcontents
\chapter{Introduction}
\input{chapte/intro}
\chapter{State}
\input{chapte/state}
\end{document}
然后我想仅更改某一章节的字体类型,我该怎么做?
我是否应该在我想要更改的章节中使用一些包?