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

2024-06-13 Thread Hans Hagen via ntg-context
taking a screen dump (depends on resolution). So it's a linux rendering issue when taking dumps. That said: we can't do anything about it. Using rules (traditional approach) is pretty bad in screen dumps and even regular rendering, depending on zoom; there one has interaction between the font

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

2024-06-13 Thread Otared Kavian
appear when anti-aliasing is disabled, but then of course everything looks pixelated). Two screenshots are attached (different zoom levels in PDF viewer) so that you know what I’m talking about. Source: \setuppapersize[S3] \sta

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

2024-06-13 Thread Ralph
(different zoom levels in PDF viewer) so that you know what I’m talking about. Source: \setuppapersize[S3] \starttext \startformula \sqrt{a^2 + b^2} = \frac{1000 \cdot c}{1000} \stopformula \stoptext Is there a way to switch to the old bars for documents viewed mainly on screens, or is there any other

[NTG-context] Re: comment on the wiki

2024-06-12 Thread Pablo Rodriguez via ntg-context
accounts? > > I also don't have deletion privileges, but I went through the recent > pages and deleted the spammy content. After sending my message, I saw that the Gardener group seems to have permissions to delete pages (not sure about user pages). I wonder whether this may constitute a fo

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

2024-06-12 Thread Henning Hraban Ramm
users of all levels are welcome! Do you have a subject that you’d like to talk about? Looking forward to seeing you, Hraban ___ If your question is of interest to others as well, please add an entry to the Wiki

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

2024-06-12 Thread Max Chernoff
st wondering if there is more news about its potential > integration with Context. A *very* quick and hacky implementation. First, clone the repository plus all its submodules, then apply two small patches for Lua 5.5 compatibility: diff --git a/citeproc/citeproc-latex-core.lua b/citeproc/citeproc

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

2024-06-11 Thread hdanielhixson
It is an excellent piece of software. There was previous discussion about potentially integrating the software into Context. The following link should show a discussion that took place about the topic. https://www.mail-archive.com/search?l=ntg-context@ntg.nl=subject:%22Re%5C%3A+%5C%5BNTG%5C-context

[NTG-context] regular online meet-up

2024-06-09 Thread Henning Hraban Ramm
to talk about? Looking forward to seeing you, Hraban (Same blurb as always:) [Howto] * No special software installation required; most modern browsers should work (WebRTC required). * Open the URL above, accept the privacy statement, * enter your name, * click "join" (or "s

[NTG-context] Re: missing space with French quotation

2024-06-07 Thread Wolfgang Schuster
correctly do not add spaces. 1. \setcharacterspacing[frenchpunctuation] takes care about the space before/after quotation marks when you use manual quotes in a document. It doesn't matter whether you use or don't use space between the quotations marks and the quoted text. begin example

[NTG-context] Re: missing space with French quotation

2024-06-07 Thread Alan Braslau via ntg-context
n] > > \dontleavehmode > \hbox{«\hspace[fr][quotation]}% > xxx% > \hbox{\hspace[fr][quotation]»} > > \dontleavehmode > \hbox{\expand\everyresettypesetting\relax «\hspace[fr][quotation]}% > xxx% > \hbox{\expand\everyresettypesetting\relax \hspace[fr][quotation]»} >

[NTG-context] Re: missing space with French quotation

2024-06-07 Thread Wolfgang Schuster
What do you think about it? Is this the right way to do it? I would use the symstyle key as hook to disable charcterspacing for the quotes in the environment. begin example \mainlanguage[fr] \setcharacterspacing[frenchpunctuation] \setupquotation[symstyle=\resetcharacterspacing

[NTG-context] Re: missing space with French quotation

2024-06-07 Thread Peter Münster
rkaround solves the problem: \setupquotation[before={\setcharacterspacing[reset]}] What do you think about it? Is this the right way to do it? -- Peter ___ If your question is of interest to others as well, pleas

[NTG-context] ConTeXt source from XML

2024-06-06 Thread Christoph Edenhauser
Dear Pablo, Dear Christoph, just in case it might help to your meditation. First of all, lpaths are XPath implemented with Lua in ConTeXt. XPath seems to have as it primary purpose to address the nodes of XML trees. About your sources, the real issue here is to define whether you want TEI

[NTG-context] Re: ConTeXt source from XML

2024-06-06 Thread Hans Hagen via ntg-context
to address the nodes of XML trees. About your sources, the real issue here is to define whether you want TEI or TeX to be the format containing them. I mean, if you add explaining footnotes to your TeX file(s), XML won’t be source anymore. If you don’t want this to happen, you have to encode them

[NTG-context] Re: ConTeXt source from XML

2024-06-06 Thread Pablo Rodriguez via ntg-context
f it). And somehow I have the impression that the next few days > will last a few weeks. Dear Christoph, just in case it might help to your meditation. First of all, lpaths are XPath implemented with Lua in ConTeXt. XPath seems to have as it primary purpose to address the nodes of XML trees

