ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* text height
@ 2014-12-22 22:00 Andrea Valle
  2014-12-23 13:41 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Valle @ 2014-12-22 22:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Dear, 

sorry for the dumb question.

how do I increase text height by reducing the space under footer without changing the other ones?
I’m a bit confused by the discussion on setuplayout

Thanks

-a-



--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - StudiUm
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> http://www.fonurgia.unito.it/andrea/
--> http://www.flickr.com/photos/vanderaalle/sets/
--> http://vimeo.com/vanderaalle
--> andrea.valle@unito.it
--------------------------------------------------

"This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." 
(Jeffrey 'The Dude' Lebowski)


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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: text height
  2014-12-22 22:00 text height Andrea Valle
@ 2014-12-23 13:41 ` Wolfgang Schuster
  2014-12-23 22:16   ` Andrea Valle
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2014-12-23 13:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


> Am 22.12.2014 um 23:00 schrieb Andrea Valle <valle@di.unito.it>:
> 
> Dear, 
> 
> sorry for the dumb question.
> 
> how do I increase text height by reducing the space under footer without changing the other ones?
> I’m a bit confused by the discussion on setuplayout

You have to change only the value of the height key.

%%%% begin example
\showframe

\starttext

\input knuth

\page

\setuplayout[height=10cm]

\input knuth

\page

\setuplayout[height=22cm]

\input knuth

\stoptext
%%%% end example

Wolfgang


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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: text height
  2014-12-23 13:41 ` Wolfgang Schuster
@ 2014-12-23 22:16   ` Andrea Valle
  0 siblings, 0 replies; 3+ messages in thread
From: Andrea Valle @ 2014-12-23 22:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Ah! That’s obvious, I was looking at the ref man and got a bit stuck.
But indeed here it’s clear

http://wiki.contextgarden.net/Layout <http://wiki.contextgarden.net/Layout>


Thanks Wolfgang!

-a-


--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - StudiUm
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> http://www.fonurgia.unito.it/andrea/
--> http://www.flickr.com/photos/vanderaalle/sets/
--> http://vimeo.com/vanderaalle
--> andrea.valle@unito.it
--------------------------------------------------

"This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." 
(Jeffrey 'The Dude' Lebowski)

> On 23 Dec 2014, at 14:41, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:
> 
> 
>> Am 22.12.2014 um 23:00 schrieb Andrea Valle <valle@di.unito.it <mailto:valle@di.unito.it>>:
>> 
>> Dear, 
>> 
>> sorry for the dumb question.
>> 
>> how do I increase text height by reducing the space under footer without changing the other ones?
>> I’m a bit confused by the discussion on setuplayout
> 
> You have to change only the value of the height key.
> 
> %%%% begin example
> \showframe
> 
> \starttext
> 
> \input knuth
> 
> \page
> 
> \setuplayout[height=10cm]
> 
> \input knuth
> 
> \page
> 
> \setuplayout[height=22cm]
> 
> \input knuth
> 
> \stoptext
> %%%% end example
> 
> 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  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2014-12-23 22:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-22 22:00 text height Andrea Valle
2014-12-23 13:41 ` Wolfgang Schuster
2014-12-23 22:16   ` Andrea Valle

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