如何更改文档中附录的大小

如何更改文档中附录的大小

各位朋友:

我想更改文章中附录标题的大小。

我使用以下软件包:

\usepackage[toc,page]{appendix}
\usepackage{titlesec}

我使用以下代码添加附录

\begin{appendices}
\addtocontents{toc}{\protect\setcounter{tocdepth}{1}}
\makeatletter
\addtocontents{toc}{%
  \begingroup
  \let\protect\l@chapter\protect\l@section
  \let\protect\l@section\protect\l@subsection
}
\makeatother
  \chapter{First appendix}
  \section{First section}
  \section{Second section}

  \chapter{Second appendix}
  \section{First section}
  \section{Second section}
\addtocontents{toc}{\endgroup}
\end{appendices}

其他设置信息

\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{titlesec}
\setcounter{secnumdepth}{4}
\titleformat{\paragraph}
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
\titlespacing*{\paragraph}
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
\usepackage[toc,page]{appendix}
\usepackage{titlesec}
\usepackage{arxiv}

\usepackage[utf8]{inputenc} % allow utf-8 input
\usepackage[T1]{fontenc}    % use 8-bit T1 fonts
\usepackage{hyperref}       % hyperlinks
\usepackage{url}            % simple URL typesetting
\usepackage{booktabs}       % professional-quality tables
\usepackage{amsfonts}       % blackboard math symbols
\usepackage{nicefrac}       % compact symbols for 1/2, etc.
\usepackage{microtype}      % microtypography
\usepackage{lipsum}     % Can be removed after putting your text content
\usepackage{graphicx}

\usepackage{doi}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{multicol}
\usepackage{float}
\usepackage{subcaption}
\title{Can the machine learn from the past of the funds or the fund manager information?}
\usepackage{multirow}
\usepackage[normalem]{ulem}
\useunder{\uline}{\ul}{}

\usepackage{array}

\newenvironment{conditions}
  {\par\vspace{\abovedisplayskip}\noindent\begin{tabular}{>{$}l<{$} @{${}={}$} l}}
  {\end{tabular}\par\vspace{\belowdisplayskip}}

但是附录部分的大小比其他部分大。(例如参考部分的标题)

在此处输入图片描述

如果您知道任何可以帮助我解决此问题的方法,我将不胜感激。 感谢您的帮助

最好的祝愿

相关内容