Fancyhdr scheint auf der ersten Seite meines Dokuments nicht zu funktionieren.
Meine Vorbemerkung:
\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}
Die erste Seitenzahl sieht jedoch so aus
und der Rest so (wie ich will):
Aus irgendeinem Grund ist es nur auf der ersten Seite viel kleiner
Antwort1
In amsart
wird die Seitenzahl \maketitle
verwendet .\thispagestyle{firstpage}
\scriptsize
Sie können die firstpagestyle
Verwendung fancyhdr
oder Verwendung \thispagestyle{fancy}
danach neu definieren \maketitle
oder bei Verwendung amsart
zur Übermittlung an das AMS einfach mit der Stilauswahl leben.