Modify ↓
Opened 15 years ago
Closed 15 years ago
#6326 closed defect (fixed)
How to set A4?
Reported by: | Owned by: | Álvaro Iradier | |
---|---|---|---|
Priority: | normal | Component: | TracWikiPrintPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I read in the pisa docs that I can change the default paper size from A6 to A4 with a CSS section like this:
@page { size: a6 portrait; margin: .5in; }
But where? What file do I edit? Where do I put the css file in my Trac project dir?
I would prefer to just edit the default file. Is it in a Python Egg?
A simple three-line example (showing file name, path, and procedure) would really help.
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Hi, see Usage Instruction section. There you can specify a path or URL to a CSS file (general, or additional CSS for books or articles).
You can put the Pisa specific CSS directives in those files.