Re: [NTG-context] Help with t-vim module and math

2016-04-13 Thread Nicola
? Yes it can but you have to enable your custom typeface with \setupbodyfont which wasn’t done in your example. You're right, but I have done it in my original document. Even with that, the fallback symbol does not show up: \usemodule[vim] \definefontfamily[slidesfont][mono][Latin Modern Mono

Re: [NTG-context] Help with t-vim module and math

2016-04-13 Thread Nicola
: \usemodule[vim] \definefontfamily[slidesfont][mono][Latin Modern Mono Light] \definefallbackfamily[slidesfont][mono][Xits][range={"0222A}] \definevimtyping[pascal][syntax=pascal] \starttext \startpascal X := Y ∪ Z; \stoppascal \stoptext The ∪ symbol does not appear in the output. Am I completel

Re: [NTG-context] Help with t-vim module and math

2016-04-13 Thread Hans Hagen
][Latin Modern Mono Light] \definefallbackfamily[slidesfont][mono][Xits][range={"0222A}] \definevimtyping[pascal][syntax=pascal] \starttext \startpascal X := Y ∪ Z; \stoppascal \stoptext The ∪ symbol does not appear in the output. Am I completely off-track? use dejavu mono instead of lm

[NTG-context] Help with t-vim module and math

2016-04-13 Thread Nicola
] \definefallbackfamily[slidesfont][mono][Xits][range={"0222A}] \definevimtyping[pascal][syntax=pascal] \starttext \startpascal X := Y ∪ Z; \stoppascal \stoptext The ∪ symbol does not appear in the output. Am I completely off-track? N

Re: [NTG-context] placelist not working in latest beta

2016-03-21 Thread Schmitz Thomas A.
> On 21 Mar 2016, at 15:28, Hans Hagen <pra...@wxs.nl> wrote: > > when playign with some new feature i commented too much > > around line 722, uncomment: > > \setuplistalternative > [\c!command=\strictlistparameter\c!command, > \c!symbol=.] > >

Re: [NTG-context] placelist not working in latest beta

2016-03-21 Thread Hans Hagen
. when playign with some new feature i commented too much around line 722, uncomment: \setuplistalternative [\c!command=\strictlistparameter\c!command, \c!symbol=.] Thanks a lot Thomas \definelist[MyTopics][criterium=all] \def\MyMark{} \def\Topic% {\dosingleargument\doTopic} \def

Re: [NTG-context] Diamond, and Unicode math symbols

2016-03-12 Thread Nicola
On 2016-03-11 20:57:28 +, Hans Hagen said: On 3/11/2016 9:18 PM, Mikael P. Sundqvist wrote: I could not find a diamond on p. 112 in my version of the comprehensive symbol list, but maybe: \definefontfamily[myface][rm][TeX Gyre Pagella] \definefallbackfamily[myface][mm][Xits][range

Re: [NTG-context] Diamond, and Unicode math symbols

2016-03-11 Thread Hans Hagen
On 3/11/2016 9:18 PM, Mikael P. Sundqvist wrote: On Thu, Mar 10, 2016 at 10:00 PM, Nicola <nvitacolo...@gmail.com> wrote: I'm looking for a symbol similar to \lozenge, but squarer (like \Diamond in some LaTeX packages, see The Comprehensive Symbol List, p. 112). Any idea how I may t

Re: [NTG-context] Diamond, and Unicode math symbols

2016-03-11 Thread Mikael P. Sundqvist
On Thu, Mar 10, 2016 at 10:00 PM, Nicola <nvitacolo...@gmail.com> wrote: > I'm looking for a symbol similar to \lozenge, but squarer (like > \Diamond in some LaTeX packages, see The Comprehensive Symbol List, > p. 112). Any idea how I may typeset it in ConTeXt (MKIV)? \diamond >

Re: [NTG-context] Diamond, and Unicode math symbols

2016-03-11 Thread Hans Hagen
On 3/11/2016 8:03 PM, Nicola wrote: On 2016-03-10 21:00:21 +, Nicola said: I'm looking for a symbol similar to \lozenge, but squarer […] Any idea how I may typeset it in ConTeXt (MKIV)? Unless I am overlooking something, there is no such symbol in TeX Gyre Pagella Math, so maybe

Re: [NTG-context] Diamond, and Unicode math symbols

2016-03-11 Thread Nicola
On 2016-03-10 21:00:21 +, Nicola said: I'm looking for a symbol similar to \lozenge, but squarer […] Any idea how I may typeset it in ConTeXt (MKIV)? Unless I am overlooking something, there is no such symbol in TeX Gyre Pagella Math, so maybe this is not possible. 2) The list shows

[NTG-context] Diamond, and Unicode math symbols

2016-03-10 Thread Nicola
I'm looking for a symbol similar to \lozenge, but squarer (like \Diamond in some LaTeX packages, see The Comprehensive Symbol List, p. 112). Any idea how I may typeset it in ConTeXt (MKIV)? \diamond is too small. I am using TeX Gyre Pagella Math if that matters. I also have a couple of questions

Re: [NTG-context] in next beta

2016-03-10 Thread Procházka Lukáš Ing .
:59 PM, Wolfgang Schuster wrote: Hans Hagen <mailto:pra...@wxs.nl> 4. März 2016 um 12:01 \starttext \setuplistalternative [c] [filler=symbol, symbol=\hbox to .25em{\periodcentered}, symcolor=darkred, symstyle=\bf] \startsubject[title=Contents]

Re: [NTG-context] in next beta

2016-03-08 Thread Hans Hagen
On 3/7/2016 9:59 PM, Wolfgang Schuster wrote: Hans Hagen <mailto:pra...@wxs.nl> 4. März 2016 um 12:01 \starttext \setuplistalternative [c] [filler=symbol, symbol=\hbox to .25em{\periodcentered}, symcolor=darkred, symstyle=\bf] \startsubject

Re: [NTG-context] in next beta

2016-03-07 Thread Wolfgang Schuster
Hans Hagen <mailto:pra...@wxs.nl> 4. März 2016 um 12:01 \starttext \setuplistalternative [c] [filler=symbol, symbol=\hbox to .25em{\periodcentered}, symcolor=darkred, symstyle=\bf] \startsubject[title=Contents] \placelist[section][criteri

Re: [NTG-context] \definedescription and setupdescription options

2016-03-04 Thread Wolfgang Schuster
ommand \definedescription[testdescription][title=yes,closecommand=\wordright,closesymbol={\symbol[square]}] \starttext \starttestdescription{Knuth} \input knuth \stoptestdescription \stoptext titleleft titleright titledistance titlestyle titlecolor The title* keys can only be used with enumer

[NTG-context] in next beta

2016-03-04 Thread Hans Hagen
\starttext \setuplistalternative [c] [filler=symbol, symbol=\hbox to .25em{\periodcentered}, symcolor=darkred, symstyle=\bf] \startsubject[title=Contents] \placelist[section][criterium=all,alternative=c] \stopsubject

Re: [NTG-context] math with Unicode characters

2016-02-29 Thread Pablo Rodriguez
On 02/29/2016 03:21 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 29. Februar 2016 um 00:27 >> [...] >> Is there any way to have the Unicode character on the final PDF document >> without having to edit the text? > > You have to switch to math mode to show the

Re: [NTG-context] math with Unicode characters

2016-02-29 Thread Wolfgang Schuster
racter on the final PDF document without having to edit the text? You have to switch to math mode to show the symbol \starttext $⋀$ \stoptext or use a math font as fallback to show the symbol in text mode. \definefallbackfamily[mainface][rm][TeX Gyre Pagella Math][range=0x22C0] %\definefontfamily[mainfa

Re: [NTG-context] Disappearing \rrbracket

2016-02-24 Thread Nicola
On 2016-02-24 19:19:19 +, Hans Hagen said: On 2/24/2016 5:48 PM, Nicola wrote: I have a problem with the symbol in the subject. This is a minimal document: \starttext $\llbracket x\rrbracket$ $\bigl\llbracket x\bigr\rrbracket$ $\Bigl\llbracket x\Bigr\rrbracket$ $\biggl\llbracket x\biggr

Re: [NTG-context] Disappearing \rrbracket

2016-02-24 Thread Hans Hagen
On 2/24/2016 5:48 PM, Nicola wrote: I have a problem with the symbol in the subject. This is a minimal document: \starttext $\llbracket x\rrbracket$ $\bigl\llbracket x\bigr\rrbracket$ $\Bigl\llbracket x\Bigr\rrbracket$ $\biggl\llbracket x\biggr\rrbracket$ $\Biggl\llbracket x\Biggr\rrbracket

[NTG-context] Disappearing \rrbracket

2016-02-24 Thread Nicola
I have a problem with the symbol in the subject. This is a minimal document: \starttext $\llbracket x\rrbracket$ $\bigl\llbracket x\bigr\rrbracket$ $\Bigl\llbracket x\Bigr\rrbracket$ $\biggl\llbracket x\biggr\rrbracket$ $\Biggl\llbracket x\Biggr\rrbracket$ \stoptext Using ConTeXt from TeX Live

Re: [NTG-context] Deprecated $…$ for inline math?

2016-02-18 Thread Marcin Borkowski
s is no real substitution, just for viewing). Also, Emacs has the "TeX input method", where typing the four keys \, i, n, t yields ∫ (a Unicode symbol) etc. (It works also for inputting properUnicode accented letters, which is very cool and useful.) Best, -- Marcin Borkowski http://

Re: [NTG-context] Deprecated $…$ for inline math?

2016-02-18 Thread Hans Hagen
Furthermore, any suggestion to you don't need to use it ... depreciate $expression$ is, in my opinion (and apparently in the opinion of others), ludicrous. nobody says that it will disappear (but novel writers can of course make $ into your favourite currency symbol) P.S. I am a present w

Re: [NTG-context] Deprecated $…$ for inline math?

2016-02-18 Thread Hans Hagen
... Hans, you forgot: ¥x^2¥, ₽x^2₽, ₱x^2₱, ₹x^2₹, ... Besides, U+0024 comes from ASCII and all programmers know that it is a perfectly valid and useful character. Of course, and even ₧x²₧ or even ₯x²₯... we need a proper begin/end symbol .. Too bad Knuth did not choose ¡x^2! Excuse me, Alan

Re: [NTG-context] Deprecated $…$ for inline math?

2016-02-17 Thread Pablo Rodriguez
Hans, you forgot: ¥x^2¥, ₽x^2₽, ₱x^2₱, ₹x^2₹, ... > Besides, U+0024 comes from ASCII and all programmers know that it is a > perfectly valid and useful character. Of course, and even ₧x²₧ or even ₯x²₯... >> we need a proper begin/end symbol .. > > Too bad Knuth did not cho

Re: [NTG-context] Deprecated $…$ for inline math?

2016-02-17 Thread Alan BRASLAU
024 comes from ASCII and all programmers know that it is a perfectly valid and useful character. > we need a proper begin/end symbol .. Too bad Knuth did not choose ¡x^2! > anyway, this won't happen as it's too tricky: > > $[i:tight] x^2$ This is a good case for \math[i:tight]{x^

Re: [NTG-context] Deprecated $…$ for inline math?

2016-02-16 Thread Alan BRASLAU
ghting routine is pretty poor > >> and has difficulties around $, which is a symbol that I like using > >> (unpaired) quite a lot in MetaPost (\startMPcode...\stopMPcode). > > > > The stock vim context syntax highlighting ist terrible, indeed. I > > modified the syntax fi

Re: [NTG-context] Deprecated $…$ for inline math?

2016-02-16 Thread Aditya Mahajan
On Tue, 16 Feb 2016, Marco Patzer wrote: On Tue, 16 Feb 2016 08:21:42 -0700 Alan BRASLAU <alan.bras...@cea.fr> wrote: I do note that the VIM syntax highlighting routine is pretty poor and has difficulties around $, which is a symbol that I like using (unpaired) quite a lot in Me

Re: [NTG-context] Deprecated $…$ for inline math?

2016-02-16 Thread Hans Hagen
On 2/16/2016 4:59 PM, Marco Patzer wrote: On Tue, 16 Feb 2016 08:21:42 -0700 Alan BRASLAU <alan.bras...@cea.fr> wrote: I do note that the VIM syntax highlighting routine is pretty poor and has difficulties around $, which is a symbol that I like using (unpaired) quite a lot in Me

Re: [NTG-context] Deprecated $…$ for inline math?

2016-02-16 Thread Marco Patzer
On Tue, 16 Feb 2016 08:21:42 -0700 Alan BRASLAU <alan.bras...@cea.fr> wrote: > I do note that the VIM syntax highlighting routine is pretty poor and > has difficulties around $, which is a symbol that I like using > (unpaired) quite a lot in MetaPost (\startMPcode...\stopMPcode).

Re: [NTG-context] Deprecated $…$ for inline math?

2016-02-16 Thread Alan BRASLAU
he VIM syntax highlighting routine is pretty poor and has difficulties around $, which is a symbol that I like using (unpaired) quite a lot in MetaPost (\startMPcode...\stopMPcode). What sort of needs for structure could \m address for inline math? Clearly, an equation to which one might want to hav

Re: [NTG-context] How to use Helvetica Neue Light (OS X)?

2016-02-11 Thread Nicola
848924 mkiv lua stats > result saved in file: helv.pdf, compresslevel 3, objectcompresslevel 3 mkiv lua stats > used platform: osx-64, type: unix, binary subtree: bin mkiv lua stats > luatex banner:

Re: [NTG-context] interactive reference

2016-02-05 Thread Wolfgang Schuster
d here. Although I tried along the lines in the first example, as mentioned at the end of the text, I could not manage to get these triangles. You can change the output from the \in and \at commands with \setupreferencing. %\setupreferencing[interaction=all] \setupreferencing[interaction=

Re: [NTG-context] Fieldstacks are broken

2016-01-24 Thread Fabrice Couvreur
m 1.000, 5 instances, load time 0.196 seconds mkiv lua stats > pdf annotations: 5 links (5 unique), 4 special mkiv lua stats > used platform: linux-64, type: unix, binary subtree: texmf-linux-64 mkiv lua stats > luatex banner: this is luatex, version beta-0.88.0 (tex live 2016/dev) mkiv lu

Re: [NTG-context] Fieldstacks are broken

2016-01-21 Thread Jeong Dal
}} {\MyGraphics {20}} \stopanimation \stoptext One more question. Is there any convenient way to list \MyGraphics{#1}? I tried \dorecurse, but it just display figures one by one. I also tried lua, but it stops with the error message “unexpected symbol near ‘\'”. \dorecurse{20} {{\MyGraphics

Re: [NTG-context] Fieldstacks are broken

2016-01-21 Thread Hans Hagen
}} {\MyGraphics {10}} {\MyGraphics {15}} {\MyGraphics {20}} \stopanimation \stoptext One more question. Is there any convenient way to list \MyGraphics{#1}? I tried \dorecurse, but it just display figures one by one. I also tried lua, but it stops with the error message “unexpected symbol near

Re: [NTG-context] Fieldstacks are broken

2016-01-21 Thread Wolfgang Schuster
ed lua, but it stops with the error message “unexpected symbol near ‘\'”. \startanimation[menu=yes] \dorecurse{20}{\expanded{\startframe \MyGraphics{\recurselevel} \stopframe}} \stopanimation Wolfgang ___ If your qu

Re: [NTG-context] Fieldstacks are broken

2016-01-21 Thread Otared Kavian
gt;> {\MyGraphics {15}} >> {\MyGraphics {20}} >> \stopanimation >> >> \stoptext >> >> One more question. Is there any convenient way to list \MyGraphics{#1}? I >> tried \dorecurse, but it just display figures one by one. I also tri

Re: [NTG-context] Ligatures in EB Garamond

2016-01-18 Thread Jan U. Hasecke
s not that > inconsistent at user level if you use the methods intended by unicode > and opentype to deal with breaking up ligatures. The symbol ZWNJ (zero > width non joiner) is exactly meant to do this so if you insert it, you > should get what you want. What’s more, by inserting ZWNJ you

Re: [NTG-context] Ligatures in EB Garamond

2016-01-18 Thread Georg Duffner
use the methods intended by unicode and opentype to deal with breaking up ligatures. The symbol ZWNJ (zero width non joiner) is exactly meant to do this so if you insert it, you should get what you want. What’s more, by inserting ZWNJ you should also be able to benefit from kerning between the non

[NTG-context] about animation problem

2016-01-04 Thread Jeong Dal
, but no output except the menu symbol. When I click the play or forward button, there is no action at all. Is there something more I have to do? Thank you. Best regards, Dalyoung * Here is the version of ConTeXt in my Macbook. This is LuaTeX, Version beta-0.87.0 (TeX Live 2016/dev) system

[NTG-context] Synchronize ERROR: unknown node type 12

2015-12-19 Thread Lukas Prochazka
1.000, 5 instances, load time 0.204 seconds mkiv lua stats > used platform: mswin, type: windows, binary subtree: texmf-mswin mkiv lua stats > luatex banner: this is luatex, version beta-0.87.0 (tex live 2016/w32tex/dev) mkiv lua stats > control sequences: 43401 of 65536 + 10 mk

Re: [NTG-context] Smaller bullet points

2015-11-29 Thread Hans Hagen
On 11/29/2015 5:55 PM, Kate F wrote: Hi, I'm defining a slightly smaller bullet point symbol: \definesymbol[smallbullet][\small\bullet] \setupitemize[1][smallbullet] This aligns the smaller bullet point to the baseline of text, which is too low. I'd like to have it vertically centered

Re: [NTG-context] Smaller bullet points

2015-11-29 Thread Kate F
On 29 November 2015 at 17:51, Hans Hagen <pra...@wxs.nl> wrote: > On 11/29/2015 5:55 PM, Kate F wrote: >> >> Hi, >> >> I'm defining a slightly smaller bullet point symbol: >> >> \definesymbol[smallbullet][\small\bullet] >> \setupitemize[1

[NTG-context] Smaller bullet points

2015-11-29 Thread Kate F
Hi, I'm defining a slightly smaller bullet point symbol: \definesymbol[smallbullet][\small\bullet] \setupitemize[1][smallbullet] This aligns the smaller bullet point to the baseline of text, which is too low. I'd like to have it vertically centered, such that it aligns in the middle of where

Re: [NTG-context] Smaller bullet points

2015-11-29 Thread Hans Hagen
On 11/29/2015 7:33 PM, Kate F wrote: On 29 November 2015 at 17:51, Hans Hagen <pra...@wxs.nl> wrote: On 11/29/2015 5:55 PM, Kate F wrote: Hi, I'm defining a slightly smaller bullet point symbol: \definesymbol[smallbullet][\small\bullet] \setupitemize[1][smallbullet] This

Re: [NTG-context] tex error in curent beta

2015-10-15 Thread Wolfgang Schuster
merals] \stopsectionblockenvironment ... tex error > tex error on line 22 in file D:/source.tex: ! Missing { inserted \edef \currentlistsymbol ->\edef \p_symbol {\listparameter \c!symbol }\doifelseins... \14>:113>:abc ...numbercommand \currentlistsymbol }\else \setbox \b_strc_lis... \strc_lists_ap

Re: [NTG-context] tex error in curent beta

2015-10-15 Thread Jan Tosovsky
bol ->\edef > > \p_symbol {\listparameter \c!symbol > > }\doifelseins... > > \14>:113>:abc ...numbercommand \currentlistsymbol > > > What I can take from the error message is that you have a problem with > the list mechanism. you are right, I'v

[NTG-context] tex error in curent beta

2015-10-15 Thread Jan Tosovsky
e D:/source.tex: ! Missing { inserted \edef \currentlistsymbol ->\edef \p_symbol {\listparameter \c!symbol }\doifelseins... \14>:113>:abc ...numbercommand \currentlistsymbol }\else \setbox

[NTG-context] footnote in title

2015-10-13 Thread Thomas A. Schmitz
thought \automigrateinserts was the magic command, but the note symbol is set, the content of the note disappears. Thomas ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] footnote in title

2015-10-13 Thread Otared Kavian
rateinserts > > \starttext > > \startchapter [title={Silly title\footnote{With a silly footnote}}] > > More text.\footnote{With more footnotes.} > > \stoptext > > I thought \automigrateinserts was the magic command, but the note symbol i

Re: [NTG-context] footnote in title

2015-10-13 Thread Schmitz Thomas A.
arttext > > \startchapter [title={Silly title\footnote{With a silly footnote}}] > > More text.\footnote{With more footnotes.} > > \stoptext > > I thought \automigrateinserts was the magic command, but the note symbol i

Re: [NTG-context] \setupitemgroup...

2015-10-07 Thread Willi Egger
Wolfgan and Otared, thanks! - stupid me, this version i had before, but then I concentrated on the level two and messed it up. It appears, that the level two does not accept any symbol like 1,r,a. Kind regards Willi > On 7 okt. 2015, at 11:45, Wolfgang Schuster <schuster.wolfg...@gma

Re: [NTG-context] \setupitemgroup...

2015-10-07 Thread Otared Kavian
\stoptext > On 07 Oct 2015, at 12:13, Willi Egger <cont...@boede.nl> wrote: > > Wolfgan and Otared, > > thanks! - stupid me, this version i had before, but then I concentrated on > the level two and messed it up. > > It appears, that the level two does not accept any

Re: [NTG-context] Oddity: \buildtextaccent shifts glyph right

2015-09-06 Thread Rik
define a macro for the que symbol and adjust the boxes manually - but then, you'll have to adapt it to italic and upright (and bold) and different font sizes. Depends on how important typographical beauty is to you - either a medium-quality solution for all cases or better quality and manual

Re: [NTG-context] Oddity: \buildtextaccent shifts glyph right

2015-09-06 Thread Thomas A. Schmitz
your case is somewhat special, I would define a macro for the que symbol and adjust the boxes manually - but then, you'll have to adapt it to italic and upright (and bold) and different font sizes. Depends on how important typographical beauty is to you - either a medium-quality solution for all

Re: [NTG-context] Issues of Export

2015-08-21 Thread Hans Hagen
internal id (I guess there is one?), the tag the footnote marker (as of \setupnotes). Is that not possible and even simpler than the current version? the code is there but its use got lost when updating something else (an id 'insert' that links the note and symbol) btw, if you want them

[NTG-context] creating multirow curly brace in tables to symbolize row span

2015-08-20 Thread Henry House
using math-mode symbols found in http://meeting.contextgarden.net/2011/talks/day3_05_ulrik_opentype/Samples/unimath-symbols.pdf Every symbol defined by unicode-math. The symbols are recognized in neither form, unfortunately. Any suggestions on how I can either make these symbols render

Re: [NTG-context] Issues of Export

2015-08-15 Thread Henning Hraban Ramm
the footnote marker (as of \setupnotes). Is that not possible and even simpler than the current version? • Delimited: Quotations have tagging *and* quotation marks, even in raw.xml i added symbol and content element Less would be enough, but works this way. • Firstpage/Lastpage is ignored

Re: [NTG-context] Issues of Export

2015-08-10 Thread Hans Hagen
: Quotations have tagging *and* quotation marks, even in raw.xml i added symbol and content element • Firstpage/Lastpage is ignored in project structure fuzzy, so todo • Minimal example doesn’t create a cover at all no beta yet

[NTG-context] context and contextjit font handling

2015-07-25 Thread juh
), symbol mask: utf (τεχ) mkiv lua stats runtime: 0.225 seconds, 1 processed pages, 1 shipped pages, 4.444 pages/second system | total runtime: 0.385 seconds ## juh@sokrates:~/Projekte/Literatur/dta$ contextjit example.tex resolvers | trees

Re: [NTG-context] Math literal colon

2015-07-24 Thread Hans Aberg
= = c =: d = e$ \stopTEXpage \stoptext I have experimented with a theorem proof assistant that admitted parallel ASCII and Unicode symbol names, but it turns out to be complicated. Think of C/C++ trigraphs, a chore to implement, only to be removed in the latest standards. So I think one should

Re: [NTG-context] Math literal colon

2015-07-24 Thread Hans Aberg
On 24 Jul 2015, at 15:34, Hans Hagen pra...@wxs.nl wrote: I have experimented with a theorem proof assistant that admitted parallel ASCII and Unicode symbol names, but it turns out to be complicated. Think of C/C++ trigraphs, a chore to implement, only to be removed in the latest

Re: [NTG-context] Math literal colon

2015-07-24 Thread Hans Hagen
On 7/24/2015 4:13 PM, Hans Aberg wrote: On 24 Jul 2015, at 15:34, Hans Hagen pra...@wxs.nl wrote: I have experimented with a theorem proof assistant that admitted parallel ASCII and Unicode symbol names, but it turns out to be complicated. Think of C/C++ trigraphs, a chore to implement

Re: [NTG-context] Math literal colon

2015-07-24 Thread Hans Aberg
math symbols from the the mathematical point of view, as every author in principle use their own notation. when we have a symbol in the input (can be a : but also something else) in some cases it is a binary but in other cases a relation or whatever Right. When TeX was written, there was only

Re: [NTG-context] Math literal colon

2015-07-24 Thread Hans Hagen
don't understand what you mean as the issue is not unicode or ascii but categorizing symbols in classes when we have a symbol in the input (can be a : but also something else) in some cases it is a binary but in other cases a relation or whatever this influences the spacing and the 'domain

Re: [NTG-context] Math literal colon

2015-07-24 Thread Hans Hagen
\startTEXpage $a := b = = c =: d = e$ \stopTEXpage \stoptext I have experimented with a theorem proof assistant that admitted parallel ASCII and Unicode symbol names, but it turns out to be complicated. Think of C/C++ trigraphs, a chore to implement, only to be removed in the latest standards. So I

Re: [NTG-context] Math literal colon

2015-07-20 Thread Hans Aberg
operator, it should be \mathbin; but may be that's too much space and tighter spacing would be better. Strictly speaking, the coordinate separator : for homogeneous coordinates is a ration symbol, and a book in algebraic used that. So may be simplest to only do the operator : along

Re: [NTG-context] Bibliography - biblio error with the latest beta

2015-07-11 Thread Lukáš Procházka
: this is luatex, version beta-0.79.1 (tex live 2014/w32tex) (rev 5041) mkiv lua stats control sequences: 39036 of 65536 + 10 mkiv lua stats lua properties: engine: lua, used memory: 29 MB (ctx: 28 MB), hash type: lua, hash chars: min(64,40), symbol mask: utf (¤ä╬Á¤ç) mkiv lua stats runtime

Re: [NTG-context] Math alignment

2015-07-07 Thread Wolfgang Schuster
\approx G * H \NC i\NA= j+k \NC B \NA \subset C \NR \NC H \NA \approx A_{0}*B_{0} \NC i’\NA= j’+k’ \NC C \NA = D\cap E\NR \NC G \NA \approx \coprod_{\alpha\in A} L_{\alpha} \NC i’’\NA =j’’+k’’ \NC A \NA = D \cup E \NR \stopalign \stopformula where I have introduce a symbol \NA

Re: [NTG-context] Math alignment

2015-07-07 Thread Hans Aberg
\approx A_{0}*B_{0} \NC i’\NA= j’+k’ \NC C \NA = D\cap E\NR \NC G \NA \approx \coprod_{\alpha\in A} L_{\alpha} \NC i’’\NA =j’’+k’’ \NC A \NA = D \cup E \NR \stopalign \stopformula where I have introduce a symbol \NA for alignment

Re: [NTG-context] TikZ and wrong drawing order

2015-06-14 Thread Mojca Miklavec
On Thu, Jun 11, 2015 at 11:26 PM, Hans Hagen wrote: On Thu, 11 Jun 2015, Mojca Miklavec wrote: Hi, I would like to ask for help for either finding a fix or some clever workaround for the following problem. If I use a TikZ picture as item symbol and additionally use background text

[NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Mojca Miklavec
Hi, I would like to ask for help for either finding a fix or some clever workaround for the following problem. If I use a TikZ picture as item symbol and additionally use background text, then the first symbol in itemize environment gets covered by the background. Here's an example: \usemodule

Re: [NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Aditya Mahajan
On Thu, 11 Jun 2015, Mojca Miklavec wrote: Hi, I would like to ask for help for either finding a fix or some clever workaround for the following problem. If I use a TikZ picture as item symbol and additionally use background text, then the first symbol in itemize environment gets covered

Re: [NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Mojca Miklavec
On Thu, Jun 11, 2015 at 7:59 PM, Aditya Mahajan wrote: On Thu, 11 Jun 2015, Mojca Miklavec wrote: Hi, I would like to ask for help for either finding a fix or some clever workaround for the following problem. If I use a TikZ picture as item symbol and additionally use background text

Re: [NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Mojca Miklavec
for the following problem. If I use a TikZ picture as item symbol and additionally use background text, then the first symbol in itemize environment gets covered by the background. Here's an example: Workaround (though I have no idea why this should work). background={foreground,color} While

Re: [NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Aditya Mahajan
On Thu, 11 Jun 2015, Mojca Miklavec wrote: On Thu, Jun 11, 2015 at 7:59 PM, Aditya Mahajan wrote: On Thu, 11 Jun 2015, Mojca Miklavec wrote: Hi, I would like to ask for help for either finding a fix or some clever workaround for the following problem. If I use a TikZ picture as item symbol

Re: [NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Hans Hagen
symbol and additionally use background text, then the first symbol in itemize environment gets covered by the background. Here's an example: \usemodule [tikz] \definesymbol[1] [{\tikz\shade[shading=ball,ball color=blue] (0,0) circle (.2cm);}] \definecolor [backcol] [s=1,a=1,t=0.1

Re: [NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Hans Hagen
On 6/11/2015 7:27 PM, Mojca Miklavec wrote: Hi, I would like to ask for help for either finding a fix or some clever workaround for the following problem. If I use a TikZ picture as item symbol and additionally use background text, then the first symbol in itemize environment gets covered

Re: [NTG-context] Asterisk

2015-06-09 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, thank you, that's great. One more question - how to use another symbol, bigstar (see symbols-a4.pdf or the attached image)? I tried the following code, but with no success: \starttext Ttt \symbol[bigstar] Aaa \bigstar Bbb \symbol[mathabx][bigstar] \stoptext Best regards

Re: [NTG-context] Asterisk

2015-06-09 Thread Philipp A.
just copy some symbol from here: http://en.wikipedia.org/wiki/Asterisk#Encodings and be sure to use a font containing them. alternatively define a command which temporarily switches to such a font in, displays the symbol, and switches back. Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz

Re: [NTG-context] Asterisk

2015-06-09 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, could you provide a MWE? A file in UTF-8 \starttext % Let's use the default Ctx font % What to come here? \stoptext Lukas On Tue, 09 Jun 2015 09:46:55 +0200, Philipp A. flying-sh...@web.de wrote: just copy some symbol from here: http://en.wikipedia.org/wiki

Re: [NTG-context] Asterisk

2015-06-09 Thread Wolfgang Schuster
Am 09.06.2015 um 09:21 schrieb Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: Hello, how to typeset centerd asterisk (*) in Ctx? I mean the symbol which is used in the third level of itemization (http://wiki.contextgarden.net/Enumerations) or which can be typeset

Re: [NTG-context] Asterisk

2015-06-09 Thread Wolfgang Schuster
Am 09.06.2015 um 12:25 schrieb Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: Hello, thank you, that's great. One more question - how to use another symbol, bigstar (see symbols-a4.pdf or the attached image)? The document you mention is only relevant for LaTeX. I tried

[NTG-context] Asterisk

2015-06-09 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, how to typeset centerd asterisk (*) in Ctx? I mean the symbol which is used in the third level of itemization (http://wiki.contextgarden.net/Enumerations) or which can be typeset by \textasteriskcentered in LaTeX. (I cannot find the symbol definition in Ctx itemize-command definition

Re: [NTG-context] 2 issues in phys-dim.mkiv

2015-05-16 Thread Hans Hagen
to hyphens with the 'text' unit alternative (with the default 'mathematics' unit alternative everything is fine): 2. The times symbol between the number and the 10^-3 (e-3) is incorrectly spaced (as an ordinary math atom instead of a binary math atom) so doesn't look good. Maybe Hans could change

[NTG-context] 2 issues in phys-dim.mkiv

2015-05-15 Thread Maggyero
alternative (with the default 'mathematics' unit alternative everything is fine): 2. The times symbol between the number and the 10^-3 (e-3) is incorrectly spaced (as an ordinary math atom instead of a binary math atom) so doesn't look good. Maybe Hans could change \def\digitstimessymbol{\times

Re: [NTG-context] Mark off boxes

2015-05-03 Thread Wolfgang Schuster
square: \symbol[BigSquare]. \startitemize[BigSquare] \item Choice a does not have a check box. \item Choice b also does not have a check box. \item Not really a choice. No checkbox (bitsquare) here either. \stopitemize \stoptext Wolfgang

Re: [NTG-context] setupheads separator and stopper

2015-04-24 Thread Wolfgang Schuster
the separator? \setuphead [sectionstarter=(, sectionstopper=)] %\setupreferencestructureprefix[default][prefixstarter={\symbol[none]},prefixstopper={\symbol[none]}] \starttext \chapter[sec:chapter]{Chapter} \section[sec:section]{Section} \subsection[sec:subsection]{Subsection

Re: [NTG-context] setupheads separator and stopper

2015-04-24 Thread Csikos Bela
=)] %\setupreferencestructureprefix[default][prefixstarter={\symbol[none]},prefixstopper={\symbol[none]}] \starttext \chapter[sec:chapter]{Chapter} \section[sec:section]{Section} \subsection[sec:subsection]{Subsection} Reference to chapter \in[sec:chapter] and section \in[sec:section]. \stoptext Thank

Re: [NTG-context] setupheads separator and stopper

2015-04-24 Thread Wolfgang Schuster
, eg: \setupreferencestructureprefix[default][prefixstarter={\symbol[diamond]},prefixstopper={\symbol[none]}] It comes the starter and stopper from the reference number in the text, compare the result from \in with and without the \setupreferencestructureprefix setting. I compared

Re: [NTG-context] setupheads separator and stopper

2015-04-24 Thread Csikos Bela
, eg: \setupreferencestructureprefix[default][prefixstarter={\symbol[diamond]},prefixstopper={\symbol[none]}] It comes the starter and stopper from the reference number in the text, compare the result from \in with and without the \setupreferencestructureprefix setting. I compared

Re: [NTG-context] setupheads separator and stopper

2015-04-24 Thread Csikos Bela
part of the key name and you have to use „sectionstopper” also for \part, \chapter etc. I see. 2. The command you commented, \setupreferencestructureprefix, what does it supposed to do? It did not do anything for me, eg: \setupreferencestructureprefix[default][prefixstarter={\symbol[diamond

Re: [NTG-context] how to insert symbols into document?

2015-04-23 Thread Csikos Bela
Pagella Math] \setupbodyfont[documentfont] % \setupsymbolset[text] % % Using the predefined symbol for blackdiamond doesn’t work % because context tests if the symbol exists in the text font % before it displays it but we take it from the fallback font % and therefore nothing is shown. To avoid this you

Re: [NTG-context] setupheads separator and stopper

2015-04-23 Thread Wolfgang Schuster
=)] %\setupreferencestructureprefix[default][prefixstarter={\symbol[none]},prefixstopper={\symbol[none]}] \starttext \chapter[sec:chapter]{Chapter} \section[sec:section]{Section} \subsection[sec:subsection]{Subsection} Reference to chapter \in[sec:chapter] and section \in[sec:section]. \stoptext Wolfgang

Re: [NTG-context] how to insert symbols into document?

2015-04-18 Thread Csikos Bela
to be enabled before you can use them and even then you need a font which contains them, e.g. DejaVu. begin example \setupbodyfont[dejavu] \setupsymbolset[text] \starttext \starttabulate[|l|c|] \NC \bf Name \NC \bf Symbol \NC\NR \TB \NC bullet\NC \symbol [bullet

Re: [NTG-context] how to insert symbols into document?

2015-04-18 Thread Wolfgang Schuster
Math] \setupbodyfont[documentfont] % \setupsymbolset[text] % % Using the predefined symbol for blackdiamond doesn’t work % because context tests if the symbol exists in the text font % before it displays it but we take it from the fallback font % and therefore nothing is shown. To avoid this you

Re: [NTG-context] how to insert symbols into document?

2015-04-18 Thread Hans Hagen
for the itemise environment but a few of them have to be enabled before you can use them and even then you need a font which contains them, e.g. DejaVu. begin example \setupbodyfont[dejavu] \setupsymbolset[text] \starttext \starttabulate[|l|c|] \NC \bf Name \NC \bf Symbol \NC

Re: [NTG-context] setupthinrules

2015-04-16 Thread Thangalin
Thank you. Here is an example that changes the \thinrule to something fancier: \usemodule[fancybreak] \setupfancybreak[symbol=star] \define\thinrule\fancybreak ___ If your question is of interest to others as well

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