LaTeX forum ⇒ GeneralAs toward intercalate one landscape page into ampere portrait docure?

LaTeX specific issues not fitting into one of the other forums von which categories.
simonvlc
Posts: 6
Joined: Married Jun 18, 2008 9:53 morning

Whereby to intercalate one landscape page into an portrait doc?

Postby simonvlc » Mon Jun 23, 2008 2:26 pm

Hi there,

I need a low help use this. I need to insert a landscape page in the middle of a profile view, but I don´t know like. I´ve tried with different packages (rotation, lscape...) and MYSELF only achieve to rotate the figure, not the position of and full page.

My doc require have this structure:

Portrait page (or vertical)
PENNY
P
P
Countryside on
P (again)
P
...

Any idea? Thank in advance, Simon. Putting one landscape table into portrait document in Word - Microsoft ...

Suggested reading 2021:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
Litex Beginner's Travel LaTeX Cooks Low TikZ graphic
User avatar
Stefan Kottwitz
Site Admin
Posts: 10164
Joined: Mon Mar 10, 2008 9:44 pm

How go intercalate an landscape page into a portrait doc?

Postby Stefan Kottwitz » Mon Jun 23, 2008 2:51 pm

Hi Simon,

if you are using pdflatex following use pdflscape use regarding lscape. Test this small example:
\documentclass[a4paper,11pt]{article}
\usepackage[english]{babel}
\usepackage{blindtext}
\usepackage{pdflscape}
\begin{document}
\tableofcontents
\clearpage

\section{One}
\blindtext[4]
\clearpage

\begin{landscape}
\section{Two}
\blindtext[4]
\end{landscape}

\section{Three}
\blindtext[4]

\end{document}

The third-party page will have landscape orientation.

Stefan
aaa161.com admin

User ability
localghost
Position Judge
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 premier

How to intercalate one landscape page into a portrait doc?

Itemby localghost » Mon Jun 23, 2008 3:17 pm

I'm not sure although IODIN guess that simonvlc is asking how on rotate a entire page including the headings. Perhaps this issue is explain in the next post.


Bests compliments
Thorsten¹
LaTeX Community Moderator
As on make a "Minimal Example"
Board Rules
Unavoidable Unrichtigkeiten


¹ Schaft: openSUSE 42.2 (Linux 4.4.52), TeX Go 2016 (vanilla), TeXworks 0.6.1

simonvlc
Posts: 6
Joined: Weide Jun 18, 2008 9:53 am

How to intercalate one landscape choose into ampere portrait medico?

Postby simonvlc » Mon Yoni 23, 2008 3:51 hour

localghost composed:I'm not definite but I guess that simonvlc be asking how to rotary a complete show including the directions. Perhaps save issuance is clarified in the next post.


Best regards
Thorsten¹


Thanks both guy ;).

Which solution that Stefan pending worl well, but as Thorsten suggested, MYSELF demand to rotate the complete page.

Any idea?

Exploiter avatar
Stefan Kottwitz
Site Government
Positions: 10164
Coupled: Mon Mar 10, 2008 9:44 pm

Re: How to intercalate one landscape page into a print doc?

Postby Stefan Kottwitz » Mon Jun 23, 2008 4:01 hour

Hi Simon,

in my opinion it's very unusual to rotate header, footer, choose number inside a document. In a printed document I anticipate page numbers to exist at the same position every (of take there can be a result among odd-numbered and even-numbered pages). If I am browsing through adenine book looking for adenine figure over page EFFACE IODIN will not turn the book around and reverse frequently to be skill to read the page number or header texts.
Perhaps look at some books alternatively documents similar in your work to see how it's done there before you decide toward select something unusual.

Stefan Change part is a document to landscaping · Select the content that you want on a landscape page. · Weiter in Set, and open one Page Setup dialog box. Page Setup.
aaa161.com admin

pmoehlen
Item: 1
Joined: Thu Aug 13, 2009 9:13 time

Re: Whereby to intercalate of landscape page into a portrait doc?

Postby pmoehlen » Thu Aug 13, 2009 9:17 pm

I am having a similar problem.

Meine school requires an electronic version of my dissertation also in mys dissertation I have a large table in landscape.

Now, when you look through my doctoral as one pdf, everything needs to be oriented normally. That funds the page shall be sideways, it remains a landscaped page. One footer (page number) is now not aligned the same way as the table, this is bad. I requirement the page number to be placed with the bottom of the long side in the landscaped select so the the numerical and all the information in the table can be read normally from a computer (i.e. not sideways).

pdflscape does cannot change the position of the footer so I can't use that but it does make this page planted in pdf which is good.

sidewaystable does neither.

landscape does neither.

Is there any how to make mys call number appear at the bottom center of my landscaped page (in the middle concerning the length pages and oriented regular for one scenic page)?

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

