[NTG-context] Re: regular online meet-up

2025-08-12 Thread Henning Hraban Ramm
d the "plus" button. Beware there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, es

[NTG-context] Re: Illustrations in running text.

2025-08-10 Thread Hans Hagen via ntg-context
fly. ;) ah, like you did with the Lund University Logo on the new letterhead ... take the low res gif from the website (if often the recommended method) Hans - Hans Hagen | PRAGMA ADE

[NTG-context] regular online meet-up

2025-08-08 Thread Hraban Ramm
on’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, esp. with mobile connections. * Sometimes leaving and re-entering helps. * If audio

[NTG-context] Re: Pre-loading libraries by making custom format

2025-07-29 Thread Hans Hagen via ntg-context
ikZ). It was originally designed for LaTeX, but its authors have put quite a bit of effort into making sure that it's usable in all formats, including ConTeXt. ok, but then why load way more than a the basic layer (which probably already has enough potential issues, take register management

[NTG-context] Re: weird issue with latest win64 binaries

2025-07-18 Thread Pablo Rodriguez via ntg-context
Anytime I have tried to run latest `context.exe` (64bit only [32bit is still fine]), the thread protection logs a low-risk action blocked. What is that? Well, not being administrator on the OS not even tells which binary caused this (not to mention what the action was). It seems to be cause

[NTG-context] Re: language in tagging and export

2025-07-14 Thread Pablo Rodriguez via ntg-context
esn’t have Acrobat Reader available and the only Windows machine I have access to seems to have no working read aloud feature in Acrobat Reader. > % suddenly got some english youtube video where the > % normally low pitch male voice (that i knew) became > % high pitch female dutch for no re

[NTG-context] language in tagging and export

2025-07-14 Thread Hans Hagen via ntg-context
check the other languages and also the % kind of language tags we want to end up in the pdf % as he will check how viewers 'speak' - yesterday i % suddenly got some english youtube video where the % normally low pitch male voice (that i knew) became % high pitch female dutch for no reason

[NTG-context] Re: testing tagging for UA-2

2025-07-12 Thread Hans Hagen via ntg-context
n by release fever. By going ISO some long term stability was signalled. The amount of patching and explaining to me is alarming. Of course there is new stuff like the balancing mvl that some play with but it's likely offocial around the meeting, more than year after we were concentrating on it:

[NTG-context] Re: regular online meet-up

2025-07-08 Thread Henning Hraban Ramm
ot;plus" button. Beware there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, esp. wit

[NTG-context] regular online meet-up

2025-07-06 Thread Henning Hraban Ramm
l someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, esp. with mobile connections. * Sometimes leaving and re-entering helps. * If audio

[NTG-context] Re: End-page hyphenation

2025-07-05 Thread John Was
added things > like that when we enhanced the par and page builders and exploring > possibilities. There are all kind of goodies like that and you can set > up these panalties any way you like but it's not always easy to come up > with values that work well together. They are

[NTG-context] Re: success and a query

2025-07-05 Thread Hans Hagen via ntg-context
story. That file is actually now 5 years old so this protection mechanism has been available for a long time already and I always enabled it here (in error mode). It's discussed in low level manuals but typically not something users should worry about or try to grasp. There are some red entr

[NTG-context] reading YAML with Lua

