Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!math.lsa.umich.edu!caen!ox.com!emv From: idall@augean.ua.OZ.AU (Ian Dall) Newsgroups: comp.archives Subject: [tex...] Rotating figures in TeX/LaTeX Message-ID: <1990Dec8.014037.23246@ox.com> Date: 8 Dec 90 01:40:37 GMT References: <975@augean.ua.OZ.AU> Sender: emv@ox.com (Edward Vielmetti) Reply-To: idall@augean.ua.OZ.AU (Ian Dall) Followup-To: comp.text.tex,aus.tex Organization: Engineering Faculty, University of Adelaide, Australia Lines: 42 Approved: emv@ox.com (Edward Vielmetti) X-Original-Newsgroups: comp.text.tex,aus.tex Archive-name: tex/styles/rotate/1990-12-01 Archive: augean.ua.oz.au:/pub/misc/rotate.tar.Z [129.127.4.2] Original-posting-by: idall@augean.ua.OZ.AU (Ian Dall) Original-subject: Rotating figures in TeX/LaTeX Reposted-by: emv@ox.com (Edward Vielmetti) Michael Lawley supplied me with a rotate.tex file, unfortunately it didn't do what I wanted in the case of included psfig postscript figures. (It also needed slight changes to the format of the \secial argument to work with dvi3ps). Well, I am making available the results of my labours. There is a file pub/misc/rotate.tar.Z available for anonymous ftp from augean.ua.oz.au. It contains two tex files rot.tex and rot.sty which are included into ones tex or latex document. For example you can do \documentstyle[...,rot]{...} . . . \begin{rotate} \centerline{\psfig{figure=....}} \caption{....} \end{rotate} if you want to rotate the caption as well, do \begin{rotate} \vbox{\centerline{\psfig{figure=....}} \caption{....}} \end{rotate} Rotate takes an optional argument l,r,f or u for left, right, upsidedown or flipped. The default is left. For this to work with dvi3ps, you need to replace basic.pro and psfig.pro with versions supplied with rotate. I have no idea about dvips. The rotate.tar.Z file is intended to be unpacked in the top directory of the dvi3ps distribution.