[NTG-context] Re: no effect of \definefontfeature for adobevariablefontprototype

2024-05-12 Thread Hans Hagen
On 5/9/2024 10:38 PM, garu...@azules.eu wrote: Hi, trying to work with variable fonts, I am stuck at the very beginning. I can't see any effect of weight parameter. Using adobevariablefontprototypebold and adobevariablefontprototypelight is working. \starttext \definefontfeature[wha

[NTG-context] no effect of \definefontfeature for adobevariablefontprototype

2024-05-09 Thread garulfo
Hi, trying to work with variable fonts, I am stuck at the very beginning. I can't see any effect of weight parameter. Using adobevariablefontprototypebold and adobevariablefontprototypelight is working. \starttext \definefontfeature[whatever][axis={weight:150}]% \define

[NTG-context] \startnarrow seems to have no effect for tabulate

2023-02-22 Thread Denis Maier via ntg-context
Hi, I need to have a table set with tabulate centered and a bit narrower. But it seems that \startnarrow has no effect on the tabulate. Am I missing something ? Is there a better way to achieve the same thing? Best, Denis \starttext \showframe \startplacefigure[location=force,number=no

Re: [NTG-context] wider font effect as font feature?

2023-01-20 Thread Hans Hagen via ntg-context
On 1/20/2023 1:59 PM, Pablo Rodriguez via ntg-context wrote: Dear list, I wanted to use a font with slightly wider effect, such as in: \definetweakedfont[wider][xscale=1.075] Is there any way that it could be applied as a font feature? Or how could I apply this effect everytime a

[NTG-context] wider font effect as font feature?

2023-01-20 Thread Pablo Rodriguez via ntg-context
Dear list, I wanted to use a font with slightly wider effect, such as in: \definetweakedfont[wider][xscale=1.075] Is there any way that it could be applied as a font feature? Or how could I apply this effect everytime a \definefontfamily is used? Many thanks for your help, Pablo

Re: [NTG-context] \nolimits no effect in LMTX

2022-08-16 Thread Stefan Haller via ntg-context
On Tue, Aug 16, 2022 at 05:47:06PM +0200, Hans Hagen via ntg-context wrote: > \definemathoperator[nosum][sum][method=nolimits] > > \startformula > \sum [method=nolimits]_{i=1}^{n} a_i + > \sum _{i=1}^{n} a_i + > \sum [bottom={n},top={i=1},topcolor=red] a_i + > \nosum _{i=1}^{n} a_i > \no

Re: [NTG-context] \nolimits no effect in LMTX

2022-08-16 Thread Hans Hagen via ntg-context
On 8/16/2022 3:38 PM, Stefan Haller via ntg-context wrote: Hello, The \nolimits macro has no effect in LMTX, but works fine in the context mkiv version of my texlive installation. Small example: \starttext \startformula \sum\nolimits_{i=1}^{n} a_i \stopformula \stoptext In LMTX the sub

[NTG-context] \nolimits no effect in LMTX

2022-08-16 Thread Stefan Haller via ntg-context
Hello, The \nolimits macro has no effect in LMTX, but works fine in the context mkiv version of my texlive installation. Small example: \starttext \startformula \sum\nolimits_{i=1}^{n} a_i \stopformula \stoptext In LMTX the sub- and superscripts are incorrectly placed below and above the sum

Re: [NTG-context] [MetaFun] Trying to understand outlinetext, 'stretch' effect and \kerncharacters

2022-01-01 Thread kauśika via ntg-context
On Saturday, January 1, 2022 3:45:36 PM IST Hans Hagen wrote: > \starteffect is kind of old (comes from mkii), but you could use the > pseudo font feature effect in mkiv / lmtx which then makes a real font > instance instead of mixing in some pdf magic Thanks for the explanations Hans!

Re: [NTG-context] [MetaFun] Trying to understand outlinetext, 'stretch' effect and \kerncharacters

2022-01-01 Thread Hans Hagen via ntg-context
follows to produce a stylized 'title' head: \setupMPtext{TitleText}{% \starteffect[stretch]\bfc\namedstructurevariable{title}{title}\stopeffect} \useMPgraphic{TitleGraphic} low level pdf magic ... so not done in mp [colors "titlefg" and "titleoutline" are set using

Re: [NTG-context] [MetaFun] Trying to understand outlinetext, 'stretch' effect and \kerncharacters

2021-12-30 Thread kauśika via ntg-context
\stopuseMPgraphic > > which I tried to use as follows to produce a stylized 'title' head: > > \setupMPtext{TitleText}{% > \starteffect[stretch]\bfc\namedstructurevariable{title}{title}\stopeffect} > \useMPgraphic{TitleGraphic} > > [colors "titlefg&qu

[NTG-context] [MetaFun] Trying to understand outlinetext, 'stretch' effect and \kerncharacters

2021-12-30 Thread kauśika via ntg-context
head: \setupMPtext{TitleText}{% \starteffect[stretch]\bfc\namedstructurevariable{title}{title}\stopeffect} \useMPgraphic{TitleGraphic} [colors "titlefg" and "titleoutline" are set using \definecolor] But, the 'stretch' effect caused by \starteffect[stretch]…\stopeffect does

Re: [NTG-context] Achieving the effect of \overset outside math mode

2021-11-11 Thread kauśika via ntg-context
se, but as the title suggests, I want to be able > >> to > >> achieve the effect of \overset outside math mode. As I understand, > >> \overset > >> itself is implemented using \mathop and \limits. > >> > >> Currently to achieve this I have d

Re: [NTG-context] Achieving the effect of \overset outside math mode

2021-11-11 Thread kauśika via ntg-context
se, but as the title suggests, I want to be able > >> to > >> achieve the effect of \overset outside math mode. As I understand, > >> \overset > >> itself is implemented using \mathop and \limits. > >> > >> Currently to achieve this I have d

Re: [NTG-context] Achieving the effect of \overset outside math mode

2021-11-11 Thread Wolfgang Schuster via ntg-context
Aditya Mahajan via ntg-context schrieb am 12.11.2021 um 05:45: On Fri, 12 Nov 2021, kauśika via ntg-context wrote: Dear list, I don't have a MWE per se, but as the title suggests, I want to be able to achieve the effect of \overset outside math mode. As I understand, \overset itse

Re: [NTG-context] Achieving the effect of \overset outside math mode

2021-11-11 Thread Aditya Mahajan via ntg-context
On Fri, 12 Nov 2021, kauśika via ntg-context wrote: > Dear list, > > I don't have a MWE per se, but as the title suggests, I want to be able to > achieve the effect of \overset outside math mode. As I understand, \overset > itself is implemented using \mathop and \limits

Re: [NTG-context] Achieving the effect of \overset outside math mode

2021-11-11 Thread kauśika via ntg-context
On Friday, November 12, 2021 8:32:17 AM IST Rik Kabel via ntg-context wrote: > Search for defineruby on the mailing list archives. > > -- > Rik Dear Rik, First of all, thank you for the quick response! Wow! With the very first search result itself, I was able to achieve what I wanted. ConTeXt

Re: [NTG-context] Achieving the effect of \overset outside math mode

2021-11-11 Thread Rik Kabel via ntg-context
On 2021-11-11 21:47, kauśika via ntg-context wrote: Dear list, I don't have a MWE per se, but as the title suggests, I want to be able to achieve the effect of \overset outside math mode. As I understand, \overset itself is implemented using \mathop and \limits. Currently to achieve t

Re: [NTG-context] Achieving the effect of \overset outside math mode

2021-11-11 Thread kauśika via ntg-context
On Friday, November 12, 2021 8:17:24 AM IST kauśika wrote: > Dear list, > > I don't have a MWE per se, but as the title suggests, I want to be able to > achieve the effect of \overset outside math mode. As I understand, \overset > itself is implemented using \mathop and \lim

[NTG-context] Achieving the effect of \overset outside math mode

2021-11-11 Thread kauśika via ntg-context
Dear list, I don't have a MWE per se, but as the title suggests, I want to be able to achieve the effect of \overset outside math mode. As I understand, \overset itself is implemented using \mathop and \limits. Currently to achieve this I have defined some macros using \offset thus : \d

Re: [NTG-context] How to define a font with an effect as a font with \definefont

2020-05-23 Thread Gerben Wierda
> \definefallbackfamily >>> [archimate] >>> [ss] >>> [Helvetica] >>> [preset=range:cyrillic, >>>tf=style:light, >>>it=style:lightoblique, >>>bf=style:regular, >>>bi=style:oblique, >>>force=yes, &

Re: [NTG-context] How to define a font with an effect as a font with \definefont

2020-05-23 Thread Pablo Rodriguez
On 5/23/20 9:50 PM, Gerben Wierda wrote: > [...] >>> \definefontfeature >>>   [effect-widen] >>>   [effect={width=.2,delta=0.3}] >>> >>> \definefallbackfamily >>>   [archimate] >>>   [ss] >>>   

Re: [NTG-context] How to define a font with an effect as a font with \definefont

2020-05-23 Thread Rik Kabel
used for Cyrillic: \definefallbackfamily [archimate] [ss] [Helvetica] [preset=range:cyrillic,    tf=style:light,    it=style:lightoblique,    bf=style:regular,    bi=style:oblique,    force=yes,    rscale=1.0] \definefontfamily [archimate] [ss] [Optima] \setupbodyfont[archimate] And I would like the

Re: [NTG-context] How to define a font with an effect as a font with \definefont

2020-05-23 Thread Pablo Rodriguez
;>>   [archimate] >>>   [ss] >>>   [Helvetica] >>>   [preset=range:cyrillic, >>>    tf=style:light, >>>    it=style:lightoblique, >>>    bf=style:regular, >>>    bi=style:oblique, >>>    force=yes, >>>    r

Re: [NTG-context] How to define a font with an effect as a font with \definefont

2020-05-23 Thread Wolfgang Schuster
,    bf=style:regular,    bi=style:oblique,    force=yes,    rscale=1.0] \definefontfamily [archimate] [ss] [Optima] \setupbodyfont[archimate] And I would like the effect to work on just the Optima font (which is a bit light for this use) Hi Gerben, this code may work for you: Don't forg

Re: [NTG-context] How to define a font with an effect as a font with \definefont

2020-05-23 Thread Pablo Rodriguez
>    bf=style:regular, >    bi=style:oblique, >    force=yes, >    rscale=1.0] > \definefontfamily [archimate] [ss] [Optima] > \setupbodyfont[archimate] > > And I would like the effect to work on just the Optima font (which is a > bit light for this use) Hi Gerben, this code may

[NTG-context] How to define a font with an effect as a font with \definefont

2020-05-23 Thread Gerben Wierda
Wityh this working example: \starttext The quick brown fox jumped over the lazy dog \definefontfeature [effect-widen] [effect={width=.2,delta=0.3}] \definedfont[Sans*widen,effect-widen] The quick brown fox jumped over the lazy dog \stoptext I am puzzling to turn my working \definedfont into

Re: [NTG-context] Global \setup has no effect while ad-hoc setting does

2020-02-13 Thread Henri Menke
On 2/14/20 6:30 PM, Wolfgang Schuster wrote: > On Fri, 14 Feb 2020 02:21:03 +0100 > Exp wrote: > >> Dear list, >> >> I want to prevent an overfull hbox caused by an inline typing by making the >> alignment very tolerant, but it didn't work: >> >> ``` >> \setupframedtext[ >> width=broad, >>

Re: [NTG-context] Global \setup has no effect while ad-hoc setting does

2020-02-13 Thread Wolfgang Schuster
On Fri, 14 Feb 2020 02:21:03 +0100 Exp wrote: > Dear list, > > I want to prevent an overfull hbox caused by an inline typing by making the > alignment very tolerant, but it didn't work: > > ``` > \setupframedtext[ > width=broad, > align={verytolerant, stretch} You need a command at the end

[NTG-context] Global \setup has no effect while ad-hoc setting does

2020-02-13 Thread Exp
Dear list, I want to prevent an overfull hbox caused by an inline typing by making the alignment very tolerant, but it didn't work: ``` \setupframedtext[ width=broad, align={verytolerant, stretch} ] \starttext \startframedtext%[align={verytolerant, stretch}] xx. x xx- xx

Re: [NTG-context] OpenBSD (was: which command would give the same effect as \pause in beamer ?)

2017-03-05 Thread damien
Well, I would be very interested in having texlive binaries for OpenBSD. It would help me to get a fine tune install and, I hope, to have biber available, which is not the case nowadays (I have to ssh linux to compile my bibliographies). I didn't complain since I do not know how to package and b

Re: [NTG-context] openBSD (was: which command would give the same effect as \pause in beamer ?)

2017-03-02 Thread Karl Berry
Presently, I do not believe that openBSD is officially built for TeXlive. That is correct. The person who used to do so (Edd Barrett) decided the distro's package setup was good enough for him, and no one else has come forward. (No one has complained about it being missing, either.) I ha

Re: [NTG-context] openBSD (was: which command would give the same effect as \pause in beamer ?)

2017-03-02 Thread Alan Braslau
Karl: read the bottom of this email... Hans: please update mtx-update.lua (attached) On Tue, 28 Feb 2017 18:46:29 +0100 kaddour kardio wrote: > OpenBSD? is context standalone available for this platfrom ? Yes! ...but Hans or Mojca need to update mtx-update.lua using the attached file. In th

Re: [NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-28 Thread Henri Menke
You can also find this directory on GitHub https://github.com/contextgarden/context-mirror/tree/beta/doc/context/presentations On 02/28/2017 06:27 PM, dam...@thiriet.web4me.fr wrote: > Thank you for all your answers. > I will have a look at the texmf/doc/context/presentation file which is not >

Re: [NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-28 Thread kaddour kardio
OpenBSD? is context standalone available for this platfrom ? On Tue, Feb 28, 2017 at 6:27 PM, wrote: > Thank you for all your answers. > I will have a look at the texmf/doc/context/presentation file which is not > bundled with my 2015 OpenBSD package (at least find did not return it) and > keep

Re: [NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-28 Thread damien
Thank you for all your answers. I will have a look at the texmf/doc/context/presentation file which is not bundled with my 2015 OpenBSD package (at least find did not return it) and keep on learning. Have a nice day, Damien Thiriet __

Re: [NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-27 Thread Otared Kavian
Dear Mohammad Hossein, Thank you for sharing this rawsteps-mkiv code: it works very smoothly and nicely: I haven’t done yet a real life presentation with it, but on your examples and a few other simple ones, your code works very well. Best regards: OK > On 27 Feb 2017, at 19:28, Mohammad Hosse

Re: [NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-27 Thread Mohammad Hossein Bateni
I once ported RawSteps to MkIV but have not touched it in a while (and probably won't have time to anytime soon). Ten months ago, it used to work almost fine. https://github.com/bateni/rawsteps-mkiv On Mon, Feb 27, 2017 at 12:00 PM, Otared Kavian wrote: > Hi, > > If you use mkii you can still

Re: [NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-27 Thread Otared Kavian
Hi, If you use mkii you can still use RawSteps, but in mkiv it does not work properly and should be rewritten. However, as Hans indicates, one can use \startsetp and friends, as shown in the example presentations found in your directory texmf/doc/context/presentations Best regrads: OK

Re: [NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-27 Thread kaddour kardio
http://wiki.contextgarden.net/RawSteps is it still relevant dear Hans ? On Mon, Feb 27, 2017 at 3:37 PM, Hans Hagen wrote: > On 2/27/2017 1:16 PM, dam...@thiriet.web4me.fr wrote: > >> Hello, >> >> >> I have been switching to conTEXt to prepare some of my teaching stuff. I >> have read the contex

Re: [NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-27 Thread Hans Hagen
On 2/27/2017 1:16 PM, dam...@thiriet.web4me.fr wrote: Hello, I have been switching to conTEXt to prepare some of my teaching stuff. I have read the context ref manual, the wiki and browsed the web, but couldn't find anything related to so-called overlays in beamer (I justed greped mail archiv

[NTG-context] which command would give the same effect as \pause in beamer ?

2017-02-27 Thread damien
Hello, I have been switching to conTEXt to prepare some of my teaching stuff. I have read the context ref manual, the wiki and browsed the web, but couldn't find anything related to so-called overlays in beamer (I justed greped mail archives for 2015–2017). What would be the conTEXt way to hav

[NTG-context] Side effect of leftmargin for formulas on \inright

2016-10-19 Thread Florian Leupold
Dear list, I have noticed that the key leftmargin for formulas has a side effect on \inright, see MWE below. Assuming that is unwanted behavior, is there a way to circumvent the horizontal misplacement of the margin note? Thanks and best regards, Florian MWE: \setupformulas[align=right

Re: [NTG-context] Ka-Pow comic book effect?

2016-07-18 Thread Alan BRASLAU
On Mon, 18 Jul 2016 11:59:42 -0400 Pavneet Arora wrote: > Would anyone have a template on how to create a comic book “Ka-Pow” > effect (or something similar) as per: > > http://thumb101.shutterstock.com/display_pic_with_logo/752857/180152483/stock-vector-ka-pow-comic-speech-bu

[NTG-context] Ka-Pow comic book effect?

2016-07-18 Thread Pavneet Arora
Would anyone have a template on how to create a comic book “Ka-Pow” effect (or something similar) as per: http://thumb101.shutterstock.com/display_pic_with_logo/752857/180152483/stock-vector-ka-pow-comic-speech-bubble-cartoon-180152483.jpg I would like to use it for one of my slides for my talk

Re: [NTG-context] Combining "outer" effect with filled glyphs

2014-09-30 Thread Hans Hagen
On 9/30/2014 11:45 AM, Mojca Miklavec wrote: Hi, I would like to get red text with black outlines. The magic in ConTeXt that does the outline is \starteffect[outer] Something \stopeffect but I would like to combine normal filled glyphs with an outline. While I'm able to come up with some

[NTG-context] Combining "outer" effect with filled glyphs

2014-09-30 Thread Mojca Miklavec
Hi, I would like to get red text with black outlines. The magic in ConTeXt that does the outline is \starteffect[outer] Something \stopeffect but I would like to combine normal filled glyphs with an outline. While I'm able to come up with some magic to do this for single lines (creating zero

Re: [NTG-context] Wrong spacing using stretch effect

2013-10-01 Thread Hans Hagen
On 10/1/2013 12:17 PM, Marco Patzer wrote: On 2013–10–01 Philipp Gesang wrote: When using the characterkerning method you can exempt ligatures and character pairs from being letterspaced by defining the functions typesetters.kerns.keepligature () and typesetters.kerns.keeptogether (, ), respect

Re: [NTG-context] Wrong spacing using stretch effect

2013-10-01 Thread Marco Patzer
On 2013–10–01 Philipp Gesang wrote: > When using the characterkerning method you can exempt ligatures > and character pairs from being letterspaced by defining the > functions typesetters.kerns.keepligature () and > typesetters.kerns.keeptogether (, ), > respectively. If the function returns a tru

Re: [NTG-context] Wrong spacing using stretch effect

2013-10-01 Thread Philipp Gesang
e explanation. I was looking for a way to do slight > > >letter spacing without breaking ligatures and thought I could > > >leverage the stretch effect for that. > > > > well, we break ligatures because ligatures make no sense in that > > kind of kerned text (if t

Re: [NTG-context] Wrong spacing using stretch effect

2013-10-01 Thread Khaled Hosny
tter spacing without breaking ligatures and thought I could > >leverage the stretch effect for that. > > well, we break ligatures because ligatures make no sense in that > kind of kerned text (if they make sense at all, but that's a > different issue Some ligatures should not

Re: [NTG-context] Wrong spacing using stretch effect

2013-10-01 Thread Hans Hagen
level pdf based approach to be really deeply integrated) Thanks for the explanation. I was looking for a way to do slight letter spacing without breaking ligatures and thought I could leverage the stretch effect for that. well, we break ligatures because ligatures make no sense in that kind of k

Re: [NTG-context] Wrong spacing using stretch effect

2013-10-01 Thread Marco Patzer
be really deeply > integrated) Thanks for the explanation. I was looking for a way to do slight letter spacing without breaking ligatures and thought I could leverage the stretch effect for that. Marco signature.asc Descriptio

Re: [NTG-context] Wrong spacing using stretch effect

2013-09-30 Thread Hans Hagen
On 9/25/2013 12:32 PM, Marco Patzer wrote: Hi, the stretch effect does not take the final width of the string into account. Is this a bug or a limitation? Example: \starttext (\effect[stretch]{fftabc})\par %% “c” collides with “)” (\kerncharacters[.05]fftabc)%% no collision

[NTG-context] Wrong spacing using stretch effect

2013-09-25 Thread Marco Patzer
Hi, the stretch effect does not take the final width of the string into account. Is this a bug or a limitation? Example: \starttext (\effect[stretch]{fftabc})\par %% “c” collides with “)” (\kerncharacters[.05]fftabc)%% no collision \stoptext Marco signature.asc Description: Digital

Re: [NTG-context] [OT] The effect of typefaces on credibility

2012-08-13 Thread Jörg Hagmann
> This is stuff is usually bogus, See http://www.plosmedicine.org/article/info:doi/10.1371/journal.pmed.0020124 Jörg ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

[NTG-context] [OT] The effect of typefaces on credibility

2012-08-10 Thread Khaled Hosny
This is stuff is usually bogus, but the choice of Computer Modern is interesting: http://opinionator.blogs.nytimes.com/2012/08/08/hear-all-ye-people-hearken-o-earth/ (for once an OT that is not Luigi's) ___ If your que

[NTG-context] \setupcombinedlist[content][alternative=c] has no effect in latest experimental

2012-02-17 Thread Vedran Miletić
Minimal example: \setupcombinedlist[content][alternative=c] \starttext \completecontent \dorecurse{10}{ \section{sec} \input tufte \subsection{subsec} \input tufte \subsection{subsec} \input tufte \subsection{subsec} \input tufte } \stoptext With 2012.02.17 15:53 no dots appear. 2011.05.18 works

Re: [NTG-context] defineframed has no effect

2011-11-14 Thread Hans Hagen
On 14-11-2011 22:12, Aditya Mahajan wrote: On Mon, 14 Nov 2011, Christian wrote: This gives only a framed Hello, no red, frame still on. Did something change for setting up own frames? \defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off] You’ve written backgroung instead

Re: [NTG-context] defineframed has no effect

2011-11-14 Thread Christian
> This gives only a framed Hello, no red, frame still on. > Did something change for setting up own frames? > > > >>> > >> > \defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off] > >>> > >>> You’ve written backgroung instead of background. > >> > >> Lol, that's w

Re: [NTG-context] defineframed has no effect

2011-11-14 Thread Andreas Harder
On 14.11.2011, at 22:12, Aditya Mahajan wrote: > On Mon, 14 Nov 2011, Christian wrote: > > This gives only a framed Hello, no red, frame still on. > Did something change for setting up own frames? > > >>> \defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=of

Re: [NTG-context] defineframed has no effect

2011-11-14 Thread Aditya Mahajan
On Mon, 14 Nov 2011, Christian wrote: This gives only a framed Hello, no red, frame still on. Did something change for setting up own frames? \defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off] You’ve written backgroung instead of background. Lol, that's what I get for

Re: [NTG-context] defineframed has no effect

2011-11-14 Thread Christian
> > > This gives only a framed Hello, no red, frame still on. > > > Did something change for setting up own frames? > > > > > > > > > \defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off] > > > > You’ve written backgroung instead of background. > > Lol, that's what I get for copy-p

Re: [NTG-context] defineframed has no effect

2011-11-14 Thread Christian
> > This gives only a framed Hello, no red, frame still on. > > Did something change for setting up own frames? > > > > > \defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off] > > You’ve written backgroung instead of background. Lol, that's what I get for copy-pasting the wiki :D

Re: [NTG-context] defineframed has no effect

2011-11-14 Thread Andreas Harder
On 14.11.2011, at 21:54, Christian wrote: > This gives only a framed Hello, no red, frame still on. > Did something change for setting up own frames? > > \defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off] You’ve written backgroung instead of background. Greeting Andr

[NTG-context] defineframed has no effect

2011-11-14 Thread Christian
This gives only a framed Hello, no red, frame still on. Did something change for setting up own frames? \defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off] \starttext \GreyBg[frame=on]{Hallo} \stoptext Info: ConTeXt ver: 2011.11.09 20:58 MKIV

[NTG-context] Side effect of virtual fonts

2011-04-04 Thread Ulrike Fischer
after the for-loop which manipulates the caracters this code: f1.characters[98].width=300 f2.characters[98].width=300 f3.characters[98].width=300 f1.characters[97]= nil f2.characters[97]= nil f3.characters[97]= nil It has the expected e

Re: [NTG-context] Simplefonts, \setcjk....font has some side effect on verbatim typing

2011-03-19 Thread 尹冠皓
On Sat, Mar 19, 2011 at 01:46:15PM +0100, Wolfgang Schuster wrote: > > Fixed. > Thanks. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://ww

Re: [NTG-context] Simplefonts, \setcjk....font has some side effect on verbatim typing

2011-03-19 Thread Wolfgang Schuster
Am 19.03.2011 um 13:33 schrieb 尹冠皓: > Did I miss anything? Fixed. 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

[NTG-context] Simplefonts, \setcjk....font has some side effect on verbatim typing

2011-03-19 Thread 尹冠皓
Did I miss anything? \usemodule[simplefonts] \setcjkmainfont[whatever] \starttext \type{'} % expect ', but get ’ \type{--}% expect --, but get – \stoptext ___ If your question is of interest to others as well,

[NTG-context] \big has no effect in Mkiv with opentype math fonts

2010-09-15 Thread Hongwen Qiu
\big \bigg \Big and \Bigg has no effect in Mkiv with opentype math fonts. ___ 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

Re: [NTG-context] hoffset and voffset have no effect

2010-08-26 Thread Hans Hagen
On 26-8-2010 3:50, Michael Goerz wrote: Hi everyone, I cannot see any effect when using voffset and hoffset as a parameter for \startstandardmakeup. For example: \startstandardmakeup[headerstate=none, footerstate=none, hoffset=1in, hoffset=1in, width=4in, height

[NTG-context] hoffset and voffset have no effect

2010-08-25 Thread Michael Goerz
Hi everyone, I cannot see any effect when using voffset and hoffset as a parameter for \startstandardmakeup. For example: \startstandardmakeup[headerstate=none, footerstate=none, hoffset=1in, hoffset=1in, width=4in, height=7.0in] ... \stopstandardmakeup I&#

Re: [NTG-context] level setting has no effect in TOC

2010-02-08 Thread Hans Hagen
On 8-2-2010 13:50, zs wrote: Hello, it seems like the "level" parameter has no effect in mkiv. It works as expected in mkii. Is it a bug or there is different way how to do that in mkiv? Ragards Zdenek example: \starttext \setupcombinedlist[content][level=1,alt

[NTG-context] level setting has no effect in TOC

2010-02-08 Thread zs
Hello, it seems like the "level" parameter has no effect in mkiv. It works as expected in mkii. Is it a bug or there is different way how to do that in mkiv? Ragards Zdenek example: \starttext \setupcombinedlist[content][level=1,alternative=c] \completecontent \chapter{A}

Re: [NTG-context] Strange Behaviour / Strange Memory effect when creating pdf charts with the chart module in context

2010-01-21 Thread moritz braun
>> Even when deleting all the many files that context creates, > > Did you also delete all the temporary metapost files? Try with > >   ctxtools --purge --all > > You can also try to forcably remove all the temp files at the end of the run > by > >  texexec --purge fil

Re: [NTG-context] Strange Behaviour / Strange Memory effect when creating pdf charts with the chart module in context

2010-01-21 Thread Aditya Mahajan
the end of the run by texexec --purge filename There is a strange memory effect!!! Does forcing a final run help texexec --final filename Aditya ___ If your question is of interest to others as well

Re: [NTG-context] Strange Behaviour / Strange Memory effect when creating pdf charts with the chart module in context

2010-01-21 Thread luigi scarso
On Thu, Jan 21, 2010 at 8:40 AM, moritz braun wrote: > Hi there > > this is not really my experience > > Even when deleting all the many files that context creates, There is a > strange memory effect!!! Do you have an example ? I can check it under Ubuntu. What are you

Re: [NTG-context] Strange Behaviour / Strange Memory effect when creating pdf charts with the chart module in context

2010-01-20 Thread moritz braun
Hi there this is not really my experience Even when deleting all the many files that context creates, There is a strange memory effect!!! On Thu, Jan 21, 2010 at 9:13 AM, Taco Hoekwater wrote: > moritz braun wrote: >> >> Dear All >> >> I am experiencing a strange pr

Re: [NTG-context] Strange Behaviour / Strange Memory effect when creating pdf charts with the chart module in context

2010-01-20 Thread Taco Hoekwater
shows information that is not in the tex file but was in a previous version of it, i.e. some kind of a wierd memoery effect is present I am wondering, where does context keep its cache. In order to debug this problem I installed context on another ubuntu box and when freshly installed , i.e. for the

[NTG-context] Strange Behaviour / Strange Memory effect when creating pdf charts with the chart module in context

2010-01-20 Thread moritz braun
not in the tex file but was in a previous version of it, i.e. some kind of a wierd memoery effect is present I am wondering, where does context keep its cache. In order to debug this problem I installed context on another ubuntu box and when freshly installed , i.e. for the first call of texexec

Re: [NTG-context] interesting "arrange" effect with interface=xp

2009-02-09 Thread Thomas A. Schmitz
On Feb 9, 2009, at 11:23 AM, Jan-Erik Hägglöf wrote: Setting "/home/djsameman/context/tex" as TEXROOT. djsame...@lundby:~$ cd Dokument/context/funwith_xp_iface/ djsame...@lundby:~/Dokument/context/funwith_xp_iface$ texexec --lua --interface=xp --arrange ^^

Re: [NTG-context] interesting "arrange" effect with interface=xp

2009-02-09 Thread Thomas A. Schmitz
On Feb 9, 2009, at 11:11 AM, Wolfgang Schuster wrote: Nothing new, see: http://archive.contextgarden.net/message/20090113.193821.22c66787.en.html Wolfgang Shoot! Sorry for the noise... Thomas ___ If your questio

Re: [NTG-context] interesting "arrange" effect with interface=xp

2009-02-09 Thread Jan-Erik Hägglöf
there some issue with my current version: 2009.01.14 11:29 ? //Janneman mån 2009-02-09 klockan 11:05 +0100 skrev Thomas A. Schmitz: > Hi all, > > I just stumbled upon an interesting, if unwanted effect with the xp > interface. Minimal document: > > \setuppapersize[A6][

Re: [NTG-context] interesting "arrange" effect with interface=xp

2009-02-09 Thread Wolfgang Schuster
Thomas A. Schmitz schrieb: Hi all, I just stumbled upon an interesting, if unwanted effect with the xp interface. Minimal document: \setuppapersize[A6][A4] \setuparranging[2*4] \starttext \dorecurse{8}{\input knuth \par \page} \stoptext Please compile with texexec --lua --interface=xp

[NTG-context] interesting "arrange" effect with interface=xp

2009-02-09 Thread Thomas A. Schmitz
Hi all, I just stumbled upon an interesting, if unwanted effect with the xp interface. Minimal document: \setuppapersize[A6][A4] \setuparranging[2*4] \starttext \dorecurse{8}{\input knuth \par \page} \stoptext Please compile with texexec --lua --interface=xp --arrange and enjoy

Re: [NTG-context] strange effect of "columns"?

2008-05-03 Thread Wolfgang Schuster
On Sat, 3 May 2008 20:23:25 +0200 Yvon Henel <[EMAIL PROTECTED]> wrote: > hello all > > I'm using a layout which enables placement on a grid. > > I have on a page first a figuretext > then a columns environment. > > When I look at the pdf I see clearly (the grid is on) that there are still 13

[NTG-context] strange effect of "columns"?

2008-05-03 Thread Yvon Henel
hello all I'm using a layout which enables placement on a grid. I have on a page first a figuretext then a columns environment. When I look at the pdf I see clearly (the grid is on) that there are still 13 void lines between the end of the columns and the end of the text area but I can't put

Re: [NTG-context] z0---z1---z2---z3---cycle strange effect

2007-06-14 Thread Alan Bowen
On Jun 14, 2007, at 5:04 AM, Mojca Miklavec wrote: > On 6/14/07, Mojca Miklavec wrote: > >> If you ask me, this looks pretty much like a rendering bug in Mac's >> Preview (if anyone bothers about that, please do that), > > Sorry for a weird sentence (I deleted part of it and forgot to fix the > r

Re: [NTG-context] z0---z1---z2---z3---cycle strange effect

2007-06-14 Thread Taco Hoekwater
Mojca Miklavec wrote: > draw z0---z1---z2---z3---cycle withpen pencircle scaled 5pt; > > resulting in > > newpath > 14.17323 42.51968 moveto > 14.17139 42.52553 70.85913 70.86505 70.86613 70.86613 curveto > 70.88313 70.86877 184.25645 14.18352 184.25194 14.17323 curveto > 184.2461 14.15994 70.8

Re: [NTG-context] z0---z1---z2---z3---cycle strange effect

2007-06-14 Thread Mojca Miklavec
On 6/14/07, Mojca Miklavec wrote: > If you ask me, this looks pretty much like a rendering bug in Mac's > Preview (if anyone bothers about that, please do that), Sorry for a weird sentence (I deleted part of it and forgot to fix the rest) - I meant "if anyone bothers about reporting the problem t

Re: [NTG-context] z0---z1---z2---z3---cycle strange effect

2007-06-14 Thread Mojca Miklavec
On 6/5/07, David Arnold wrote: > All, > > In working through the beginning chapters of the metafun manual, I am > getting a very unusual effect when I open the resulting pdf file in > Preview on Mac OS X. Here's a snapshot of what I see. > > http://online.redwoods.ed

[NTG-context] z0---z1---z2---z3---cycle strange effect

2007-06-04 Thread David Arnold
All, In working through the beginning chapters of the metafun manual, I am getting a very unusual effect when I open the resulting pdf file in Preview on Mac OS X. Here's a snapshot of what I see. http://online.redwoods.edu/instruct/darnold/context/meta.gif In acrobat, it looks fine.

[NTG-context] Why doesn't this margin= have an effect?

2005-03-13 Thread Gerben Wierda
I am trying to get the itemized lists to be indented the same amount as my paragraph first lines (small). I have been trying to get this by adding margin=dimension but whatever dimension I put there, the result is the same: nothing. Example: \startitemize[n,packed,joinedup][margin=-1em] \item A