Am 25.07.2025 um 14:58 schrieb Thomas Meyer:
Hi Wolfgang;


1. What have you tried so far?

2. Which symbol do you want to remove?


1. I tried:

\definenote[startBook]
\definenote[stopBook]
\setupnotes[startBook][location=page, rule=, textcolor=darkgreen]
\setupnotes[stopBook][location=page, rule=, textcolor=darkred]


\starttext
     \input knuth\startBook{\color[darkgreen] starting the first one}
     \input knuth
    \input knuth\stopBook{\setupcolors[textcolor=darkred] ending the first one}     \input knuth \startBook{\setupcolors[textcolor=darkgreen] starting the second one}
     \input knuth
    \input knuth \stopBook{\setupcolors[textcolor=darkred] ending the second one}
     \input knuth
     \input knuth
\stoptext

textcolor colored only the symbol in the text!
\color[darkgreen] gives an error.
\setupcolors...  works.

2. In the normal case I got a number (1) but I do not want anything.

And the third problem is:

If a have
\startBook
\stopBook
\starkBook

on the same page I get it in the order as if I had written

\startBook
\starkBook
\stopBook

Like this?

\definenote [one]
\definenote [two] [one]

\setupnotation
  [one,two]
  [color=green]

\setupnotation
  [two]
  [counter=]

\starttext

xxx\one{One} xxx\two{Two} xxx

xxx\one{More one} xxx\two{More two} xxx

\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to