[NTG-context] Re: Combine \setupdelimitedtext with an author (define custom variable?)

2024-06-06 Thread Hans Hagen via ntg-context
  [extract]   [style=italic,    alternative=extract] \starttext \startextract[author=René Descartes]     Cogito ergo sum. \stopextract \stoptext ah, i start forgetting about these mechanisms ... i added this example to th etest suite Hans

[NTG-context] Re: \item would fit, but was pushed to next page. Work-around or fix?

2024-06-05 Thread Jim
d/adaptlayout > It might also help to put the itemize in a box (but that might end up on the > next page). Hi Hraban, That works perfectly. I didn't know about that command before, and my google searches to find something like that didn't turn anything up. Undoubtedly I used the wrong sea

[NTG-context] Re: ConTeXt source from XML

2024-06-05 Thread Pablo Rodriguez via ntg-context
his is the case, can this intermediate context representation be > exported, and how would this be done? Nice try, but I’m afraid this is not how it works. I hope my explanation may be minimally clear to understand why your approach is different from what ConTeXt offers. Feel free to ask, if my

[NTG-context] Re: https://wiki.contextgarden.net/Command/blank

2024-06-04 Thread Jim
] > Before \tex{starttext} > \starttext > After \tex{starttext}. > \stoptext > end example > The second example loads a font before the text appear in the document which > is the reason why you can see it. Thanks Wolfgang, all is now becoming clear. :-)

[NTG-context] Re: https://wiki.contextgarden.net/Command/blank

2024-06-04 Thread Jim
This is after \tex{starttext}. > \stoptext > end example Thanks again. Without looking at the code, I (boldly) conclude that the bullet is in an \hbox. While I'm curious about why text in an \hbox is printed, I'm thinking that I may not have need to know. ;-)

[NTG-context] Re: Number in a circle

2024-06-04 Thread Bruce Horrocks
uldn't find any way to access the 2024 dated version referenced in the PPA/launchpad site. Conclusion: Not sure where this leaves us. Ubutu complained about the PPA ot having a 'release' file - so this may be a bug with the PPS config which is stopping Ubuntu from downloading from that

[NTG-context] issue with signing

2024-06-03 Thread Pablo Rodriguez via ntg-context
PDF document. But Acrobat cannot find (or display) any signature in that PDF document. pdfsig (from poppler-utils-24.02.0) complains about digest mismatch: $ pdfsig a.pdf Digital Signature Info of: a.pdf Signature #1: - Signature Field Name: signature - Signer Certificate Common

[NTG-context] Re: Number in a circle

2024-05-30 Thread Bruce Horrocks
sults in a new nightly. >> You'll get a lot more people using and testing your newer release this >> way. Food for thought. > > I can assure you the worldwide TeX community has thought about their approach > a few times. > TeX Live packaging (i.e. mostly LaTeX packagin

[NTG-context] Re: Number in a circle

2024-05-30 Thread Henning Hraban Ramm
lder, edit as needed, and then you should be good. You can also set an automatic build recipe in the PPA so each commit to SCM results in a new nightly. You'll get a lot more people using and testing your newer release this way. Food for thought. I can assure you the worldwide TeX communi

[NTG-context] Re: Number in a circle

2024-05-30 Thread Kip Warner
kages. > > It doesn’t matter as long as it works for you, but on this mailing > list we tend to assume latest versions. > > See "Integrating vanilla TeX Live with Debian" in > https://wiki.debian.org/TeXLive how to replace TeX Live from your > Linux distribution wi

[NTG-context] \hfrac undefined in latest

