Re: [NTG-context] \symbol (ConTeXt vs. LateX)

2019-02-16 Thread Tomas Hala
Thank you, Wolgang, that's it. Tomáš Sat, Feb 16, 2019 ve 03:31:47PM +0100 Wolfgang Schuster napsal(a): # # # Tomas Hala schrieb am 16.02.19 um 15:25: # >Hi all, # > # >how can I print the corresponding character if I know its ordinal value? # # You can use the \tochar{...} command. # #

Re: [NTG-context] \symbol (ConTeXt vs. LateX)

2019-02-16 Thread Wolfgang Schuster
Tomas Hala schrieb am 16.02.19 um 15:25: Hi all, how can I print the corresponding character if I know its ordinal value? You can use the \tochar{...} command. font-ini.mkiv: %D The \type {\tochar} commmand takes a specification: %D %D \starttabulate[|l|l|l|] %D \NC e \NC entity

[NTG-context] \symbol (ConTeXt vs. LateX)

2019-02-16 Thread Tomas Hala
Hi all, how can I print the corresponding character if I know its ordinal value? (In LaTeX, there is a command \symbol{number} but in ConTeXt this command has different meaning.) Thanks in advance, Best wishes, Tomáš Hála

Re: [NTG-context] about vertical alignment

2019-02-10 Thread Jeong Dal
Dear Wolfgang, > \startitemize[n][stopper=),width=0pt] > > You have to set the width for the item symbol to 0pt because it’s now part of > the table. It works perfectly. A short argument "width=0pt” solves my problem. Thank you so mu

Re: [NTG-context] about vertical alignment

2019-02-10 Thread Wolfgang Schuster
int \sec^{n-2}x \,dx}$ $(n>1)$ \stopitemize \item Integration \startitemize[n][stopper=)] \startitemize[n][stopper=),width=0pt] You have to set the width for the item symbol to 0pt because it’s now part of the table. Wo

Re: [NTG-context] problem with \sym?

2019-02-03 Thread Wolfgang Schuster
ol_box \strc_itemgroups_make_dest... \strc_itemgroups_start_item ...groups_insert_item                                                 \dostoptagged \ifcondition... \dotagsetitem \sym ..._symbol \startitemgroupitem \dotagsetitem                                                 \s!symbol l.18

[NTG-context] problem with \sym?

2019-02-03 Thread Alan Bowen
e_dest... \strc_itemgroups_start_item ...groups_insert_item \dostoptagged \ifcondition... \dotagsetitem \sym ..._symbol \startitemgroupitem \dotagsetitem \s!symbol l.18 \sym{0.} Prolegomena to the

Re: [NTG-context] Scaling down symbols and emojis

2019-01-18 Thread User 19087
On Wed, Jan 16, 2019 at 6:29 PM User 19087 wrote: >> Or I use {\switchtobodyfont[...]\symbol[ShortForty]} in the document. >> At that point the body font may have been switched to a size whose >> environment defines different values for 'x' and 'xx'. Or perhaps the >> curr

Re: [NTG-context] Works and Doesn't Work

2019-01-18 Thread Wolfgang Schuster
string works as advertised. Regards dh start of contxt source \definesymbol[5][$\diamond$] \starttext \setupitemgroup[itemize][each][packed][before=\underbar{mae-da },after=\underbar{ato-da}] % WORKS \setupitemgroup[itemize][each][ ][symbol=5

Re: [NTG-context] Scaling down symbols and emojis

2019-01-18 Thread Wolfgang Schuster
User 19087 schrieb am 17.01.19 um 14:30: On Wed, Jan 16, 2019 at 4:24 PM Wolfgang Schuster wrote: % Which factor should I use to match \tfxx? \symbol[ShortForty] \scale[factor=4]{\symbol[ShortForty]} x = 0.8 xx = 0.6 That's what the ConTeXt Reference Manual also says, but that doesn't seem

[NTG-context] Works and Doesn't Work

2019-01-17 Thread jdh
dh start of contxt source \definesymbol[5][$\diamond$] \starttext \setupitemgroup[itemize][each][packed][before=\underbar{mae-da },after=\underbar{ato-da}] % WORKS \setupitemgroup[itemize][each][ ][symbol=5]% WORKS

Re: [NTG-context] Scaling down symbols and emojis

2019-01-17 Thread User 19087
On Wed, Jan 16, 2019 at 4:24 PM Wolfgang Schuster wrote: > > % Which factor should I use to match \tfxx? > > \symbol[ShortForty] > > \scale[factor=4]{\symbol[ShortForty]} > x = 0.8 > xx = 0.6 That's what the ConTeXt Reference Manual also says, but that doesn't seem to

Re: [NTG-context] Scaling down symbols and emojis

2019-01-16 Thread User 19087
bodyfontenvironment{x}, n=\getcurrentbodyfontenvironment{xx}] > > % This also works but is less than ideal when matching surrounding > > font sizes. > > % Which factor should I use to match \tfxx? > > \symbol[ShortForty] > > \scale[factor=4]{\symbol[ShortForty]} > x = 0.8