2025-07-03 Thread Henning Hraban Ramm
Hi, is there already something to read a YAML file as a lua table in LuaMetaTeX? I didn’t find anything. My requirements are low, I just need to read some author data like: """ AstridLindgren: birth_year: '1907' death_year: '2002' name: Astrid Li

[NTG-context] Re: Custom background color for \framed inside lmt_text

2025-07-02 Thread Wolfgang Schuster
/256(255,204,255); %not working draw lmt_text [text ="\framed[background=color,backgroundcolor=rose_color,frame=on, location=low]{a rose box}",]; %working draw lmt_text [text ="\framed[background=color,backgroundcolor=green,frame=on, location=low] {a green box}",] shifted (

[NTG-context] Re: Custom background color for \framed inside lmt_text

2025-07-02 Thread Florent Michel
[text ="\framed[background=color,backgroundcolor=rose_color_ctx,frame=on, location=low]{a rose box}",]; %working draw lmt_text [text ="\framed[background=color,backgroundcolor=green,frame=on, location=low]{a green box}",] shifted (1cm,1cm); %working fill fullcircle scaled 2cm

[NTG-context] Re: Custom background color for \framed inside lmt_text

2025-07-02 Thread Mikael Sundqvist
MPcode > > color rose_color; rose_color = 1/256(255,204,255); > > %not working > draw lmt_text [text > ="\framed[background=color,backgroundcolor=rose_color,frame=on, > location=low]{a rose box}",]; > > %working > draw lmt_text [text > ="\framed[ba

[NTG-context] Re: Custom background color for \framed inside lmt_text

2025-07-02 Thread Emanuel Han via ntg-context
as green, it works. > > \starttext > > \startMPcode > > color rose_color; rose_color = 1/256(255,204,255); > > %not working > draw lmt_text [text > ="\framed[background=color,backgroundcolor=rose_color,frame=on, > location=low]{a rose box}",]; >

[NTG-context] Custom background color for \framed inside lmt_text

2025-06-29 Thread Emanuel Han via ntg-context
ramed[background=color,backgroundcolor=rose_color,frame=on, location=low]{a rose box}",]; %working draw lmt_text [text ="\framed[background=color,backgroundcolor=green,frame=on, location=low]{a green box}",] shifted (1cm,1cm); %working fill fullcircle scaled 2cm shifted (0,3cm)

[NTG-context] \ss (sans serif) not applied inside \framed

2025-06-25 Thread Emanuel Han via ntg-context
, location=low] \ss mmk \stopframed %second example {\ss \framed[frame=on, corner=round, radius=.3em, location=low] mmk \stopframed } \stoptext___ If your question is of interest to others as

[NTG-context] Re: \ss (sans serif) not applied inside \framed

2025-06-25 Thread Wolfgang Schuster
letter (m here). > > \starttext > > %first example > > \framed[frame=on, corner=round, radius=.3em, location=low] > \ss mmk > \stopframed > > %second example > {\ss > \framed[frame=on, corner=round, radius=.3em, location=low] > mmk > \stopframed &g

[NTG-context] Re: \ss (sans serif) not applied inside \framed

2025-06-25 Thread Duncan Hothersall
mple is showing the text with serifs, > the second example is typeset in sans serif indeed, but unfortunately > without the first letter (m here). > > \starttext > > %first example > > \framed[frame=on, corner=round, radius=.3em, location=low] > \ss mmk > \stopframed >

[NTG-context] Re: Diacritic in variable fonts

2025-06-18 Thread Pablo Rodriguez via ntg-context
not going to add heuristics for > border cases. And it has not the highest priority. Fine for me with low priority as long as they don’t get forgotten. I cannot remember now (I would have to start testing again), but not few issues where bad shapes. Whether some of these come from bord

[NTG-context] Re: Color Profile ISO Coated v2 300% (ECI) not found anymore

2025-06-10 Thread Pablo Rodriguez via ntg-context
6c8c4deaf 200 http://www.color.org Offset printing according to ISO/DIS 12647-2:2003, OFCOM, paper type 3 = low weight coated web offset, 60 g/m2, screen ruling 60 cm-1, positive-acting plates, see readme JapanColor2001Coated.icc CMYK

[NTG-context] regular online meet-up

2025-06-10 Thread Henning Hraban Ramm
e there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, esp. with mobile connections. * Sometime

[NTG-context] regular online meet-up

2025-05-11 Thread Henning Hraban Ramm
eside the camera button; also there’s now "manage presentations" behind the "plus" button. Beware there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection

[NTG-context] Re: Thesis in ConTeXt

2025-04-10 Thread Max Chernoff via ntg-context
hat one myself. > I also needed some time to find out that manuals exist for most parts > (first source for information was the wiki). When I found them, though, > they were really helpful, especially for more low level knowledge (and > as code examples). Yeah, some of the manuals are

[NTG-context] Thesis in ConTeXt

2025-04-10 Thread Gerion Entrup
a code that implemented that specific command. I also needed some time to find out that manuals exist for most parts (first source for information was the wiki). When I found them, though, they were really helpful, especially for more low level knowledge (and as code examples). The context com

[NTG-context] regular online meet-up

2025-04-05 Thread Henning Hraban Ramm
on’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, esp. with mobile connections. * Sometimes leaving and re-entering helps. * If audio

[NTG-context] Re: \placefigure conundrum

2025-03-16 Thread Jim
On Sun, Mar 16, 2025 at 11:49 (-), autumnus wrote: > Maybe you can try to compare the relative distance between the image and the > text with “high”. > %%% > \placefigure[left,high] > \placefigure[left,low] > %%% The cow moves higher with "high" than

[NTG-context] Re: \placefigure conundrum

2025-03-16 Thread autumnus
Maybe you can try to compare the relative distance between the image and the text with “high”. %%% \placefigure[left,high] \placefigure[left,low] %%% ___ If your question is of interest to others as well

[NTG-context] Re: \placefigure conundrum

2025-03-15 Thread Jim
blank[2*line] > \framed[align=high,height=2\baselineskip]{Thus,}\blank[2*line]% Similar to > \vbox to 2\baselineskip{something\par\vfill} > \framed[align=low,height=2\baselineskip]{Thus,}% % > Similar to \vbox to 2\baselineskip{\par\vfill\par something} > \stopt

[NTG-context] Re: \placefigure conundrum

2025-03-14 Thread autumnus
]% Similar to \vbox to 2\baselineskip{something\par\vfill} \framed[align=low,height=2\baselineskip]{Thus,}% % Similar to \vbox to 2\baselineskip{\par\vfill\par something} \stoptext It should be because of the existence of vfill, so it is said "move down". When low

[NTG-context] Re: \placefigure conundrum

2025-03-14 Thread Jim
On Thu, Mar 13, 2025 at 18:05 (-), autumnus wrote: > \setupexternalfigures[location={local,default}] > \starttext > \placefigure[left,none,2*hang,low]% <=== > {} > {\externalfigure[cow][frame=on,width=1.in]} > Bovine creature, black and white, four h

[NTG-context] Re: \placefigure conundrum

2025-03-13 Thread autumnus
\setupexternalfigures[location={local,default}] \starttext \placefigure[left,none,2*hang,low]% <=== {} {\externalfigure[cow][frame=on,width=1.in]} Bovine creature, black and white, four hooves, blah blah blah blah blah blah blah (blah) blah blah blah blah blah blah blah b

[NTG-context] regular online meet-up

2025-03-08 Thread Henning Hraban Ramm
on’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, esp. with mobile connections. * Sometimes leaving and re-entering helps. * If audio

[NTG-context] Re: Strange display of math when enabling export xml/html/xhtml

2025-03-05 Thread Christoph Hintermüller via ntg-context
port settings or not called helper scripts. - No fallack image of the math is generated in the image directory of export-example. Like no images are linked or copied at all to export- example/images when running mtxrun --script context and no information is given no warining message indicating what to

[NTG-context] regular online meet-up

2025-02-07 Thread Henning Hraban Ramm
on’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, e.g. with mobile connections. * Sometimes leaving and re-entering helps. * If audio

[NTG-context] Re: defining macros

2025-01-11 Thread Hans Hagen via ntg-context
forgettingone) \fi /\ikeepforgettingtwo/} \MyMacro[one]{two} \MyMacro{two} seems that i also need to let \ifparameter handle these defs ... so now you contributed to development (and i can delegate documentation of low levels to you) Sure. I’m proud to have found several features that you

[NTG-context] Re: regular online meet-up

2025-01-07 Thread Henning Hraban Ramm
e there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, e.g. with mobile connections. * Some

[NTG-context] regular online meet-up

2025-01-05 Thread Henning Hraban Ramm
on. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, e.g. with mobile connections. * Sometimes leaving and re-entering helps. * If audio/video doesn’t work for you, you

[NTG-context] Re: regular online meet-up

2024-12-11 Thread Henning Hraban Ramm
ons" behind the "plus" button. Beware there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on

[NTG-context] Re: Rounded pens with Metapost

2024-12-07 Thread Mikael Sundqvist
Hi, as far as I have understood one can only either use a circle (and then, lowlevel, Postscript/PDF uses that) or a polygon (and then that is used low-level). Since a few weeks (not sure if it is in distribution yet) there is also a penstroked macro that imitates the penstroke a bit (one can

[NTG-context] regular online meet-up

2024-12-07 Thread Henning Hraban Ramm
a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, e.g. with mobile connections. * Sometimes leaving and re-entering helps.

[NTG-context] Re: Transition from ConTeXt mark II to mark IV

2024-12-06 Thread Michal Kvasnička
; You can just unzip mkii into the tree and it should work. > > Anyway, what is failing? The main difference is in fonts (opentype) and > encodings (should work). I assume your macros don't hack low level > mechanisms. > > Hans > > -

[NTG-context] Re: Transition from ConTeXt mark II to mark IV

2024-12-06 Thread Hans Hagen via ntg-context
just unzip mkii into the tree and it should work. Anyway, what is failing? The main difference is in fonts (opentype) and encodings (should work). I assume your macros don't hack low level mechanisms.

[NTG-context] Re: regular online meet-up

2024-11-12 Thread Henning Hraban Ramm
"plus" button. Beware there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, e.

[NTG-context] regular online meet-up

2024-11-09 Thread Henning Hraban Ramm
on’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, e.g. with mobile connections. * Sometimes leaving and re-entering helps. * If audio

[NTG-context] Re: Seeking Advice on Electron Configuration Notation in ConTeXt

2024-10-30 Thread Wolfgang Schuster
blindly copy \subshells if there is something easier to enter with less chance of error. A bit more low level but we're in educational mode anyway: \starttexdefinition protected electrons#1#2 I would make the second argument optional. \starttexdefinition pro

[NTG-context] Re: Seeking Advice on Electron Configuration Notation in ConTeXt

2024-10-30 Thread Hans Hagen
a parser is relatively easy, so the above can be made much less verbose if the layout is suitable. I think the message is: you don’t need to blindly copy \subshells if there is something easier to enter with less chance of error. A bit more low level but we're in educational mode a

[NTG-context] Re: Low-level macro help needed

2024-10-16 Thread Rik Kabel
On 2024-10-16 17:48, Wolfgang Schuster wrote: Rik Kabel schrieb am 16.10.2024 um 23:18: When you have argument after square brackets you have to use #: to continues scanning for arguments of the command. For the mandatory argument you should just use #2 and keep #= for the optional argumen

[NTG-context] Re: Low-level macro help needed

2024-10-16 Thread Wolfgang Schuster
Rik Kabel schrieb am 16.10.2024 um 23:18: Hello Hans and developers, I have been trying to convert some two- and three-step macros (as shown below) to single-step macros using the LMTX syntax given in the low-level macros manual. I have succeeded in many cases, but failed when the macro

[NTG-context] Low-level macro help needed

2024-10-16 Thread Rik Kabel
Hello Hans and developers, I have been trying to convert some two- and three-step macros (as shown below) to single-step macros using the LMTX syntax given in the low-level macros manual. I have succeeded in many cases, but failed when the macro follows one particular group of patterns. The

[NTG-context] Re: regular online meet-up

2024-10-09 Thread Henning Hraban Ramm
"plus" button. Beware there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, e.g. wit

[NTG-context] Re: (ConTeXt LMTX) (Beginner) how do i set up vertical CJK?

2024-10-07 Thread Henning Hraban Ramm
nguage I am truly trying to learn without the help of AI like I did with LaTeX. searching for followingup-directions.tex in context wiki shows nothing. "followingup.pdf" is a manual in the distribution*, "directions" is one chapter. But the code shown is very low level, prob

[NTG-context] Re: Draw leftframe to a description

2024-10-06 Thread Aditya Mahajan
rs when there is not enough material to %D fit in the page. So, we want to limit textbackground till the typeset %D material. This has not been interfaced yet, so I use a low level \TEX\ %D command. \chardef\kindofpagetextareas\plusone Adding the same works in your example: \definetextbackgroun

[NTG-context] regular online meet-up

2024-10-05 Thread Henning Hraban Ramm
on’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, e.g. with mobile connections. * Sometimes leaving and re-entering helps. * If audio

[NTG-context] Re: Table and rotation: push together 45 degree rotated cells

2024-09-19 Thread Gerion Entrup
45 degree. > >>>>> > >>>>> It then would be beneficial to push together the rotated cells, so the > >>>>> text of one cell actually starts above the previous cell. > >>>>> Do you know, how to achieve that? > >>&

[NTG-context] Re: Table and rotation: push together 45 degree rotated cells

2024-09-19 Thread Hans Hagen via ntg-context
together the rotated cells, so the text of one cell actually starts above the previous cell. Do you know, how to achieve that? Here is a minimal example: ``` \startsetups[table:rotated] \setupTABLE[frame=off] \setupTABLE[row][first][bottomframe=on, style=bf, align={center, low

[NTG-context] Re: Table and rotation: push together 45 degree rotated cells

2024-09-18 Thread Mikael Sundqvist
> > >> > > >> Here is a minimal example: > > >> ``` > > >> \startsetups[table:rotated] > > >>\setupTABLE[frame=off] > > >>\setupTABLE[row][first][bottomframe=on, style=bf, align={center, low}] > > >>\se

[NTG-context] Re: Table and rotation: push together 45 degree rotated cells

2024-09-18 Thread Gerion Entrup
ficial to push together the rotated cells, so the > >> text of one cell actually starts above the previous cell. > >> Do you know, how to achieve that? > >> > >> Here is a minimal example: > >> ``` > >> \startsetups[table:rotated] > >

[NTG-context] Re: Table and rotation: push together 45 degree rotated cells

2024-09-18 Thread Hans Hagen
? Here is a minimal example: ``` \startsetups[table:rotated] \setupTABLE[frame=off] \setupTABLE[row][first][bottomframe=on, style=bf, align={center, low}] \setupTABLE[row][2][align=flushright] \stopsetups \starttext \define\tablerotate{\dontleavehmode\rotate[rotation=-45, location=high

[NTG-context] Re: Table and rotation: push together 45 degree rotated cells

2024-09-18 Thread Wolfgang Schuster
[table:rotated] \setupTABLE[frame=off] \setupTABLE[row][first][bottomframe=on, style=bf, align={center, low}] \setupTABLE[row][2][align=flushright] \stopsetups \starttext \define\tablerotate{\dontleavehmode\rotate[rotation=-45, location=high]} \bTABLE[setups=table:rotated] \bTR

[NTG-context] Re: Table and rotation: push together 45 degree rotated cells

2024-09-18 Thread Gerion Entrup
: > ``` > \startsetups[table:rotated] > \setupTABLE[frame=off] > \setupTABLE[row][first][bottomframe=on, style=bf, align={center, low}] > \setupTABLE[row][2][align=flushright] > \stopsetups > > \starttext > \define\tablerotate{\dontleavehmode\rotate[rotation=-45, locatio

[NTG-context] Table and rotation: push together 45 degree rotated cells

2024-09-17 Thread Gerion Entrup
together the rotated cells, so the text of one cell actually starts above the previous cell. Do you know, how to achieve that? Here is a minimal example: ``` \startsetups[table:rotated] \setupTABLE[frame=off] \setupTABLE[row][first][bottomframe=on, style=bf, align={center, low

[NTG-context] Re: regular online meetup

2024-09-11 Thread Henning Hraban Ramm
tations" behind the "plus" button. Beware there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high lat

[NTG-context] regular online meetup

2024-09-09 Thread Henning Hraban Ramm
ly one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, e.g. with mobile connections. * Sometimes leaving and re-en

[NTG-context] Re: problem with location={right,high} in latest LMTX

2024-08-15 Thread Henning Hraban Ramm
!low \floatlocation\global\c_page_sides_skipmode \plustwo  \fi \ifinset\v!fit \floatlocation\global\c_page_sides_skipmode \plusthree\fi \ifinset\v!tolerant \floatlocation\global\c_page_sides_tolerance\plusone  \fi \ifinset\v!verytolerant\floatlocation\global

[NTG-context] Re: problem with location={right,high} in latest LMTX

2024-08-14 Thread Wolfgang Schuster
text """ Line 1154 in strc-flt.mkxl: \def\strc_floats_analyze_variables_two   {... -    \ifinset\v!high    \floatlocation\global  \plusone  \fi +    \ifinset\v!high    \floatlocation\global\c_page_sides_skipmode \plusone  \fi \ifinset\v!low \floatlocatio

[NTG-context] regular online meet-up

2024-08-10 Thread Henning Hraban Ramm
aring" button beside the camera button; also there’s now "manage presentations" behind the "plus" button. Beware there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise f

[NTG-context] placement of float captions in margin

2024-08-01 Thread Henning Hraban Ramm
, ] \setuppagenumbering[alternative=doublesided] \definemargindata[margincaption][inner][ margin=margin, %width=\innermarginwidth, align=flushleft, stack=yes, voffset=-.5em, ] \setupmarginframed[inmargin][ align={flushleft,low}, ] \definefloat[rightfigure][figure] \setupfloat[rightfigure][ default

[NTG-context] Re: https://behdad.org/text2024/

2024-07-09 Thread Hans Hagen
tech funding and resources so ... and we try to keep a low profile anyway. Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53

[NTG-context] regular online meet-up

2024-07-04 Thread Henning Hraban Ramm
n. Beware there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, e.g. with mobile connections. *

[NTG-context] Re: How to improve appearance of bars in frac, sqrt, etc. on screens?

2024-06-15 Thread Hans Hagen via ntg-context
my screenshots wasn’t very clear, zoomed.png is zoomed-in in the pdf viewer, not a zoomed-in screenshot.) The "left radical + rule" isn't perfect either, because it depends on overlap. Depending on the font you can see issues at the connection (actually these might be obscured by

