Re: Change specific pages from portrait to landscape mode [SOLUTION]

2019-05-11 Thread Rich Shepard
On Sat, 11 May 2019, Paul A. Rubin wrote: Wouldn't using dvipdfm save you the hassle of running pdftk on the output PDF? Paul, I've not used dvipdfm, only pdflatex. Or is there some other problem with the dvipdfm output? Over time I've learned that the default preview (^x ^p -> dvips) doe

Re: Change specific pages from portrait to landscape mode [SOLUTION]

2019-05-11 Thread Paul A. Rubin
On 5/10/19 7:28 PM, Rich Shepard wrote: On Fri, 10 May 2019, Rich Shepard wrote: printer would get the last page right or not. (I'm too environmentally conscious to test it.) Paul, The solution (for an individual page): pdftk input.pdf 1north output out.pdf changes the orientation so when y

Re: Change specific pages from portrait to landscape mode [SOLUTION]

2019-05-10 Thread Rich Shepard
On Fri, 10 May 2019, Rich Shepard wrote: printer would get the last page right or not. (I'm too environmentally conscious to test it.) Paul, The solution (for an individual page): pdftk input.pdf 1north output out.pdf changes the orientation so when you view the table the 'top' is on the left

Re: Change specific pages from portrait to landscape mode

2019-05-10 Thread Rich Shepard
On Fri, 10 May 2019, Paul A. Rubin wrote: So all four had a landscape final page, although I'm not sure whether a printer would get the last page right or not. (I'm too environmentally conscious to test it.) Paul, I don't think the printer would rotate the page. I'll provide separate pages th

Re: Change specific pages from portrait to landscape mode

2019-05-10 Thread Paul A. Rubin
On 5/10/19 4:21 PM, Rich Shepard wrote: On Fri, 10 May 2019, Paul A. Rubin wrote: Care to post a MWE? Paul, Daniel, et al.: Mea culpa! User error: using the pdflscape package does work when pdflatex is run, but the output is not seen using dvips. See attached mwe.lyx/mwe.pdf. Carpe weeken

Re: Change specific pages from portrait to landscape mode

2019-05-10 Thread Rich Shepard
On Fri, 10 May 2019, Paul A. Rubin wrote: Care to post a MWE? Paul, Daniel, et al.: Mea culpa! User error: using the pdflscape package does work when pdflatex is run, but the output is not seen using dvips. See attached mwe.lyx/mwe.pdf. Carpe weekend, Rich#LyX 2.3 created this file. For mor

Re: Change specific pages from portrait to landscape mode

2019-05-10 Thread Rich Shepard
On Fri, 10 May 2019, Daniel wrote: If you care to use sidewaysfloats, then this answer has worked for me: https://tex.stackexchange.com/a/486164/36836 Daniel, These are not floats but full-page tables with titles and instructions. They need to be separate pages, at the end of the main documen

Re: Change specific pages from portrait to landscape mode

2019-05-10 Thread Rich Shepard
On Fri, 10 May 2019, Paul A. Rubin wrote: Care to post a MWE? Paul, I needed to finish the document so it could be sent to a regulator so I clipped off those pages and made them into separate documents in landscape format. These are appended to the main document using pdftk. My web searches

Re: Change specific pages from portrait to landscape mode

2019-05-10 Thread Daniel
On 2019-05-08 22:11, Rich Shepard wrote: The document class is KOMA-report. At the end I have three pages of inspection logs. Each page has a heading, an instructional paragraph, and a table with three columns and 16 rows. I want these three pages to display (and print) in landscape orientation u

Re: Change specific pages from portrait to landscape mode

2019-05-10 Thread Paul A. Rubin
On 5/8/19 4:11 PM, Rich Shepard wrote: The document class is KOMA-report. At the end I have three pages of inspection logs. Each page has a heading, an instructional paragraph, and a table with three columns and 16 rows. I want these three pages to display (and print) in landscape orientation u

Change specific pages from portrait to landscape mode

2019-05-08 Thread Rich Shepard
The document class is KOMA-report. At the end I have three pages of inspection logs. Each page has a heading, an instructional paragraph, and a table with three columns and 16 rows. I want these three pages to display (and print) in landscape orientation using pdflatex. In the preable is \usepack