[NTG-context] Simple Bibliography

2010-10-02 Thread Elias Oltmanns
Hi there, in the attempt to stich together a simple bibliography, I don's seem to get as far as I'd have liked. The layout of the bibliography should look something like this: +--+ | authora: title of book | | authorb, F.: op

Re: [NTG-context] Interline spacing in lists

2010-10-01 Thread Elias Oltmanns
Wolfgang Schuster wrote: > Am 01.10.2010 um 18:36 schrieb Elias Oltmanns: > >> Hi there, >> >> how can I change the interline space when placing the list of figures? >> before=\blank is not what I'm looking for since that won't help when a >> captio

[NTG-context] Interline spacing in lists

2010-10-01 Thread Elias Oltmanns
Hi there, how can I change the interline space when placing the list of figures? before=\blank is not what I'm looking for since that won't help when a caption contains an explicit \crlf. Thanks in advance for your help, Elias _

[NTG-context] Question regarding strc-not.mkiv

2010-09-30 Thread Elias Oltmanns
Hi all, trying to figure out how postponed notes are processed in MkIV, I'm wondering when, or indeed, whether the tokens in \everyinsidenoteinsert and friends are being inserted. The reason for my curiosity is that I'm to understand why the setting of margindistance has no effect in the following

Re: [NTG-context] insert pagebreak in toc (MkIV)

2010-09-28 Thread Elias Oltmanns
Steffen Wolfrum wrote: > Am 28.09.2010 um 10:49 schrieb Steffen Wolfrum: > >> >> Am 28.09.2010 um 10:37 schrieb Elias Oltmanns: >> >>> Steffen Wolfrum wrote: >>>> Hi, >>>> >>>> somewhere I saw the code how to insert a page

Re: [NTG-context] insert pagebreak in toc (MkIV)

2010-09-28 Thread Elias Oltmanns
Steffen Wolfrum wrote: > Hi, > > somewhere I saw the code how to insert a pagebreak in the table of content. > I remember it somehow was related to the new structure model (one could > specify after which sections the table should break). \completecontent[pageboundaries={20.3,30}] Regards, Eli

Re: [NTG-context] Justifying last line of paragraph

2010-09-26 Thread Elias Oltmanns
Taco Hoekwater wrote: > On 09/25/2010 08:03 PM, Elias Oltmanns wrote: >> > >> The first couple of lines of the paragraph beginning on page two should >> really go on the previous page. Since the hang mechanism of \placefigure >> doesn't work due to the page brea

[NTG-context] Justifying last line of paragraph

2010-09-25 Thread Elias Oltmanns
Hi there, what I'm trying to achieve is splitting a paragraph into two -- from TeX's point of view -- that still look like one single paragraph. To this end, I have to make sure that the last line of the first paragraph is justified just like all the surrounding lines, so, in the pdf output one co

[NTG-context] Wikifying: footnotes in margin - two questions

2010-09-23 Thread Elias Oltmanns
Hi all, when Hans introduced the criterium option to \setupnote in recent betas of MkIV, he asked me to wikify the problem of typesetting footnotes in the margin in order to demonstrate the usage of that option. There are, however, two questions I'd like to settle first. For one thing, the new alg

[NTG-context] Adding supplemental information to entry in list of figures

2010-08-20 Thread Elias Oltmanns
Hi all, \nolist{}, I understand, is used in headings and presumably in captions as well to exclude parts of the heading / caption from the automatically generated list of contents or floats. Now, my question is what the canonical way would be to add information to an entry in a list of figures tha

Re: [NTG-context] Trouble with customising section heads

2010-08-17 Thread Elias Oltmanns
Elias Oltmanns wrote: > For the record: > > Elias Oltmanns wrote: >> In the attempt to customise my section headings by means of >> \setuphead[section][...command=] >> I followed the instructions at >> http://wiki.contextgarden.net/Figures_in_Headings#Figures_

Re: [NTG-context] Trouble with customising section heads

2010-08-17 Thread Elias Oltmanns
For the record: Elias Oltmanns wrote: > In the attempt to customise my section headings by means of > \setuphead[section][...command=] > I followed the instructions at > http://wiki.contextgarden.net/Figures_in_Headings#Figures_in_Headings > . [...] > As it turns out, nei

Re: [NTG-context] Trouble with customising section heads

