Re: [NTG-context] notes in the margin

2019-10-04 Thread Henning Hraban Ramm
solution published by Hraban on > 2018-02-12, I tried to implement my own approach, from the other way around, > I mean: not trying to implement notes as marginal material, but to implement > the marginalia as some type of notes. A different type, apart from footnotes, > with thei

Re: [NTG-context] notes in the margin

2019-10-03 Thread Andres Conrado Montoya
material, but to implement the *marginalia* as some type of notes. A different type, apart from footnotes, with their own counter, etc. Below, a MWE, with some caveats:. 1. This is a poor quality hack. I'm not a developer. 2. If notes are too long, they clash with each other. I tried to understand

Re: [NTG-context] Mkiv, fonts in text and math mode, with \definebodyfont

2019-10-01 Thread Hans Hagen
Thank you in advance for your comments. In mkiv we use a different model. If you want to use traditional type 1 fonts you need to define a virtual (unicode) math font. You can look into px-math.lfg to see how that is done. (Maybe I should remove these old family models from mkiv/lmtx. probably no

Re: [NTG-context] Documentation of change / Evolving documents

2019-09-29 Thread Axel Kielhorn
> Am 29.09.2019 um 10:50 schrieb Wolfgang Schuster > : > > Henning Hraban Ramm schrieb am 29.09.2019 um 10:36: >>> Am 2019-09-29 um 08:59 schrieb Axel Kielhorn : >>> >>> But I would prefer to write >>> >>> \startChangeA{V. 2.0} >&g

Re: [NTG-context] Documentation of change / Evolving documents

2019-09-29 Thread Wolfgang Schuster
Henning Hraban Ramm schrieb am 29.09.2019 um 10:36: Am 2019-09-29 um 08:59 schrieb Axel Kielhorn : But I would prefer to write \startChangeA{V. 2.0} Mit den Befehlen \type{\Changea}, \type{\Changer} und \type{\Changec} werden hinzugefügte, gelöschte oder geänderte Satzteile gekennzeichnet

Re: [NTG-context] Documentation of change / Evolving documents

2019-09-29 Thread Henning Hraban Ramm
> Am 2019-09-29 um 08:59 schrieb Axel Kielhorn : > > But I would prefer to write > > \startChangeA{V. 2.0} > Mit den Befehlen \type{\Changea}, \type{\Changer} und \type{\Changec} werden > hinzugefügte, gelöschte oder geänderte Satzteile gekennzeichnet. Der Befehl >

Re: [NTG-context] Documentation of change / Evolving documents

2019-09-29 Thread Axel Kielhorn
den Befehlen \type{\Changea}, \type{\Changer} und \type{\Changec} werden hinzugefügte, gelöschte oder geänderte Satzteile gekennzeichnet. Der Befehl \type{\Changec} hat zwei Argumente: alter Text und neuer Text.} But I would prefer to write \startChangeA{V. 2.0} Mit den Befehlen \type{\Changea}, \t

[NTG-context] Extracting a column from an array in lua

2019-09-20 Thread Otared Kavian
t[i]["columnTwo"] = 10*i + 2 end tt = {} for i = 1,3 do -- is it possible to avoid this ? tt[i] = t[i]["columnOne"] end \stopluacode The first column of the array \type{t} is: \ctxlua{context.print(tt," ; ")} \

[NTG-context] Document with page 2 only

2019-09-04 Thread Mikael P. Sundqvist
oaded patterns: en::1, load time: 0.000 mkiv lua stats > loaded fonts: 2 files: latinmodern-math.otf, lmroman12-regular.otf mkiv lua stats > font engine: otf 3.109, afm 1.513, tfm 1.000, 7 instances, 3 shared in backend, 3 common vectors, 0 common hashes, load time 0.157 seconds mkiv lua stats &

Re: [NTG-context] ntg-context Digest, Vol 183, Issue 4

