Theses, Books, Title pages ⇒ Make page numbers on bottom in landscape page
Make page numbers on bottom in landscape page
The picture of the landscape page is shown here below;
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Make page numbers on bottom in landscape page
the whole file output is here below
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Make page numbers on bottom in landscape page
Code: Select all
\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}%
Make page numbers on bottom in landscape page
-
- Posts: 1
- Joined: Fri Nov 24, 2023 5:31 am
Make page numbers on bottom in landscape page
Thanks
