ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* A5 != 210mm x 148mm ?
@ 2019-11-03  8:51 Kerry Sainsbury
  2019-11-03  9:33 ` Tomas Hala
  2019-11-03 10:00 ` Henning Hraban Ramm
  0 siblings, 2 replies; 4+ messages in thread
From: Kerry Sainsbury @ 2019-11-03  8:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 693 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 1837 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A5 != 210mm x 148mm ?
  2019-11-03  8:51 A5 != 210mm x 148mm ? Kerry Sainsbury
@ 2019-11-03  9:33 ` Tomas Hala
  2019-11-03 10:19   ` Kerry Sainsbury
  2019-11-03 10:00 ` Henning Hraban Ramm
  1 sibling, 1 reply; 4+ messages in thread
From: Tomas Hala @ 2019-11-03  9:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A5 != 210mm x 148mm ?
  2019-11-03  8:51 A5 != 210mm x 148mm ? Kerry Sainsbury
  2019-11-03  9:33 ` Tomas Hala
@ 2019-11-03 10:00 ` Henning Hraban Ramm
  1 sibling, 0 replies; 4+ messages in thread
From: Henning Hraban Ramm @ 2019-11-03 10:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> Am 2019-11-03 um 09:51 schrieb Kerry Sainsbury <kerry@fidelma.com>:
> 
> 
> %\setuppapersize[A5]

Try a5 (lowercase).


Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A5 != 210mm x 148mm ?
  2019-11-03  9:33 ` Tomas Hala
@ 2019-11-03 10:19   ` Kerry Sainsbury
  0 siblings, 0 replies; 4+ messages in thread
From: Kerry Sainsbury @ 2019-11-03 10:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2705 bytes --]

Thank you. That solves the problem.

On Sun, 3 Nov 2019 at 22:34, Tomas Hala <tomas.hala@mendelu.cz> wrote:

> 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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 4291 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-03 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-03  8:51 A5 != 210mm x 148mm ? Kerry Sainsbury
2019-11-03  9:33 ` Tomas Hala
2019-11-03 10:19   ` Kerry Sainsbury
2019-11-03 10:00 ` Henning Hraban Ramm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).