Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!quanta.eng.ohio-state.edu!icarus!kaul From: kaul@icarus.eng.ohio-state.edu (Rich Kaul) Newsgroups: comp.text.tex Subject: Re: Landscape only 1 page of document? Message-ID: Date: 11 Dec 90 15:47:29 GMT References: Sender: news@quanta.eng.ohio-state.edu Organization: The Ohio State University Dept of Electrical Engineering Lines: 37 Nntp-Posting-Host: icarus In-reply-to: tas@tasman.cc.utas.edu.au's message of 11 Dec 90 03:58:19 GMT Originator: kaul@icarus.eng.ohio-state.edu In article tas@tasman.cc.utas.edu.au (Tasman Derk Van Ommen) writes: It is sometimes highly desirable to rotate the contents of 1 page of a TeX/LaTeX document by 90 degrees so that a very wide table, for example is effectively in landscape mode. (Note, we do not want the page number to be rotated. [ ... ] We print on an Apple LaserWriter using DVIPS. Good choice. Using Rokicki's dvips it's straightforward. Include the rotate.tex file (with either a documentstyle[rotate]{article} or \include rotate), make an hbox around the table and rotate. Here's an example, where I didn't rotate the caption of the table, nor touch the page number. \begin{table} \caption{SPICE model parameters} \centerline{ \setbox0=\hbox{ \begin{tabular}{|c|l|c|c|c|} \hline {\bf SPICE} & & {\bf N-channel} & {\bf P-channel} & \\ {\bf keyword} & {\bf Parameter description} & {\bf value} & {\bf value} & {\bf Units} \\ \hline \hline LEVEL & model index & 2 & 2 & --- \\ \hline NSUB & substrate doping & 1.85E+16 & 6.0E+15 & $cm^{-3}$ \\ \hline TOX & gate oxide thickness & 400E-10 & 400E-10 & $m$ \\ \hline \end{tabular}} \rotl{0} } \end{table} -- Rich Kaul | Every man is given the key to the door kaul@icarus.eng.ohio-state.edu | of heaven; unfortunately, the same key or ...!osu-cis!kaul | opens the door to hell.