Re: [NTG-context] description questions

2017-02-21 Thread Csikos Bela
width=fit nor width=broad,distance=dimension results in the same. > >Some information is given here: http://www.ntg.nl/maps/36/09.pdf >Enumerations and descriptions share a lot of settings. Thank you. I read it. I have a question: is it possible to add some text or command between th

Re: [NTG-context] nested itemgroups sometimes not working

2017-02-01 Thread Lawrence Bell
n 02/01/2017 04:43 PM, Lawrence Bell wrote: > > I'm having some difficulties with nested itemgroups. I've produced a > > minimal working example as follows. > > > > \defineitemgroup > > [test] [symbol=n] > > > > \starttext > > > > % \sta

Re: [NTG-context] nested itemgroups sometimes not working

2017-02-01 Thread Henri Menke
d a > minimal working example as follows. > > \defineitemgroup > [test] [symbol=n] > > \starttext > > % \startitemgroup > % \startitem > % \startitemgroup[test] > % \startitem > % ... > % \stopitem > % \stopitemgroup

[NTG-context] nested itemgroups sometimes not working

2017-02-01 Thread Lawrence Bell
I'm having some difficulties with nested itemgroups. I've produced a minimal working example as follows. \defineitemgroup [test] [symbol=n] \starttext % \startitemgroup % \startitem % \startitemgroup[test] % \startitem % ... % \stopitem % \sto

Re: [NTG-context] Dot fills shifted down

2017-01-31 Thread Procházka Lukáš Ing .
Hello, the solution works fine, thank you! Best regards, Lukas On Tue, 31 Jan 2017 13:08:28 +0100, Otared Kavian wrote: Hi Lukas, Maybe you can use symbol=\lower.25em\hbox{.}, instead of what you set in your \definefiller definition is what you need? Best regards: OK On 31

Re: [NTG-context] Dot fills shifted down

2017-01-31 Thread Otared Kavian
Hi Lukas, Maybe you can use symbol=\lower.25em\hbox{.}, instead of what you set in your \definefiller definition is what you need? Best regards: OK > On 31 Jan 2017, at 12:33, Procházka Lukáš Ing. wrote: > > Hello, > > the following code: > > > \d

[NTG-context] Dot fills shifted down

2017-01-31 Thread Procházka Lukáš Ing .
Hello, the following code: \definefiller [DotFill] [alternative=symbol, symbol=., width=.5em, style=\txx] Fill here: \filler[DotFill]{} produces filler with dots on the baseline. Is there a way to shift the dots a bit lower, bellow the baseline, e.g. to 0.25em

Re: [NTG-context] problem with math: "\left" leads to "udefined symbol" --solved (sort of)

2017-01-24 Thread Hans Hagen
was just putting a placeholder `\meaning' there (never attempting to use it as a command acting on the explanatory text for that symbol definition but only wanting a glossary. the strange thing (for me) is that this worked just fine two years ago, now it does produce a very strange error as descri

Re: [NTG-context] problem with math: "\left" leads to "udefined symbol" --solved (sort of)

2017-01-24 Thread j. van den hoff
ning' there (never attempting to use it as a command acting on the explanatory text for that symbol definition but only wanting a glossary. the strange thing (for me) is that this worked just fine two years ago, now it does produce a very strange error as described. question is why.

Re: [NTG-context] problem with math: "\left" leads to "udefined symbol"

2017-01-24 Thread Roger Mason
Hans Hagen writes: > > this just works here ... so can others confirm it? > > \starttext > > \startformula > x = \left ( 1 + 2 \right ) > \stopformula > > \stoptext > > Here too: resolvers | trees | analyzing 'home:texmf' resolvers | globbing | confusing filename, name: 'README.

Re: [NTG-context] problem with math: "\left" leads to "udefined symbol"

2017-01-24 Thread j. van den hoff
On Tue, 24 Jan 2017 15:15:09 +0100, luigi scarso wrote: On Tue, Jan 24, 2017 at 3:02 PM, Hans Hagen wrote: this just works here ... so can others confirm it? \starttext \startformula x = \left ( 1 + 2 \right ) \stopformula \stoptext no problem here with This is LuaTeX, Version

Re: [NTG-context] problem with math: "\left" leads to "udefined symbol"

2017-01-24 Thread luigi scarso
On Tue, Jan 24, 2017 at 3:02 PM, Hans Hagen wrote: > this just works here ... so can others confirm it? > > \starttext > > \startformula > x = \left ( 1 + 2 \right ) > \stopformula > > \stoptext > > no problem here with This is LuaTeX, Version 1.0.2 (TeX Live 2017/dev) system commands ena

Re: [NTG-context] problem with math: "\left" leads to "udefined symbol"

2017-01-24 Thread Hans Hagen
On 1/24/2017 2:33 PM, j. van den hoff wrote: On Tue, 24 Jan 2017 14:15:08 +0100, Hans Hagen wrote: thanks for the quick reply and sorry for my not being precise. correction/addition follows: On 1/24/2017 11:33 AM, j. van den hoff wrote: hi everybody, after a 2 year hiatus I'm just giving `c

