<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Le 6 nov. 2012 à 20:27, Paul Cizmas <<a href="mailto:cizmas@mac.com">cizmas@mac.com</a>> a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><div>The biggest obstacle that I face at the moment is changing the page from 8.5x6 to 6x8.5 inches.  Maybe SliTex can do this for me...</div></div></blockquote><br></div><div>What do you mean: switching to landscape format in TeX itself, so that TeX formats its output for a landscape page (ie \hsize and \vsize or their LaTeX equivalents), or in Textures, which delivers TeX's output to a media of the specified dimensions (similar to pdfTeX's \pdfpagewidth and \pdfpageheight)?</div><div><br></div><div>If the former, then the [landscape] option should do the trick, and otherwise something like</div><div><br></div><div>\let\origtextwidth=\textwidth</div><div>\setlength{\textwidth}{\textheight}</div><div>\setlength{\textheight}{\origtextwidth}</div><div><br></div><div>should work.</div><div><br></div><div>If the latter, then you need to switch the orientation in Page Setup. The following is with LaTeX set to landscape, but not Textures.</div><div><br></div><div><img height="297" width="961" apple-width="yes" apple-height="yes" id="339ffa74-54d5-4831-b479-6922e1fd3e03" src="cid:57FF8177-B901-4FE0-B91F-DEBC1B9985DF@home"></div><div><br></div><div>Here's the Page Setup setting that needs to be changed</div><div><br></div><div><img height="326" width="448" apple-width="yes" apple-height="yes" id="612570f7-0426-4a16-885d-c98dff099108" src="cid:31E3B296-5362-466E-B145-BEA831B2964E@home"></div><div><br></div><div>and the result</div><div><br></div><div><img height="297" width="961" apple-width="yes" apple-height="yes" id="9ef42a52-2197-4694-bf9b-c8249d2b08e1" src="cid:25C767DD-F80B-4CC0-AEEC-BE0224F93D5A@home"></div><div><br></div><div>Bruno</div></body></html>