I would like to know how to make the page number in a landscape page go to the bottom of the page. The link to the minimum working example of my code is here on the link below; https://drive.google.com/file/d/1fO0s9Z ... share_link
The picture of the landscape page is shown here below;
LaTeX forum ⇒ Theses, Books, Title pages ⇒ Make page numbers on bottom in landscape page Topic is solved
Make page numbers on bottom in landscape page
This is the output of the page numbering
the whole file output is here below
the whole file output is here below
- Stefan Kottwitz
- Site Admin
- Posts: 9933
- Joined: Mon Mar 10, 2008 9:44 pm
Make page numbers on bottom in landscape page Topic is solved
A solution from John Kormylo here, is add to your preamble:
Stefan
\usepackage{everypage} \newcommand{\Lpagenumber}{\ifdim\textwidth=\linewidth\else\bgroup \dimendef\margin=0 %use \margin instead of \dimen0 \ifodd\value{page}\margin=\oddsidemargin \else\margin=\evensidemargin \fi \raisebox{\dimexpr -\topmargin-\headheight-\headsep-0.5\linewidth}[0pt][0pt]{% \rlap{\hspace{\dimexpr \margin+\textheight+\footskip}% \llap{\rotatebox{90}{\thepage}}}}% \egroup\fi} \AddEverypageHook{\Lpagenumber}%
Stefan
LaTeX.org admin
Make page numbers on bottom in landscape page
Works well!
Return to “Theses, Books, Title pages”
Who is online
Users browsing this forum: No registered users and 2 guests