Re: [NTG-context] problem with math: "\left" leads to "udefined symbol"

2017-01-24 Thread j. van den hoff
On Tue, 24 Jan 2017 14:15:08 +0100, Hans Hagen wrote: thanks for the quick reply and sorry for my not being precise. correction/addition follows: On 1/24/2017 11:33 AM, j. van den hoff wrote: hi everybody, after a 2 year hiatus I'm just giving `context' a second try (so, really not much e

Re: [NTG-context] problem with math: "\left" leads to "udefined symbol"

2017-01-24 Thread Hans Hagen
On 1/24/2017 11:33 AM, j. van den hoff wrote: hi everybody, after a 2 year hiatus I'm just giving `context' a second try (so, really not much experience so far). I updated to the latest version (0.63) before proceeding. 0.63 what? luatex? then you need to check things as we're beyond 1.00 now

[NTG-context] problem with math: "\left" leads to "udefined symbol"

2017-01-24 Thread j. van den hoff
hi everybody, after a 2 year hiatus I'm just giving `context' a second try (so, really not much experience so far). I updated to the latest version (0.63) before proceeding. two observations: 1. in a new document including assorted equations everything went fine until I tried something li

Re: [NTG-context] A better \definesymbol sought

2017-01-22 Thread Rik Kabel
which the symbol is assembled (separate horizontal and vertical, with the ability to offset them)? Is there a ConTeXt way other than \definesymbol to create such combined symbols? MetaPost (with textext())? Thank you for that, Alan. I hadn’t ever used MetaPost before, thinking it was too complex

Re: [NTG-context] A better \definesymbol sought

2017-01-20 Thread Alan Braslau
On Fri, 20 Jan 2017 22:33:40 -0500 Rik Kabel wrote: > Can anyone suggest a better way to compose such symbols than using > the raw TeX commands used here? Is there a more ConTeXt-ish way to do > this? Is it possible to get options to center the glyphs from which > the symbol

[NTG-context] A better \definesymbol sought

2017-01-20 Thread Rik Kabel
centered. Rather, it leaves the work to a process of tuning the horizontal and vertical levers (kern and raise here) to get something that is close, but rarely perfect. I also see some problems with the horizontal spacing around the new symbol, but that may be a function of the underlying glyphs

Re: [NTG-context] Vertical space around displayed formulas

2017-01-18 Thread Otared Kavian
tupfooter[style=small, color=colortwo] > \setupfootertexts[][\userpagenumber/\lastuserpage] > > % Lists > \startuseMPgraphic{itemize:main} > save p; path p; > p := fullcircle scaled 1.5ExHeight; > fill p withcolor \MPcolor{colorfive}; > \stopuseMPgraphic > > \s

[NTG-context] Vertical space around displayed formulas

2017-01-18 Thread Nicola
definesymbol[itemize:main][\useMPgraphic{itemize:main}] \definesymbol[itemize:nested][\useMPgraphic{itemize:nested}] \setupitemize[1][symbol=itemize:main] \setupitemize[2][symbol=itemize:nested, width=1.5ex] \setupitemize[2][nowhite] \setupitemize[ headstyle=\ssa, headcolor=colorfive,

Re: [NTG-context] integral symbol

2016-12-29 Thread Hans Hagen
On 12/29/2016 12:12 PM, Fabrice Couvreur wrote: Hi Hans, Thanks for your solution. I created a macro, is it "robust" ? Fabrice \setupmathextensible[integral][rightoffset=-3mu,exact=yes,factor=2] \unexpanded \def\integ#1#2#3{\math{\autointegral{#1}{#2}{#3}\diff x}} \starttext \integ{4}{1}{g(

Re: [NTG-context] integral symbol

2016-12-29 Thread Fabrice Couvreur
Hi Hans, Thanks for your solution. I created a macro, is it "robust" ? Fabrice \setupmathextensible[integral][rightoffset=-3mu,exact=yes,factor=2] \def\integ#1#2#3{\math{\autointegral{#1}{#2}{#3}\diff x}} \starttext \integ{4}{1}{g(x)} \stoptext 2016-12-28 18:40 GMT+01:00 Hans Hagen : > On 12/

Re: [NTG-context] integral symbol

2016-12-28 Thread Hans Hagen
On 12/28/2016 6:14 PM, Alan Braslau wrote: Hi Hans, Hi list, This is similar to what we have discussed earlier on this list and elsewhere regarding \over vs. \frac. (I agree with Knuth that {a \over b} is *much* more readable in running source code than \frac{a}{b} but have resigned myself to us

Re: [NTG-context] integral symbol

2016-12-28 Thread Alan Braslau
Hi Hans, Hi list, This is similar to what we have discussed earlier on this list and elsewhere regarding \over vs. \frac. (I agree with Knuth that {a \over b} is *much* more readable in running source code than \frac{a}{b} but have resigned myself to use \frac{}{}, as this can be made better behav

Re: [NTG-context] integral symbol

2016-12-28 Thread Hans Hagen
> The integral symbol is little in inline math mode. Is it possible to have it bigger ? > thank you, > Fabrice > > \definetypeface [mainface] [rm] >[serif] [palatino][default] [encoding=texnansi] > > \definetypeface [mainface] [ss]

Re: [NTG-context] integral symbol

2016-12-28 Thread Fabrice Couvreur
Hi Henri, Thank you for your suggestion. Fabrice 2016-12-28 12:19 GMT+01:00 Henri Menke : > On 12/28/2016 11:39 AM, Fabrice Couvreur wrote: > > Hello, > > The integral symbol is little in inline math mode. Is it possible to > have it bigger ? > > thank you, > > F

Re: [NTG-context] integral symbol

2016-12-28 Thread Henri Menke
On 12/28/2016 11:39 AM, Fabrice Couvreur wrote: > Hello, > The integral symbol is little in inline math mode. Is it possible to have it > bigger ? > thank you, > Fabrice > > \definetypeface [mainface] [rm] >[serif] [palatino][default] [encoding=texnansi] >

[NTG-context] integral symbol

2016-12-28 Thread Fabrice Couvreur
Hello, The integral symbol is little in inline math mode. Is it possible to have it bigger ? thank you, Fabrice \definetypeface [mainface] [rm] [serif] [palatino][default] [encoding=texnansi] \definetypeface [mainface] [ss] [sans] [helvetica] [default] [encoding=texnansi

Re: [NTG-context] "\" in text from "\comment"

2016-12-22 Thread Pablo Rodriguez
is this a real bug? > > \startxmlsetups xml:pre:code > solution one \begingroup > \expandUx > \comment[symbol=Key, location=inmargin,color=yellow]{\xmlflush{#1}} > \endgroup > \par > solution two > \comment[symbol=Key, location

Re: [NTG-context] "\" in text from "\comment"

2016-12-21 Thread Hans Hagen
:*} \xmlsetsetup{#1}{doc|p|code}{xml:*} \xmlsetsetup{#1}{pre/code}{xml:pre:code} \stopxmlsetups \xmlregistersetup{xml:initialize} \startxmlsetups xml:doc \xmlflush{#1} \stopxmlsetups \startxmlsetups xml:pre:code \comment[symbol=Key, location

[NTG-context] "\" in text from "\comment"

2016-12-21 Thread Pablo Rodriguez
:*} \xmlsetsetup{#1}{pre/code}{xml:pre:code} \stopxmlsetups \xmlregistersetup{xml:initialize} \startxmlsetups xml:doc \xmlflush{#1} \stopxmlsetups \startxmlsetups xml:pre:code \comment[symbol=Key, location=inmargin, color=yellow

Re: [NTG-context] Undefined control sequence | $\shortmid$ | $\shortparallel$

2016-12-14 Thread Richard Mahoney | Indica et Buddhica
shortmid$ > > > > $\shortparallel$ > > > > result in: > > > > tex error ... ! Undefined control sequence > > > > > > Does anyone know if these commands are available under in math > > mode? > > AFAIK, these symbols are no

Re: [NTG-context] Undefined control sequence | $\shortmid$ | $\shortparallel$

2016-12-13 Thread Aditya Mahajan
er in math mode? AFAIK, these symbols are not defined. Do you know if unicode math fonts provide these symbols and if they are part of Unicode math symbol list? Aditya ___ If your question is of interest to others as

[NTG-context] bug with backslash in comment (xml)?

2016-12-08 Thread Pablo Rodriguez
}{xml:pre:code} \stopxmlsetups \xmlregistersetup{xml:initialize} \startxmlsetups xml:doc \xmlflush{#1} \stopxmlsetups \startxmlsetups xml:pre:code \comment[symbol=Key, location=inmargin, color=yellow]{\xmlflush{#1}}\xmlprettyprint{#1}{tex

Re: [NTG-context] Strange behaviour of itemize inside tabulate

2016-11-21 Thread Willi Egger
> %[each] >> %[autointro,packed] >> %[symbol=2] > > Use > > \setupitemgroup > [itemize] > [each] > [packed] > [symbol=2] > > > Herbert > > >> >> \starttext >> \starttabulate[|l|p|] >> \NC

Re: [NTG-context] Strange behaviour of itemize inside tabulate

2016-11-20 Thread Herbert Voss
Am 20.11.2016 um 20:25 schrieb Willi Egger: I have the following minimal example % \setupitemgroup % [itemize] % [each] % [autointro,packed] % [symbol=2] Use \setupitemgroup [itemize] [each] [packed] [symbol=2] Herbert \starttext

[NTG-context] Strange behaviour of itemize inside tabulate

2016-11-20 Thread Willi Egger
Hello, I have the following minimal example % \setupitemgroup % [itemize] % [each] % [autointro,packed] % [symbol=2] \starttext \starttabulate[|l|p|] \NC \bf Druk procedé \NC \bf Opmerking \NC\NR \NC Offset \NC \strut weinig problemen als

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-31 Thread Fabrice Couvreur
gt; loaded fonts: 2 files: latinmodern-math.otf, lmroman12-regular.otf mkiv lua stats > font engine: otf 3.020, afm 1.512, tfm 1.000, 4 instances, load time 0.209 seconds mkiv lua stats > used platform: linux-64, type: unix, binary subtree: bin mkiv lua stats > luatex banner: this is lu

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-30 Thread Tobias Berndt
emacs > > (custom-set-variables > '(ConTeXt-Mark-version "IV")) > > update auctex > > How ? Auctex installed with ELPA > > (setenv „PATH" „/home/fab/tex/texmf-linux-64/bin/:$PATH" t) > > I do not understand this symbol „ and how

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-30 Thread Peter Münster
On Sun, Oct 30 2016, Fabrice Couvreur wrote: > (setenv „PATH" „/home/fab/tex/texmf-linux-64/bin/:$PATH" t) > > I do not understand this symbol „ and how to access You should replace „ with "

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-30 Thread Fabrice Couvreur
-menu ConTeXt-section ConTeXt-work-on-environment I added in .emacs (custom-set-variables '(ConTeXt-Mark-version "IV")) update auctex How ? Auctex installed with ELPA (setenv „PATH" „/home/fab/tex/texmf-linux-64/bin/:$PATH" t) I do not understand this symbol „

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-30 Thread Michael Eidenbenz
ions: 13 collected, 8 regulars, 5 regions, 0 > unresolved regions > mkiv lua stats > loaded patterns: en::2, load time: 0.000 > mkiv lua stats > result saved in file: ntg32.pdf, compresslevel 3, > objectcompresslevel 3 > mkiv lua stats > loaded fonts: 2 files: latinmodern-

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-30 Thread Fabrice Couvreur
tcompresslevel 3 mkiv lua stats > loaded fonts: 2 files: latinmodern-math.otf, lmroman12-regular.otf mkiv lua stats > font engine: otf 3.020, afm 1.512, tfm 1.000, 4 instances, load time 0.161 seconds mkiv lua stats > used platform: linux-64, type: unix, binary subtree: bin mkiv lua sta

Re: [NTG-context] avoid newline after definestartstop

2016-10-26 Thread Wolfgang Schuster
Michael Eidenbenz <mailto:eidenb...@arch.ethz.ch> 26. Oktober 2016 um 23:03 Dear Wolfgang, thanks for your mail, that led me to the source in syst-aux where I found the TeX approach, my final solution. \def\startCitation% { \startnarrower[left,right] \symbol[leftquo

Re: [NTG-context] avoid newline after definestartstop

2016-10-26 Thread Michael Eidenbenz
Dear Wolfgang, thanks for your mail, that led me to the source in syst-aux where I found the TeX approach, my final solution. \def\startCitation% { \startnarrower[left,right] \symbol[leftquotation] \removeunwantedspaces} \def\stopCitation#1\par% { \removeunwantedspaces \symbol

Re: [NTG-context] avoid newline after definestartstop

2016-10-26 Thread Wolfgang Schuster
an one paragraph in the Citation environment. \definestartstop [Citation] [ before={\hangindent=20mm\hangafter=0\symbol[leftquotation]}, after={\removeunwantedspaces\symbol[rightquotation]}, ] \starttext \startCitation \input tufte \stopCitation \footnote{This is a Quote of Donald Knuth} \input

Re: [NTG-context] avoid newline after definestartstop

2016-10-26 Thread Michael Eidenbenz
after some readings in the TeX book I came up with the following solution that works for me without having to change all my instances of startstopCitation in the text. \definestartstop [Citation] [ before={\hangindent=20mm\hangafter=0\symbol[leftquotation]}, after

Re: [NTG-context] Footnotes in footnotes

2016-10-16 Thread Saša Janiška
ne: otf 3.020, afm 1.512, tfm 1.000, 11 instances, 4 shared in backend, 0 common vectors, 4 common hashes, load time 0.239 seconds mkiv lua stats > used platform: linux-64, type: unix, binary subtree: usr mkiv lua stats > luatex banner: this is luatex, version 0.95.0 (tex live 2016/debian)

Re: [NTG-context] itemize columns transposed

2016-10-11 Thread Mikael P. Sundqvist
ween the lines you can change the > interlinespace, e.g. > > \starttext > > \startitemize[a,horizontal][inner={\setupinterlinespace[line=6ex]}] > \startitem First \stopitem > \startitem Second \stopitem > \startitem Third \stopitem > \startitem Fourth \stopitem

Re: [NTG-context] itemize columns transposed

2016-10-11 Thread Wolfgang Schuster
orizontal][inner={\setupinterlinespace[line=6ex]}] \startitem First \stopitem \startitem Second \stopitem \startitem Third \stopitem \startitem Fourth \stopitem \stopitemize \stoptext or add a invisible symbol with increased height/depth at the begin of each item, e.g. \define\HorizontalIte

Re: [NTG-context] MKIV caption separator, revisited

2016-10-10 Thread Meer, Hans van der
huster<mailto:schuster.wolfg...@gmail.com> 10. Oktober 2016 um 10:39 prefixconnector is the separator between the section number (=prefix) and the float number (=figure number), the symbol at the end of the float number is called numberstopper. In your example you don’t have a section which can act as pref

Re: [NTG-context] Unable to use Martin Vogels Symbols

2016-10-10 Thread Mojca Miklavec
On 7 October 2016 at 22:53, Jonas Baggett wrote: > Hello, > > I am using debian testing and I am trying to use Martin Vogels Symbols with > no success so far. I have compiled a file containing the following : > \usesymbols[mvs] > \setupsymbolset [martinvogel 2] > \starttext

Re: [NTG-context] MKIV caption separator, revisited

2016-10-10 Thread Wolfgang Schuster
Wolfgang Schuster <mailto:schuster.wolfg...@gmail.com> 10. Oktober 2016 um 10:39 prefixconnector is the separator between the section number (=prefix) and the float number (=figure number), the symbol at the end of the float number is called numberstopper. In your example you don’t

Re: [NTG-context] MKIV caption separator, revisited

2016-10-10 Thread Wolfgang Schuster
the section number (=prefix) and the float number (=figure number), the symbol at the end of the float number is called numberstopper. In your example you don’t have a section which can act as prefix number no did you change which prefixes should be shown (by default only chapters are used as pre

Re: [NTG-context] Unable to use Martin Vogels Symbols

2016-10-09 Thread Jonas Baggett
Hello Henning, Thanks for the feed-back! I first thinked it could be a bug that only occurs when ConTeXt has to find the martin vogel symbol font for the first time and update its cache, which would explain why the bug doesn't occur with the live ConTeXt compiler since the font is alrea

Re: [NTG-context] Unable to use Martin Vogels Symbols

2016-10-09 Thread Henning Hraban Ramm
following : >> \usesymbols[mvs] >> \setupsymbolset [martinvogel 2] >> \starttext >> Telephone : \symbol[Telephone] >> \stoptext > The preceding code works with http://live.contextgarden.net/, so I am not > sure if it is a Debian bug or a ConTeXt bug. Maybe I should send

Re: [NTG-context] Unable to use Martin Vogels Symbols

2016-10-09 Thread Jonas Baggett
Le 07.10.16 à 22:53, Jonas Baggett a écrit : Hello, I am using debian testing and I am trying to use Martin Vogels Symbols with no success so far. I have compiled a file containing the following : \usesymbols[mvs] \setupsymbolset [martinvogel 2] \starttext Telephone : \symbol[Telephone

[NTG-context] Resume module with moderncv interface

2016-10-06 Thread Jonas Baggett
t, 2776 total mkiv lua stats > loaded tex modules: 2 requested, all found (*-cor-00 *-cor-03) mkiv lua stats > loaded patterns: en::2, load time: 0.000 mkiv lua stats > result saved in file: CV.pdf, compresslevel 3, objectcompresslevel 3 mkiv lua stats > loaded fonts: 4 files: latinmod

Re: [NTG-context] Quadruple integrals

2016-09-29 Thread Hans Åberg
> On 29 Sep 2016, at 20:18, Wolfgang Schuster > wrote: > >>> Hans Åberg 29. September 2016 um 15:04 >>> The example below compiles with latest ConTeXt, suggesting that the Unicode >>> quadruple symbol ⨌ has not been registered as a math symbol, as the

Re: [NTG-context] Quadruple integrals

2016-09-29 Thread Wolfgang Schuster
Hans Åberg <mailto:haber...@telia.com> 29. September 2016 um 15:04 The example below compiles with latest ConTeXt, suggesting that the Unicode quadruple symbol ⨌ has not been registered as a math symbol, as the command it is set to is ignored. You have to extend the entry for ⨌ (0x 2A

[NTG-context] Quadruple integrals

2016-09-29 Thread Hans Åberg
The example below compiles with latest ConTeXt, suggesting that the Unicode quadruple symbol ⨌ has not been registered as a math symbol, as the command it is set to is ignored. \setupbodyfont[xits,10pt] \setupmathematics[integral=nolimits, lcgreek=normal, default=normal] \appendtoks

Re: [NTG-context] Bug in \not\in?

2016-09-18 Thread Henri Menke
On 09/18/2016 08:44 PM, Mohammad Hossein Bateni wrote: > Hi, > > When using \not\in in math, the two symbols do not overlap as they should. > Am I missing something? > > > \starttext > $v\not\in S$. > \stoptext Use \notin. This will also give you the correct U

[NTG-context] Input methods

2016-09-16 Thread Hans Åberg
> On 15 Sep 2016, at 20:19, Wolfgang Schuster > wrote: > Another input method is shown in the following video [1] where each symbol > get its own command, e.g. \mbfitx is equal to {\bi x}. This works on MacOS 10.12 in any application that uses the standard text services. On

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Hans Åberg
> On 15 Sep 2016, at 20:19, Wolfgang Schuster > wrote: > Another input method is shown in the following video [1] where each symbol > get its own command, e.g. \mbfitx is equal to {\bi x}. The source table > mentioned in the video can be found on the STIX page [2]. > >

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Hans Åberg
ut it is slow. >>> One can also design one's own keyboard map, but that is very time consuming. > Another input method is shown in the following video [1] where each symbol > get its own command, e.g. \mbfitx is equal to {\bi x}. … In fact, I used the PDF copying method on

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Hans Åberg
ut it is slow. >>> One can also design one's own keyboard map, but that is very time consuming. > Another input method is shown in the following video [1] where each symbol > get its own command, e.g. \mbfitx is equal to {\bi x}. The source table > mentioned in the video c

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Wolfgang Schuster
e consuming. Another input method is shown in the following video [1] where each symbol get its own command, e.g. \mbfitx is equal to {\bi x}. The source table mentioned in the video can be found on the STIX page [2]. [1] http://zeeba.tv/reconciling-unicode-math-with-latex2e-mathematics/ [2] http://

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Hans Åberg
> On 15 Sep 2016, at 18:50, Hans Hagen wrote: > > (the scite setup that ships with context provides alphabet / symbol strips) I use Xcode on MacOS (former OS X), which has very good Unicode support (including RTL scripts). There is a Unicode symbols table, but it is slow. One can al

Re: [NTG-context] Bold italic font in Math (\definefallbackfamily)

2016-09-15 Thread Hans Hagen
he Unicode character, because the translation is correct, one can typeset using legacy TeX commands, and copy from the output PDF. It can then be used in the input file, if one so likes. or maybe your editor has some selection menu (the scite setup that ships with context provides alphabet / sym

Re: [NTG-context] Using hyphen in math mode

2016-08-16 Thread Hans Hagen
On 8/16/2016 6:56 PM, Brian R. Landy wrote: Hi, I was wondering if there is a way to access the hyphen symbol (0x002D) while in math mode? I want to avoid the standard remapping to Unicode minus 0x2212. It would also be workable if I could select the math font without switching to math mode

[NTG-context] Using hyphen in math mode

2016-08-16 Thread Brian R. Landy
Hi, I was wondering if there is a way to access the hyphen symbol (0x002D) while in math mode? I want to avoid the standard remapping to Unicode minus 0x2212. It would also be workable if I could select the math font without switching to math mode. The problem with an approach like \math

Re: [NTG-context] Problems with old style figures and particular font

2016-08-12 Thread Martin Oppegaard
test1.pdf, compresslevel 3, objectcompresslevel 3 mkiv lua stats > loaded fonts: 1 files: fbb-regular.otf mkiv lua stats > fonts load time: 0.032 seconds for 4 fonts, 3 shared in backend, 1 common vectors, 2 common hashes mkiv lua stats > used platform: linux, type: unix, binary subtree

Re: [NTG-context] Dotted box in a form

2016-08-10 Thread Wolfgang Schuster
T{\framed[height=15mm,width=.4\textwidth,frame=off,bottomframe=dot]{}} \starttext Some text \noindent \starttabulate[|lw(.5\textwidth)|lw(.5\textwidth)|] \NC\T\NC\T\NC\NR \NC Pepa \NC Depa \NC\NR \stoptabulate \stoptext \definefiller [DotFill] [alternative=symbol, sy

Re: [NTG-context] Changing decimals points to Persian ones via font features

2016-08-08 Thread Hans Hagen
r? In my case, the Persian decimal separator usually has a part below the baseline that extends to the left, and because all (Persian) digits are above the baseline, I get an ugly space in the middle. If kerning is not possible at all, I can try to change the dimensions of Persian decimal separato

Re: [NTG-context] Changing decimals points to Persian ones via font features

2016-08-08 Thread Mohammad Hossein Bateni
gits are above the baseline, I get an ugly space in the middle. If kerning is not possible at all, I can try to change the dimensions of Persian decimal separator symbol because the kern is always necessary. Is it possible to change the dimensions of the symbol or is that also fixed and unchangea

Re: [NTG-context] Changing decimals points to Persian ones via font features

2016-08-08 Thread Hans Hagen
\page \the \everystoptext ... l.1 \dostoptext \clf_stoptext ->\luafunction \16>>clf_stoptext l.46 \stoptext there are no features in math as in text if only because in math e

Re: [NTG-context] Something got wrong here

2016-07-28 Thread Henri Menke
: 6 unique task lists, 5 instances > (re)created, 108 calls > > mkiv lua stats > used backend: pdf (backend for directly generating pdf > output) > > mkiv lua stats > jobdata time: 0.002 seconds saving, 0.001 seconds loading > > mkiv lua stats > callback

[NTG-context] Something got wrong here

2016-07-28 Thread Ursula Hermann
gular.otf, lmroman8-regular.otf mkiv lua stats > font engine: otf 3.020, afm 1.512, tfm 1.000, 11 instances, 4 shared in backend, 0 common vectors, 4 common hashes, load time 0.338 seconds mkiv lua stats > used platform: mswin

[NTG-context] French and Ancient Greek

2016-07-11 Thread Jean-Pierre Delange
iles: ugmm8a.afm, ugmmi8a.afm, ipaexm.ttf, freesans.otf, freesansoblique.otf, theanodidot-regular.ttf mkiv lua stats > font engine: otf 3.025, afm 1.512, tfm 1.000, 33 instances, 27 shared in backend, 4 common vectors, 23 common hashes, load time 1.281 seconds mkiv lua stats > used platfor

Re: [NTG-context] A question about a symbol in an text

2016-07-01 Thread Hans Hagen
On 7/1/2016 2:32 PM, Ursula Hermann wrote: Hello everyone! I have this one: \starttext Das Coverbild Untitled U+00023 9 ist eine Grafik aus der Serie Plastic Bodies der_des audiovisuellem Künstlerin bertkovski. \stoptext The problem is, that i wanted to use the symbol #. But when i

[NTG-context] A question about a symbol in an text

2016-07-01 Thread Ursula Hermann
Hello everyone! I have this one: \starttext Das Coverbild Untitled U+00023 9 ist eine Grafik aus der Serie Plastic Bodies der_des audiovisuellem Künstlerin bertkovski. \stoptext The problem is, that i wanted to use the symbol #. But when i wrote it in the text as i need it

Re: [NTG-context] Change font for footnote-symbols

2016-06-19 Thread Pablo Rodriguez
text get changed (In front of the first > footnote-symbol (the 1) there is also some whitespace added, which > looks like a bug or something; or I used the commands in a wrong > way). So I assume, this is not the intended way. But what is the > right way to do it?> Hi Jannik, thi

Re: [NTG-context] Change font for footnote-symbols

2016-06-19 Thread Thomas A. Schmitz
={\switchtobodyfont[latinmodern]}]. If I only add one of these, the symbols in the text/notes at the bottom of the page, get changed, but if I add both, only the font of the symbols in the text get changed (In front of the first footnote-symbol (the 1) there is also some whitespace added, which looks like

[NTG-context] Change font for footnote-symbols

2016-06-19 Thread Alias 1
one of these, the symbols in the text/notes at the bottom of the page, get changed, but if I add both, only the font of the symbols in the text get changed (In front of the first footnote-symbol (the 1) there is also some whitespace added, which looks like a bug or something; or I used the commands

Re: [NTG-context] Latin setupmathematics

2016-06-17 Thread Hans Åberg
the function \exp() to be readable. Unicode has added characters to enable such writing. Also, \exp is already defined to “exp”, for example for the exponential map in differential geometry: \startformula \exp_x: M_x → M \stopformula Here,

[NTG-context] beta

2016-06-08 Thread Hans Hagen
There are several kind of bugs, like \symbol [bug1] and \symbol [bug2], also in \CONTEXT ! \stopTEXpage The colr features uses (if present) the overlay method (microsoft fonts have that) which is quite clean and efficient, while the svg one uses (when present) svg information from the font. C

Re: [NTG-context] Package esvect and Context

2016-06-07 Thread Fabrice Couvreur
file: ntg45.pdf, compresslevel 3, objectcompresslevel 3 mkiv lua stats > loaded fonts: 2 files: latinmodern-math.otf, lmroman12-regular.otf mkiv lua stats > font engine: otf 3.022, afm 1.512, tfm 1.000, 4 instances, load time 0.149 seconds mkiv lua stats > used platform: linux-64, typ

Re: [NTG-context] Colon as non-operator

2016-05-31 Thread Hans Hagen
On 5/31/2016 5:53 PM, Hans Åberg wrote: On 31 May 2016, at 17:04, Hans Hagen wrote: On 5/31/2016 4:18 PM, Hans Åberg wrote: It is possible to get the symbol : COLON U+003A to expand to \colon, instead of the ratio operator, as it is now? it's a commented option What does that

Re: [NTG-context] Colon as non-operator

2016-05-31 Thread Hans Åberg
> On 31 May 2016, at 17:04, Hans Hagen wrote: > > On 5/31/2016 4:18 PM, Hans Åberg wrote: >> It is possible to get the symbol : COLON U+003A to expand to \colon, instead >> of the ratio operator, as it is now? > it's a commented option What does that mean? >

Re: [NTG-context] Colon as non-operator

2016-05-31 Thread Hans Hagen
On 5/31/2016 4:18 PM, Hans Åberg wrote: It is possible to get the symbol : COLON U+003A to expand to \colon, instead of the ratio operator, as it is now? The latter is rather rare in pure math, and in addition, it seems to have been reversed in the implementation with ∶ RATIO U+2236, cf

[NTG-context] Colon as non-operator

2016-05-31 Thread Hans Åberg
It is possible to get the symbol : COLON U+003A to expand to \colon, instead of the ratio operator, as it is now? The latter is rather rare in pure math, and in addition, it seems to have been reversed in the implementation with ∶ RATIO U+2236, cf. example below. \setupbodyfont[xits,10pt

Re: [NTG-context] Alignment/line break in a TABLE cell

2016-05-19 Thread Mari Voipio
Thanks, Wolfgang! \symbol[square] doesn't work for me, because the inside of the box has to be white also when on gray background, i.e. I need a box filled with white. I decided to do what I should've done in the first place and brushed up enough of my MetaPost that I could create

Re: [NTG-context] Alignment/line break in a TABLE cell

2016-05-19 Thread Wolfgang Schuster
t? 1. Lower your graphic because it has margins around the lines which positions it too high. \definesymbol[box3mm][{\offset[y=.25ex]{\externalfigure[box3mm]}}] \starttext \dontleavehmode\symbol[box3mm] 1 \stoptext 2. Use a box symbol which sits lower on the baseline. \starttext \don

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-16 Thread Jean-Pierre Delange
te_list, 2 temp mkiv lua stats > node list callback tasks: 6 unique task lists, 11 instances (re)created, 8720 calls mkiv lua stats > h-node processing time: 0.029 seconds including kernel mkiv lua stats > used backend: pdf (backend for directly generating pdf output) mkiv lua stats > jobd

Re: [NTG-context] What are your ten (10) favorite typography books of the last 50 years? (*not* OT)

2016-05-15 Thread Alan BRASLAU
r = {Vogt-Schild}, language = {german}, } @Book{Frutiger1980, author= {Frutiger, A. and Besset, M. and Ruder, E. and Schneebeli, H. R.}, year = {1980}, title = {Type, sign, symbol}, publisher = {ABC Edition}, language = {english}, } @Book{GalvezPizarro2005, author= {Gálv

Re: [NTG-context] Nolimits not working with Unicode characters

2016-05-14 Thread Aditya Mahajan
that the \startformula command misses the ∫ definition on the first non-space character. I haven't debugged this, but my guess is that the int symbol is read before \everymathematics is executed (because \startformula is looking ahead for the optional arguments in [...] and the only way t

Re: [NTG-context] Nolimits not working with Unicode characters

2016-05-14 Thread Hans Åberg
been defined. It works if one puts a >> character before the first integral sign. So it seems that the \startformula >> command misses the ∫ definition on the first non-space character. > > I haven't debugged this, but my guess is that the int symbol is read before > \eve

Re: [NTG-context] Nolimits not working with Unicode characters

2016-05-14 Thread Aditya Mahajan
. I haven't debugged this, but my guess is that the int symbol is read before \everymathematics is executed (because \startformula is looking ahead for the optional arguments in [...] and the only way to do so is read the next symbol and check if it is [). Use \startformula\relax ... \s

Re: [NTG-context] Nolimits not working with Unicode characters

2016-05-13 Thread Hans Åberg
ut it will never be > default (some \mathcommand's represent base characters then become larger for > instance while the corresponding base character is fixed in size), so ∫ by > default is the character and not the 'adapting construct' (tex often has many > commands fo

<    2   3   4   5   6   7   8   9   10   11   >