[NTG-context] Re: Cite-proc Lua - Following up

2024-06-12 Thread Max Chernoff
/small-caps"] = [[{\sc %s}]], ["@font-weight/normal"] = "[[\normal{%s}]]", ["@font-weight/bold"] = [[\bold{%s}]], ["@font-weight/light"] = "[[\normal{%s}]]", ["@text-decoratio

[NTG-context] regular online meet-up

2024-06-09 Thread Henning Hraban Ramm
s" button. Beware there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, e.g. with mobi

[NTG-context] Re: Draft vertical text in margins

2024-06-03 Thread Kip Warner
; > \setuptexttexts  [margin] [] > > [\marginframe{\hbox orientation 1 > > {DRAFT}}] > > [\marginframe{\hbox orientation 1 > > {DRAFT}}] > > There is no need for low level option when you use \rotate, e.g. > > [\ma

[NTG-context] Re: Draft vertical text in margins

2024-06-03 Thread Wolfgang Schuster
dth=max, height=max, style=\ss, corner=08, location=lohi,frame=off] \setuptext [style={\ss}] \setuptexttexts [margin] [] [\marginframe{\hbox orientation 1 {DRAFT}}] [\marginframe{\hbox orientation 1 {DRAFT}}] There

[NTG-context] Re: how to prevent item appearing in List of Figures