2024-05-30 Thread Henning Hraban Ramm
Hi Hans & Mikael, \hfrac is not defined anymore in latest LMTX, is this intentional? (I don’t need it, it’s just about documentation.) Hraban ___ If your question is of interest to others as well, please

[NTG-context] Re: Number in a circle

2024-05-30 Thread Henning Hraban Ramm
in https://wiki.debian.org/TeXLive how to replace TeX Live from your Linux distribution with a current version. You can also install an additional ConTeXt LMTX, just be careful about your PATH. https://wiki.contextgarden.net/Installati

[NTG-context] Re: setuphead in connection with the command argument

2024-05-30 Thread Gerion Entrup
1PM +, Gerion Entrup wrote: > > Hi, > > > > I'm trying to adapt the format of chapters in my document and have a few > > questions regarding setuphead. > > My aim is to have the chapter (title) on a separate page with an additional > > intro in different text si

[NTG-context] Re: setuphead in connection with the command argument

2024-05-30 Thread Tomáš Hála
in different text sizes for title, subtitle and the intro. > I chose to use the "command=" argument in setuphead for that. > However, I'm not quite sure about it's internals. > > Let's begin with a minimal example: > ``` > \define[2]\MyChapter{% > #1 #2

[NTG-context] Re: setuphead in connection with the command argument

2024-05-30 Thread Gerion Entrup
and have a few > questions regarding setuphead. > My aim is to have the chapter (title) on a separate page with an additional > intro in different text sizes for title, subtitle and the intro. > I chose to use the "command=" argument in setuphead for that. > However, I'm n

[NTG-context] setuphead in connection with the command argument

2024-05-30 Thread Gerion Entrup
; argument in setuphead for that. However, I'm not quite sure about it's internals. Let's begin with a minimal example: ``` \define[2]\MyChapter{% #1 #2: \structureuservariable{subtitle} (\structureuservariable{intro}) } \setuphead[title, chapter][command=\MyChapter] \setupbodyfont[11pt]

[NTG-context] Re: BibTeX choking on comments in database

