Re: [NTG-context] PDF Forms

2005-03-29 Thread h h extern
Bob Kerstetter wrote: Hi, Is there some way to create PDF docs (as forms maybe?) so end users can add their own contact information and logos just by using Adobe Reader, not Acrobat? These are one to four page documents. Right now I can do this by supplying them with Word docs. see widgets

Re: [NTG-context] footnote placement

2005-03-29 Thread Hans Hagen
Gerben Wierda wrote: I have been trying to do this for a test with larger notes, but this fails: \starttext \startbuffer[tufte] \input tufte \stopbuffer \startbuffer[knuth] \input knuth \stopbuffer \dorecurse{100}{test \footnote{\typebuffer[knuth]} \endnote{eee}\endgraf} \page \placenotes[endnote]

Re: [NTG-context] line wrap marker

2005-03-29 Thread Hans Hagen
Stuart Jansen wrote: We have lines of text that shouldn't be wrapped. If one line must be wrapped onto the next, we'd like to insert a visual mark at the end of the line and (hopefully) indent the next line slightly. Obviously, there's the potential for wrapping over multiple lines. I've dug

Re: [NTG-context] footnote placement

2005-03-29 Thread Hans Hagen
Gerben Wierda wrote: I have been trying to do this for a test with larger notes, but this fails: \starttext \startbuffer[tufte] \input tufte \stopbuffer \startbuffer[knuth] \input knuth \stopbuffer \dorecurse{100}{test \footnote{\typebuffer[knuth]} \endnote{eee}\endgraf} it's \getbuffer else you

Re: [NTG-context] how to place figures next to each other

2005-03-29 Thread Hans Hagen
Peter wrote: Peter wrote: How can I place two figures next to each other without using a \startcombination ... \stopcombination group? I now have this, but it is not what I want: \gebruikexternfiguur[kortoctaaf][cekort][type=eps,hoogte=30mm]

[NTG-context] bibmodule: two small questions

2005-03-29 Thread Thomas A . Schmitz
I've been playing with Taco's bibmodule, and I'm absolutely thrilled how easy it is to customize things. Once you've groked how things work, you can simply copy code from bibl-apa.tex and modify, it's just wonderful (OT: what does apa stand for in this abbreviation? For me, it's the American

Re: [NTG-context] how to place figures next to each other

2005-03-29 Thread Peter
Hans Hagen wrote: \starttext \placefigure [none] {} {\startcombination {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{one}} {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{two}} \stopcombination} \stoptext Wow, is it that simple and elegant... I had

RE: [NTG-context] footnote placement

2005-03-29 Thread Idris Samawi Hamid
= Original Message From Hans Hagen [EMAIL PROTECTED] = \starttext \startbuffer[tufte] \input tufte \stopbuffer \startbuffer[knuth] \input knuth \stopbuffer \dorecurse{100}{test \footnote{\typebuffer[knuth]} \endnote{eee}\endgraf} it's \getbuffer else you indeed get a verbatim

Re: [NTG-context] bibmodule: two small questions

2005-03-29 Thread Taco Hoekwater
Hi Thomas, Thomas A.Schmitz wrote: I've been playing with Taco's bibmodule, and I'm absolutely thrilled how easy it is to customize things. Once you've groked how things work, you can simply copy code from bibl-apa.tex and modify, it's just wonderful (OT: what does apa stand for in this

[NTG-context] Problem with \type in captions

2005-03-29 Thread Nikolai Weibull
\starttext \placefigure {\type{0|}} {} \stoptext gives me ! Argument of \next has an extra }. inserted text \par to be read again } argument ...p {\strutdepth }\begstrut \type {0|} \endstrut \endgraf

Re: [NTG-context] bibmodule: two small questions