2024-05-30 Thread Rik Kabel
gt;  location={middle,high,low}, >  reference=fig:logo, >  title=] > {\externalfigure[FCLogo][width=0.045\textwidth]} > \stopplacefigure > > These are not part of the text and I don’t want them to appear in the list. > > The caption for the logo doesn’t appear in

[NTG-context] Re: how to prevent item appearing in List of Figures

2024-05-30 Thread Henning Hraban Ramm
Am 29.05.24 um 17:35 schrieb Charles Doherty via ntg-context: I have \placelistoffigures some of which are logos (for the publisher and two granting bodies) that I have placed with: \setupcaptions[number=no] \starttplacefigure[ location={middle,high,low}, reference=fig:logo

[NTG-context] Re: how to prevent item appearing in List of Figures

2024-05-30 Thread Tomáš Hála
ome of which are logos (for the publisher and two > granting bodies) that I have placed with: > >\setupcaptions[number=no] > \starttplacefigure[ > location={middle,high,low}, > reference=fig:logo, > title=] > {\externalfigure[FCLogo][width=0.045\textwidth]} > \s

[NTG-context] how to prevent item appearing in List of Figures

2024-05-29 Thread Charles Doherty via ntg-context
ed with: \setupcaptions[number=no] \starttplacefigure[ location={middle,high,low}, reference=fig:logo, title=] {\externalfigure[FCLogo][width=0.045\textwidth]} \stopplacefigure These are not part of the text and I don’t want them to appear in the list. The caption for the logo doesn’t appear

[NTG-context] Re: Number in a circle

2024-05-28 Thread Kip Warner
amed >   [textcircled] >   [width=1.4em, >    height=1.4em, >    frame=off, >    background=textcircle, >    framecolor=colour_text, >    location=low, >    offset=none] >    >    \starttext >    Here are the numbers \textcircled{1}, \textc

[NTG-context] Re: Number in a circle

2024-05-28 Thread Kip Warner
{X} that uses as its background % the above overlay... \defineframed [textcircled] [width=1.4em, height=1.4em, frame=off, background=textcircle, framecolor=colour_text, location=low, offset=none] \starttext Here are the nu

[NTG-context] Re: Number in a circle

2024-05-28 Thread Wolfgang Schuster
=textcircle,   location=low,     offset=none] \starttext \dostepwiserecurse{0}{9}{1}{#1 = \textcircled{#1}\blank} \stoptext Thank you again Wolfgang. This is very helpful and works well. One question I have for you is how to set the colour of the circle to match the other text on my page

[NTG-context] Re: Number in a circle

2024-05-27 Thread Kip Warner
, > frame=off, >     background=textcircle, >   location=low, >     offset=none] > > \starttext > \dostepwiserecurse{0}{9}{1}{#1 = \textcircled{#1}\blank} > \stoptext Thank you again Wolfgang. This is very helpful and works well. One question I have for you i

[NTG-context] Re: Number in a circle

2024-05-27 Thread vm via ntg-context
if you make width and hwight 1.4en instead of 1.5em, the characters will align with the running text. \defineframed [textcircled] [ width=1.4em, height=1.4em, location=low, corner=round, %radius=.5fw, radius=\dimexpr\framedwidth/2\relax, offset=none

[NTG-context] Re: Number in a circle

2024-05-27 Thread Wolfgang Schuster
 = OverlayWidth,     y      = OverlayHeight/2,  ] ; \stopuniqueMPgraphic \defineoverlay   [svgback]   [\useMPgraphic{centered_svg}] \defineframed[Sback][location=low,background=svgback,frame=off,offset=8pt] \starttext this is a sample \Sback{1} text \stoptext Hello Seyal, This does work

[NTG-context] Re: Number in a circle

2024-05-27 Thread Kip Warner
following version of the setup for the frame which works with > older ConTeXt installations because it doesn't use the feature. > > \defineframed >    [textcircled] >    [   width=1.5em, >   height=1.5em, >     location=low, >   corner=round, >

[NTG-context] Re: Number in a circle

2024-05-27 Thread Wolfgang Schuster
Kip Warner schrieb am 27.05.2024 um 19:10: On Mon, 2024-05-27 at 16:51 +0200, Wolfgang Schuster wrote: I can't provide a circle but I can give you a box with rounded corners. \defineframed    [textcircled]    [   width=1.5em,   height=1.5em,     location=low,   corner=

[NTG-context] Re: Number in a circle

2024-05-27 Thread Kip Warner
idth, >     y      = OverlayHeight/2,  ] ; > \stopuniqueMPgraphic > > \defineoverlay >   [svgback] >   [\useMPgraphic{centered_svg}] > > \defineframed[Sback][location=low,background=svgback,frame=off,offset > =8pt] > > \starttext > this is a sample \Sback{1} text

