Search found 2 matches

by jjramsden
Mon Aug 15, 2022 11:06 pm
Forum: Page Layout
Topic: intrusive page number on Part page
Replies: 2
Views: 2935

intrusive page number on Part page

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 ...
by jjramsden
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 ...