Re: [NTG-context] Scaling down symbols and emojis

2019-01-16 Thread Wolfgang Schuster
] \usesymbols[mvs] \setupsymbolset[martinvogel 2] %\showallmakeup \starttext % Progressively larger as expected. \symbol[ShortForty] {\tfa\symbol[ShortForty]} {\tfb\symbol[ShortForty]} {\tfc\symbol[ShortForty]} {\tfd\symbol[ShortForty]} % Unexpectedly all the same size. \symbol[ShortForty] {\tfx\symbol

[NTG-context] Scaling down symbols and emojis

2019-01-16 Thread User 19087
] %\showallmakeup \starttext % Progressively larger as expected. \symbol[ShortForty] {\tfa\symbol[ShortForty]} {\tfb\symbol[ShortForty]} {\tfc\symbol[ShortForty]} {\tfd\symbol[ShortForty]} % Unexpectedly all the same size. \symbol[ShortForty] {\tfx\symbol[ShortForty]} {\tfxx\symbol[ShortForty]} % This works

Re: [NTG-context] Typing Unicode subscript and superscript numbers

2018-12-02 Thread Hans Hagen
and superscript symbols, and for computer input, it would be better with a matching pair than a single symbol. I have used the text substitutions on MacOS for some time now, and it works fine to write math styles and symbols directly in a plain text file. I have also seen these super and superscript

Re: [NTG-context] Typing Unicode subscript and superscript numbers

2018-12-02 Thread Hans Åberg
_, the latter which in turn comes from some pre-ASCII arrow symbols. Unicode does not have general super and superscript symbols, and for computer input, it would be better with a matching pair than a single symbol. I have used the text substitutions on MacOS for some time now, and it works fine to w

Re: [NTG-context] Font Awesome (again)

2018-11-04 Thread Mari Voipio
ontawesome 5 uses a new > machanism > to load the symbols from the font files. The first version of the > mechanism from August > did only work when you enabled the symbol set for the whole document and > extended > support was added in September. > > Wolfgang > > > Mar

Re: [NTG-context] Font Awesome (again)

2018-11-01 Thread Wolfgang Schuster
Hi Mari, you have to update your installation because fontawesome 5 uses a new machanism to load the symbols from the font files. The first version of the mechanism from August did only work when you enabled the symbol set for the whole document and extended support was added in September

Re: [NTG-context] Font Awesome (again)

2018-11-01 Thread Wolfgang Schuster
Mari Voipio schrieb am 01.11.18 um 12:04: Hi, I'm trying to get Font Awesome 5 to work for me, but it only almost does. Wolfgang's code works and I get a nice list of symbols for all three variations, so ConTeXt obviously finds the font. But when I try to use a single symbol, ConTeXt prints

Re: [NTG-context] Font Awesome (again)

2018-11-01 Thread Mari Voipio
Hi, I'm trying to get Font Awesome 5 to work for me, but it only almost does. Wolfgang's code works and I get a nice list of symbols for all three variations, so ConTeXt obviously finds the font. But when I try to use a single symbol, ConTeXt prints the symbol name instead of the symbol

Re: [NTG-context] ConTeXt mathematics macros

2018-10-16 Thread Wolfgang Schuster
. Am I missing something or is the wiki outdated? By the way, I am looking for a "battery included" math module, which provides predefined macros like the absolute value symbol, derivative, and partial derivative. Any recommendation or advice on this? Thanks! Sh

[NTG-context] ConTeXt mathematics macros

2018-10-14 Thread Shuxian Wang
looking for a "battery included" math module, which provides predefined macros like the absolute value symbol, derivative, and partial derivative. Any recommendation or advice on this? Thanks! Shuxian Wang _

Re: [NTG-context] Font Awesome (again)