2019-09-02 Thread Hans Hagen
On 9/2/2019 8:48 PM, Jeong Dal wrote: Dear Hans, By adding “setuptex” in the task file, it runs well and makes a pdf output. { "label": "ConTeXt Compile", "type": "shell", "command": "source ~/ConTeXtLMTX/tex/setuptex;context '${file}'

Re: [NTG-context] How to use ConTeXt extensions with VS Code

2019-09-02 Thread Julian G
message: > > /bin/bash: context: command not found > > The terminal process terminated with exit code: 127 > > % > > { > > // See https://go.microsoft.com/fwlink/?LinkId= > > http://go.microsoft.com/fwlink/?LinkId=733558 > > // for the documentati

Re: [NTG-context] ntg-context Digest, Vol 183, Issue 4

2019-09-02 Thread Jeong Dal
Dear Hans, By adding “setuptex” in the task file, it runs well and makes a pdf output. { "label": "ConTeXt Compile", "type": "shell", "command": "source ~/ConTeXtLMTX/tex/setuptex;context

Re: [NTG-context] How to use ConTeXt extensions with VS Code

2019-09-02 Thread Hans Hagen
kId=>733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "ConTeXt build", "type": "shell", // Keep in mind that

Re: [NTG-context] How to use ConTeXt extensions with VS Code

2019-09-02 Thread Jeong Dal
ut the tasks.json format "version": "2.0.0", "tasks": [ { "label": "ConTeXt build", "type": "shell", // Keep in mind tha

Re: [NTG-context] formatting index entries

2019-08-21 Thread Robert Zydenbos
I know that there are commands for >> formatting index entries, like: >> >> \index{sl::īga} >> >> if I want the word 'īga' to be printed in slanted type. I also know that we >> can create sub-entries, like >> >> \index{īga+emphasized} >> >> Bu

Re: [NTG-context] balanced vertical spaces under \startcolumnset

2019-08-21 Thread Sytse Knypstra
of blank spaces of the second > column are different. > > Is there a way to make the blank spaces height same while not to create a > blank page? > > Thank you for reading. > > Best regards, > > Dalyoung > > > \usetypescriptfile[type-siz] > \usemodule[units

Re: [NTG-context] formatting index entries

2019-08-21 Thread Wolfgang Schuster
Robert Zydenbos schrieb am 21.08.2019 um 10:59: Dear list members, In my book I am creating an index. I know that there are commands for formatting index entries, like: \index{sl::īga} if I want the word 'īga' to be printed in slanted type. I also know that we can create sub-entries, like

[NTG-context] formatting index entries

2019-08-21 Thread Robert Zydenbos
Dear list members, In my book I am creating an index. I know that there are commands for formatting index entries, like: \index{sl::īga} if I want the word 'īga' to be printed in slanted type. I also know that we can create sub-entries, like \index{īga+emphasized} But now I want the word

[NTG-context] balanced vertical spaces under \startcolumnset

2019-08-20 Thread Jeong Dal
. Is there a way to make the blank spaces height same while not to create a blank page? Thank you for reading. Best regards, Dalyoung \usetypescriptfile[type-siz] \usemodule[units] \setupbodyfont[10pt,rm] \definecolumnset [exam] [n=2] \starttext \startcolumnset[exam] \startitemize

Re: [NTG-context] Cross referencing by using \useexternaldoument

2019-08-18 Thread Wolfgang Schuster
then utilitydata.job.variables = { } end utilitydata.job.variables.collected={ ["macros"]={}, ["randomseed"]=0.20989990234375, ["sectionblockorder"]={}, } if not utilitydata.job then utilitydata.job = { } end if not utilitydata.job.structure then ut

Re: [NTG-context] radiobuttons and other widgets

2019-08-05 Thread Henning Hraban Ramm
k the same. \setupfield[setup name][options][keyval options] would map to \defineframed[setup name][keyval options] \definefield[name][type][setup name][content values][default content] would map to \defineframed[nameField][keyval options] and inherit (how?) from "class name". Don’t know

Re: [NTG-context] [dev-context] type key in \setupattachment

2019-07-24 Thread Henning Hraban Ramm
Zitat von Pablo Rodriguez : Sorry, Wolfgang and Hans, this was totally my fault. I even checked scrn-wid.mkiv (lines 76-93) and since I didn’t find "type", I tought it wasn’t implemented (it’s on line 112. Apparently the key is not in the interface, at least it

Re: [NTG-context] Strange error updatng LMTX

2019-07-10 Thread Henri Menke
v!yes\settrue\setfalse\c_page_floats_pack_flushed > 187 > \d_page_floats_compress_distance\floatparameter\c!compressdistance\relax > 188 \to \everysetupfloat > 189 > > > The control sequence at the end of the top line > of your error message was never \def'ed. If you have &

[NTG-context] Strange error updatng LMTX

2019-07-10 Thread Andres Conrado
ressdistance\relax 188 \to \everysetupfloat 189 The control sequence at the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g., '\hobx'), type 'I' and the correct spelling (e.g., 'I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined. Seem

Re: [NTG-context] Typesetting Markdown – Part 5: Interpolation

2019-07-09 Thread Thangalin
>> >> -- >> >> Message: 1 >> Date: Sun, 7 Jul 2019 10:17:31 -0400 (EDT) >> From: Aditya Mahajan >> To: mailing list for ConTeXt users >> Subject: Re: [NTG-context] Typesetting Ma

Re: [NTG-context] Typesetting Markdown – Part 5: Interpolation

2019-07-08 Thread Andres Conrado
-- > > Message: 1 > Date: Sun, 7 Jul 2019 10:17:31 -0400 (EDT) > From: Aditya Mahajan > To: mailing list for ConTeXt users > Subject: Re: [NTG-context] Typesetting Markdown – Part 5: > Interpolation > Message

Re: [NTG-context] feature request

2019-07-05 Thread Atsuhito Kohda
gesting are encode the _visual_ meaning: pmatrix is a matrix with > parenthesis, bmatrix is a matrix with brackets, vmatrix is a matrix with > vertical bars, and so on. One could also use _semantic_ commands: in my > documents, I define a command called MATRIX for typesetting matrices, and > DET fo

Re: [NTG-context] feature request

2019-07-04 Thread Aditya Mahajan
is a matrix with brackets, vmatrix is a matrix with vertical bars, and so on. One could also use _semantic_ commands: in my documents, I define a command called MATRIX for typesetting matrices, and DET for determinant of a matrix. So, I simply type \MATRIX{1, 2; 5, 6} and \DET{1, 2; 5, 6}, etc. Now

Re: [NTG-context] ntg-context Digest, Vol 180, Issue 23

2019-06-23 Thread Andres Conrado
--- > > Message: 1 > Date: Sat, 22 Jun 2019 12:03:38 +0200 > From: Pablo Rodriguez > To: ntg-context@ntg.nl > Subject: Re: [NTG-context] is it useful to use the option > "--fonts=all" when running first-setup-sh? > Mess

Re: [NTG-context] [dev-context] type key in \setupattachment

2019-06-20 Thread Pablo Rodriguez
On 6/20/19 10:46 AM, Hans Hagen wrote: > On 6/19/2019 9:28 PM, Pablo Rodriguez wrote: >> [...] >> Would it be possible that the \setupattachment command has a "type" key >> to specify its MIME type? (Default should be "application/octet-stream" >> [o

Re: [NTG-context] [dev-context] type key in \setupattachment

2019-06-20 Thread Wolfgang Schuster
that the \setupattachment command has a "type" key to specify its MIME type? (Default should be "application/octet-stream" [or so it seems].) This is required to add the value to the /Subtype entry in the /Embeddedfile dictionary (https://www.adobe.com/content/dam/acom/en/devnet/p

Re: [NTG-context] [dev-context] type key in \setupattachment

2019-06-20 Thread Hans Hagen
On 6/19/2019 9:28 PM, Pablo Rodriguez wrote: Hi Wolfgang, this comes from a previous message from this mailing list (https://mailman.ntg.nl/pipermail/dev-context/2019/003574.html), which I needed a long while to understand . Would it be possible that the \setupattachment command has a "

Re: [NTG-context] error in LMTX?

2019-06-11 Thread Hans van der Meer
Found the origin of the curious error message containing my name. Comes from the inclusion of a file named type-loc.mkiv residing in a directory ~/TeX/texmf/tex/context/user/ and containing: \endinput Op NTG ConTeXt nieuwsgroep, antwoord van Hans Hagen. On 1/3/2014 2:33 PM, H. van der Meer

Re: [NTG-context] error in LMTX?

2019-06-10 Thread Hans van der Meer
> On 10 Jun 2019, at 12:04, Hans van der Meer wrote: > > This looks to me as an error in the LMTX distribution: > > tex error > tex error on line 6 in file > /Users/hansm/TeX/context-lmtx/tex/texmf-context/tex/context/fonts/mkiv/type-imp-dejavu.mkiv: &g

[NTG-context] error in LMTX?

2019-06-10 Thread Hans van der Meer
This looks to me as an error in the LMTX distribution: tex error > tex error on line 6 in file /Users/hansm/TeX/context-lmtx/tex/texmf-context/tex/context/fonts/mkiv/type-imp-dejavu.mkiv: ! Missing } inserted } \aligntab l.6 fontclass\aligntab \fontclass

[NTG-context] Lua error using module pgfplots and shader=interp

2019-05-29 Thread Luca Donetti
is the following (where line 19 contains "\stopaxis") lua error > lua error on line 19 in file [...]: ...781ce0dde776fb1556f32e/formats/luatex/lpdf-ini-macro.lua:887: pdf.obj(): object "type" missing I'm attaching the test file, with the .the log and ...-error.log files. Please

[NTG-context] Strange behavior concerning pdf-output of .png-externalfigures

2019-05-21 Thread Rudolf Bahr
compresslevel 1 mkiv lua stats > loaded patterns: en::1, load time: 0.000 mkiv lua stats > loaded fonts: 2 files: latinmodern-math.otf, lmroman12-regular.otf mkiv lua stats > font engine: otf 3.108, afm 1.513, tfm 1.000, 7 instances, 3 shared in backend, 3 common vectors, 0 common hashes, lo

Re: [NTG-context] EB Garamond works in TL2016 ConTeXt but not in latest ConTeXt

2019-05-19 Thread Wolfgang Schuster
Hans Hagen schrieb am 19.05.2019 um 12:22: On 5/19/2019 11:46 AM, Wolfgang Schuster wrote: nyssus schrieb am 19.05.2019 um 11:31: In my source ConTeXt file I have the lines: \usetypescriptfile[type-ebgaramond] \setupbodyfont[ebgaramond,10pt] ConTeXt from TL 2016 correctly formats the text

Re: [NTG-context] EB Garamond works in TL2016 ConTeXt but not in latest ConTeXt

2019-05-19 Thread Hans Hagen
On 5/19/2019 11:46 AM, Wolfgang Schuster wrote: nyssus schrieb am 19.05.2019 um 11:31: In my source ConTeXt file I have the lines: \usetypescriptfile[type-ebgaramond] \setupbodyfont[ebgaramond,10pt] ConTeXt from TL 2016 correctly formats the text in EB Garamond, as can be shown

Re: [NTG-context] EB Garamond works in TL2016 ConTeXt but not in latest ConTeXt

2019-05-19 Thread Wolfgang Schuster
nyssus schrieb am 19.05.2019 um 11:31: In my source ConTeXt file I have the lines: \usetypescriptfile[type-ebgaramond] \setupbodyfont[ebgaramond,10pt] ConTeXt from TL 2016 correctly formats the text in EB Garamond, as can be shown by the prescence of mkiv lua stats  > loaded fonts: 2 fi

[NTG-context] EB Garamond works in TL2016 ConTeXt but not in latest ConTeXt

2019-05-19 Thread nyssus
In my source ConTeXt file I have the lines: \usetypescriptfile[type-ebgaramond] \setupbodyfont[ebgaramond,10pt] ConTeXt from TL 2016 correctly formats the text in EB Garamond, as can be shown by the prescence of mkiv lua stats  > loaded fonts: 2 files: ebgaramond12-regular.otf, texgyrebo

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-18 Thread Mikael P. Sundqvist
ve some > >>> questions. > >>> > >>> 1) Is it only the floats that has the long list of placement > options > >>> (given on p. 18 in the columnsets manual), or should they also > apply > >>> to columnsetspans and colu

Re: [NTG-context] Which math font for LinLibertine family?

2019-05-16 Thread Marcin Borkowski
On 2019-05-15, at 08:40, Tomas Hala wrote: > On the file type-imp-libertine.mkiv there is a (disabled) line joining math > from times family. Is the times math the best for LinLibertine or > would you recommend me something else (from the design point of view)? https://tex.stackexcha

Re: [NTG-context] Bibliography APS Style without unpublished

2019-05-16 Thread Jan U. Hasecke
parenthesis. > > A better solution, using the APS specification is to have a correct > database. Maybe a different publication type category might be more > appropriate. I browsed through the mailing list to see that bibliographies are not that easy. ;-) I think I found a solut

[NTG-context] Bug or not?

2019-05-16 Thread Hans van der Meer
d="">Add \tex{setupcaption[align=middle,width=\makeupwidth]} as setting here:\par\setupcaption[align=middle,width=\makeupwidth]\setupframed[background="">\placefigure[][]{\type{\setupcaption[align=middle,width=\makeupwidth]}}{\externalfigure[test.jpg]}\setupframed[backgr

Re: [NTG-context] Bibliography APS Style without unpublished

2019-05-15 Thread Alan Braslau
ook, and "unpublished" otherwise)? You can redefine the setup btx:aps:nd (no date) to give something else, but you might have to go further not to get empty parenthesis. A better solution, using the APS specification is to have a correct database. Maybe a different publicat

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-15 Thread Hans Hagen
cannot get it to work with "default=fxtb:2*10" and similar options for other elements than floats). It would be useful to have it for other type of elements as well. 2) What is the current correct way to get back on grid after formulas? The only key that had lead

Re: [NTG-context] Which math font for LinLibertine family?

2019-05-15 Thread Mikael P. Sundqvist
On Wed, May 15, 2019 at 8:40 AM Tomas Hala wrote: > > Hi all, > > the font family LinLibertine (ConTeXt from TL2018 and older) does not > contain any math font. > > On the file type-imp-libertine.mkiv there is a (disabled) line joining math > from times family. Is

[NTG-context] Which math font for LinLibertine family?

2019-05-15 Thread Tomas Hala
Hi all, the font family LinLibertine (ConTeXt from TL2018 and older) does not contain any math font. On the file type-imp-libertine.mkiv there is a (disabled) line joining math from times family. Is the times math the best for LinLibertine or would you recommend me something else (from

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-14 Thread Mikael P. Sundqvist
o apply > > to columnsetspans and columnsetareas? (I cannot get it to work with > > "default=fxtb:2*10" and similar options for other elements than > > floats). It would be useful to have it for other type of elements as > > well. > >

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-14 Thread Hans Hagen
floats). It would be useful to have it for other type of elements as well. 2) What is the current correct way to get back on grid after formulas? The only key that had lead me to something that seems to work in \setupformulas is "option=depth". Is that the way to go?

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-13 Thread Mikael P. Sundqvist
ons > (given on p. 18 in the columnsets manual), or should they also apply > to columnsetspans and columnsetareas? (I cannot get it to work with > "default=fxtb:2*10" and similar options for other elements than > floats). It would be useful to have it for other type of elements as

[NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-11 Thread Mikael P. Sundqvist
and columnsetareas? (I cannot get it to work with "default=fxtb:2*10" and similar options for other elements than floats). It would be useful to have it for other type of elements as well. 2) What is the current correct way to get back on grid after formulas? The only key that h

[NTG-context] No menu bar option for Adobe Reader

2019-04-27 Thread Paul Schalck
dn't provide forward -- referencing and references had to be tracked in multiple passes. Of -- course there are a couple of more changes. local next, tostring, type = next, tostring, type local format, gsub, formatters = string.format, string.gsub, string.formatters local flattened = table.flatt

Re: [NTG-context] tikz is not found

2019-04-24 Thread Gour
ck modern-designsize rm 12pt' is loaded metapost> initializing instance 'metafun' using format 'metafun' metapost> loading 'metafun' as '/usr/share/texmf/metapost/context/base/mpiv/metafun.mpiv' using method 'default' metapost> initializing number mode 'scaled'

Re: [NTG-context] preparing math exams

2019-04-24 Thread Gour
ing it seems as quicker/easier start. Sincerely, Gour -- In this endeavor there is no loss or diminution, and a little advancement on this path can protect one from the most dangerous type of fear. ___ If your quest

Re: [NTG-context] \abovedisplayshortskip

2019-04-22 Thread Mikael P. Sundqvist
s always the same vertical space before a formula > independent of the length of the previous line. > > Wolfgang > Thanks Wolfgang! Hans, is there a chance to add support for this (that seems to be supported in TeX)? As of now, I have defined a new type of formula which has less vertical s

Re: [NTG-context] Adjust kerning with superscript

2019-04-15 Thread Hans Hagen
kernings? Could this be done using mathkerns? Latin Modern doesn't have any but maybe they can be added on the fly. Cheers, Henri --- \startluacode fonts.handlers.otf.addfeature { type = "kern", name = "kern", data = { [0x0393] = { [0x0030] = -20

Re: [NTG-context] Adjust kerning with superscript

2019-04-15 Thread Henri Menke
subscripts (MWE below). Is there a method to adjust >> subscript kernings? Could this be done using mathkerns? Latin Modern >> doesn't >> have any but maybe they can be added on the fly. >> >> Cheers, Henri >> >> --- >> >> \startluaco

Re: [NTG-context] Adjust kerning with superscript

2019-04-15 Thread Hans Hagen
they can be added on the fly. Cheers, Henri --- \startluacode fonts.handlers.otf.addfeature { type = "kern", name = "kern", data = { [0x0393] = { [0x0030] = -200 } } } \stopluacode \setupbodyfont[modern] \starttext $\Gamma0$ % works fine :) $\Gamma_0$ % doesn

[NTG-context] Adjust kerning with superscript

2019-04-15 Thread Henri Menke
--- \startluacode fonts.handlers.otf.addfeature { type = "kern", name = "kern", data = { [0x0393] = { [0x0030] = -200 } } } \stopluacode \setupbodyfont[modern] \starttext $\Gamma0$ % works fine :) $\Gamma_0$ % doesn

Re: [NTG-context] gnuplot-module broken under lmtx

2019-04-10 Thread Hans Hagen
oading         > Gnuplot module open source     > level 4, order 5, name '/home/user/context/tex/texmf-context/tex/context/fonts/mkiv/type-imp-texgyre.mkiv' close source    > level 4, order 5, name '/home/user/context/tex/texmf-context/tex/context/fonts/mkiv/type-imp-texgyre.mkiv' close so

[NTG-context] gnuplot-module broken under lmtx

2019-04-10 Thread Christian Prim
pen source > level 3, order 4, name '/home/user/context/tex/texmf-modules/tex/context/third/gnuplot/t-gnuplot.mkiv' loading > Gnuplot module open source > level 4, order 5, name '/home/user/context/tex/texmf-context/tex/context/fonts/mkiv/type-imp-texgyre.mkiv' close source

Re: [NTG-context] Emacs with context lmtx

2019-04-09 Thread Fabrice Couvreur
TeX-run-command nil t: help "Run context (LMTX)") TeX-command-list) > > I get the message > > > > For information about GNU Emacs and the GNU system, type C-h C-a. > > File mode specification error: (wrong-type-argument symbolp (ConTeXt > PATH = >

Re: [NTG-context] Emacs with context lmtx

2019-04-09 Thread Vladimir Lomov
; ("ConTeXt" "PATH = /home/viserion/data/context/tex/texmf-linux-64/bin: $ > PATH context --purgeall% s" > TeX-run-command nil t: help "Run context (LMTX)") TeX-command-list) > I get the message > > For information about GNU Emacs and the GNU sys

Re: [NTG-context] Emacs with context lmtx

2019-04-08 Thread Fabrice Couvreur
$ PATH context --purgeall% s" TeX-run-command nil t: help "Run context (LMTX)") TeX-command-list) I get the message For information about GNU Emacs and the GNU system, type C-h C-a. File mode specification error: (wrong-type-argument symbolp (ConTeXt PATH = / home / viserion

Re: [NTG-context] follow up

2019-04-08 Thread Jeong Dal
left my previous problem for a while. Thank you for your help. Best regards, Dalyoung > Subject: Re: [NTG-context] follow up > Message-ID: <mailto:f894514c-8e72-4743-b05d-b438efe4f...@gmail.com>> > Content-Type: text/plain; charset="utf-8" > > Dear Daly

Re: [NTG-context] Emacs with context lmtx

2019-04-08 Thread Vladimir Lomov
64/bin:$PATH context > --purgeall %s" > TeX-run-command t t :help "Run context (LMTX)") t) > ) > ##### > > > For information about GNU Emacs and the GNU system, type C-h C-a. > File mode specification error: (wron

[NTG-context] Emacs with context lmtx

2019-04-08 Thread Fabrice Couvreur
:$PATH context --purgeall %s" TeX-run-command t t :help "Run context (LMTX)") t) ) ##### For information about GNU Emacs and the GNU system, type C-h C-a. File mode specification error: (wrong-type-argu

Re: [NTG-context] Can not update Context Standalone

2019-04-08 Thread Fabrice Couvreur
e your shell). > > [viserion@archlinux context]$ mtxrun --generate > bash: /home/viserion/bin/mtxrun: Aucun fichier ou dossier de ce type > [viserion@archlinux context]$ context --make > /home/viserion/texlive/2018/bin/x86_64-linux/context: ligne 2: > /home/viserion/bin/mtxrun: A

Re: [NTG-context] follow up

2019-04-08 Thread Otared Kavian
; >> >> Today's Topics: >> >> 1. Re: How to update LMTX? (Hans Hagen) >> 2. Re: follow up (Hans Hagen) >> 3. Re: (no subject) (Hans Hagen) >> 4. Re: follow up (Otared Kavian) >> >> >> -- >>

[NTG-context] Can not update Context Standalone

2019-04-07 Thread Fabrice Couvreur
ant to set it permanently. This can usually be done in .bashrc, .bash_profile (or whatever file is used to initialize your shell). [viserion@archlinux context]$ mtxrun --generate bash: /home/viserion/bin/mtxrun: Aucun fichier ou dossier de ce type [viserion@archlinux context]$ context --make /hom

Re: [NTG-context] follow up

2019-04-05 Thread Jeong Dal
agen) > 3. Re: (no subject) (Hans Hagen) > 4. Re: follow up (Otared Kavian) > > > -- > > Message: 1 > Date: Fri, 5 Apr 2019 00:20:32 +0200 > From: Hans Hagen > To: mailing list for ConTeXt users > Subject: Re: [NTG-context] How to update LMTX? > Message-ID: <4ab6b1e