[NTG-context] Re: Number in a circle

2024-05-27 Thread Kip Warner
On Mon, 2024-05-27 at 16:51 +0200, Wolfgang Schuster wrote: > I can't provide a circle but I can give you a box with rounded > corners. > > \defineframed >    [textcircled] >    [   width=1.5em, >   height=1.5em, >     location=low, >   corner=round, >

[NTG-context] Re: Number in a circle

2024-05-27 Thread Wolfgang Schuster
these commands. Any help appreciated. I can't provide a circle but I can give you a box with rounded corners. \defineframed [textcircled] [ width=1.5em, height=1.5em, location=low, corner=round, radius=.5fw, offset=none] \starttext \dostepwiserecurse{0}{9}{

[NTG-context] Re: Number in a circle

2024-05-27 Thread seyal zavira
[\useMPgraphic{centered_svg}] \defineframed[Sback][location=low,background=svgback,frame=off,offset=8pt] \starttext this is a sample \Sback{1} text \stoptext On Mon, May 27, 2024 at 12:38 AM Kip Warner wrote: > Hello list, > > I would like to typeset a number in a circle. Nothing fan

[NTG-context] regular online meet-up

2024-05-03 Thread Henning Hraban Ramm
ow "manage presentations" behind the "plus" button. Beware there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low

