Page numbers should never appear on a Part page but they are there by default, even if the \part command is preceded by \thispagestyle{empty}. Any way to resolve this?
\documentclass[12pt]{book}
\begin{document}
\mainmatter
\chapter{first}
Some text.
\newpage\thispagestyle{empty}
\thispagestyle ...
Search found 2 matches
- Mon Aug 15, 2022 11:06 pm
- Forum: Page Layout
- Topic: intrusive page number on Part page
- Replies: 2
- Views: 2935
- Mon Aug 15, 2022 4:26 pm
- Forum: Graphics, Figures & Tables
- Topic: sidewaystable
- Replies: 1
- Views: 8397
sidewaystable
Following code produces a normally oriented table displaced towards the bottom right-hand corner of the page, instead of rotating it sideways as should happen (whether centred or not):
\documentclass[12pt]{book}
\usepackage{rotating}
\begin{document}
\begin{sidewaystable}
\caption{Websites. \label ...
\documentclass[12pt]{book}
\usepackage{rotating}
\begin{document}
\begin{sidewaystable}
\caption{Websites. \label ...