ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Short question about big papersize
@ 2009-03-18  8:36 Diego Depaoli
  2009-03-18 10:44 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Diego Depaoli @ 2009-03-18  8:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all,
before start spend my time, can Context handle 6 (or 8) columns on a
70X100 cm papersize?

Cheers
-- 
Diego Depaoli
___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Short question about big papersize
  2009-03-18  8:36 Short question about big papersize Diego Depaoli
@ 2009-03-18 10:44 ` Hans Hagen
  2009-03-23  0:49   ` Diego Depaoli
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2009-03-18 10:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Diego Depaoli wrote:
> Hi all,
> before start spend my time, can Context handle 6 (or 8) columns on a
> 70X100 cm papersize?

yes, and if it's about a poster, just use columnsets then

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Short question about big papersize
  2009-03-18 10:44 ` Hans Hagen
@ 2009-03-23  0:49   ` Diego Depaoli
  2009-03-23  1:02     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Diego Depaoli @ 2009-03-23  0:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Mar 18, 2009 at 11:44 AM, Hans Hagen <pragma@wxs.nl> wrote:
> Diego Depaoli wrote:
>>
>> Hi all,
>> before start spend my time, can Context handle 6 (or 8) columns on a
>> 70X100 cm papersize?
>
> yes, and if it's about a poster, just use columnsets then
many thanks, it works
However I get a weird behaviour.

\definepapersize[manif][width=986mm,height=660mm]
\setuppapersize[manif][manif]
\showgrid
\switchtobodyfont[14pt]
\definecolumnset[manif][n=6,distance=1.8cm]
\starttext
\startcolumnset[manif]
\dorecurse{100}{\input knuth}
\stopcolumnset
\stoptext

Why last lines are empty?
I must specify in layout a textheight and a height bigger than the
papersize's height to fit the grid.
I'm missing such option?

Regards
-- 
Diego Depaoli
___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Short question about big papersize
  2009-03-23  0:49   ` Diego Depaoli
@ 2009-03-23  1:02     ` Wolfgang Schuster
  2009-03-23  1:22       ` Diego Depaoli
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2009-03-23  1:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 23.03.2009 um 01:49 schrieb Diego Depaoli:

>>> Hi all,
>>> before start spend my time, can Context handle 6 (or 8) columns on a
>>> 70X100 cm papersize?
>>
>> yes, and if it's about a poster, just use columnsets then
> many thanks, it works
> However I get a weird behaviour.
>
> \definepapersize[manif][width=986mm,height=660mm]
> \setuppapersize[manif][manif]
> \showgrid
> \switchtobodyfont[14pt]

\setupbodyfont[14pt]

Wolfgang

___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Short question about big papersize
  2009-03-23  1:02     ` Wolfgang Schuster
@ 2009-03-23  1:22       ` Diego Depaoli
  0 siblings, 0 replies; 5+ messages in thread
From: Diego Depaoli @ 2009-03-23  1:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Mar 23, 2009 at 2:02 AM, Wolfgang Schuster
<schuster.wolfgang@googlemail.com> wrote:
>
> Am 23.03.2009 um 01:49 schrieb Diego Depaoli:
>
>>>> Hi all,
>>>> before start spend my time, can Context handle 6 (or 8) columns on a
>>>> 70X100 cm papersize?
>>>
>>> yes, and if it's about a poster, just use columnsets then
>>
>> many thanks, it works
>> However I get a weird behaviour.
>>
>> \definepapersize[manif][width=986mm,height=660mm]
>> \setuppapersize[manif][manif]
>> \showgrid
>> \switchtobodyfont[14pt]
>
> \setupbodyfont[14pt]
Re-thanks

-- 
Diego Depaoli
___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2009-03-23  1:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-18  8:36 Short question about big papersize Diego Depaoli
2009-03-18 10:44 ` Hans Hagen
2009-03-23  0:49   ` Diego Depaoli
2009-03-23  1:02     ` Wolfgang Schuster
2009-03-23  1:22       ` Diego Depaoli

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).