retext-project / retext

ReText: Simple but powerful editor for Markdown and reStructuredText
GNU General Public License v2.0
1.89k stars 196 forks source link

New paperSize? #619

Closed ghost closed 1 year ago

ghost commented 1 year ago

I see only A4 and Letter paperSizes. Could you add a Beamer(128 x 96mm) size. This if popular for slides.

mitya57 commented 1 year ago

Can you please elaborate where you see only two options? Also, what are your versions of ReText and Qt?

For me, there are many options in the page setup dialog. If you need slides with 3:4 ratio, you can try the 4×6 inch option.

image

ghost commented 1 year ago

Thanks for your response. My version is from the Ubuntu repositories. It is version 7.1.0 and does not have the page layout option. I saw the A4 and Letter options in a conf file somewhere. I will try installing it from github --- thanks again.

mitya57 commented 1 year ago

ReText 7.1 had the same dialog.

File → Print (or Print preview) → Properties button.

ghost commented 1 year ago

I have not been clear. My main interest is in the exported pdf file. I would like to control the (I think) media box of the resulting pdf file.

mitya57 commented 1 year ago

You can export to PDF from the Print dialog too. Just select “Print to File (PDF)” as the printer name. Then if you click “Properties”, you will be able to select paper size, orientation and margins.

ghost commented 1 year ago

Thanks!