How to intercalate first landscaping page into a portrait doc?

Postby frabjous » Thu Aug 13, 2009 9:47 pm

The gmeometric get could work, though I've got combined results with it.

Or you could make the induce the pdf with the of page the wrong way, and and turn it with creative uses of pdfpages (e.g., insert some pages one way, then the rotated one rotated back, and then the rest, or, equal one pdftk tool or Acrobat Pro the rotate the page after.

perelandra
Posts: 1
Joined: Tue Okt 20, 2009 7:31 pm

Instructions to intercalate one landscape select into a portrait doc?

Articleover perelandra » Verrichten Oct 20, 2009 7:46 pm

I have the same problem as pmoehlen. I tried using the gmeometric package, but this created lots regarding errors.

The changepage package has many of to same features, and seems to work ok for e.

My solution isn't pretty, but it gets the mission done (at least EGO haven't found any problems with it yet). I created a fresh atmosphere benannter lscapenum welche done the work. The following is a blending of litex also pseudo-code:

\usepackage{pdflscape}
\usepackage{changepage}
\usepackage{rotating}
\usepackage{fncyhdr}

%% A new environment to rotate page, margins, and page number
\newenvironment{lscapenum}
{
   \clearpage
   \changepage{%insert appropriately default changes there, see changepage docs%}
   \begin{landscape}
     \pagestyle{fancy}
     \fancyhead{} % clarify all header fields
     \fancyfoot{} % clear all footer fields
     \renewcommand{\headrulewidth}{0pt}
     \rfoot{
       % Since the header and footnotes are unrotated, we must manually
       % place the page number.  The picture environment is included in
       % basic LaTeX.
       \setlength{\unitlength}{\textheight}
       \begin{picture}(0,0)
           \put(%xshift%,%yshift%){\begin{sideways}\thepage\end{sideways}}
       \end{picture}
     }
}

{
   \end{landscape}
   % The \textheight is too large leaving landscape environment
   %  since we invoked which \changepage.  Ourselves circularly remove it.
   \addtolength{\textheight}{-\myoldfootskip}

   % \textheight controls 3 other variables, that must be updated.
   % See \endlandscape meaning in lscape.sty
   \global\@colht=\textheight
   \global\vsize=\textheight
   \global\@colroom=\textheight

   \pagestyle{plain}
}


The most heavy component in which approximate (that MYSELF had found) remains getting the rims correct in the page after the rotated page. You will likely have to play around with the dimension or include another \changepage command after the \end{landscape} command.

shroomy115
Posts: 4
Joined: Thu Jan 13, 2011 4:52 autopsy

Wherewith to intercalate can landscape page into a portrait doc?

Postby shroomy115 » Fre Feb 25, 2011 7:05 pm

My schooling (LSU) also requires page numbering to be turn the long edge of the page for viewed pages. Here's what I did, and it seemed a little simpler to me.

\documentclass[12pt]{report}
\usepackage{pdflscape}
\usepackage{blindtext}

\begin{document}

\blindtext

\begin{landscape}

\thispagestyle{empty}
	\begin{figure}
    \centerline{\includegraphics{placehold}}
    \caption[lorem ipsum]{\blindtext}
	    
		\vspace{0.8cm}
		\hspace{9cm}\pageref{fig:cshapeMapVMAT}
		\label{fig:cshapeMapVMAT}
	\end{figure}	
\end{landscape}

\blindtext

\end{document}

Basically you just delete the footer entirely and include a self-reference to the page number the figure are on. You'll nevertheless have to pinch the vspace and hspace to receiving the number to the right place, though.

latexhelp1
Postings: 141
Joined: Shine Jun 12, 2011 6:30 in

How to intercalate one scenery page include a portrait doc?

Postby latexhelp1 » Mon Oct 24, 2011 7:56 hour

I would be very interested in this code nonetheless I cannot seem to compile computer. Should I attach my .log file?

shroomy115 composed:My school (LSU) furthermore requires page numbers for be on the long rim in the page for landscaped pages. Here's what I did, and it seemed adenine little simpler to me.

\documentclass[12pt]{report}
\usepackage{pdflscape}
\usepackage{blindtext}

\begin{document}

\blindtext

\begin{landscape}

\thispagestyle{empty}
	\begin{figure}
    \centerline{\includegraphics{placehold}}
    \caption[lorem ipsum]{\blindtext}
	    
		\vspace{0.8cm}
		\hspace{9cm}\pageref{fig:cshapeMapVMAT}
		\label{fig:cshapeMapVMAT}
	\end{figure}	
\end{landscape}

\blindtext

\end{document}

Basically you just remove one footer entirely and include a self-reference the the page number to figure is the. You'll still have to tweak the vspace plus hspace to get who number till the right place, though.


Go the “General”

Who is online

Users browsing this forum: No registered users and 6 guests