Search found 5 matches

by Veknovias
Mon Apr 02, 2018 3:47 am
Forum: Page Layout
Topic: [AMSART], Getting rid of the header but keeping the footer on the first page?
Replies: 7
Views: 6138

[AMSART], Getting rid of the header but keeping the footer on the first page?

Also I noticed that the only thing that legitimately happens is the removal of page numbers
by Veknovias
Sun Apr 01, 2018 11:48 pm
Forum: Page Layout
Topic: [AMSART], Getting rid of the header but keeping the footer on the first page?
Replies: 7
Views: 6138

[AMSART], Getting rid of the header but keeping the footer on the first page?

I am using Sharelatex in case that helps

\mag=1700
\documentclass[11pt, onecolumn, reqno, a4paper]{amsart}
\usepackage[left=80pt,right=80pt,top=0.75in]{geometry}
\usepackage{fancyhdr}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{lipsum}
\usepackage[english]{babel}
\usepackage[utf8 ...
by Veknovias
Sun Apr 01, 2018 6:54 pm
Forum: Page Layout
Topic: [AMSART], Getting rid of the header but keeping the footer on the first page?
Replies: 7
Views: 6138

[AMSART], Getting rid of the header but keeping the footer on the first page?

Welcome to the forum!

You could place this patch where it suits, such as on the first or second page:

\makeatletter
\let\@mkboth\@gobbletwo
\let\@oddhead\@empty
\let\@evenhead\@empty
\makeatother

Stefan
Thanks

I tried the code and it didn't do anything? Nothing changed regarding the header ...
by Veknovias
Sat Mar 31, 2018 11:28 pm
Forum: Page Layout
Topic: [AMSART], Getting rid of the header but keeping the footer on the first page?
Replies: 7
Views: 6138

[AMSART], Getting rid of the header but keeping the footer on the first page?

Hello, I am trying to remove the header but keep the footer (typeset by ams-tex) in amsart. Anyone know how to go about this. Using fancyhdr, I can't find any particular page-style that can keep the Typeset footer and remove the heading with it. Also note, I only decided to keep the header and ...