[NTG-context] flushbottom

2004-05-31 Thread Peter Münster
Hello, how could I get stretchable space between paragraphs, tables and figures, so that the last line of a page flushes always to the bottom? \setupwhitespace[0pt plus 1pt] does not seem to work... Here is my test-file: \def\Par{bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla

[NTG-context] pdfTeX questions

2004-05-31 Thread Peter Münster
Hello, I have some questions concerning pdfTeX, the following example illustrates the problems: \setupoutput[pdftex] \enableregime[il1] \pdfinfo{ /Title (\"Ubung) /Author (Münster) } % neither \"U nor ü work \pdfcatalog{ /PageMode /FullScreen } % this works well \pdfdest num 1 fitbh % I would l

[NTG-context] Re: flushbottom

2004-05-31 Thread Patrick Gundlach
Peter Münster <[EMAIL PROTECTED]> writes: > how could I get stretchable space between paragraphs, tables and figures, so > that the last line of a page flushes always to the bottom? > \setupwhitespace[0pt plus 1pt] does not seem to work... try \setupwhitespace[0pt plus 1fil] But this might be too

[NTG-context] Re: pdfTeX questions

2004-05-31 Thread Patrick Gundlach
Hi, why don't you use \setupinteraction for this? > \pdfinfo{ /Title (\"Ubung) /Author (Münster) } % neither \"U nor ü work \setupinteraction[title=Übung,Author=Münster] > \pdfcatalog{ /PageMode /FullScreen } % this works well \setupinteraction[option=max] > \pdfdest num 1 fitbh % I would li

[NTG-context] Re: pdfTeX questions

2004-05-31 Thread Patrick Gundlach
Hello again, > \externalfigure[example][width=5cm] > some text, jpeg-figure is shifted down and to the left. I don't see that it is shifted to the left, but slightly down (I wonder where this is aligned?). And \externalfigure eats up the whitespace after "5cm]". This is sligthly confusing. This

[NTG-context] Re: pdfTeX questions

2004-05-31 Thread Patrick Gundlach
correction: >> \pdfcatalog{ /PageMode /FullScreen } % this works well > > \setupinteraction[option=max] \setupinteractionscreen[option=max] (...screen) Patrick ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-con

Re: [NTG-context] Re: flushbottom

2004-05-31 Thread Henning Hraban Ramm
Am Montag, 31.05.04, um 11:39 Uhr (Europe/Zurich) schrieb Patrick Gundlach: how could I get stretchable space between paragraphs, tables and figures, so that the last line of a page flushes always to the bottom? \setupwhitespace[0pt plus 1pt] does not seem to work... try \setupwhitespace[0pt plus

Re: [NTG-context] Re: pdfTeX questions

2004-05-31 Thread Peter Münster
On Mon, 31 May 2004, Patrick Gundlach wrote: > \setupinteraction[title=Übung,Author=Münster] Thanks, I missed those keys in the manual. Ü is still not working, perhaps I should update to ConTeXt-2004.4.9 ? It seems, that there is no key named "keywords" ? > > \pdfdest num 1 fitbh % I would like

Re: [NTG-context] Re: pdfTeX questions

2004-05-31 Thread Peter Münster
On Mon, 31 May 2004, Patrick Gundlach wrote: > > \externalfigure[example][width=5cm] > > some text, jpeg-figure is shifted down and to the left. > > I don't see that it is shifted to the left, but slightly down (I > wonder where this is aligned?). Indeed, very slightly. But much better than here

Re: [NTG-context] Re: flushbottom

2004-05-31 Thread Peter Münster
On Mon, 31 May 2004, Henning Hraban Ramm wrote: > Am Montag, 31.05.04, um 11:39 Uhr (Europe/Zurich) schrieb Patrick > Gundlach: > >> how could I get stretchable space between paragraphs, tables and > >> figures, so > >> that the last line of a page flushes always to the bottom? > >> \setupwhites

[NTG-context] Re: pdfTeX questions

2004-05-31 Thread Patrick Gundlach
Peter Münster <[EMAIL PROTECTED]> writes: >> \setupinteraction[title=Übung,Author=Münster] > > Thanks, I missed those keys in the manual. > Ü is still not working, perhaps I should update to ConTeXt-2004.4.9 ? a quick test shows that /Author (M¸nster) is put in the pdf file, where the Character

Re: [NTG-context] flushbottom

2004-05-31 Thread Henning Hraban Ramm
Am Montag, 31.05.04, um 14:29 Uhr (Europe/Zurich) schrieb Peter Münster: How about \vfil \vfill \vfilll ? What do you mean? \setupwhitespace[\vfil] won't work. I thought you'd need it only at some special place. Grüßlis vom Hraban! -- http://www.fiee.net/texnique/ __

Re: [NTG-context] Re: flushbottom

2004-05-31 Thread Peter Münster
On Mon, 31 May 2004, Patrick Gundlach wrote: > Peter Münster <[EMAIL PROTECTED]> writes: > > > how could I get stretchable space between paragraphs, tables and figures, so > > that the last line of a page flushes always to the bottom? > > \setupwhitespace[0pt plus 1pt] does not seem to work... >