Re: [NTG-context] Column(set)s & overlapping lines

2019-09-30 Thread Procházka Lukáš Ing .
Hello, thank you for quick response - I didn't notice such question. I added some info to wiki: https://wiki.contextgarden.net/Command/startcolumnset#Note Best, Lukas On Tue, 01 Oct 2019 08:24:19 +0200, Henri Menke wrote: This has been asked many times. Columnsets need grid. \se

Re: [NTG-context] Column(set)s & overlapping lines

2019-09-30 Thread Henri Menke
This has been asked many times. Columnsets need grid. \setuplayout[grid=yes] Cheers, Henri On 10/1/19 7:16 PM, Procházka Lukáš Ing. wrote: > Hello, > > I have the following code: > > > \definecolumnset[example][n=3,balancing=no] > \definecolumnsetspan[wide][n=2] > > \setupexternalfigures

[NTG-context] Column(set)s & overlapping lines

2019-09-30 Thread Procházka Lukáš Ing .
Hello, I have the following code: \definecolumnset[example][n=3,balancing=no] \definecolumnsetspan[wide][n=2] \setupexternalfigures[location=default] % \starttext \startcolumnset[example] \startcolumnsetspan[wide] %\externalfigure[hacker][width=120mm] % Produces overlapping l

Re: [NTG-context] circuitikz meters

2019-09-30 Thread Henri Menke
Circuitikz uses \textbf inside, which is a LaTeX macro. Unfortunately, this is hardcoded within the ammeter and voltmeter nodes, so you can't easily change it. Instead you can simply provide a macro that does the correct thing. \usemodule[circuitikz] \let\textbf\bold % <--- \starttext \starttikz

Re: [NTG-context] SSL certificate expired

2019-09-30 Thread Taco Hoekwater
> Op 30 sep. 2019 om 22:43 heeft Henri Menke het > volgende geschreven: > > Dear list, > >$ curl https://mailman.ntg.nl/ >curl: (60) SSL certificate problem: certificate has expired This has been fixed by Ferdy (reissued) Best, Taco _

[NTG-context] SSL certificate expired

2019-09-30 Thread Henri Menke
Dear list, $ curl https://mailman.ntg.nl/ curl: (60) SSL certificate problem: certificate has expired Cheers, Henri ___ If your question is of interest to others as well, please add an entry to the Wiki! mai

Re: [NTG-context] general syntax for startparagraph command

2019-09-30 Thread Henning Hraban Ramm
> Am 2019-09-30 um 19:37 schrieb Wolfgang Schuster > : > > Jeroen schrieb am 30.09.2019 um 02:18: >> Many thanks. Is there also a simple way to place a 2 above the = character >> as the definition does. > The sample ways are: > > \starttext > > \setupruby[style=] > > = \ruby{=}{*} In case y

Re: [NTG-context] Error during installation of LMTX

2019-09-30 Thread Mojca Miklavec
On Mon, 30 Sep 2019 at 20:04, Jan U. Hasecke wrote: > > I tried to update or install LMTX today and get this error: > > /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found > (required by /home/juh/context-linux-64/bin/mtxrun) > > I am running debian 10 buster. This could be related to

[NTG-context] ConTeXt on current Debian

2019-09-30 Thread Jan U. Hasecke
Dear all, todays upgrade broke my context installation (context and lmtx) as context now uses GLIBC_2.29 which is not available in Debian 10 buster. After using my backup I now wonder if from now on ConTeXt won't support Debian stable anymore? juh

[NTG-context] Error during installation of LMTX

2019-09-30 Thread Jan U. Hasecke
I tried to update or install LMTX today and get this error: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/juh/context-linux-64/bin/mtxrun) I am running debian 10 buster. juh ___ I

Re: [NTG-context] general syntax for startparagraph command

2019-09-30 Thread Wolfgang Schuster
Jeroen schrieb am 30.09.2019 um 02:18: Many thanks. Is there also a simple way to place a 2 above the = character as the definition does. The sample ways are: \starttext \setupruby[style=] = \ruby{=}{*} \blank = \framed[location=bottom,align=middle,frame=off,offset=0pt]{*\\=} \stoptext T

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

2019-09-30 Thread Stefano Sanguinetti
Hello, I am trying to understand something more about fonts in text and math mode, in Mkiv Context. I would like to be able to change things at the "define body fonts" level. I tried the following, in order to have rsfs fonts : \setupbodyfont[12pt] \definebodyfont[12pt][rm][tf=rsfs10 sa *] \start

Re: [NTG-context] Custom Footertext

2019-09-30 Thread Pablo Rodriguez
On 9/30/19 2:16 AM, Jeroen wrote: > I have condensed it into a single document. The footer has in the right > side the page numbering and at the left the "section". Both only start > at the second page, which is good. I was wondering if the "section" > could have the "title" in front of it. The tit

[NTG-context] circuitikz meters

2019-09-30 Thread Martin Althoff
Hello ... I am drawing some simple circuits for an electro-physics class I am teaching using circuitikz. Using meters gives some effects I don't quite understand. The MWE works as shown. The commented lines fail with "Undefined control sequence". If I put the same 3 lines into Latex (via Texstu

Re: [NTG-context] Multi-letter words/identifiers in math

2019-09-30 Thread Hans Hagen
On 9/29/2019 9:30 AM, Shuxian Wang wrote: Dear list, I am trying to typeset some multi-letter words/identifiers in mathematical formulas. Currently, doing things like |{\it variable}| or |{\mathit variable}| under math mode will cause the engine to shift all characters into the corresponding

Re: [NTG-context] beta

2019-09-30 Thread Thomas A. Schmitz
On 29.09.19 16:31, Hans Hagen wrote: Hi, A week ago we had the (nice and pleasant) annual context meeting and as usual some new stuff has been presented there which was not yet in the distribution at that moment. Some pending code is now being moved into the distribution. Part is font related