Hi, If A5 is 210mm x 148mm (and the internet assures me that it is https://papersizes.io/a/a5), then shouldn't these two setuppapersize variants give the same result? They don't *seem* to. %\setuppapersize[A5] \setuppapersize[height=210mm, width=148mm] \starttext \input ward.tex \stoptext The reason I ask is because I'd like to prepare a PDF for printing via IngramSpark, and have discovered that (bizarrely) their Australian branch doesn't support A5 for colour books. They do offer 6x9 (229x152), and I was wondering what values to use in 'setuppapersize', so I thought I'd experiment with the A5 sizing because it's a well known size. Now I have no idea :-( Thanks Kerry
Hi, try: \definepapersize[myformat][height=210mm, width=148mm] \setuppapersize[myformat] Best wishes, Tomáš Sun, Nov 03, 2019 ve 09:51:40PM +1300 Kerry Sainsbury napsal(a): # Hi, # If A5 is 210mm x 148mm (and [1]the internet assures me that it is), then # shouldn't these two setuppapersize variants give the same result? They # don't seem to. # # %\setuppapersize[A5] # # \setuppapersize[height=210mm, width=148mm] # # \starttext # # \input ward.tex # # \stoptext # # The reason I ask is because I'd like to prepare a PDF for printing via # IngramSpark, and have discovered that (bizarrely) their Australian branch # doesn't support A5 for colour books. They do offer 6x9 (229x152), and I # was wondering what values to use in 'setuppapersize', so I thought I'd # experiment with the A5 sizing because it's a well known size. # # Now I have no idea :-( # # Thanks # # Kerry # # References # # Visible links # 1. https://papersizes.io/a/a5 # ___________________________________________________________________________________ # If your question is of interest to others as well, please add an entry to the Wiki! # # maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context # webpage : http://www.pragma-ade.nl / http://context.aanhet.net # archive : https://bitbucket.org/phg/context-mirror/commits/ # wiki : http://contextgarden.net # ___________________________________________________________________________________ Tomáš Hála -------------------------------------------------------------------- Mendelova univerzita, Provozně ekonomická fakulta, ústav informatiky Zemědělská 1, CZ-613 00 Brno, tel. +420 545 13 22 28 -------------------------------------------------------------------- http://akela.mendelu.cz/~thala
Thank you. That solves the problem.
On Sun, 3 Nov 2019 at 22:34, Tomas Hala
Hi,
try:
\definepapersize[myformat][height=210mm, width=148mm] \setuppapersize[myformat]
Best wishes,
Tomáš
Sun, Nov 03, 2019 ve 09:51:40PM +1300 Kerry Sainsbury napsal(a): # Hi, # If A5 is 210mm x 148mm (and [1]the internet assures me that it is), then # shouldn't these two setuppapersize variants give the same result? They # don't seem to. # # %\setuppapersize[A5] # # \setuppapersize[height=210mm, width=148mm] # # \starttext # # \input ward.tex # # \stoptext # # The reason I ask is because I'd like to prepare a PDF for printing via # IngramSpark, and have discovered that (bizarrely) their Australian branch # doesn't support A5 for colour books. They do offer 6x9 (229x152), and I # was wondering what values to use in 'setuppapersize', so I thought I'd # experiment with the A5 sizing because it's a well known size. # # Now I have no idea :-( # # Thanks # # Kerry # # References # # Visible links # 1. https://papersizes.io/a/a5
# ___________________________________________________________________________________ # If your question is of interest to others as well, please add an entry to the Wiki! # # maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context # webpage : http://www.pragma-ade.nl / http://context.aanhet.net # archive : https://bitbucket.org/phg/context-mirror/commits/ # wiki : http://contextgarden.net # ___________________________________________________________________________________
Tomáš Hála -------------------------------------------------------------------- Mendelova univerzita, Provozně ekonomická fakulta, ústav informatiky Zemědělská 1, CZ-613 00 Brno, tel. +420 545 13 22 28 -------------------------------------------------------------------- http://akela.mendelu.cz/~thala
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net
___________________________________________________________________________________
Am 2019-11-03 um 09:51 schrieb Kerry Sainsbury
: %\setuppapersize[A5]
Try a5 (lowercase). Greetlings, Hraban --- https://www.fiee.net http://wiki.contextgarden.net https://www.dreiviertelhaus.de GPG Key ID 1C9B22FD
participants (3)
-
Henning Hraban Ramm
-
Kerry Sainsbury
-
Tomas Hala