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. ??
Date: Sun, 11 Jan 2004 14:09:38 +0100	[thread overview]
Message-ID: <a06002000bc26fae8e4a8@[62.134.72.88]> (raw)

OK, but what should I do if I have a \MyNote in a \MyHeading ?

See error-log below:


! Undefined control sequence.
<argument>)
systems        : end file SetupEnvironment at line 3
structure      : begin of sectionblock frontmatter
title          : - \headtext {content}
(./HSLN_1.tuo
! Undefined control sequence.
<argument> Influences in the 20th century\MyNotes 
                                                  {: an introduction}
\limitatetext ...it \empty \normallimitatetext {#1
                                                  }\leftlimit {#3}\else \spe...

\lijsttekstcommando #1->\begstrut #1
                                    \endstrut 
\doattributes ...sname #1#2\@EA \endcsname \fi {#4
                                                  }\dostopattributes 
<argument> ...entury\MyNotes {: an introduction}}}
                                                  \egroup \ifdim \wd 4=\zero...

\secondoftwoarguments #1#2->#2
                              
...
l.8 ...: an introduction}}{1::0:0:0:1:0:0:0::7}{1}
                                                  
?  Influences in the 20th century\MyNotes 
                                                  {: an introduction}
\sanitizePDFdocencoding ...docencoding \edef #2{#1
                                                  }
\doPDFinsertbookmark ...oding #3\to \bookmarktext 
                                                  \scratchcounter #4\advance...

\doplacebookmarks ...okmarkelement \flushbookmark 
                                                  \egroup \else \expanded {\...
<to be read again> 
                   \par 
l.238 
      
? 



Thank you,

Steffen




Hans Hagen <pragma@wxs.nl> wrote:

> At 01:09 10/01/2004, you wrote:
> 
> >OK, I have more than 700 footnotes - but when using "location=page" 
> >everything works fine.
> >
> >I was trying to find whether there is something missing when I just 
> >continue, and I found the TableOfContent is cut.
> >But the text and the footnotes as well seem to be OK.
> >
> >
> >Is there a patch helping me to avoid this error?
> 
> Why not use the following mechanism:
> 
> \starttext
> 
> \definelist[MyNoteList]
> 
> \newcounter\MyNotes
> 
> \long\def\MyNote#1%
>    {\ifhmode\unskip\fi
>     \doglobal\increment\MyNotes\relax
>     \high{\MyNotes}%
>     \expanded{\writetolist[MyNoteList]{\MyNotes}}{#1}}
> 
> \dorecurse{1000}{test \MyNote{Whow, another note}\endgraf}
> 
> \page \placelist[MyNoteList][criterium=text]
> 
> \stoptext
> 
> You can format the list any way you like, e.g.:
> 
> \def\MyNoteList#1#2#3{#1\quad#2\endgraf}
> 
> \placelist[MyNoteList][criterium=text,command=\MyNoteList]
> 
> also, you can now cal lthem per chapter,
> 
> \placelist[MyNoteList][criterium=chapter]
> 
> etc
> 
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

             reply	other threads:[~2004-01-11 13:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-11 13:09 Steffen Wolfrum [this message]
2004-01-13 12:25 ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2004-01-10  0:09 Steffen Wolfrum
2004-01-10 19:33 ` 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='a06002000bc26fae8e4a8@[62.134.72.88]' \
    --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).