Fancyhdr이 첫 페이지에서 작동하지 않습니다

Fancyhdr이 첫 페이지에서 작동하지 않습니다

Fancyhdr이 내 문서의 첫 번째 페이지에서 작동하지 않는 것 같습니다.

내 서문:

\pdfminorversion=7 %For the inclusion of pdfs
\documentclass[11pt]{amsart}

% Packages
\usepackage{amssymb, amsmath, dsfont, mathtools, pgfplots} % Math symbols
\usepackage{fullpage, graphicx} % Formatting
\usepackage{hyperref} % Clickable links
\usepackage{enumitem} % Enumerate options   
\usepackage{xcolor} % For the colours
\usepackage{thmtools} % Changing the QED symbol, etc.
\usepackage{caption, subcaption} % Captioning of tables and such
\usepackage{tikz-cd} % tikz
\usetikzlibrary{calc,patterns,angles} % tikz add-ons
\usepackage{float}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{fancyhdr}


\usepgfplotslibrary{external}
\tikzexternalize
\tikzset{external/force remake}
\pgfplotsset{compat=1.15}

% Formatting
\linespread{1.1}
\frenchspacing
\hypersetup{colorlinks=true, urlcolor=purple, citecolor=blue, linkcolor=red, pdfstartview={XYZ null null 0.90}}

\pagenumbering{arabic}

\begin{document}

\pagestyle{fancy} % Page style
\fancyhead{}
\renewcommand{\headrulewidth}{0pt} % no line on top of page
\renewcommand{\footruleskip}{20pt}

그런데 첫 번째 페이지 번호는 다음과 같습니다.

여기에 이미지 설명을 입력하세요

나머지는 다음과 같습니다(내가 원하는 방식).

여기에 이미지 설명을 입력하세요

어떤 이유에서인지 첫 페이지만 훨씬 작습니다.

답변1

에서는 페이지 번호를 amsart사용 합니다 \maketitle.\thispagestyle{firstpage}\scriptsize

스타일 선택에 따라 AMS에 제출한 후 사용 firstpagestyle또는 fancyhdr사용을 재정의할 수 있습니다 .\thispagestyle{fancy}\maketitleamsart

관련 정보