[NTG-context] barring changes

2022-07-28 Thread Henning Hraban Ramm via ntg-context
\underrandom doesn’t work \underrandoms doesn’t work \overbar works, but not in TABLE \overbars works \overstrike works, but not in TABLE \overstrikes works \understrike works, but not in TABLE \understrikes works The nested example \overbar{Über} \underbar{Unterstrich \underbar{steigt

Re: [NTG-context] [overstrike] with different color?

2020-06-05 Thread Wolfgang Schuster
Henning Hraban Ramm schrieb am 03.06.2020 um 16:30: Am 03.06.2020 um 16:19 schrieb Floris van Manen : What is the preferred way to overstrike a text with a different color? This does not work: One \overstrike[color=red]{Two} Three \setupbar[color=red,rulethickness=1.4] % measurement in pt

Re: [NTG-context] [overstrike] with different color?

2020-06-05 Thread Henning Hraban Ramm
> Am 04.06.2020 um 20:00 schrieb Floris van Manen : > >> \setupbar[color=red,rulethickness=1.4] % measurement in pt > > the command also takes a parameter offset as well as dy. > I assume the offset will position the line higher / lower . > But I see no effect. > > \setupbar[color=red,rulethick

Re: [NTG-context] [overstrike] with different color?

2020-06-04 Thread Floris van Manen
On 03/06/2020 16:30, Henning Hraban Ramm wrote: > \setupbar[color=red,rulethickness=1.4] % measurement in pt the command also takes a parameter offset as well as dy. I assume the offset will position the line higher / lower . But I see no effect. \setupbar[color=red,rulethickness=.3,offset=0.5]

Re: [NTG-context] [overstrike] with different color?

2020-06-03 Thread Henning Hraban Ramm
> Am 03.06.2020 um 16:19 schrieb Floris van Manen : > > What is the preferred way to overstrike a text with a different color? > This does not work: > One \overstrike[color=red]{Two} Three \setupbar[color=red,rulethickness=1.4] % measurement in pt See also rules-m

[NTG-context] [overstrike] with different color?

2020-06-03 Thread Floris van Manen
What is the preferred way to overstrike a text with a different color? This does not work: One \overstrike[color=red]{Two} Three .F pEpkey.asc Description: application/pgp-keys ___ If your question is of interest

Re: [NTG-context] maths simplifying fractions

2019-11-13 Thread Henri Menke
On 11/14/19 12:28 AM, Martin Althoff wrote: > Hi all, I am writing some maths exercises that include simplifying fractions. > For that > reason I would like to cross out some numbers. Unfortunately overstrike > doesn't do the > trick, eg with a 4 the overstrike is practicall

[NTG-context] maths simplifying fractions

2019-11-13 Thread Martin Althoff
Hi all, I am writing some maths exercises that include simplifying fractions. For that reason I would like to cross out some numbers. Unfortunately overstrike doesn't do the trick, eg with a 4 the overstrike is practically invisible. Is there any way to get a diagonal stroke like the

Re: [NTG-context] How can I define a dotted underbar in ConTeXt?

2016-02-15 Thread Hans Hagen
t the code, there was another question on tex.stackexchange on bars: http://tex.stackexchange.com/questions/291946/overstrike-in-context-can-it-overstrike-leaders How to get bars to work with leaders? \setuppapersize[A6][A6] \starttext \overstrike{Hello\hfill world!} % Works OK Hello\leaders

Re: [NTG-context] How can I define a dotted underbar in ConTeXt?

2016-02-15 Thread Aditya Mahajan
on on tex.stackexchange on bars: http://tex.stackexchange.com/questions/291946/overstrike-in-context-can-it-overstrike-leaders How to get bars to work with leaders? \setuppapersize[A6][A6] \starttext \overstrike{Hello\hfill world!} % Works OK Hello\leaders\hbox{.}\hfill world! % Works OK, nothing sp

Re: [NTG-context] Section heading colors lost with \startbodymatter

2015-07-27 Thread Rik Kabel
\setupmarginrules color remains even in bodymatter mode (the \setupbar color does not). \setupmarginrules[rulethickness=1pt] \setupmarginrules[1][rulecolor=red] \setupbar[overstrike][color=red] \define[1]\RR {\startmarginrule[1]\RRR#1\stopmarginrule} \definehighlight [RRR

Re: [NTG-context] \underbar problem

2013-09-06 Thread Alan Bowen
{\dorecurse{5}{\input knuth}} \stoptext Note from the wiki (http://wiki.contextgarden.net/Command/overstrike): If you are using microtypography with \setupalign[hz,hanging], then with some fonts the rule may end up off-target, above the characters instead of through them. (The problem was

Re: [NTG-context] \underbar problem

2013-09-06 Thread Hans Hagen
,hz] \starttext \underbar{\dorecurse{5}{\input knuth}} \stoptext Note from the wiki (http://wiki.contextgarden.net/Command/overstrike): If you are using microtypography with |\setupalign[hz,hanging]|, then with some fonts the rule may end up off-target, above the characters instead of

Re: [NTG-context] \definehighlight with style=command problem

2013-05-28 Thread Alan Bowen
gt; I an trying to use \definehighlight to define a macro that will color and > overstrike selected text. > Thus far, > > \definehighlight[Delete][color=red,style={\overstrike}] > \starttext > test \Delete{test} test > \stoptext > > reports > > ! Too many }&#

Re: [NTG-context] \definehighlight with style=command problem

2013-05-27 Thread Wolfgang Schuster
Am 27.05.2013 um 15:36 schrieb Alan Bowen : > I an trying to use \definehighlight to define a macro that will color and > overstrike selected text. > Thus far, > > \definehighlight[Delete][color=red,style={\overstrike}] > \starttext > test \Delete{test} test >

Re: [NTG-context] \definehighlight with style=command problem

2013-05-27 Thread Alan Bowen
Wonderful, Hans! Many thanks. Alan On Mon, May 27, 2013 at 1:14 PM, Hans Hagen wrote: > On 5/27/2013 3:36 PM, Alan Bowen wrote: > >> I an trying to use \definehighlight to define a macro that will color >> and overstrike selected text. >> Thus far, >> >>

Re: [NTG-context] \definehighlight with style=command problem

2013-05-27 Thread Hans Hagen
On 5/27/2013 3:36 PM, Alan Bowen wrote: I an trying to use \definehighlight to define a macro that will color and overstrike selected text. Thus far, \definehighlight[Delete][color=red,style={\overstrike}] \starttext test \Delete{test} test \stoptext reports ! Too many }'s. s

[NTG-context] \definehighlight with style=command problem

2013-05-27 Thread Alan Bowen
I an trying to use \definehighlight to define a macro that will color and overstrike selected text. Thus far, \definehighlight[Delete][color=red,style={\overstrike}] \starttext test \Delete{test} test \stoptext reports ! Too many }'s. system > tex > error on lin

[NTG-context] microtype + \overstrike + libertine problem

2010-11-22 Thread Marco Pessotto
Hello there. I'm experience the following problem: with microtypography \overstrike plays weird. See the following minimal. I can't reproduce it with the latin modern fonts, so maybe it's a font specific issue. I've found a workaround and documented it on the wiki

Re: [NTG-context] t-vim: inline typing?

2009-07-20 Thread Aditya Mahajan
ed] [\c!style=\v!mono,\c!color=,\c!command=\underbar] \definevimsyntax [Ignore] [\c!style=\v!mono,\c!color=] \definevimsyntax [Error] [\c!style=\v!mono,\c!color=,\c!command=\overstrike] \definevimsyntax [Todo] [\c!style=\v!mono,\c!command=\inframed] \stopvimcolorsche

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
text} \nomarking{text} \nomoreblocks \nomorefiles \nop \nospace \note[reference] \notopandbottomlines \nowhitespace # \NR \numbers{text} \overbar{text} \overbars{text text} # \overlaybutton # \overlayfigure \overstrike{text} \overstrikes{text text} \packed \page[options] \pagereference[reference]

