Re: [NTG-context] Concerning text backgrounds (and further tuning) in references

2020-10-24 Thread Jairo A. del Rio
Oh, I didn't know about bars. Thank you very much, Wolfgang.

Jairo :)

El sáb., 24 de oct. de 2020 a la(s) 13:20, Wolfgang Schuster (
wolfgang.schuster.li...@gmail.com) escribió:

> Jairo A. del Rio schrieb am 24.10.2020 um 01:45:
> > |Hi, list! I've seen the following question in TeX.SE.
> > |
> >
> > |My attempt of solving was:
> > |
> >
> > |
> >
> https://tex.stackexchange.com/questions/567655/change-background-color-of-hyperlinks/567719?noredirect=1#comment1431936_567719
> >
> > \setupinteraction [state=start] \definetextbackground[MyUrl] [
> > location=text, background=color,backgroundcolor=yellow, frame=off,
> > ]\def\myfootnote#1{\MyUrl{\high{#1}}}
> > \setupfootnotes[textcommand=\myfootnote]
> > \definepapersize[default][A8,portrait] \setuppapersize [default]
> > \useURL[aurl] [https://wiki.contextgarden.net] [] [\MyUrl{ConTeXt
> > Garden}] \starttext Testing links to same page\footnote{This should
> > create links to same page} and an external link: \from[aurl]. \stoptext
> >
> > |
> >
> > |When one tries to use `\setupinteraction[...style=\MyUrl...]` either it
> > doesn't work or displays a background which doesn't break well across
> > lines.
> > |
> >
> > |Is there a workaround or another method? Maybe a feature request for a
> > more customizable setup for references? I had the same problem some time
> > ago and I guess some others too.
>
> \definebar
>[urlbackground]
>[color=yellow,
> order=background,
> continue=yes,
> rulethickness=2.8,
> offset=1.4]
>
> \setupinteraction
>[state=start,
> style={\setbar[urlbackground]}]
>
> \starttext
>
> \unknown\ \goto{ConTeXt
> garden}[url(https://wiki.contextgarden.net/Main_Page)] \unknown
>
> \stoptext
>
> Wolfgang
>
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Concerning text backgrounds (and further tuning) in references

2020-10-24 Thread Wolfgang Schuster

Jairo A. del Rio schrieb am 24.10.2020 um 01:45:

|Hi, list! I've seen the following question in TeX.SE.
|

|My attempt of solving was:
|

|
https://tex.stackexchange.com/questions/567655/change-background-color-of-hyperlinks/567719?noredirect=1#comment1431936_567719

\setupinteraction [state=start] \definetextbackground[MyUrl] [ 
location=text, background=color,backgroundcolor=yellow, frame=off, 
]\def\myfootnote#1{\MyUrl{\high{#1}}} 
\setupfootnotes[textcommand=\myfootnote] 
\definepapersize[default][A8,portrait] \setuppapersize [default] 
\useURL[aurl] [https://wiki.contextgarden.net] [] [\MyUrl{ConTeXt 
Garden}] \starttext Testing links to same page\footnote{This should 
create links to same page} and an external link: \from[aurl]. \stoptext


|

|When one tries to use `\setupinteraction[...style=\MyUrl...]` either it 
doesn't work or displays a background which doesn't break well across 
lines.

|

|Is there a workaround or another method? Maybe a feature request for a 
more customizable setup for references? I had the same problem some time 
ago and I guess some others too.


\definebar
  [urlbackground]
  [color=yellow,
   order=background,
   continue=yes,
   rulethickness=2.8,
   offset=1.4]

\setupinteraction
  [state=start,
   style={\setbar[urlbackground]}]

\starttext

\unknown\ \goto{ConTeXt 
garden}[url(https://wiki.contextgarden.net/Main_Page)] \unknown


\stoptext

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] space between chapter and chapter number (in words)

2020-10-24 Thread Jano Kula
Hello Julian!

On Thu, 15 Oct 2020 at 00:08, jbf  wrote:

> I wonder if someone could explain to me what controls (or how to
> control) the space between Chapter and chapter number in my TOC given
> the setup I have.
>
> At the moment I get ChapterOne instead of Chapter One, and I do not know
> what is causing that.
>

First of all you don't get space even in the chapter header and as such it
passes to TOC.
Adding a space in \setuplabletext will do the trick for both chapter
headers and TOC.

\setuplabeltext
   [en]
   [chapter=\bf Chapter\ ]

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___