Paragraph on the bottom of a page
Hi, how can I put a paragraph (or whatever else) on the bottom of a page? I mean I want to have a top of the page empty and the text should start somewhere below. If I try to use \vfill it works just in case I have some text in the top. Please can you help me? Thanks Czenek
Maybe it is not elegant but I use vfill with a ~ before. -------------------- Horacio Suarez Editorial Antropofagia www.eantropofagia.com.ar
Date: Thu, 3 Jul 2008 19:29:45 +0200 From: 302302@centrum.cz To: ntg-context@ntg.nl Subject: [NTG-context] Paragraph on the bottom of a page
Hi, how can I put a paragraph (or whatever else) on the bottom of a page? I mean I want to have a top of the page empty and the text should start somewhere below. If I try to use \vfill it works just in case I have some text in the top.
Please can you help me? Thanks Czenek
___________________________________________________________________________________ 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 ___________________________________________________________________________________
_________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
Unfortunately I'm in a hurry,I have no time for elegance ... :) And your solution works perfectely, it is exactly what I need. So thanks a lot for it. Czenek ______________________________________________________________
Od: horaciosuarez@hotmail.com Komu: mailing list for ConTeXt users
Datum: 03.07.2008 20:18 Předmět: Re: [NTG-context] Paragraph on the bottom of a page Maybe it is not elegant but I use vfill with a ~ before.
-------------------- Horacio Suarez Editorial Antropofagia www.eantropofagia.com.ar
Date: Thu, 3 Jul 2008 19:29:45 +0200 From: 302302@centrum.cz To: ntg-context@ntg.nl Subject: [NTG-context] Paragraph on the bottom of a page
Hi, how can I put a paragraph (or whatever else) on the bottom of a page? I mean I want to have a top of the page empty and the text should start somewhere below. If I try to use \vfill it works just in case I have some text in the top.
Please can you help me? Thanks Czenek
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
_________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to
Spaces. It's easy! 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 ___________________________________________________________________________________
On Thu, Jul 03 2008, Horacio Suarez wrote:
Maybe it is not elegant but I use vfill with a ~ before.
Strange, this doesn't work here: \starttext ~\vfill \input tufte \stoptext Buf I've found 2 other methods. The results are slightly different: \starttext \framed[offset=0pt, frame=off, align=low, height=\textheight, width=\textwidth]{\input tufte } \page % text is slightly higher that on first page, and last linebreak is % different, I don't know why... \hskip0pt\vfill \input tufte \stoptext Cheers, Peter -- http://pmrb.free.fr/contact/
Hello: this works in linux but doesn´t in windows XP, both latests context versions. \starttext algún texto \page ~ \vfill cualquier texto \stoptext--------------------Horacio SuarezEditorial Antropofagiawww.eantropofagia.com.ar> Date: Thu, 3 Jul 2008 21:29:18 +0200> From: pmlists@free.fr> To: ntg-context@ntg.nl> Subject: Re: [NTG-context] Paragraph on the bottom of a page> > On Thu, Jul 03 2008, Horacio Suarez wrote:> > > > Maybe it is not elegant but I use vfill with a ~ before.> > Strange, this doesn't work here:> \starttext> ~\vfill> \input tufte> \stoptext> > Buf I've found 2 other methods. The results are slightly different:> > \starttext> \framed[offset=0pt, frame=off, align=low, height=\textheight,> width=\textwidth]{\input tufte> }> \page> % text is slightly higher that on first page, and last linebreak is> % different, I don't know why...> \hskip0pt\vfill> \input tufte> \stoptext> > > Cheers, Peter> > -- > http://pmrb.free.fr/contact/> > ___________________________________________________________________________________> 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> ___________________________________________________________________________________ _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
On Thu, Jul 03 2008, Horacio Suarez wrote:
this works in linux but doesn´t in windows XP, both latests context versions.
[...] ~
\vfill
cualquier texto
Strange. Here: Linux + ConTeXt 2008.06.28 Cheers, Peter -- http://pmrb.free.fr/contact/
hello I was wrong, my linux context version is 2008.5.21 and ~ \vfill works but the windows versions is the same that yours (Peter) and does not work. I been using this since a long time ago and when it fails in windows, I simply try in linux because sometimes linux and windows context versions doesn't behave identically. Sometime ago I post a question about a file that aborts in linux but compile fine in windows, I never knew why. But now is the context version. The question is: Should it work or it shouldn't. May be a enconding related issue? Saludos, Horacio
Date: Thu, 3 Jul 2008 22:07:56 +0200 From: pmlists@free.fr To: ntg-context@ntg.nl Subject: Re: [NTG-context] Paragraph on the bottom of a page
On Thu, Jul 03 2008, Horacio Suarez wrote:
this works in linux but doesn´t in windows XP, both latests context versions.
[...] ~
\vfill
cualquier texto
Strange. Here: Linux + ConTeXt 2008.06.28 Cheers, Peter
-- http://pmrb.free.fr/contact/
___________________________________________________________________________________ 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 ___________________________________________________________________________________
_________________________________________________________________ Explore the seven wonders of the world http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE
How about this: \starttext \phantom{nothing} \vfill \input knuth \stoptext Best regards: OK On 3 juil. 08, at 21:37, Horacio Suarez wrote:
Hello:
this works in linux but doesn´t in windows XP, both latests context versions.
\starttext
algún texto
\page ~
\vfill
cualquier texto
\stoptext
-------------------- Horacio Suarez Editorial Antropofagia www.eantropofagia.com.ar
Date: Thu, 3 Jul 2008 21:29:18 +0200 From: pmlists@free.fr To: ntg-context@ntg.nl Subject: Re: [NTG-context] Paragraph on the bottom of a page
On Thu, Jul 03 2008, Horacio Suarez wrote:
Maybe it is not elegant but I use vfill with a ~ before.
Strange, this doesn't work here: \starttext ~\vfill \input tufte \stoptext
Buf I've found 2 other methods. The results are slightly different:
\starttext \framed[offset=0pt, frame=off, align=low, height=\textheight, width=\textwidth]{\input tufte } \page % text is slightly higher that on first page, and last linebreak is % different, I don't know why... \hskip0pt\vfill \input tufte \stoptext
Cheers, Peter
___________________________________________________________________________________
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
___________________________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! Try it! ___________________________________________________________________________________ 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 ___________________________________________________________________________________
Here is one more :) \starttext \null\vfill \input knuth \stoptext On Thu, 3 Jul 2008, Otared Kavian wrote:
How about this:
\starttext
\phantom{nothing}
\vfill \input knuth
\stoptext
Best regards: OK
On 3 juil. 08, at 21:37, Horacio Suarez wrote:
Hello:
this works in linux but doesn´t in windows XP, both latests context versions.
\starttext
algún texto
\page ~
\vfill
cualquier texto
\stoptext
-------------------- Horacio Suarez Editorial Antropofagia www.eantropofagia.com.ar
Date: Thu, 3 Jul 2008 21:29:18 +0200 From: pmlists@free.fr To: ntg-context@ntg.nl Subject: Re: [NTG-context] Paragraph on the bottom of a page
On Thu, Jul 03 2008, Horacio Suarez wrote:
Maybe it is not elegant but I use vfill with a ~ before.
Strange, this doesn't work here: \starttext ~\vfill \input tufte \stoptext
Buf I've found 2 other methods. The results are slightly different:
\starttext \framed[offset=0pt, frame=off, align=low, height=\textheight, width=\textwidth]{\input tufte } \page % text is slightly higher that on first page, and last linebreak is % different, I don't know why... \hskip0pt\vfill \input tufte \stoptext
Cheers, Peter
-- http://pmrb.free.fr/contact/
___________________________________________________________________________________ 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 ___________________________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! Try it! ___________________________________________________________________________________ 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 ___________________________________________________________________________________
participants (5)
-
302302
-
Aditya Mahajan
-
Horacio Suarez
-
Otared Kavian
-
Peter Münster