mailing-list for TeXmacs Users

Text archives Help


Custom page size (was: Simple Macro)


Chronological Thread 
  • From: David Allouche <address@hidden>
  • To: address@hidden
  • Subject: Custom page size (was: Simple Macro)
  • Date: Wed, 11 Feb 2004 11:43:36 +0100

On Mon, Feb 09, 2004 at 05:00:42PM +0100, Jan Ulrich Hasecke wrote:
> <associate|page-height|220mm>
> <associate|page-width|155mm>
[...]
> But when I select it, the page dimensions does not change.

That is the intended behaviour.

You cannot set the page size with the style, see
edit_env_rep::style_init_env().

One reason for doing things this way is that every package and style
file defines its own page size, generally the default page size of the
person who created the file.

If you want to use the same custom page format repeatedly, you should write a
plugin to add a menu item like:

("juh page" (init-page-size "155mm" "220mm"))

--
-- ddaa



Archive powered by MHonArc 2.6.19.

Top of page