Re: [NTG-context] follow up

2019-04-05 Thread Otared Kavian
to run a file in LMTX environment, then I got a following error > when I run it in MKIV environment. > “I can’t fine a file …../defFonts.tex” even though it is there. > To resolve it, I run “mtxrun —generate” in MKIV. > But it invoke the same type error in LMTX. > Here

Re: [NTG-context] follow up

2019-04-04 Thread Hans Hagen
…../defFonts.tex” even though it is there. To resolve it, I run “mtxrun —generate” in MKIV. But it invoke the same type error in LMTX. Here are the command in Atom editor which I use to run it. LMTX: source /Users/graph/ConTeXtLMTX/tex/setuptex; context {filePath} MKIV: source /Users/graph/ConTeXt/tex/setuptex

Re: [NTG-context] follow up

2019-04-04 Thread Jeong Dal
it is there. To resolve it, I run “mtxrun —generate” in MKIV. But it invoke the same type error in LMTX. Here are the command in Atom editor which I use to run it. LMTX: source /Users/graph/ConTeXtLMTX/tex/setuptex; context {filePath} MKIV: source /Users/graph/ConTeXt/tex/setuptex

Re: [NTG-context] How to repeat the hyphen?

2019-03-25 Thread Sam May
: # %%% # \definebreakpoints[czcompound] # \definebreakpoint[czcompound][-][nleft=3,nright=3,type=4] # # \appendtoks #\ifx\mylanguage\currentlanguage # \setbreakpoints[czcompound] #\else # \resetbreakpoints #\fi # \to\everylanguage # # It would be nice if that language= key

