ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Steffen Wolfrum <st.wolfrum@estfiles.de>
Subject: Re: endnotes: ! Dimension too large. ?? (another  problem)
Date: Thu, 15 Jan 2004 13:27:50 +0100	[thread overview]
Message-ID: <a06002001bc2c365fdcf4@[62.134.73.194]> (raw)

Ah OK. 

But as far as I see the "command=" overwrites other possible settings like margin etc.

Do I have to include these descriptions in \MyNoteList in a more TeX way?

For example:
How do I set the notes with size 10pt, interlinespace 11pt, a margin 2cm and after space \blank?


Maybe you could give me an example for the code needed here?




Thank you,

Steffen


Hans Hagen <pragma@wxs.nl> wrote:

> At 14:37 11/01/2004, you wrote:
> >A big problem is that the \MyNote notes seem to be not "brakeable"
> >
> >If such a note is half a page long and all the notes are set at the end of 
> >the text
> >it happens quite often that there is half a page empty (because the next 
> >note is too long).
> >
> >Do you also have a clue for this?
> 
> \definelist[MyNoteList]
> 
> \def\MyNoteList#1#2#3{#1\quad#2\endgraf}
> 
> \setuplist
>    [MyNoteList]
>    [criterium=text,
>     alternative=command,
>     command=\MyNoteList]
> 
> \newcounter\MyNotes
> 
> \long\def\MyNote#1%
>    {\ifhmode\unskip\fi
>     \doglobal\increment\MyNotes\relax
>     \high{\MyNotes}%
>     \expanded{\writetolist[MyNoteList]{\MyNotes}}{#1}}
> 
> \starttext
> 
> \dorecurse{10}{test \MyNote{Whow, another note \input tufte }\endgraf}
> 
> \page \placelist[MyNoteList][criterium=text]
> 
> \stoptext 
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

             reply	other threads:[~2004-01-15 12:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-15 12:27 Steffen Wolfrum [this message]
2004-01-15 15:41 ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2004-01-11 13:37 Steffen Wolfrum
2004-01-13 12:30 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='a06002001bc2c365fdcf4@[62.134.73.194]' \
    --to=st.wolfrum@estfiles.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).