[GRASS-dev] ps.map: how to rotate paper?

Hi,

I wanted to create a landscape-A3 map but cannot figure out
how to rotate the paper (-r doesn't do what I want).

ps_info.h:#define PAGE_LANDSCAPE 2

doesn't seem to be used.

Markus

------------------
ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler
ITC -> since 1 March 2007 Fondazione Bruno Kessler
------------------

Markus Neteler wrote:

I wanted to create a landscape-A3 map but cannot figure out
how to rotate the paper (-r doesn't do what I want).

Add a new paper size with the width and height swapped, e.g.

    { "a3-landscape", 16.535, 11.693, 1.0, 1.0, 0.5, 0.5 },

If you want to print it, you'll need a printer which accepts
A3-landscape paper (i.e. an A2 printer).

--
Glynn Clements <glynn@gclements.plus.com>

Glynn Clements wrote on 04/27/2007 11:46 PM:

Markus Neteler wrote:

I wanted to create a landscape-A3 map but cannot figure out
how to rotate the paper (-r doesn't do what I want).
    
Add a new paper size with the width and height swapped, e.g.

    { "a3-landscape", 16.535, 11.693, 1.0, 1.0, 0.5, 0.5 },
  

OK, done so - also for a4 (a4-landscape).

If you want to print it, you'll need a printer which accepts
A3-landscape paper (i.e. an A2 printer).
  

I'll use a poster print mode on a a4 printer (so that it plots on
several sheets).

Markus

------------------
ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler
ITC -> since 1 March 2007 Fondazione Bruno Kessler
------------------