Re: [NTG-context] Problems mapping Xml into ConTeXt

2006-10-12 Thread Michael Wigston
t; > > > > underbar is not a font switch but a macro that takes an argument > > > > Hans, > > > > Thanks, that works fine with \underbar, as well as \underbars, > > \overstrike, \overstrikes, \low, \high and \lohi. > > > > You mentioned that \underbar (and

Re: [NTG-context] Problems mapping Xml into ConTeXt

2006-10-11 Thread Hans Hagen
o that takes an argument > > Hans, > > Thanks, that works fine with \underbar, as well as \underbars, > \overstrike, \overstrikes, \low, \high and \lohi. > > You mentioned that \underbar (and presumably the others I mentioned > above) are macros taking arguments e.g. \acom

Re: [NTG-context] Problems mapping Xml into ConTeXt

2006-10-11 Thread Michael Wigston
nderbar, as well as \underbars, \overstrike, \overstrikes, \low, \high and \lohi. You mentioned that \underbar (and presumably the others I mentioned above) are macros taking arguments e.g. \acommand{...}. However presumably something like \midaligned{...}  is also a macro requiring an

[NTG-context] Problems mapping Xml into ConTeXt

2006-10-10 Thread Michael Wigston
etc). I am having particular problems implementing the following commands: -         \underbar, \underbars, \overstrike, \overstrikes, \low, \high and \lohi I was expecting that they would all easily be defined using the \defineXMLgrouped [name] {command} element mapping. There is probably somethin

Re: [NTG-context] overstrikes and hyphenation (was Re: synopsis / column(set)s?)

2004-07-14 Thread Hans Hagen
column(set)s? maybe tabulations are more convenient: thanks, this works exactly as I intended it. But now I got yet another problem: I want to show that things have changed in the original document by \overstrike-ing (or \overstrikes-ing) them. Unluckily there seems to be no hyphenation

[NTG-context] overstrikes and hyphenation (was Re: synopsis / column(set)s?)

2004-07-04 Thread Alexander Klink
sy way to do this using column(set)s? > maybe tabulations are more convenient: thanks, this works exactly as I intended it. But now I got yet another problem: I want to show that things have changed in the original document by \overstrike-ing (or \overstrikes-ing) them. Unluckily there seems to