Opened 21 years ago

Closed 21 years ago

#844 closed defect (fixed)

Paper package overrides paper size when it should not

Reported by: lasgouttes Owned by: Lars Gullik Bjønnes
Priority: high Milestone:
Component: latex export Version: 1.3.0cvs
Severity: minor Keywords:
Cc:

Description

Andre' wrote:

Try

layout-> document->paper, special "very small margin".

Ok.

layout-> document->paper, A5

Gets accepted, but the the .tex contains "a4wide" and no "a5"
whatsoever.

Attachments (1)

bug844.diff (1.5 KB ) - added by Juergen Spitzmueller 21 years ago.
fix for the xforms frontend

Download all attachments as: .zip

Change History (3)

comment:1 by lasgouttes, 21 years ago

This stuff is completely broken: in FormDocument, the
paper package choice is disabled when paper size is not A4 (so paper
size has priority). However, in BufferParams::setPaperStuff, the paper
size is set to a4 when a paper package is in use (so paper package
have priority!).

So I cannot propose a simple fix, since one needs to seriously think
about what we want.

by Juergen Spitzmueller, 21 years ago

Attachment: bug844.diff added

fix for the xforms frontend

comment:2 by lasgouttes, 21 years ago

Resolution: fixed
Status: newclosed

Applied to trunk and 1.3.x branch

Note: See TracTickets for help on using tickets.