2010-08-15 Thread Elias Oltmanns
Wolfgang Schuster wrote: > Am 10.08.10 17:02, schrieb Elias Oltmanns: >> In the attempt to customise my section headings by means of >> \setuphead[section][...command=] >> >> I followed the instructions at >> http://wiki.contextgarden.net/Figures_in_Headings

[NTG-context] Footnote texts mistakenly appearing on page prior to call up

2010-08-12 Thread Elias Oltmanns
Hi there, the document attached below produces rather unexpected results. Even though footnote number 6 is called for on page 3, the associated footnote text appears on the previous page. Using location=page in the footnote setup restores the expected behaviour, but in this case the footnote text

Re: [NTG-context] Trouble with customising section heads

2010-08-10 Thread Elias Oltmanns
Wolfgang Schuster wrote: > Am 10.08.10 17:02, schrieb Elias Oltmanns: >> Hi again, > >> >> sorry for bothering you so persistently, but I really did try to hard to >> find a solution -- and failed: >> In the attempt to customise my section headings by means

[NTG-context] Trouble with customising section heads

2010-08-10 Thread Elias Oltmanns
Hi again, sorry for bothering you so persistently, but I really did try to hard to find a solution -- and failed: In the attempt to customise my section headings by means of \setuphead[section][...command=] I followed the instructions at http://wiki.contextgarden.net/Figures_in_Headings#Figures_i

Re: [NTG-context] Placing footnotes in right margin en bloc at bottom of page

2010-08-10 Thread Elias Oltmanns
Wolfgang Schuster wrote: > Am 09.08.10 23:14, schrieb Hans Hagen: >> On 9-8-2010 8:55, Wolfgang Schuster wrote: >>> >>> Am 09.08.10 12:28, schrieb Elias Oltmanns: > >>>> I've only just realised that TeX seems to reserve space for the >>>&g

Re: [NTG-context] Placing footnotes in right margin en bloc at bottom of page

2010-08-09 Thread Elias Oltmanns
Sorry for bringing this up again but ... Wolfgang Schuster wrote: > Am 29.07.10 15:33, schrieb Elias Oltmanns: >> Wolfgang Schuster wrote: > >> [...] >>> This is easy: >>> >>> \setupnote[footnote][location=text] >>> >>> \setuptext

[NTG-context] How to use local setups in selected components of a project only

2010-08-09 Thread Elias Oltmanns
Hi all, it has been suggested on this list before, that people should use modes instead of \localenvironment and friends. Unfortunately, I don't seem to get either of them working as expected. Consider the following example: % project.tex \startproject project \environment environ \component comp

Re: [NTG-context] Placing footnotes in right margin en bloc at bottom of page

2010-08-01 Thread Elias Oltmanns
Wolfgang Schuster wrote: > Am 29.07.10 15:33, schrieb Elias Oltmanns: >> Wolfgang Schuster wrote: > >> [...] >>> This is easy: >>> >>> \setupnote[footnote][location=text] >>> >>> \setuptexttexts[margin][][{\framed[frame=off,of

Re: [NTG-context] Placing footnotes in right margin en bloc at bottom of page

2010-07-29 Thread Elias Oltmanns
Oliver Heins wrote: > Hi Elias, > > erfreut habe ich gesehen, dass dir mit ConTeXt wohl geholfen werden > kann. > > Elias Oltmanns writes: > >> Thanks for the snippet. Unfortunately, the footnotes don't seem to make >> it onto the page though. Would th

Re: [NTG-context] Placing footnotes in right margin en bloc at bottom of page

2010-07-29 Thread Elias Oltmanns
Wolfgang Schuster wrote: [...] > This is easy: > > \setupnote[footnote][location=text] > > \setuptexttexts[margin][][{\framed[frame=off,offset=none,align=low,height=\textheight,width=broad]{\placenotes[footnote]}}] > > %\showframe > > \starttext > text\footnote{one} text\footnote{two} text\footnot

[NTG-context] Placing footnotes in right margin en bloc at bottom of page

2010-07-28 Thread Elias Oltmanns
Hi there, not being a ConTeXt user myself, I have been advised on the tex-d-l list of the German TUG that a certain problem could possibly be solved more easily in ConTeXt than in LaTeX. So, here is what I'm trying to achieve: The numerous but short footnotes of a document shall be placed in the r