2024-05-29 Thread Kip Warner
gly, consider editing the .bbl by % hand and forgetting about the .bib file altogether... \let\mydodostartpublication\dodostartpublication \def\dodostartpublication{\catcode`\%=14 \mydodostartpublication} % Macro to put the citations as footnotes... \unexpanded\

[NTG-context] Re: regular expression as lua pattern

2024-05-29 Thread Pablo Rodriguez via ntg-context
On 5/29/24 13:00, Henning Hraban Ramm wrote: > [...] > See also Taco’s introduction to LPEG in > https://articles.contextgarden.net/journal/2019/77-98.pdf Many thanks for the reference, Hraban. I need to start digesting that to learn about LPE

[NTG-context] Re: regular expression as lua pattern

2024-05-29 Thread Pablo Rodriguez via ntg-context
tart, offset=1em] > \startluacode > local pat = (lpeg.Cmt(lpeg.P("this") + lpeg.P("that"), > function(str,_,s) > context(s) > return #str > end) + lpeg.P(1))^1 > lpeg.match

[NTG-context] Re: regular expression as lua pattern

2024-05-29 Thread Henning Hraban Ramm
    local pat = (lpeg.Cmt(lpeg.P("this") + lpeg.P("that"), function(str,_,s)     context(s)     return #str     end) + lpeg.P(1))^1     lpeg.match(pat,"how about this being that")     local pat = (lpeg.Cmt(lpeg.oneof(

[NTG-context] Re: BibTeX choking on comments in database

2024-05-28 Thread Aditya Mahajan
On Tue, 28 May 2024, Kip Warner wrote: > On Tue, 2024-05-28 at 08:05 +0200, Henning Hraban Ramm wrote: > > According to the documentation, everything outside of entries is > > considered a comment. Inside of entries, there can’t be comments. > > But in this case, is it n

[NTG-context] Re: regular expression as lua pattern

2024-05-28 Thread Hans Hagen
("this") + lpeg.P("that"), function(str,_,s) context(s) return #str end) + lpeg.P(1))^1 lpeg.match(pat,"how about this being that") local pat = (lpeg.Cmt(lpeg.oneof({ "this", "that"

[NTG-context] Re: BibTeX choking on comments in database

2024-05-28 Thread Kip Warner
On Tue, 2024-05-28 at 08:05 +0200, Henning Hraban Ramm wrote: > According to the documentation, everything outside of entries is > considered a comment. Inside of entries, there can’t be comments. But in this case, is it not warning about text outside of an entry that should be t

[NTG-context] Re: Number in a circle

2024-05-27 Thread Kip Warner
On Mon, 2024-05-27 at 19:28 +0200, Wolfgang Schuster wrote: > TeX complains about the value ".5fw" for the radius key. Hans added > last year the function to add new units to ConTeXt and I used it to > set the radius to half of the width of the framed box. > >

[NTG-context] Re: Number in a circle

2024-05-27 Thread Wolfgang Schuster
is a new one! I'll assume that you meant to say pt, for printer's55points. two letters. I'm not sure what it is referring to. TeX complains about the value ".5fw" for the radius key. Hans added last year the function to add new units to ConTeXt and I used it to set the radi

[NTG-context] Re: How to Define a New Language

2024-05-24 Thread ai2472206007
Thanks for the reply, the part about fonts is no problem on my system. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl

[NTG-context] Re: LUA API for page numbers

2024-05-21 Thread Luc Chabassier
\samplefile{ward}% > \startmarginblock Note #1\stopmarginblock > \par} > > \stoptext I did not know about margin blocks, they are nice. But is there a way to place them next to the \startmarginblock in

[NTG-context] Re: Special charakter

2024-05-18 Thread Herbert Voss
Am 18.05.24 um 14:53 schrieb Thomas Meyer: Thanks to all of you for your hints and comments! I thought \l does work, why \L does not. To type \L is faster than changing the keyboard language when I write in German normally. try \def\L{\char"0141} but I have no real knowledge about Co

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-05-18 Thread Bruce Horrocks
> various sources of documentation : > In one small table he/she has an overview of the documentation for a given > topic, : > - the few key tutorials > - link to one "main wiki page" about the topic > - the few key manuals > - the reference for commands The fonts p

[NTG-context] Re: Why is only the first frame protruding into the margin?

2024-05-18 Thread Pablo Rodriguez via ntg-context
On 5/17/24 20:46, madiazm.eo...@gmail.com wrote: > [...] > here is the last part of my script (the prior definitions are not > problematic, since they worked when only using "miFuente". It seems to > be something in "miCorm" that produces the protruding Just a comm

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-05-17 Thread garulfo
of the documentation for a given topic, : - the few key tutorials - link to one "main wiki page" about the topic - the few key manuals - the reference for commands I'm not sure I've selected the few documents that are considered by the community as the key tutorials. Thanks for your feedback

[NTG-context] update

2024-05-17 Thread Hans Hagen
Hi, This weekends update: - we're currently checking the upcoming math manual and in the process we streamline some mechanisms - as part of the BT presentation about par passes we introduced \toddlerpenalty but we leave it to the user to guess what that is (it fits into widow, club

[NTG-context] Re: Why is only the first frame protruding into the margin?

2024-05-17 Thread madiazm . eoicc
f the page and still worse... It semms that the first frame is good aligned to the specified margin, and it is the rest of the text that gets more than 5mm extra space at the right margin and about 2 mm less in the left margin. I think the printer is a bit involved too, but since in the pdf

[NTG-context] Re: Fwd: outlinetext broken?

2024-05-14 Thread Hans Hagen via ntg-context
Hans! Thank you for the update! I'm curious about the following issue: when I use Latin Modern (by default), a thick, filled line is drawn next to the radical. However, when I use another font such as TeX Gyre Schola, I get something similar to outlines-003.pdf, which is, in turn, similar to the result

[NTG-context] Fwd: outlinetext broken?

2024-05-13 Thread Jairo A. del Rio
-- Forwarded message - De: Jairo A. del Rio Date: lun, 13 may 2024 a la(s) 9:53 p.m. Subject: Re: outlinetext broken? To: Hans Hagen Hi, Hans! Thank you for the update! I'm curious about the following issue: when I use Latin Modern (by default), a thick, filled line is drawn

[NTG-context] Re: Metapost limitation ?

2024-05-12 Thread Mikael Sundqvist
rve(suffix f)(expr xmin, xmax, xinc) = for x=xmin step xinc until xmax: (x,f(x)) .. endfor nocycle ; enddef; Then you do not need to think about the first and/or last point separately. __

[NTG-context] Re: Metapost limitation ?

2024-05-12 Thread Fabrice Couvreur
With Okular, it works ! Le dim. 12 mai 2024 à 17:55, Hans Hagen a écrit : > On 5/12/2024 5:36 PM, Fabrice Couvreur wrote: > > Sorry for the comment ! > > I use Evince > so how abo

[NTG-context] Re: Metapost limitation ?

2024-05-12 Thread Hans Hagen
On 5/12/2024 5:36 PM, Fabrice Couvreur wrote: Sorry for the comment ! I use Evince so how about okular or mupdf - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt

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

2024-05-08 Thread Henning Hraban Ramm
levels are welcome! Do you have a subject that you’d like to talk about? I’m hoping to hear about BachoTeX (have fun, everyone who’s there)! Looking forward to seeing you, Hraban ___ If your question is of interest

[NTG-context] 18th ConTeXt Meeting, Lutten NL, August 17-23 2024: Registration open

2024-05-07 Thread Taco Hoekwater
&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp The accommodation is near to Pragma ADE; Ton Otten is the local organizer. The theme for this meeting is keeping up but as you know we have never been that strict about a particular theme, so feel free to suggest other topics to talk a

[NTG-context] regular online meet-up

2024-05-03 Thread Henning Hraban Ramm
You’re invited to our regular online meet-up, this upcoming Wednesday, May 8th, 19:00 CEST (UTC+2!) at https://lecture.senfcall.de/hen-rbr-rku-oke (same, but shorter: https://u.mtxrun.eu/ctxmtg) ConTeXt users of all levels are welcome! Do you have a subject that you’d like to talk about? I’m

[NTG-context] Hbox error with itemized list on second page

2024-04-30 Thread Ross Schulman
\ipsum[alternative=words, n=10, inbetween=\space] \par \item \ipsum[alternative=words, n=10, inbetween=\space] \par \stopitemize \sym{2015--2021}\color[forestgreen]{Other Place About Lorem}\hfill \color[darkgrey]{\tfx Washington, DC} Senior Lorem Counsel \startitemize[packed] \item \ipsum

[NTG-context] Re: statistical charts module re-published

2024-04-28 Thread Henning Hraban Ramm
lly missed in the flood of other messages, sorry about that) I was just in the middle of cleaning data and migrating them to other sites. At the same time, Tamara and I fixed some small things and we publish a new version of this module containing our work from the last year. The official site for s

[NTG-context] Re: Define a new command that inherits from multiple other command options

2024-04-26 Thread ai2472206007
Thanks for your reply. The kanji part requires a specific font and typescript file, which I defined on my own computer but forgot to add to this example. This is something I didn't take into account. It's true, I need to think about what exactly my command needs, not build an all-powerful

[NTG-context] Re: wrong spacing after command with optional arguments

2024-04-26 Thread Wolfgang Schuster
...groupempty commands. To have more control about this behavior use the \tolerant modifier for \def to change it. Many thanks for your reply, Wolfgang. I tried this approach (I hope it isn’t wrong): \starttext \expanded\tolerant\def\MyCommand#_#,#_#,#_#,#_{% \doiftextelse{#4

[NTG-context] Re: wrong spacing after command with optional arguments

2024-04-26 Thread Pablo Rodriguez via ntg-context
On 4/26/24 18:18, Wolfgang Schuster wrote: > Pablo Rodriguez via ntg-context schrieb am 26.04.2024 um 17:29: >> What is wrong in my definition above? > > There is nothing wrong, this is just a side effect of the scanner used > with the \do...groupempty commands. To have

[NTG-context] Re: wrong spacing after command with optional arguments

2024-04-26 Thread Wolfgang Schuster
right only when the four arguments are provided. What is wrong in my definition above? There is nothing wrong, this is just a side effect of the scanner used with the \do...groupempty commands. To have more control about this behavior use the \tolerant modifier for \def to change

[NTG-context] Re: utiliydata

2024-04-25 Thread Hans Hagen
On 4/25/2024 9:25 AM, Thomas A. Schmitz wrote: Nope, very sorry, can’t figure it out… I see job.register, I see I can access structures.refrences.collected, but what about the next level utilitydata.structures.references.collected={ [""]={ [“REF"]={ What does the empty key

[NTG-context] Re: utiliydata

2024-04-25 Thread Thomas A. Schmitz
> > Nope, very sorry, can’t figure it out… I see job.register, I see I can access > structures.refrences.collected, but what about the next level > > utilitydata.structures.references.collected={ > [""]={ > [“REF"]={ > > What does the emp

[NTG-context] Re: utiliydata

2024-04-25 Thread Thomas A. Schmitz
> On 24. Apr 2024, at 17:59, Hans Hagen wrote: > > grep for "job." (i bet you can figure it out and compensate the embaressment > that way) > > Hans Nope, very sorry, can’t figure it out… I see job.register, I see I can access structures.refrences.collected, b

[NTG-context] Re: minwidth not working ?

2024-04-22 Thread Denis Maier via ntg-context
dth for external figures? > >>> But this here does not work > >>> > >>> [...] > >>> > >>> Am I missing something here? > >> > >> There are no minwidth/minheight values for \externalfigure. > >> > >> Wolfga

[NTG-context] Re: [off topic] non-English programming languages: Arab and Cuneiform

2024-04-20 Thread Andres Conrado Montoya
--- “You develop an instant global consciousness, a people orientation, an intense dissatisfaction with the state of the world, and a compulsion to do something about it. From out there on the moon, international politics look so petty. You want to grab a politician b

[NTG-context] Re: minwidth not working ?

2024-04-20 Thread Wolfgang Schuster
here? There are no minwidth/minheight values for \externalfigure. Wolfgang So the wiki is wrong here? https://wiki.contextgarden.net/Command/setupexternalfigure Yes the comment at the end of page is wrong and the text about the strut setting can also be removed, only the orientation value

[NTG-context] Re: Weird (?) float placement for specific widths of image

2024-04-19 Thread Denis Maier via ntg-context
them to other values the behaviour disappears. Is this a bug? Anything I can do about this? Best Denis ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

[NTG-context] Re: How to isolate serious errors from warnings?

2024-04-19 Thread Hans Hagen
On 4/18/2024 8:26 AM, Henning Hraban Ramm wrote: Am 18.04.24 um 02:09 schrieb Joel via ntg-context: I'm about to have a lengthy (2,000+ page) document published. Normally if it compiles and looks okay, I regard that as meaning no errors appeared, but I've noticed that sometimes ConTeXt

[NTG-context] Re: How to isolate serious errors from warnings?

2024-04-18 Thread Henning Hraban Ramm
Am 18.04.24 um 02:09 schrieb Joel via ntg-context: I'm about to have a lengthy (2,000+ page) document published. Normally if it compiles and looks okay, I regard that as meaning no errors appeared, but I've noticed that sometimes ConTeXt will still compile, even if something isn't displayed

[NTG-context] How to isolate serious errors from warnings?

2024-04-17 Thread Joel via ntg-context
I'm about to have a lengthy (2,000+ page) document published. Normally if it compiles and looks okay, I regard that as meaning no errors appeared, but I've noticed that sometimes ConTeXt will still compile, even if something isn't displayed on screen as it should: (1) I tried placing a table

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-17 Thread Garulfo
used it on multiple projects". ;-) - https://www.diataxis.fr/ - 30min video : "What nobody tells you about documentation", https://www.youtube.com/watch?v=t4vKPhjcMZg , from Daniele Procida at PyCon 2017 As I understand it, it can help both readers and writers of the document

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-17 Thread Bruce Horrocks
cts". ;-) > - https://www.diataxis.fr/ > - 30min video : "What nobody tells you about documentation", > https://www.youtube.com/watch?v=t4vKPhjcMZg , from Daniele Procida at PyCon > 2017 > > As I understand it, it can help both readers and writers of the documentation &

[NTG-context] Re: Most recent context doesn't like synctex?

2024-04-15 Thread Jim
setupsynctex[state=repeat] > \stoptyping > or > \starttyping > context --synctex=repeat somefile.tex > \stoptyping > This will give a bit larger file that tries to fool the areas resolver in the > library that the viewer uses." Looking at two synctex files, it would se

[NTG-context] Re: Most recent context doesn't like synctex?

2024-04-15 Thread Jim
ne the function in some hook) to replace --synctex=1 with --synctex=repeat I have submitted a bug report to auctex about (b) and another item, but I have no idea if/when the fixes will make it into a new release of auct

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-14 Thread Peter Hopcroft via ntg-context
, or ``?). > > Hraban > >> Am 14.04.24 um 13:21 schrieb garu...@azules.eu: >> I just discover the Diátaxis documentation framework : >> - https://www.diataxis.fr/ >> - 30min video : "What nobody tells you about documentation", >> https://w

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-14 Thread Henning Hraban Ramm
is generally somewhat chaotic (e.g. , , or ``?). Hraban Am 14.04.24 um 13:21 schrieb garu...@azules.eu: I just discover the Diátaxis documentation framework : - https://www.diataxis.fr/ - 30min video : "What nobody tells you about documentation", https://www.youtube.com/watch?v=t

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

2024-04-14 Thread Wolfgang Schuster
Henning Hraban Ramm schrieb am 14.04.2024 um 14:53: Am 14.04.24 um 14:46 schrieb Wolfgang Schuster: garu...@azules.eu schrieb am 14.04.2024 um 12:41: Hi all, Is it on purpose that 128 pages "https://wiki.contextgarden.net/Command/ " start with a space character ? I didn't find an

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

2024-04-14 Thread Henning Hraban Ramm
Am 14.04.24 um 14:46 schrieb Wolfgang Schuster: garu...@azules.eu schrieb am 14.04.2024 um 12:41: Hi all, Is it on purpose that 128 pages "https://wiki.contextgarden.net/Command/ " start with a space character ? I didn't find an explanation in https://wiki.contextgarden.net/Command

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

2024-04-14 Thread Wolfgang Schuster
garu...@azules.eu schrieb am 14.04.2024 um 12:41: Hi all, Is it on purpose that 128 pages "https://wiki.contextgarden.net/Command/ " start with a space character ? I didn't find an explanation in https://wiki.contextgarden.net/Command For example, these two pages exist : -

[NTG-context] Wiki - test/proposal to further clarify documentation

2024-04-14 Thread garulfo
Hi all, I just discover the Diátaxis documentation framework : - https://www.diataxis.fr/ - 30min video : "What nobody tells you about documentation", https://www.youtube.com/watch?v=t4vKPhjcMZg , from Daniele Procida at PyCon 2017 As I understand it, it can help both readers a

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

2024-04-14 Thread garulfo
Hi all, Is it on purpose that 128 pages "https://wiki.contextgarden.net/Command/ " start with a space character ? I didn't find an explanation in https://wiki.contextgarden.net/Command For example, these two pages exist : - https://wiki.contextgarden.net/Command/startbuffer -

[NTG-context] Re: Back in the 90s

2024-04-13 Thread Hans Hagen
On 4/13/2024 2:12 PM, Riviera Taylor wrote: Hello, I was reading about the history of ConTeXt in the Not So Short Introduction To ConTeXt and I have a historical question. I noticed that the PDF specification was published in 1993 yet ConTeXt was invented in 1991. The book suggests that PDF

[NTG-context] Back in the 90s

2024-04-13 Thread Riviera Taylor
Hello, I was reading about the history of ConTeXt in the Not So Short Introduction To ConTeXt and I have a historical question. I noticed that the PDF specification was published in 1993 yet ConTeXt was invented in 1991. The book suggests that PDF output was handled by the PdfTeX engine in MKII

[NTG-context] Weird (?) float placement for specific widths of image

2024-04-10 Thread Denis Maier via ntg-context
this behaviour, and I can't claim to understand what is happening. But it seems to be related to the specific widths of the images. When I change them to other values the behaviour disappears. Is this a bug? Anything I can do about this? Best Denis

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

2024-04-09 Thread Henning Hraban Ramm
/ctxmtg) ConTeXt users of all levels are welcome! Do you have a subject that you’d like to talk about? Looking forward to seeing you, Hraban ___ If your question is of interest to others as well, please add an entry

[NTG-context] Re: international type design

2024-04-07 Thread hf
It is an interesting team. 2024年4月5日 02:52, "Henning Hraban Ramm" 写到: > Have a look at these beautiful font designs: > > https://esadtype.esad-amiens.fr/ > > Unfortunately the fonts are not available (yet). > > Take your time to browse the papers about intent

[NTG-context] Re: Very bizarre bug

2024-04-07 Thread Hans Hagen
sed to say it was in my own environment file, not in the lmtx distribution. I have a Lua function that prints information about the computer model and the operating system into a layer. Unfortunately, there was an "elseif" in there somewhere which should catch exceptions (such as a raspbe

[NTG-context] Re: Very bizarre bug

2024-04-07 Thread Thomas A. Schmitz
nment file, not in the lmtx distribution. I have a Lua function that prints information about the computer model and the operating system into a layer. Unfortunately, there was an "elseif" in there somewhere which should catch exceptions (such as a raspberry pi), but instead of concatenating the re

[NTG-context] Re: PDF/UA-2, WTPDF

2024-04-07 Thread Hans Hagen
Hi, -- Support for MathML* ha, mml and support for it (comes and goes in browsers) has been if flux for ages (features get added but also removed) so what are we talking about here, maybe in a few decades when people stopped messing with it (and somethign new showed up it might work out

[NTG-context] regular online meet-up

2024-04-07 Thread Henning Hraban Ramm
You’re invited to our regular online meet-up, this upcoming Wednesday, April 10th, 19:00 CEST (UTC+2) at https://lecture.senfcall.de/hen-rbr-rku-oke (same, but shorter: https://u.mtxrun.eu/ctxmtg) ConTeXt users of all levels are welcome! Do you have a subject that you’d like to talk about

[NTG-context] PDF/UA-2, WTPDF

2024-04-06 Thread Henning Hraban Ramm
explain and view them: 1. Questions and Answers about Tagged PDF from PDF association 2. Acrobat Custom File Info Panels by Peter Wyatt Last month saw the release of PDF/UA-2 and the new Well-Tagged PDF (WTPDF) standard - neither of which revokes PDF/UA-1. And none of those are the same as PDF 1.7

[NTG-context] international type design

2024-04-04 Thread Henning Hraban Ramm
Have a look at these beautiful font designs: https://esadtype.esad-amiens.fr/ Unfortunately the fonts are not available (yet). Take your time to browse the papers about intention, design process etc. I just browsed the dissertation about the (Vietnamese) "Dilinh" font

[NTG-context] Re: last page number for a list

2024-04-03 Thread Alan Bowen
Hi, Bruce— This does not quite work—the page numbers are those of the first page of the chapter, not the last. But thanks for the tip about \writetolist. Perhaps I can get that to work. What I need are ToC entries like AuthorName ShortTitle 1–6 I need this pagination

[NTG-context] Re: error with \sc

2024-04-02 Thread Andres Conrado Montoya
l consciousness, a people orientation, an intense dissatisfaction with the state of the world, and a compulsion to do something about it. From out there on the moon, international politics look so petty. You want to grab a politician by the scruff of the neck and drag him a quarter of a million miles out an

[NTG-context] Re: what about "textdisplay"?

2024-04-02 Thread Hans Hagen via ntg-context
On 4/2/2024 7:44 AM, Henning Hraban Ramm wrote: Am 01.04.24 um 18:54 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 01.04.2024 um 18:29: Am 01.04.24 um 18:21 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 01.04.2024 um 17:19: A while ago, I was pointed (by Wolfgang or

[NTG-context] Re: what about "textdisplay"?

2024-04-01 Thread Henning Hraban Ramm
Am 01.04.24 um 18:54 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 01.04.2024 um 18:29: Am 01.04.24 um 18:21 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 01.04.2024 um 17:19: A while ago, I was pointed (by Wolfgang or Hans, I guess) to \start/stoptextdisplay to

[NTG-context] Re: what about "textdisplay"?

2024-04-01 Thread Wolfgang Schuster
Henning Hraban Ramm schrieb am 01.04.2024 um 18:29: Am 01.04.24 um 18:21 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 01.04.2024 um 17:19: A while ago, I was pointed (by Wolfgang or Hans, I guess) to \start/stoptextdisplay to enhance whitespace handling around images. My guess

[NTG-context] Re: what about "textdisplay"?

2024-04-01 Thread Henning Hraban Ramm
Am 01.04.24 um 18:21 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 01.04.2024 um 17:19: A while ago, I was pointed (by Wolfgang or Hans, I guess) to \start/stoptextdisplay to enhance whitespace handling around images. My guess is Mikael because I saw the command the first time in

  1   2   3   4   5   6   7   8   9   10   >