Re: [NTG-context] broken links in PDF included via \copypages (PoC fix attached)

2019-03-22 Thread Hans Hagen
On 3/22/2019 3:35 PM, Tomas Janousek wrote: Hello, I happen to need to include a PDF which uses unusual link annotations. Instead of something like: << /A << /D (aff1a) /S /GoTo >> /Border [ 0 0 0 ] /C [ 1 0 0 ] /F 4 /H /I /Rect [ 104.214 577.913 110.231 586.941 ] /S

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Tomas Hala
Hi Taco, this is exactly what I needed, thank you very much. Fri, Mar 22, 2019 ve 04:16:20PM +0100 Taco Hoekwater napsal(a): # Somewhat cleaner is to do it this way: # %%% # \definebreakpoints[czcompound] # \definebreakpoint[czcompound][-][nleft=3,nright=3,type=4

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Taco Hoekwater
Somewhat cleaner is to do it this way: %%% \definebreakpoints[czcompound] \definebreakpoint[czcompound][-][nleft=3,nright=3,type=4] \appendtoks \ifx\mylanguage\currentlanguage \setbreakpoints[czcompound] \else \resetbreakpoints \fi \to\everylanguage

[NTG-context] broken links in PDF included via \copypages (PoC fix attached)

2019-03-22 Thread Tomas Janousek
Hello, I happen to need to include a PDF which uses unusual link annotations. Instead of something like: << /A << /D (aff1a) /S /GoTo >> /Border [ 0 0 0 ] /C [ 1 0 0 ] /F 4 /H /I /Rect [ 104.214 577.913 110.231 586.941 ] /Subtype /Link /Type /Annot >> there's

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Tomas Hala
\definebreakpoints[czcompound] \let\oldlanguage=\language \def\language[#1]{\oldlanguage[#1] \ifx\mylanguage\currentlanguage \definebreakpoint[czcompound][-][nleft=3,nright=3,type=4] \setbreakpoints[czcompound] \else \definebreakpoint[czcompound][-][nleft=3,nright=3,type=1

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Taco Hoekwater
Hi Tomáš, Sorry but I do not know. I *do* know that you can do this: \definebreakpoints [czcompound] \definebreakpoint [czcompound] [-] [nleft=3,nright=3,type=4] \setbreakpoints[czcompound] And perhaps hook that into a language switch. Does that help? > On 22 Mar 2019, at 10

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Tomas Hala
it only for the given language(s), eg. for cz+sk yes and for en no. Is there any way for this? Best wishes, Tomáš \definebreakpoint [compound] [-] [nleft=3,nright=3,type=4, language=cz] \setbreakpoints[compound] Thu, Mar 21, 2019 ve 04:45:49PM +0100 Taco Hoekwater napsal(a): # Hi

Re: [NTG-context] How to repeat the hyphen?

2019-03-21 Thread Taco Hoekwater
Hi, \definebreakpoint [compound] [-] [nleft=3,nright=3,type=4] \setbreakpoints[compound] But also check the wiki, there can be side-effects to \setbreakpoints[compound] https://wiki.contextgarden.net/Compound_words Best wishes, Taco > On 21 Mar 2019, at 16:23, Tomas Hala wrote: >

[NTG-context] Fwd: Fwd: IBM Wordcloud with the Filter Module

2019-03-14 Thread Jeroen
modules: 2 requested, all found (*-filter *-module-catcodes) mkiv lua stats > loaded patterns: en::2, load time: 0.000 mkiv lua stats > result saved in file: test2.pdf, compresslevel 3, objectcompresslevel 3 mkiv lua stats > loaded fonts: 3 files: latinmodern-math.otf, lmmono12-regular.otf,

[NTG-context] lua-error when asking for the fontame

2019-03-08 Thread Willi Egger
Hello, today I updated ConTeXt to the version of 2019-03-05. While testing a type-script I got an error, when I ask for the font name. lua error > lua error on line 1 in file /test.tex: ...ext/tex/texmf-context/tex/context/base/mkiv/font-syn.lua:519: bad argument #1 to 'lower' (str

Re: [NTG-context] TeX Live 2019: attempt to call a nil value (upvalue 'isfile')

2019-03-01 Thread Hans Hagen
On 3/1/2019 12:01 PM, Mojca Miklavec wrote: On Fri, 1 Mar 2019 at 08:50, luigi scarso wrote: $> context luatex mkiv lua stats > used platform: linux-64, type: unix, binary subtree: texmf-linux-64 mkiv lua stats > used engine: luatex version 1.1 with functionality level 708

Re: [NTG-context] TeX Live 2019: attempt to call a nil value (upvalue 'isfile')

2019-03-01 Thread Mojca Miklavec
On Fri, 1 Mar 2019 at 08:50, luigi scarso wrote: > > $> context luatex > mkiv lua stats > used platform: linux-64, type: unix, binary subtree: > texmf-linux-64 > mkiv lua stats > used engine: luatex version 1.1 with functionality level > 7088, banner: this is luate

Re: [NTG-context] TeX Live 2019: attempt to call a nil value (upvalue 'isfile')

2019-02-28 Thread luigi scarso
he first hint is that we should probably include more font > dependencies in ConTeXt scheme. I can take care of that if you have > further suggestions (other than dejavu). > > just to be sure in my minimal with latest zip $> context luatex mkiv lua stats > used platform: linux-64, type

[NTG-context] horizontal headalternatives ignore indentnext

2019-02-27 Thread Henri Menke
Dear list, If I choose the headalternative to be of horizontal type, e.g. “text”, the head placement will ignore the indentnext option. This can be traced back to the \strc_rendering_stop_placement macro where there is a check \ifconditional\headisdisplay \useindentnextparameter

Re: [NTG-context] Define color with calculations

2019-02-18 Thread Henri Menke
e manual: The \luaexpr command can also better deal with for instance conditions, where it returns true or false , while \cldcontext would interpret the boolean value as a special signal. Although I think my solution is superior because you can

Re: [NTG-context] degrade module

2019-02-18 Thread Marco Patzer
tains an ugly hack that just renames all files > > to pdf, regardless of the actual file type because I have no clue > > how to do that properly. > > I've included your hack, because I don't have any better idea... ok > > That code shouldn't make it into the distributi

Re: [NTG-context] degrade module

2019-02-17 Thread Peter Münster
On Fri, Feb 15 2019, Marco Patzer wrote: > - It's 99% Peter's code, he's the maintainer of the module and > probably he should just fix his code. Done. > - My modification contains an ugly hack that just renames all files > to pdf, regardless of the actual file type because I

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

2019-02-16 Thread Tomas Hala
# # font-ini.mkiv: # # %D The \type {\tochar} commmand takes a specification: # %D # %D \starttabulate[|l|l|l|] # %D \NC e \NC entity \NC e:eacute \NC \NR # %D \NC x \NC hexadecimal unicode \NC x:013D \NC \NR # %D \NC d \NC decimal unicode \NC d:123\NC \NR #

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

Re: [NTG-context] degrade module

2019-02-15 Thread Marco Patzer
% Peter's code, he's the maintainer of the module and probably he should just fix his code. - My modification contains an ugly hack that just renames all files to pdf, regardless of the actual file type because I have no clue how to do that properly. That code shouldn't make it into the dis

Re: [NTG-context] Bug in math: version

2019-02-14 Thread Hans Åberg
> On 14 Feb 2019, at 13:05, Hans Hagen wrote: > >> With 2019.02.10 17:43, the command \type{\|x\|} gives an incorrect result: >> $\|x\| = 1$ > > why not use $||x|| = 1$ Also $‖x‖ = 1$.

Re: [NTG-context] Bug in math: version

2019-02-14 Thread Hans Hagen
, the command \type{\|x\|} gives an incorrect result: $\|x\| = 1$ why not use $||x|| = 1$ $|x| = 1$ \stoptext Best regards: OK ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] Bug in math: version

2019-02-13 Thread Alan Braslau
2019 18:52:26 +0100 Otared Kavian wrote: > Hi Hans, > > With the latest beta there seems a bug has been intoduced with « \| » which > should give a vertical double bar and not a simple bar. > > This is a minimal example: > > \starttext > With 2019.02.10 17:43, the

<    5   6   7   8   9   10   11   12   13   14   >