2005-03-29 Thread Thomas A . Schmitz
Thanks Taco! Actually, the \switchtobodyfont works even with \completepublications. But the spacing seems to have a problem even in newer versions --I use the latest and greatest: TeXExec 5.2.5 - ConTeXt / PRAGMA ADE 1997-2005 texexec : TeXExec 5.2.5 - ConTeXt / PRAGMA ADE

Re: [NTG-context] Problem with \type in captions

2005-03-29 Thread Hans Hagen
Nikolai Weibull wrote: \starttext \placefigure {\type{0|}} {} \stoptext gives me ! Argument of \next has an extra }. inserted text \par to be read again that's because the caption is passed as an argument and the catcode is frozen then (being active, the | expects something

Re: [NTG-context] widow and orphan control

2005-03-29 Thread Paul Tremblay
On Mon, Mar 28, 2005 at 10:04:58PM -0500, Paul Tremblay wrote: How does one prevent orphans (the first line nof a paragraph on the last line of a page) and widows (the last line of a paragraph on a new page)? If I have the title of a new section that must not be the last line of a page,

Re: [NTG-context] Problem with \type in captions

2005-03-29 Thread Nikolai Weibull
* Hans Hagen (Mar 30, 2005 01:10): that's because the caption is passed as an argument and the catcode is frozen then (being active, the | expects something |...| ; try \type{0}\type{|} since the first token of type is not expanded at all Yeah, that will work. The problem is, though, that

Re: [NTG-context] widow and orphan control

2005-03-29 Thread Paul Tremblay
This works for LaTeX but not for ConTeXt: \widowpenalty=1 \clubpenalty=1 \flushbottom ConTeXt has not \flushbottom command. The \flushbottom gives the heigh flexibility. Paul -- *Paul Tremblay * [EMAIL PROTECTED]*

[NTG-context] Another problem with \type , and a werid accent

2005-03-29 Thread Taco Hoekwater
Try this, using new (LM) ConTeXt: \starttext \type{--} L'abbaye \stoptext Taco ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] bibmodule: two small questions

2005-03-29 Thread Taco Hoekwater
Thomas A.Schmitz wrote: Thanks Taco! Actually, the \switchtobodyfont works even with \completepublications. Ok, cool. Nevertheless, the space between items in the publicationlist is slightly smaller than between normal lines. You can observe it best if you set the interlinespace to something

Re: [NTG-context] widow and orphan control

2005-03-29 Thread Hans Hagen
Paul Tremblay wrote: On Mon, Mar 28, 2005 at 10:04:58PM -0500, Paul Tremblay wrote: How does one prevent orphans (the first line nof a paragraph on the last line of a page) and widows (the last line of a paragraph on a new page)? If I have the title of a new section that must not be the last line

Re: [NTG-context] Another problem with \type , and a werid accent

2005-03-29 Thread Hans Hagen
Taco Hoekwater wrote: Try this, using new (LM) ConTeXt: \starttext \type{--} L'abbaye \stoptext oeps, i thought that that was fixed ... i'll ask jacko Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] Problem with \type in captions

2005-03-29 Thread Hans Hagen
Nikolai Weibull wrote: * Hans Hagen (Mar 30, 2005 01:10): that's because the caption is passed as an argument and the catcode is frozen then (being active, the | expects something |...| ; try \type{0}\type{|} since the first token of type is not expanded at all Yeah, that will work. The

[NTG-context] Re: widow and orphan control

2005-03-29 Thread Patrick Gundlach
Hello Paul, ConTeXt has not \flushbottom command. The \flushbottom gives the heigh flexibility. what about looking in the wiki for \flushbottom? Patrick -- ConTeXt wiki: http://contextgarden.net ___ ntg-context mailing list ntg-context@ntg.nl

[NTG-context] Re: widow and orphan control

2005-03-29 Thread Patrick Gundlach
Hello Paul, \clubpenalty=-600 \widowpenalty=-600 But this had no effect. try inserting things like these after \starttext. There was a problem on the mailinglist like this some time ago. Patrick -- ConTeXt wiki: http://contextgarden.net ___