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
страницы.
Вы можете переопределить firstpagestyle
using fancyhdr
или use \thispagestyle{fancy}
after \maketitle
или if using amsart
, чтобы отправить в AMS, просто смиритесь с выбором стиля.