[NTG-context] Wiki - question about Command/ pages which start with a space character

2024-04-14 Thread garulfo
mmand/ help Command/ high Command/ highlight Command/ label Command/ labellanguage Command/ labeltext Command/ labeltexts Command/ language Command/ leftlabeltext Command/ linenote Command/ low Command/ lowhigh Command/ lowmidhigh Command/ margindata Command/ mathcommand Command/ mathdoubleextensibl

[NTG-context] regular online meet-up

2024-04-07 Thread Henning Hraban Ramm
n. Beware there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, e.g. with mobile connections. *

[NTG-context] Re: can we do binding correction?

2024-03-20 Thread Hraban Ramm
problem if you look for it. I don’t arrange the pages myself, don’t know the signature size, and I can’t request specials, since we must print cheaply to keep the low price (had to raise it from 5 to 8 € anyway, half of it goes to the wholesaler)

[NTG-context] regular online meet-up

2024-03-10 Thread Henning Hraban Ramm
n. Beware there is only one presenter at a time, so don’t kill someone else’s presentation. [Technical hints] * Sound is usually better if you use a headset (less noise for everyone). * Connection problems are mostly due to low bandwidth or high latency on your side, e.g. with mobile connections. *

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-10 Thread Hans Hagen
low level commands \glyphscale \glyphxscale \glyphyscale \glyphslant \glyphweight directly can have side efects when at an outer level these are also set, so you need to accumulate, like \starttext test {\glyphscale 2000 test \glyphscale \numericscaled1.2\glyphscale test} test test

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-10 Thread Wolfgang Schuster
compact fonts or by doing it twice. The results happen when you use compact mode and is a result of \glyphslant which keeps the value of the italic style even when you switch back to the upright style. Many thanks for your explaination, using the low level commands \glyphscale \glyphxscale

  1   2   3   4   5   6   7   8   9   10   >