2018-10-07 Thread Aditya Mahajan
not match those on the font-awesome website. For example, using \showsymbolset[fontawesome] The distribution includes version 4.7. I get that the symbol for "utensils" (https://fontawesome.com/icons/utensils?style=solid) is actually mapped to "food" in ConT

Re: [NTG-context] Font Awesome (again)

2018-10-07 Thread Hans Hagen
do not match those on the font-awesome website. For example, using \showsymbolset[fontawesome] The distribution includes version 4.7. I get that the symbol for "utensils" (https://fontawesome.com/icons/utensils?style=solid) is actually mapped to "food" in ConT

Re: [NTG-context] Font Awesome (again)

2018-10-07 Thread Wolfgang Schuster
. For example, using \showsymbolset[fontawesome] The distribution includes version 4.7. I get that the symbol for "utensils" (https://fontawesome.com/icons/utensils?style=solid) is actually mapped to "food" in ConTeXt. Since the names of the symbols are now taken fro

[NTG-context] Font Awesome (again)

2018-10-07 Thread Aditya Mahajan
[fontawesome] I get that the symbol for "utensils" (https://fontawesome.com/icons/utensils?style=solid) is actually mapped to "food" in ConTeXt. Since the names of the symbols are now taken from the font, my guess is that the distribution has an old version of the font (also because

Re: [NTG-context] handling an external sag file as a text character

2018-10-02 Thread Wolfgang Schuster
\setupexternalfigure[location=default] \definefiguresymbol [textmill] [mill] [height=1.7ex] \starttext A \externalfigure[mill][height=1.7ex] B \figuresymbol[mill] C \figuresymbol[mill][height=1.7ex] D \symbol[textmill] E \stoptext Wolfgang Floris van Manen schrieb am 02.10.18 um 20:07

[NTG-context] accessing glyphs in the private area

2018-09-30 Thread Ulrike Fischer
test={name:Coelacanth:mode=node;script=latn;language=DFLT;+tlig;} \test 1.: \Uchar62860 2.: \Uchar983910 \stoptext The question was triggered by this tex.sx question https://tex.stackexchange.com/questions/453224/using-glyphs-in-the-corporate-use-or-microsoft-symbol-areas https://github

Re: [NTG-context] setupitemize (no hanging)

2018-09-29 Thread Alan Braslau
On Sun, 30 Sep 2018 13:40:36 +1300 Henri Menke wrote: > On 30/09/18 13:17, Alan Braslau wrote: > > Silly question: > > > > How do I setup itemize so that there be no hanging indent and the symbol is > > aligned with the left edge of the text, i.e. not in the margi

Re: [NTG-context] setupitemize (no hanging)

2018-09-29 Thread Henri Menke
On 30/09/18 13:17, Alan Braslau wrote: > Silly question: > > How do I setup itemize so that there be no hanging indent and the symbol is > aligned with the left edge of the text, i.e. not in the margin? (margin or > inmargin or width=-2em puts the symbol in the margin.) Not

[NTG-context] setupitemize (no hanging)

2018-09-29 Thread Alan Braslau
Silly question: How do I setup itemize so that there be no hanging indent and the symbol is aligned with the left edge of the text, i.e. not in the margin? (margin or inmargin or width=-2em puts the symbol in the margin.) Alan

Re: [NTG-context] \autodirhbox doesn’t work in \framed

2018-09-24 Thread Hans Hagen
(\itemtag) Item 1 \eTD     \eTR \eTABLE \stopitemize \stoptext The reason for this is the \autodirhbox command – which is used to store the item symbol – produces only a empty space when you use it with \framed. \starttext \hbox{Text?} \autodirhbox{Text?} \framed{\autodirhbox{Text?}} \framed

[NTG-context] issue with interaction

2018-09-24 Thread Pablo Rodriguez
This is a sample comment. \startcomment[symbol=Comment] Just a comment \stopcomment This is a sample comment. \startcomment[symbol=Help] Just a comment \stopcomment This is a sample comment. \startcomment[symbol=Insert] Just a comment \stopcomment

[NTG-context] \autodirhbox doesn’t work in \framed

2018-09-23 Thread Wolfgang Schuster
\stoptext The reason for this is the \autodirhbox command – which is used to store the item symbol – produces only a empty space when you use it with \framed. \starttext \hbox{Text?} \autodirhbox{Text?} \framed{\autodirhbox{Text?}} \framed[align=right,width=4cm]{\autodirhbox{Text

Re: [NTG-context] Using the source han sans fonts fails

2018-09-19 Thread Hans Hagen
l sequences: 45351 of 65536 + 10 mkiv lua stats > lua properties: engine: lua 5.3, used memory: 1519 MB (ctx: 1460 MB), hash type: lua, hash chars: min(32,40), symbol mask: utf (τεχ) mkiv lua stats > runtime: 39.711 seconds The fonts *are* large, and my computer is quite old, so it c

Re: [NTG-context] Using the source han sans fonts fails

2018-09-19 Thread Taco Hoekwater
> > but ... do you use luajittex? > > No (neither with lualatex). > > The context log says at the end: > > mkiv lua stats > used platform: mswin, type: windows, binary > subtree: texmf-mswin > mkiv lua stats > used engine: luatex version 1.09 with >

Re: [NTG-context] Using the source han sans fonts fails

2018-09-19 Thread luigi scarso
at the end: > > mkiv lua stats > used platform: mswin, type: windows, binary > subtree: texmf-mswin > mkiv lua stats > used engine: luatex version 1.09 with > functionality level 6930, banner: this is luatex, version 1.09.0 > (tex live 2018/w32tex) > mkiv lua stats

Re: [NTG-context] Using the source han sans fonts fails

2018-09-19 Thread Ulrike Fischer
The context log says at the end: mkiv lua stats > used platform: mswin, type: windows, binary subtree: texmf-mswin mkiv lua stats > used engine: luatex version 1.09 with functionality level 6930, banner: this is luatex, version 1.09.0 (tex live 2018/w32tex) mkiv lua stats > control s

Re: [NTG-context] Emacs + latest beta

2018-08-30 Thread Fabrice Couvreur
dimir.synctex > > mkiv lua stats > used backend: pdf (backend for directly generating pdf > > output) > > mkiv lua stats > jobdata time: 0.001 seconds saving, 0.000 seconds > loading > > mkiv lua stats > callbacks: internal: 177, file: 180, direct: 2, late: >

Re: [NTG-context] Emacs + latest beta

2018-08-29 Thread Vladimir Lomov
ats > loaded fonts: 4 files: latinmodern-math.otf, > lmroman10-bold.otf, lmroman10-regular.otf, lmroman12-regular.otf > mkiv lua stats > font engine: otf 3.104, afm 1.513, tfm 1.000, 9 > instances, 3 shared in backend, 3 common vectors, 0 common hashes, load > time 0.216 seconds &g

Re: [NTG-context] Emacs + latest beta

2018-08-29 Thread Fabrice Couvreur
ary subtree: texmf-linux-64 mkiv lua stats > used engine: luatex version 1.08 with functionality level 6731, banner: this is luatex, version 1.08.0 (tex live 2018) mkiv lua stats > control sequences: 46537 of 65536 + 10 mkiv lua stats > lua properties: engine: lua 5.3, used memory: 8

Re: [NTG-context] closesymbol on same line as displayed formula

2018-08-27 Thread Aditya Mahajan
, and then add the close symbol below it). I am not sure how easy it is to implement such an approach in ConTeXt. Aditya ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

Re: [NTG-context] Emacs + latest beta

2018-08-24 Thread Fabrice Couvreur
ogfile: vladimir.synctex mkiv lua stats > used backend: pdf (backend for directly generating pdf output) mkiv lua stats > jobdata time: 0.001 seconds saving, 0.001 seconds loading mkiv lua stats > callbacks: internal: 338, file: 162, direct: 0, late: 0, function 0, total: 500 mkiv lua

Re: [NTG-context] Emacs + latest beta

2018-08-23 Thread Wolfgang Schuster
, average: 0.019, instances: 1, luacalls: 7, memory: 2.608 M mkiv lua stats > used platform: linux-64, type: unix, binary subtree: texmf-linux-64 mkiv lua stats > used engine: luatex version 1.08 with functionality level 6731, banner: this is luatex, version 1.08.0 (tex live 2018) mki

[NTG-context] Emacs + latest beta

2018-08-22 Thread Fabrice Couvreur
: texmf-linux-64 mkiv lua stats > used engine: luatex version 1.08 with functionality level 6731, banner: this is luatex, version 1.08.0 (tex live 2018) mkiv lua stats > control sequences: 46533 of 65536 + 10 mkiv lua stats > lua properties: engine: lua 5.3, used memor

[NTG-context] Latest beta

2018-08-20 Thread Fabrice Couvreur
-linux-64 mkiv lua stats > used engine: luatex version 1.08 with functionality level 6731, banner: this is luatex, version 1.08.0 (tex live 2018) mkiv lua stats > control sequences: 46548 of 65536 + 10 mkiv lua stats >

Re: [NTG-context] structures.lists.ordered empty in latest beta

2018-08-18 Thread Wolfgang Schuster
.000, 9 instances, 3 shared in backend, 3 common vectors, 0 common hashes, load time nil mkiv lua stats > visualization time: 0.002 seconds mkiv lua stats > page group warning: transparencies are used but no pagecolormodel is set mkiv lua stats > used platform: osx-64, type: unix, binary

Re: [NTG-context] Enumerations in an environment

2018-08-13 Thread Wolfgang Schuster
=\groupedcommand{}{:\,}, width=broad, closesymbol={\symbol[square]}] \starttext \startproof \startitemize[n] \item one \item two \item three \stopitemize \stopproof \startproof \startitemize[n,text][lefttext=,righttext=] \item one\par \item two\par \item three \stopitemize

[NTG-context] Enumerations in an environment

2018-08-13 Thread Fabrice Couvreur
, closesymbol={\symbol[square]}] \starttext \startproof \startitemize[n] \item one \item two \item three \stopitemize \stopproof \stoptext ___ If your question is of interest to others as well, please add

[NTG-context] Fwd: Problem of compiling a file with Emacs

2018-08-01 Thread Fabrice Couvreur
> > mkiv lua stats > loaded fonts: 3 files: latinmodern-math.otf, > > lmroman10-regular.otf, lmroman12-regular.otf > > mkiv lua stats > font engine: otf 3.104, afm 1.513, tfm 1.000, 9 > > instances, 4 shared in backend, 3 common vectors, 1 common hashes, load > >

Re: [NTG-context] Problem of compiling a file with Emacs

2018-08-01 Thread Lizardo Reyna
hashes, load > time 0.307 seconds > mkiv lua stats  > metapost: 0.001 seconds, loading: 0.101, execution: > 0.000, n: 1, average: 0.102, instances: 1, luacalls: 4, memory: 2.602 M > mkiv lua stats  > used platform: linux-64, type: unix, binary subtree: > texmf-linux-64 &g

Re: [NTG-context] Symbolsets: Font Awesome 5, Webdings, Wingdings, Symbola

2018-07-30 Thread Henning Hraban Ramm
t;> Does this contain more symbols that those in the fontawesome symbol set in >> the distribution: >> >> https://github.com/contextgarden/context-mirror/blob/beta/tex/context/base/mkiv/symb-imp-fontawesome.mkiv >> >> >> If some symbols are missing, it might be bet

Re: [NTG-context] Symbolsets: Font Awesome 5, Webdings, Wingdings, Symbola

2018-07-29 Thread Wolfgang Schuster
more symbols that those in the fontawesome symbol set in the distribution: https://github.com/contextgarden/context-mirror/blob/beta/tex/context/base/mkiv/symb-imp-fontawesome.mkiv If some symbols are missing, it might be better to add them to the symbolset in the distribution. 1

Re: [NTG-context] Symbolsets: Font Awesome 5, Webdings, Wingdings, Symbola

2018-07-29 Thread Aditya Mahajan
symbol set in the distribution: https://github.com/contextgarden/context-mirror/blob/beta/tex/context/base/mkiv/symb-imp-fontawesome.mkiv If some symbols are missing, it might be better to add them to the symbolset in the distribution. Aditya

Re: [NTG-context] unable to define 'texgyrepagella-regula' error etc.

2018-07-26 Thread Hans Hagen
e 1.061 seconds mkiv lua stats  > used platform: osx-64, type: unix, binary subtree: texmf-osx-64 mkiv lua stats  > used engine: luatex version 1.08 with functionality level 6731, banner: this is luatex, version 1.08.0 (tex live 2018) mkiv lua stats  > control sequences: 46564 of 65536 + 1

[NTG-context] unable to define 'texgyrepagella-regula' error etc.

2018-07-25 Thread Jeong Dal
tionality level 6731, banner: this is luatex, version 1.08.0 (tex live 2018)mkiv lua stats  > control sequences: 46564 of 65536 + 10mkiv lua stats  > lua properties: engine: lua 5.3, used memory: 214 MB (ctx: 213 MB), hash type: lua, hash chars: min(64,40), symbol mask: utf (τεχ)mkiv lua st

Re: [NTG-context] How to get mail and phone symbols?

2018-07-23 Thread Lizardo M. Reyna Bowen
>> >> How is the way to do it in ConTexT? > \usesymbols[mvs] > % \setupsymbolset[martinvogel 2] > > \starttext > >   % \symbol[Telephone] >   % \symbol[EMail] >   % \symbol[Letter] > >     \symbol[martinvolel 2][Telephone] >     \symbol[martinvolel 2][EMail] &

Re: [NTG-context] How to get mail and phone symbols?

2018-07-23 Thread Marcus Vinicius Mesquita
\definesymbol[e-mail][\getglyphdirect{FontAwesome}{\number"F003}] \definesymbol[phone][\getglyphdirect{FontAwesome}{\number"F095}] \starttext \symbol[e-mail] someone@somewhere \symbol[phone] your number \stoptext Fonts Awesome: https://fonta

Re: [NTG-context] How to get mail and phone symbols?

2018-07-23 Thread Hans Hagen
On 7/23/2018 5:52 PM, Lizardo M. Reyna Bowen wrote: Hi, I want to use the some symbols for phone and email (envelope) in my curriculum vitae to get it look more modern. How is the way to do it in ConTexT? \usesymbols[mvs] % \setupsymbolset[martinvogel 2] \starttext % \symbol[Telephone

Re: [NTG-context] referencing and stoppers

2018-06-30 Thread Idris Samawi Hamid ادريس سماوي حامد
On Sat, 30 Jun 2018 04:20:57 -0600, Wolfgang Schuster wrote: You can use the \setupreferencestructureprefix command set a different value for the stopper but you have to ensure the key takes a value because a empty argument is ignored. Instead of the argument I used in my example (\symbol

Re: [NTG-context] referencing and stoppers

2018-06-30 Thread Wolfgang Schuster
You can use the \setupreferencestructureprefix command set a different value for the stopper but you have to ensure the key takes a value because a empty argument is ignored. Instead of the argument I used in my example (\symbol[none]) you can also use a unicode character without width, e.g

Re: [NTG-context] font pathes with colons

2018-06-11 Thread Ulrike Fischer
.Cs local left=P("(") local right=P(")") local colon=P(":") local space=P(" ") local lbrace=P("{") local rbrace=P("}") definers.defaultlookup="file" local prefixpattern=P(false) local function addspecifier(symbol) spli

Re: [NTG-context] Commands \inmargin and \inouter not working

2018-06-04 Thread Pablo Rodriguez
8.0 (tex live 2018) > mkiv lua stats > lua properties: engine: lua 5.3, used memory: 79 MB > (ctx: 79 MB), hash type: lua, hash chars: min(64,40), symbol mask: utf (τεχ) > > Marcus Vinicius  > > > ___

[NTG-context] Commands \inmargin and \inouter not working

2018-06-03 Thread Marcus Vinicius Mesquita
n 1.08 with functionality level 6731, banner: this is luatex, version 1.08.0 (tex live 2018) mkiv lua stats > lua properties: engine: lua 5.3, used memory: 79 MB (ctx: 79 MB), hash type: lua, hash chars: min(64,40), symbol mask: utf (τεχ) Marcus Vinicius mwe.pdf Description: Adobe PDF

Re: [NTG-context] two nested \mathbin command changes spacing

2018-05-01 Thread Ulrike Fischer
that a wrapped > mathbin is no longer a pure bin and so ... it's again an indication that > a wrong boundingbox (width) relying on always some kind of italic to fix > it is a bad approach Well yes, I already suspected this when I saw "italic" in the log. What would be a better

Re: [NTG-context] ! error: (nodes): attempt to double-free math_char node 100300, ignored

2018-04-28 Thread Hans Hagen
PDF file produced! The fonts used are [latinmodern-math.otf]:mode=base;script=math;language=DFLT; and STIXTwoText:mode=base;script=latn;language=DFLT; Imho the relevant points to trigger the error are - a math alphabet which uses mode=base - a ligature in this font (fb here) - a following math sym

[NTG-context] ! error: (nodes): attempt to double-free math_char node 100300, ignored

2018-04-28 Thread Ulrike Fischer
mho the relevant points to trigger the error are - a math alphabet which uses mode=base - a ligature in this font (fb here) - a following math symbol directly behind the ligature (\int would give an error too). \documentclass{article} \usepackage{unicode-math} \setmathfontface\mathtestbase{STIX Two T

[NTG-context] Loading units fails

2018-04-24 Thread Michael Guravage
ont engine: otf 3.103, afm 1.513, tfm 1.000 mkiv lua stats > used platform: linux-64, type: unix, binary subtree: texmf-linux-64 mkiv lua stats > used engine: luatex version 1.08 with functionality level 6712, banner: this is luatex, version 1.08.0 (tex live 2018) mkiv lua s

[NTG-context] Problem with Filter Module in latent context beta

2018-04-14 Thread Lutz Haseloff
file: filtertest.pdf, compresslevel 3, objectcompresslevel 3 mkiv lua stats > font engine: otf 3.103, afm 1.513, tfm 1.000 mkiv lua stats > used platform: unknown, type: unix, binary subtree: texmf-linux-armhf mkiv lua stats > used engine: luatex version 1.08 with functionality leve

Re: [NTG-context] Font fallback scaling

2018-04-13 Thread Magnus J
df viewer without any visible > \prime or \doubleprime, except in the footnote (where there is no > \wedge on the other hand)... Note that \prime is visible as a footnote > symbol, which is also in math mode. If I comment *all* of the > \definefallbackfamily rows, it shows in the mat

Re: [NTG-context] Font fallback scaling

2018-04-13 Thread Magnus J
Well that's even more odd. Is it visible in the attachment? Tested with updated Acrobat Reader and Sumatra pdf viewer without any visible \prime or \doubleprime, except in the footnote (where there is no \wedge on the other hand)... Note that \prime is visible as a footnote symbol, which is also

Re: [NTG-context] Font fallback scaling

2018-04-13 Thread Magnus J
Thanks, I could have sworn I had tested that. With my new setup, I still have trouble with some characters in math mode. Specifically, I don't see the \prime and \doubleprime characters in math mode, and I can't use \wedge as a footnote symbol. Consider this commented example, pdf result attached

Re: [NTG-context] Macro to write the euro symbol

2018-04-09 Thread Fabrice Couvreur
Hi Hans, Thank you for the clarification. Fabrice 2018-04-08 11:50 GMT+02:00 Hans Hagen <j.ha...@xs4all.nl>: > On 4/8/2018 9:09 AM, Otared Kavian wrote: > >> Hi Fabrice, >> >> I don't know about the \symbol[EUR], but you can use directly the € >> symbol as

[NTG-context] Build for Alpine Linux

2018-04-08 Thread Brian Hunt
00) Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by luatex) Error relocating luatex: __rawmemchr: symbol not found Error relocating luatex: __isnan: symbol not found Has anyone run ConTeXt on Alpine? Many thanks. Brian -- *from the personal account of:*

Re: [NTG-context] Macro to write the euro symbol

2018-04-08 Thread Hans Hagen
On 4/8/2018 9:09 AM, Otared Kavian wrote: Hi Fabrice, I don't know about the \symbol[EUR], but you can use directly the € symbol as in: \unexpanded\def\euros#1{#1\,€} \starttext \euros{100} \stoptext most fonts nowadays have a properly matched euro \usesymbols[mvs] % has your EUR

Re: [NTG-context] Macro to write the euro symbol

2018-04-08 Thread Fabrice Couvreur
Hello Otared, Thank you for your answer even though I knew we could do like that. In fact I wanted to understand why a macro that works very well for several years no works. Fabrice 2018-04-08 9:09 GMT+02:00 Otared Kavian <ota...@gmail.com>: > Hi Fabrice, > > I don't know about

Re: [NTG-context] Macro to write the euro symbol

2018-04-08 Thread Otared Kavian
Hi Fabrice, I don't know about the \symbol[EUR], but you can use directly the € symbol as in: \unexpanded\def\euros#1{#1\,€} \starttext \euros{100} \stoptext Best regards: OK > On 7 Apr 2018, at 23:56, Fabrice Couvreur <fabrice1.couvr...@gmail.com> wrote: > > Hello, &g

[NTG-context] Macro to write the euro symbol

2018-04-07 Thread Fabrice Couvreur
Hello, This macro does not work anymore and I do not understand why. Thank you \unexpanded\def\euros#1{#1\,\symbol[EUR]} \starttext \euros{100} \stoptext ___ If your question is of interest to others as well

Re: [NTG-context] BTX subsystem fubar, borked, failing with current (2018-04-02) beta

2018-04-03 Thread Alan Braslau
tf 3.103, afm 1.513, tfm 1.000, 5 instances, load time 0.185 seconds mkiv lua stats > publications load time: 0.003 seconds, 24260 bytes, 33 definitions, 0 shortcuts mkiv lua stats > used platform: freebsd-amd64, type: unix, binary subtree: texmf-freebsd-amd64 mkiv lua stats > used engi

Re: [NTG-context] BTX subsystem fubar, borked, failing with current (2018-04-02) beta

2018-04-03 Thread Rik Kabel
tats > font engine: otf 3.103, afm 1.513, tfm 1.000, 5 instances, load time 0.153 seconds mkiv lua stats > publications load time: 0.004 seconds, 24260 bytes, 33 definitions, 0 shortcuts mkiv lua stats > used platform: win64, type: windows, binary subtree: texmf-win64

Re: [NTG-context] Fwd: Macro to write a vector (Metafun) is broken

2018-03-22 Thread Fabrice Couvreur
, n: 8, average: 0.003, instances: 1, memory: 2.519 M mkiv lua stats > used platform: linux-64, type: unix, binary subtree: texmf-linux-64 mkiv lua stats > used engine: luatex version 1.07 with functionality level 6635, banner: this is luatex, version 1.07.0 (tex live 2018) mkiv lua stats > co

Re: [NTG-context] How to use fonts.handlers.otf.enhancers.patches?

2018-02-27 Thread Henri Menke
tats > used backend: pdf (backend for directly generating pdf output) mkiv lua stats > jobdata time: 0.001 seconds saving, 0.000 seconds loading mkiv lua stats > callbacks: 152 direct, 711 indirect, 863 total mkiv lua stats > randomizer: resumed with value 0.72594127791279 mkiv lua

Re: [NTG-context] Midsentence alias

2018-02-11 Thread Idris Samawi Hamid ادريس سماوي حامد
On Sun, 11 Feb 2018 09:56:40 -0700, Hans Hagen <pra...@wxs.nl> wrote: On 2/11/2018 5:20 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: Is there an analogous symbol for a midsentence, which requires a mark only at its beginning? |=| Excellent! -- Idris Samawi Hamid, Professor Depa

Re: [NTG-context] Midsentence alias

2018-02-11 Thread Hans Hagen
On 2/11/2018 5:20 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: Is there an analogous symbol for a midsentence, which requires a mark only at its beginning? |=| - Hans Hagen | PRAGMA ADE

[NTG-context] Midsentence alias

2018-02-11 Thread Idris Samawi Hamid ادريس سماوي حامد
This is a sentence that ends in a midsentence\midsentence Here is the midsentence. \stoptext === A primary subsentence or nested subsentence is marked off by |<| and |>| respectively. Is there an analogous symbol for a midsentence, which requires a mark only at its beginning?

Re: [NTG-context] Multiple columns in an itemization group

2018-01-27 Thread jdh
ny way to instruct ConText, when using "itemize" with > multiple columns to specify the number, X columns. In this case I > want three > > > #2 Is there any way to turn off a bullet

Re: [NTG-context] Multiple columns in an itemization group

2018-01-26 Thread kaddour kardio
​You have plenty of choices: ​1- using predefined symbols, numbered 1 to 7 for usual itemation symbols: \startitemize[4, columns, three, joindup, packed] 2- use alphanumeric symbols: A (capitals) a, R (romans), r \startitemize[R, columns, three, joindup, packed] 3 - define your own symbol (like

Re: [NTG-context] Multiple columns in an itemization group

2018-01-25 Thread kaddour kardio
X columns. In this case I want > three > > > #2 Is there any way to turn off a bullet character/symbol? > > > Here is a vacabulary list example?: > > > > > \setuppapersize[letter] > \starttext > \startitemize[columns,join

[NTG-context] Multiple columns in an itemization group

2018-01-25 Thread jdh
#1 Is there any way to instruct ConText, when using "itemize" with multiple columns to specify the number, X columns. In this case I want three #2 Is there any way to turn off a bullet character/symbol? Here is a vacabulary li

Re: [NTG-context] Setting the footnote symbol

2017-11-17 Thread Idris Samawi Hamid ادريس سماوي حامد
On Fri, 17 Nov 2017 13:06:02 -0700, Pablo Rodriguez wrote: With average user, I mean I don’t fully understand the code that I read (and I cannot write code for ConTeXt [either TeX or Lua]). Otherwise, I would be contributing code to ConTeXt. But what you contribute by answering

Re: [NTG-context] Setting the footnote symbol

2017-11-17 Thread Pablo Rodriguez
On 11/16/2017 10:14 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: > On Thu, 16 Nov 2017 11:40:40 -0700, Pablo Rodriguez wrote: >> [...] >> I must confess that this is far beyond my knowledge. I never used >> \definefont. > > Mainly useful for testing for bugs in other macros etc.. Dear Idris,

Re: [NTG-context] getting metafun positions within (displayed) math mode

2017-11-17 Thread Aditya Mahajan
\zeropoint$\displaystyle\sum$}}_{\hpos{n2}{\mathsurround\zeropoint$\scriptstyle0$}}^{\hpos{n3}{\mathsurround\zeropoint$\scriptstyle1$}} \stopformula \stoptext So what you need to do is find the mathmode of the current symbol (mathbin, mathord, etc) and find the mathstyle of the current symbol

Re: [NTG-context] getting metafun positions within (displayed) math mode

2017-11-16 Thread Nigel King
; (for Cambridge University Press, aka CUP). As partial compensation, I > convinced CUP that I may typeset it in ConTeXt and deliver them PDF. > > Being hopefully a guide actually useful to students, it will annotate > every symbol in important equations, a feature cribbed from th

Re: [NTG-context] Setting the footnote symbol

2017-11-16 Thread Idris Samawi Hamid ادريس سماوي حامد
On Thu, 16 Nov 2017 11:40:40 -0700, Pablo Rodriguez wrote: On 11/16/2017 07:18 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: Yes, but the point of this scenario is to do everything with \definefont. pagella is just for purposes of a MWE: otherwise the scenario calls for using

[NTG-context] getting metafun positions within (displayed) math mode

2017-11-16 Thread Sanjoy Mahajan
. Being hopefully a guide actually useful to students, it will annotate every symbol in important equations, a feature cribbed from the first book of the _Student's Guide_ series, Dan Fleisch's _A Student's Guide to Maxwell's Equations_. I've attached an image of what such an annotated equation looks

Re: [NTG-context] Setting the footnote symbol

2017-11-16 Thread Pablo Rodriguez
On 11/16/2017 07:18 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: > Yes, but the point of this scenario is to do everything with \definefont. > pagella is just for purposes of a MWE: otherwise the scenario calls for > using a font that has no associated typescript. > > Put another way: We

Re: [NTG-context] Setting the footnote symbol

2017-11-16 Thread Idris Samawi Hamid ادريس سماوي حامد
ollowing way: \setupnote[footnote][textcommand={\PagellaRegularSmall\high}] Many thanks. This fixes the height, but we lose the styling of the reference symbol in the main text - see attached. I see. One of these commands should work: \setupnote[footnote][textcommand={\switchtobodyfont[pagella

Re: [NTG-context] Setting the footnote symbol

2017-11-16 Thread Pablo Rodriguez
ommand={\PagellaRegularSmall\high}] > > Many thanks. This fixes the height, but we lose the styling of the > reference symbol in the main text - see attached. I see. One of these commands should work: \setupnote[footnote][textcommand={\switchtobodyfont[pagella, 12pt]\high} \setupnote[footnote]

Re: [NTG-context] Setting the footnote symbol

2017-11-16 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear Pablo, On Thu, 16 Nov 2017 10:47:13 -0700, Pablo Rodriguez <oi...@gmx.es> wrote: On 11/16/2017 06:11 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: What do we need to do to get a raised footnote symbol in the main text (line 6 of the pdf)? Thanks in advance. BTW, I mixed the

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