Re: [NTG-context] Unicode normalization and Hebrew in ConTeXt

2021-08-17 Thread Joey McCollum via ntg-context
ֶׁט שֹׁשַׁנִּים עָשׂוֹר מֹשֶׁה שַׁלֹשׁ \stoptext ``` In examples 1, 3, 4, and 6, the *holam *of the preceding letter (which should have been stripped in the contextual substitution) just seems to have been moved farther up. In fact, the output looks like it would look if I turned off the reord

Re: [NTG-context] Unicode normalization and Hebrew in ConTeXt

2021-08-17 Thread Hans Hagen via ntg-context
On 8/17/2021 2:07 AM, Joey McCollum wrote: Sorry to bring this up after over a year, but I just noticed something that doesn't seem right. I implemented some contextual substitutions in my own fork of the Keter YG Hebrew font (.ttf file attached) under the "dlig" feature that should do the fol

Re: [NTG-context] Unicode normalization and Hebrew in ConTeXt

2021-08-16 Thread Joey McCollum via ntg-context
1. If a *shin *with a *sin *dot (שׂ) is pointed with a *holam *(the vowel point placed high and on the left), then the *shin*, *sin *dot, and *holam *are combined into a single ligature that depicts the *sin *dot and *holam *merged into a single point. 2. If a *shin *with a *shin *d

Re: [NTG-context] Different in-text and list citation renderings

2021-08-10 Thread Joey McCollum via ntg-context
etallimit and etaldisplay parameters are set to the default values: \definebtx [chicago:\s!list] [chicago] %[\c!otherstext={\btxcomma\btxnobreakspace\textellipsis\space}, % \c!etallimit=7, % \c!etaldisplay=6, % \c!etaloption=last, [\c!authorconversion=inverted] But the definition f

[NTG-context] Different in-text and list citation renderings

2021-08-10 Thread Joey McCollum via ntg-context
Hi, I'm currently working on implementing a new citation rendering for SBL style. One of the challenges of this style is that it specifies slightly different rules for citations in the text (which are generally expected to look like citations made with the "entry" alternative) and

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-08-09 Thread Joey McCollum via ntg-context
Henning's suggestion for abbreviations should work fine for that issue. I could simply use the shorthand in the "series" and "journal" fields and set up the appropriate \abbreviation calls in the document or environment. As for the larger issue of bibliographies, I'

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-08-09 Thread Denis Maier via ntg-context
> -Ursprüngliche Nachricht- > Von: ntg-context Im Auftrag von Henning > Hraban Ramm via ntg-context > Gesendet: Samstag, 7. August 2021 22:40 > An: mailing list for ConTeXt users > Cc: Henning Hraban Ramm > Betreff: Re: [NTG-context] Short forms and abbrevia

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-08-07 Thread Henning Hraban Ramm via ntg-context
> Am 07.08.2021 um 21:53 schrieb Joey McCollum via ntg-context > : > > A separate list of abbreviations would then list "LSAWS" alongside > "Linguistic Studies in Ancient West Semitic" (and likewise for other > journal/series abbreviations). Regardi

[NTG-context] Short forms and abbreviations in bibliography

2021-08-07 Thread Joey McCollum via ntg-context
Hi, It is a common practice to use short forms of titles for bibliographic entries after they are cited the first time. Another practice is to use abbreviations for journal names and book series (generally for citations in the text, but possibly also in the references list), with a separate "

Re: [NTG-context] Code document and simpleslides and create in one go the document with simpleslides added

2021-08-06 Thread Jeroen via ntg-context
> > > One final question on this one. As per latest comments this works great, > but is there a way so the presentation pages in the appendix are made-up > landscape as they are now, but are rotated 90 degrees so they are created > in the pdf document as the first two pages. \startbuffer[slides

Re: [NTG-context] placefigure, usetikzlibrary and readfile

2021-08-02 Thread Hans Hagen via ntg-context
On 8/1/2021 10:27 PM, Jigé via ntg-context wrote: Hello all. It seems that \usetikzlibrary is sometimes read, sometimes not, and I don't understand why. Rationale: I would like, using one file, to use it to produce a picture, as with LaTeX's Standalone class, but to be able to inc

[NTG-context] placefigure, usetikzlibrary and readfile

2021-08-01 Thread Jigé via ntg-context
Hello all. It seems that \usetikzlibrary is sometimes read, sometimes not, and I don't understand why. Rationale: I would like, using one file, to use it to produce a picture, as with LaTeX's Standalone class, but to be able to include it in a calling document as well, for better

Re: [NTG-context] Code document and simpleslides and create in one go the document with simpleslides added

2021-08-01 Thread Pablo Rodriguez via ntg-context
ile as \typesetfile[\jobname-slides.tex][--purgeall][object=no, width=0pt] and the output file would read: \getfiguredimensions[\jobname-slides.pdf] \dorecurse{\noffigurepages} {\startTEXpage \externalfigure[\jobname-slides.pdf][page=\recurselevel] \stopTEXpage} I mean, y

Re: [NTG-context] Code document and simpleslides and create in one go the document with simpleslides added

2021-08-01 Thread Hans Hagen via ntg-context
\typesetfile only when the processed file is in the same folder as the main tex file. It would be nicer to have a sub folder (e.g. examples) where I can put the files and \typesetfile creates the pdf in this folder to prevent clutter in the main folder. i;ll add support for 'dire

Re: [NTG-context] Code document and simpleslides and create in one go the document with simpleslides added

2021-08-01 Thread Wolfgang Schuster via ntg-context
the same folder as the main tex file. It would be nicer to have a sub folder (e.g. examples) where I can put the files and \typesetfile creates the pdf in this folder to prevent clutter in the main folder. Wolfgang

Re: [NTG-context] Code document and simpleslides and create in one go the document with simpleslides added

2021-08-01 Thread Hans Hagen via ntg-context
On 7/31/2021 10:23 PM, Jeroen via ntg-context wrote: I worked around it, instead of simpleslides just use larger fonts to with regular pages Tne next version will have this (easy cheap extension): \definesavebuffer[slide] \startslide % styling \stopslide \starttext \startslide \

Re: [NTG-context] Code document and simpleslides and create in one go the document with simpleslides added

2021-07-31 Thread Jeroen via ntg-context
> BTW, I cannot get simpleslides working with LMTX. > > > I had to make some slight adjustments but have been to lazy to upload a > new and improved version. One reason being that I can't remember my > username and password for the modules section of the garden... I'll ha

Re: [NTG-context] Code document and simpleslides and create in one go the document with simpleslides added

2021-07-31 Thread Thomas A. Schmitz via ntg-context
On 7/31/21 4:06 PM, Pablo Rodriguez via ntg-context wrote: BTW, I cannot get simpleslides working with LMTX. I had to make some slight adjustments but have been to lazy to upload a new and improved version. One reason being that I can't remember my username and password for the mo

Re: [NTG-context] Code document and simpleslides and create in one go the document with simpleslides added

2021-07-31 Thread Thomas A. Schmitz via ntg-context
On 7/31/21 3:27 PM, Jeroen via ntg-context wrote: Is there an easy way to write a Context document and also code simpleslides in the same document so that the simpleslides are automatically added to the document as for example an appendix? Ie one tex document with Context code, perhaps with

Re: [NTG-context] Code document and simpleslides and create in one go the document with simpleslides added

2021-07-31 Thread Pablo Rodriguez via ntg-context
On 7/31/21 3:27 PM, Jeroen via ntg-context wrote: > Is there an easy way to write a Context document and also code > simpleslides in the same document so that the simpleslides are > automatically added to the document as for example an appendix? Ie > one tex document with Context c

Re: [NTG-context] Code document and simpleslides and create in one go the document with simpleslides added

2021-07-31 Thread Henning Hraban Ramm via ntg-context
> Am 31.07.2021 um 15:27 schrieb Jeroen via ntg-context : > > Is there an easy way to write a Context document and also code simpleslides > in the same document so that the simpleslides are automatically added to the > document as for example an appendix? Ie one tex document wi

[NTG-context] Code document and simpleslides and create in one go the document with simpleslides added

2021-07-31 Thread Jeroen via ntg-context
Is there an easy way to write a Context document and also code simpleslides in the same document so that the simpleslides are automatically added to the document as for example an appendix? Ie one tex document with Context code, perhaps with some \input and something like a two-pass job. I was

Re: [NTG-context] Multimedia, PDF and ConTeXt

2021-07-27 Thread Hans Hagen via ntg-context
eemed to worked fine in Acrobat and Foxit and I don't see that changing soon. Both have some writing support in open source tools - meshlab supports U3D export with https://github.com/ningfei/u3d, and Asymptote supports PRC export. Although I didn't get either to quite work and used expor

Re: [NTG-context] Multimedia, PDF and ConTeXt

2021-07-27 Thread Michal Vlasák via ntg-context
On Tue Jul 27, 2021 at 8:54 AM CEST, Hans Hagen wrote: > On 7/27/2021 12:49 AM, Michal Vlasák via ntg-context wrote: > > > The viewers I tested were: Acrobat Reader DC, Foxit Reader, Sumatra PDF > > on Windows and Evince, Okular, Xpdf, MuPDF, Firefox and Google Chrome on >

Re: [NTG-context] Multimedia, PDF and ConTeXt

2021-07-26 Thread Hans Hagen via ntg-context
On 7/27/2021 12:49 AM, Michal Vlasák via ntg-context wrote: The viewers I tested were: Acrobat Reader DC, Foxit Reader, Sumatra PDF on Windows and Evince, Okular, Xpdf, MuPDF, Firefox and Google Chrome on Linux. also add the new edge on windows .. there are subtle differences in interfaces

[NTG-context] Multimedia, PDF and ConTeXt

2021-07-26 Thread Michal Vlasák via ntg-context
Dear ConTeXt community, recently, as part of my bachelor thesis, I looked into the state of multimedia (audio, video, 3D) and other relatively obscure PDF features, with the connection to TeX. I already put off this write up long enough. Hopefully it clarifies things that might influence the

[NTG-context] Getting the local float reference within a float and reuse (?) it later (\somelocalfloat?)

2021-07-22 Thread Benjamin Buchmuller
Hi, Is there a more convenient way to get the current reference label (stably) from within a float? For example, I would like to make an "image credits" section at the end of a document, so I do something similar to: \defineblock[credits] \starttext \section[sec:topic]{Topic} \startplacefig

Re: [NTG-context] LMTX and lettrine

2021-07-19 Thread Wolfgang Schuster
fo for lettrine) Hi Gerben, \setupinitial is your friend. i-context.pdf (included in LMTX) contains the available options (searching for "\setupinitial [", without quotation marks). Both commands have different feature sets, e.g. with lettrine you can use a image for the initial and you

Re: [NTG-context] drop cap (initial) and indentation

2021-07-19 Thread Pablo Rodriguez
On 7/18/21 11:54 PM, Gerben Wierda wrote: > With the following minimal example: > [...] > both the initial and the bold stuff after it is indented. With hoffset I > can move the initial, but not what comes after. I have been > experimenting but haven’t found a way to solve this. H

Re: [NTG-context] drop cap (initial) and indentation

2021-07-19 Thread Nicola
On 2021-07-18, Gerben Wierda wrote: > PS. switching \kap and \bf has an interesting result, the first > character of the words is not in bold. This did not happen with > lettrine in mkii I do not have an answer to your question, but I'd like to point out that you can keep using

[NTG-context] drop cap (initial) and indentation

2021-07-18 Thread Gerben Wierda
knuth \stoptext both the initial and the bold stuff after it is indented. With hoffset I can move the initial, but not what comes after. I have been experimenting but haven’t found a way to solve this. Gerben Wierda (LinkedIn <https://www.linkedin.com/in/gerbenwierda>) R&A

Re: [NTG-context] LMTX and lettrine

2021-07-18 Thread Pablo Rodriguez
On 7/18/21 3:35 PM, Gerben Wierda wrote: > I am trying to find out how to move this setup in mkii > > 23     \usemodule[lettrine] > 24 >>  \setuplettrine[Lines=3, > 25                    Hang=.5, > 26                    Oversize=0, > 27                    Raise=0, > 28                    Findent=0p

[NTG-context] LMTX and lettrine

2021-07-18 Thread Gerben Wierda
amp;A Enterprise Architecture <https://ea.rna.nl/> (main site) Book: Chess and the Art of Enterprise Architecture <https://ea.rna.nl/the-book/> Book: Mastering ArchiMate <https://ea.rna.nl/the-book-edition-iii/> _

Re: [NTG-context] weekend upload - stacking and animation

2021-07-13 Thread Jeong Dal
Dear Hans, Wolfgang, Both of your methods are working well. Using \frame, the \dorecurse problem is solved. \starttext \startanimation[menu=yes] \dorecurse{10} { \frame{\useMPgraphic[stacking={#1}]{demo}}} \stopanimation \stoptext Thank you for your solutions. Best regards, Dalyoung _

Re: [NTG-context] weekend upload - stacking and animation

2021-07-13 Thread Hans Hagen
\stopanimation}%     \endgroup} \protect \setupinteraction[state=start] \usemodule[animation] \starttext \useMPanimation[menu=yes]{demo} \stoptext Placing this excerpt in a file and compiling it I get an error: you probably don't have the animation module inst

Re: [NTG-context] weekend upload - stacking and animation

2021-07-13 Thread Wolfgang Schuster
Jeong Dal schrieb am 13.07.2021 um 12:25: Dear Hans, Aditya, Now, I understand the stacking method. I made a simple animation using it. \startuseMPgraphic{demo} for i=1 upto 10: draw fullcircle scaled (.3*i*cm) withcolor (.1*i*red) withpen pencircle scaled (.5*bp) withstacking i; endfor; \sto

Re: [NTG-context] weekend upload - stacking and animation

2021-07-13 Thread Jeong Dal
Dear Hans, Aditya, Now, I understand the stacking method. I made a simple animation using it. \startuseMPgraphic{demo} for i=1 upto 10: draw fullcircle scaled (.3*i*cm) withcolor (.1*i*red) withpen pencircle scaled (.5*bp) withstacking i; endfor; \stopuseMPgraphic \setupinteraction[stat

Re: [NTG-context] weekend upload - stacking and animation

2021-07-13 Thread Floris van Manen
\setupinteraction[state=start] \usemodule[animation] \starttext     \useMPanimation[menu=yes]{demo} \stoptext Placing this excerpt in a file and compiling it I get an error: $ context animation.tex resolvers | formats | executing runner 'run luametatex format': /home/vm/context/tex/texmf-li

Re: [NTG-context] weekend upload - stacking and animation

2021-07-13 Thread Hans Hagen
On 7/13/2021 12:25 PM, Jeong Dal wrote: Dear Hans, Aditya, Now, I understand the stacking method. I made a simple animation using it. \startuseMPgraphic{demo} for i=1 upto 10: draw fullcircle scaled (.3*i*cm) withcolor (.1*i*red) withpen pencircle scaled (.5*bp) withstacking i; endfor; \stop

[NTG-context] Math cases and text in math mode

2021-07-06 Thread Jack Hill
Hi, I have two separate issues here. First, I'm struggling to get math cases to work. The wiki suggests that the following code \starttext \startformula f(x) = \startmathcases \NC x, \NC if $0 \le x \le \frac12$ \NR \NC 1-x ,\NC if $\frac12 \le x \le 1$ \NR \stopmathcases \stopformula \

Re: [NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-07-02 Thread denis.maier
Oh, and needless to say, I'd be happy to help with this. > -Ursprüngliche Nachricht- > Von: Maier, Denis Christian (UB) > Gesendet: Freitag, 2. Juli 2021 10:01 > An: 'Alan Braslau' > Cc: ntg-context@ntg.nl > Betreff: AW: [NTG-context] Differ

Re: [NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-07-02 Thread denis.maier
> -Ursprüngliche Nachricht- > Von: Alan Braslau > Gesendet: Mittwoch, 30. Juni 2021 23:50 > An: Maier, Denis Christian (UB) > Cc: ntg-context@ntg.nl > Betreff: Re: [NTG-context] Different authorconversion for citation > alternatives > and bibliographic entries

Re: [NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-07-01 Thread Gavin
Hi Alan, Hans, and Chicago style bibliography users, > 3) I believe that Gavin (on CC:) is a user of the Chicago author-year > model. I’d like to use the Notes and Bibliography style in my physics book, with endnotes after each chapter. I would gladly participate by testing and pro

Re: [NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-07-01 Thread J Huisman
> > Gesendet: Mittwoch, 30. Juni 2021 21:11 > > > An: mailing list for ConTeXt users ; Maier, > > > Denis Christian (UB) > > > Betreff: Re: [NTG-context] Different authorconversion for citation > > > alternatives and bibliographic en

Re: [NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-06-30 Thread Alan Braslau
ferent authorconversion for citation > > alternatives and bibliographic entries > > > > On 30/06/21 12:59, denis.ma...@unibe.ch wrote: > > > Hi, > > > > > >> -Ursprüngliche Nachricht- > > >> Von: ntg-context Im Auftrag von > >

[NTG-context] path for custom files (was Different authorconversion for citation alternatives and bibliographic entries)

2021-06-30 Thread Jan U. Hasecke
Sorry for hijacking this thread. Am 30.06.21 um 18:06 schrieb Hans Hagen: or just tex/texmf-project/ What is the difference between tex/texmf-local tex/texmf-project if $TEXMFHOME/tex/context/personal/ gets scanned every run? Any recommandations what to store where? juh __

Re: [NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-06-30 Thread denis.maier
> -Ursprüngliche Nachricht- > Von: Alan Braslau > Gesendet: Mittwoch, 30. Juni 2021 21:11 > An: mailing list for ConTeXt users ; Maier, Denis > Christian > (UB) > Betreff: Re: [NTG-context] Different authorconversion for citation > alternatives > and bibliogr

Re: [NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-06-30 Thread Alan Braslau
On 30/06/21 12:59, denis.ma...@unibe.ch wrote: Hi, -Ursprüngliche Nachricht- Von: ntg-context Im Auftrag von Ágoston Volcz Gesendet: Mittwoch, 30. Juni 2021 10:20 An:ntg-context@ntg.nl Betreff: [NTG-context] Different authorconversion for citation alternatives and bibliographic

Re: [NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-06-30 Thread denis.maier
Hi, > -Ursprüngliche Nachricht- > Von: ntg-context Im Auftrag von Ágoston Volcz > Gesendet: Mittwoch, 30. Juni 2021 10:20 > An: ntg-context@ntg.nl > Betreff: [NTG-context] Different authorconversion for citation alternatives > and > bibliographic entries &

Re: [NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-06-30 Thread Ágoston Volcz
2021. Agoston Am Mi., 30. Juni 2021 um 19:26 Uhr schrieb Alan Braslau : > > On 30/06/21 02:20, Ágoston Volcz wrote: > > 2. Entries in the bibliography and fist time citations must have > > 'normal' authorconversion, while consequent citations must have > > 'n

Re: [NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-06-30 Thread Alan Braslau
On 30/06/21 02:20, Ágoston Volcz wrote: 2. Entries in the bibliography and fist time citations must have 'normal' authorconversion, while consequent citations must have 'normalshort'. For consequent citations I defined the 'authortitle' alternative. In the the

Re: [NTG-context] path for custom files (was Different authorconversion for citation alternatives and bibliographic entries)

2021-06-30 Thread Hans Hagen
On 6/30/2021 7:00 PM, Jan U. Hasecke wrote: Sorry for hijacking this thread. Am 30.06.21 um 18:06 schrieb Hans Hagen: or just tex/texmf-project/ What is the difference between tex/texmf-local tex/texmf-project if $TEXMFHOME/tex/context/personal/ gets scanned every run? Any recommandat

Re: [NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-06-30 Thread Hans Hagen
On 6/30/2021 1:28 PM, Ágoston Volcz wrote: Thank you! I've moved the files into $TEXMFHOME/tex/context/personal/... and updated the database. This solved the first part of the problem perfectly Hopefully there is also a solution to the second issue. or just tex/texmf-project/ because

Re: [NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-06-30 Thread Ágoston Volcz
Thank you! I've moved the files into $TEXMFHOME/tex/context/personal/... and updated the database. This solved the first part of the problem perfectly Hopefully there is also a solution to the second issue. Ag

Re: [NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-06-30 Thread Aditya Mahajan
use the german citation style with footnotes. Essentially > the first time I cite something, I have to put the full entry in a > footnote. From the second time on, I only have to put a shorter entry > in the footnotes. > I have two problems: > > 1. I created the publ-imp-deu.lua and

[NTG-context] Different authorconversion for citation alternatives and bibliographic entries

2021-06-30 Thread Ágoston Volcz
cite something, I have to put the full entry in a footnote. From the second time on, I only have to put a shorter entry in the footnotes. I have two problems: 1. I created the publ-imp-deu.lua and publ-imp-deu.mkvi files. If I put them into the ~/bin/context/tex/texmf-context/tex/context/base

Re: [NTG-context] typescripts and variants

2021-06-24 Thread BPJ
> > And, what about adding more styles so that you could have Light, Medium, > SemiBold, Bold, ExtraBold, Black etc. all defined in a single fontfamily? > If that was available each font family would then define all the styles for > one variant (SemiCondensed, ExtraCondensed, Conde

Re: [NTG-context] LMTX, BIdi, full paragraph, and spurious empty line

2021-06-24 Thread Rik Kabel
t the parbuilder then considers the dir node to be a reasoable breakpoint (well, kin dof okay as one gets what one asks for), but I'll be a bit more agressive in dealing with that. Hans Thank you, Hans, for looking into this so soon. [...] Hans and all, I mistakenly put the new code in

Re: [NTG-context] LMTX, BIdi, full paragraph, and spurious empty line

2021-06-23 Thread Rik Kabel
be a reasoable breakpoint (well, kin dof okay as one gets what one asks for), but I'll be a bit more agressive in dealing with that. Hans Thank you, Hans, for looking into this so soon. I did try what you sent, but see no difference. I have eliminated the changes to spaceskip as a

Re: [NTG-context] LMTX, BIdi, full paragraph, and spurious empty line

2021-06-23 Thread Hans Hagen
On 6/22/2021 4:52 AM, Rik Kabel wrote: Hello all, Last October Denis Maier complained about a spurious empty line generated with protrusion and bidi active and a full paragraph. (See https://www.mail-archive.com/ntg-context@ntg.nl/msg95916.html <https://www.mail-archive.com/ntg-cont

Re: [NTG-context] typescripts and variants

2021-06-23 Thread Hans Hagen
extgarden.net/Simple_Typescript_Example> Not meant as a criticism - just a naive question from someone who is puzzled. Yes, you could also abuse \sc for another style. Small caps are a bit special though, nowadays they’re often contained in fonts and you address them via OpenType f

Re: [NTG-context] typescripts and variants

2021-06-23 Thread Henning Hraban Ramm
t a naive question from someone who is puzzled. Yes, you could also abuse \sc for another style. Small caps are a bit special though, nowadays they’re often contained in fonts and you address them via OpenType features. Hraban _

Re: [NTG-context] typescripts and variants

2021-06-23 Thread Bruce Horrocks
> On 23 Jun 2021, at 07:43, Henning Hraban Ramm wrote: > > You can combine whatever you like in one typescript, but you’re restricted to > six styles (regular, italic, slanted, bold, bold italic, bold slanted). You > can just “abuse” the italic or slanted styles for your other weights. If we'

Re: [NTG-context] typescripts and variants

2021-06-23 Thread Wolfgang Schuster
ExtraBold.) Is my understanding of typescripts correct that I cannot have bold and extrabold in the same typescript? And that I need a typescript for regular and one for the semicondensed variants? You can combine whatever you like in one typescript, but you’re restricted to six styles (regular

Re: [NTG-context] typescripts and variants

2021-06-23 Thread denis.maier
gular, Medium, Semi Condensed Bold, Regular ExtraBold.) Is > my understanding of typescripts correct that I cannot have bold and extrabold > in the same typescript? And that I need a typescript for regular and one for > the > semicondensed variants? > > > > You can combine w

Re: [NTG-context] typescripts and variants

2021-06-22 Thread Henning Hraban Ramm
r ExtraBold.) >> Is my understanding of typescripts correct that I cannot have bold and >> extrabold in the same typescript? And that I need a typescript for regular >> and one for the semicondensed variants? > > You can combine whatever you like in one typescript, but you

Re: [NTG-context] typescripts and variants

2021-06-22 Thread Henning Hraban Ramm
> Am 23.06.2021 um 00:17 schrieb denis.ma...@unibe.ch: > > Hi > In my current project I need to use different variants if the Noto Serif font > (Regular, Medium, Semi Condensed Bold, Regular ExtraBold.) > Is my understanding of typescripts correct that I cannot have bold and

[NTG-context] typescripts and variants

2021-06-22 Thread denis.maier
Hi In my current project I need to use different variants if the Noto Serif font (Regular, Medium, Semi Condensed Bold, Regular ExtraBold.) Is my understanding of typescripts correct that I cannot have bold and extrabold in the same typescript? And that I need a typescript for regular and one

[NTG-context] LMTX, BIdi, full paragraph, and spurious empty line

2021-06-21 Thread Rik Kabel
Hello all, Last October Denis Maier complained about a spurious empty line generated with protrusion and bidi active and a full paragraph. (See https://www.mail-archive.com/ntg-context@ntg.nl/msg95916.html <https://www.mail-archive.com/ntg-context@ntg.nl/msg95916.html> or similar o

[NTG-context] Fixed: Can't find `t-pgf.tex` and `pgflibrarypgfplots.contourlua.code.tex`

2021-06-08 Thread Gavin
Hi Hans and everyone, The problem was fixed by reinstalling all modules using the instructions at https://wiki.contextgarden.net/Modules. Specifically, I ran these in the directory for my installation: rsync -rltv --del rsync://contextgarden.net/minimals/current/modules/ modules rsync -rlt

Re: [NTG-context] Can't find `t-pgf.tex` and `pgflibrarypgfplots.contourlua.code.tex`

2021-06-08 Thread Hans Hagen
]% Error in current MkIV and LMTX, but OK in TeX Live 2021 \usemodule[pgfplots]% Error in Tex Live 2021 \starttext Hello \stoptext The error is in MkIV is: tex error > tex error on line 21 in file /Users/Gavin/context- osx-64/tex/texmf-context/tex/context/modules/mki

Re: [NTG-context] Can't find `t-pgf.tex` and `pgflibrarypgfplots.contourlua.code.tex`

2021-06-08 Thread Gavin
MWE: >>> >>> \usemodule[tikz]% Error in current MkIV and LMTX, but >>> OK in TeX Live 2021 >>> \usemodule[pgfplots]% Error in Tex Live 2021 >>> \starttext >>> Hello >>> \stoptext >>> >>> The error is in MkIV is:

Re: [NTG-context] Can't find `t-pgf.tex` and `pgflibrarypgfplots.contourlua.code.tex`

2021-06-08 Thread Hans Hagen
On 6/8/2021 9:56 AM, Leonard Janis Robert König wrote: Hello Gavin, On Mon, 2021-06-07 at 18:04 -0600, Gavin wrote: Tik-Z files seem to have gone missing in the ConTeXt. Here’s a MWE: \usemodule[tikz]% Error in current MkIV and LMTX, but OK in TeX Live 2021 \usemodule

Re: [NTG-context] Can't find `t-pgf.tex` and `pgflibrarypgfplots.contourlua.code.tex`

2021-06-08 Thread Leonard Janis Robert König
Hello Gavin, On Mon, 2021-06-07 at 18:04 -0600, Gavin wrote: > Tik-Z files seem to have gone missing in the ConTeXt. Here’s a MWE: > > \usemodule[tikz]% Error in current MkIV and LMTX, but > OK in TeX Live 2021 > \usemodule[pgfplots]% Error in Tex Live 20

[NTG-context] Can't find `t-pgf.tex` and `pgflibrarypgfplots.contourlua.code.tex`

2021-06-07 Thread Gavin
Hello list, Tik-Z files seem to have gone missing in the ConTeXt. Here’s a MWE: \usemodule[tikz]% Error in current MkIV and LMTX, but OK in TeX Live 2021 \usemodule[pgfplots]% Error in Tex Live 2021 \starttext Hello \stoptext The error is in MkIV is: tex error >

[NTG-context] Understanding penalties for orphans and widows

2021-06-01 Thread denis.maier
1} \stopsetups After experimenting with the first argument (see below) it looks to me as if the wording on the wiki should be changed a bit, from to (penalties1 gives me one full line and a second line that is almost full ; penalties2 results in two full lines with a third line that is a

Re: [NTG-context] LMTX and my custom typescripts

2021-05-28 Thread Wolfgang Schuster
Michael Guravage schrieb am 28.05.2021 um 19:33: A pox upon me for a clumsy lout! You can also remove     \usetypescriptfile[...] from your document because \setupbodyfont loads the file itself when the typeface and the file have matching names. Wolfgang

Re: [NTG-context] LMTX and my custom typescripts

2021-05-28 Thread Michael Guravage
solve this would be much appreciated. > > > > Hi Michael, > > Try renaming it to type-imp-DollyPro.tex (and then of course > \usetypescriptfile[type-imp-DollyPro]), that should help. This changed a > couple of months ago and was announced on the list, so shame on you for not

Re: [NTG-context] LMTX and my custom typescripts

2021-05-28 Thread Thomas A. Schmitz
> On 28. May 2021, at 18:40, Michael Guravage > wrote: > > Any encouragement in how to resolve this would be much appreciated. > Hi Michael, Try renaming it to type-imp-DollyPro.tex (and then of course \usetypescriptfile[type-imp-DollyPro]), that should help. This chang

[NTG-context] LMTX and my custom typescripts

2021-05-28 Thread Michael Guravage
Yesterday I installed a new LMTX instance *ex nihilo*. Unfortunately, the new instance will not load my typescripts. My several commercial fonts and the typescripts I wrote for them reside in the texmf-project tree, along with a style file that loads them. I load the style file in my source files

Re: [NTG-context] lmtx and defined placeinitial color

2021-05-25 Thread Eduardo Bohoyo
You are welcome. Obviously, it's a dirty trick. For example, it falls down if we have a non-white background on our page. Hopefully LMTX won't take long to update. Eduardo Bohoyo El 26/5/21 a las 0:01, jbf escribió: Thanks Eduardo. Hans had seen the problem and the latest upgrade

Re: [NTG-context] lmtx and defined placeinitial color

2021-05-25 Thread jbf
Thanks Eduardo. Hans had seen the problem and the latest upgrade solves it. But I'll keep your little trick in mind! Julian On 25/5/21 9:35 pm, Eduardo Bohoyo wrote: I have just seen that I also experience the same problem. I didn't realise it. I have provisionally "solved"

Re: [NTG-context] lmtx and defined placeinitial color

2021-05-25 Thread Eduardo Bohoyo
I have just seen that I also experience the same problem. I didn't realise it. I have provisionally "solved" it with an unfancy workaround. For instance, in your case it could be something like this: \definecolor[dropcapitals][t=0.40,a=1] This is not ideal. I know. But for the moment I can't t

Re: [NTG-context] lmtx and defined placeinitial color

2021-05-25 Thread Hans Hagen
On 5/25/2021 2:10 AM, jbf wrote: If I run the following in lmtx, the defined color is not recognized and I get black instead. If I run it as mkiv with --luatex, I get the darkgray I defined. Is there something else I need to do for lmtx? \definecolor[darkgray][s=.4] \setupinitial[color

[NTG-context] lmtx and defined placeinitial color

2021-05-24 Thread jbf
If I run the following in lmtx, the defined color is not recognized and I get black instead. If I run it as mkiv with --luatex, I get the darkgray I defined. Is there something else I need to do for lmtx? \definecolor[darkgray][s=.4] \setupinitial[color=darkgray,font=adellesemibold at 46pt

Re: [NTG-context] \setupbackend[space=yes] and hz

2021-05-22 Thread Pablo Rodriguez
On 5/22/21 12:25 PM, Hans Hagen wrote: > On 5/22/2021 11:28 AM, Pablo Rodriguez wrote: >> [...] >> Using SumatraPDF-3.1.2 and current latest (from 2021.05.21 15:07), >> spacing is only right when I disable font expansion. >> >> Would it be possible that spacing

Re: [NTG-context] \setupbackend[space=yes] and hz

2021-05-22 Thread Hans Hagen
zapf \stoptext Using SumatraPDF-3.1.2 and current latest (from 2021.05.21 15:07), spacing is only right when I disable font expansion. Would it be possible that spacing be the same with and without font expansion? not sure what you mean but using hz without stretch (and/or tolerance) makes no

[NTG-context] \setupbackend[space=yes] and hz

2021-05-22 Thread Pablo Rodriguez
Hi Hans, I have the following sample: \definefontfeature [default] [default] [expansion=quality] \setupalign [hz] \setuppapersize[A6] \setupbodyfont[pagella] \setupbackend [space=yes] \starttext \input zapf \stoptext Using SumatraPDF-3.1.2 and current latest

Re: [NTG-context] definelabel and TEXpage

2021-05-21 Thread Rik Kabel
,height=\vsize,color=orange] \stopTEXpage \stoptext Wolfgang Indeed, and I would have seen this if I had not used the inright alternative. Sorry for the noise. -- Rik ___ If your question is of interest to others

Re: [NTG-context] definelabel and TEXpage

2021-05-20 Thread Wolfgang Schuster
Rik Kabel schrieb am 21.05.2021 um 04:31: In the following example: \definelabel[BB][alternative=inright,headcolor=red,text=] \startTEXpage Where is the label?\BB \stopTEXpage The label is not displayed if a TEXpage is used, but if the start/stop is changed to starttext/stoptex

[NTG-context] definelabel and TEXpage

2021-05-20 Thread Rik Kabel
In the following example: \definelabel[BB][alternative=inright,headcolor=red,text=] \startTEXpage Where is the label?\BB \stopTEXpage The label is not displayed if a TEXpage is used, but if the start/stop is changed to starttext/stoptext, all is well. Is this expected? -- Rik __

[NTG-context] Missing kerns with LMTX beta 2021-05-19 and french language

2021-05-19 Thread Joseph
Hi, With beta  2021-05-19 I notice that some kerns (usually before ‘v’ letter) are no longer present, not sure if that’s intented change behaviour or not.Following MWE reproduces the case. \definefontfeature[default][default][kern=yes]\definefontfamily[mainfont][serif][EBGaramond]\setupbodyfont[mai

Re: [NTG-context] underscore hyphenation and hz

2021-05-16 Thread Pablo Rodriguez
On 5/10/21 3:35 PM, Pablo Rodriguez wrote: > Hans, > > I’m afraid that underscore hyphenation has issues with font expansion: > [...] Hans, many thanks for the fix in current latest (2021.05.15 22:45). Pablo -- http://www.ousia.tk _

Re: [NTG-context] Chapternumber and chaptertitle in footer

2021-05-16 Thread Wolfgang Schuster
Jeroen schrieb am 16.05.2021 um 19:20: How can I combine in the footer the chapternumber and the chaptertitle in the footer. This way I can achieve the chaptertitle \setupfootertexts   [chapter]   [\pagenumber] \starttext \input{tufte} \stoptext The following I achieve this with the

[NTG-context] Chapternumber and chaptertitle in footer

2021-05-16 Thread Jeroen
How can I combine in the footer the chapternumber and the chaptertitle in the footer. This way I can achieve the chaptertitle \setupfootertexts [chapter] [\pagenumber] \starttext \input{tufte} \stoptext The following I achieve this with the chapternumber \setupfootertexts

[NTG-context] underscore hyphenation and hz

2021-05-10 Thread Pablo Rodriguez
Hans, I’m afraid that underscore hyphenation has issues with font expansion: \startluacode function document.addfunnyhyphen(tfmdata) local underscore = utf.byte("_") local char = tfmdata.characters[underscore] if not char then return end tfmdata.characters[0xFE00

Re: [NTG-context] Bug in \framed and \inframed

2021-05-06 Thread Aditya Mahajan
On Thu, 6 May 2021, Johann Birnick wrote: > There is a bug with \framed and related commands: If this is the first object > in > a line, a linebreak is inserted! See the following example: > > > \starttext

[NTG-context] Bug in \framed and \inframed

2021-05-06 Thread Johann Birnick
There is a bug with \framed and related commands: If this is the first object in a line, a linebreak is inserted! See the following example: \starttext This \inframed{works} fine. \inframed{But} this not. \stoptext Thank

Re: [NTG-context] \setupalign[height] and \setupalign[line] in LMTX

2021-04-28 Thread denis.maier
AW: \setupalign[height] and \setupalign[line] in LMTX Hi, sorry to be such a nuisance, but i'd still love to hear if I'm missing something or if something is going off the rails in LMTX. Best, Denis Von: Maier, Denis Christian (UB) Gesendet: Donnerstag, 22. April 2021 15:07 An: '

Re: [NTG-context] Conflict between MetaPost (LMTX) and cmarrows

2021-04-27 Thread Hans Hagen
Hi, you can't assume fuzzy scratch variables as used in def flex(text t) = % t is a list of pairs hide(n_:=0; for z=t: z_[incr n_]:=z; endfor dz_:=z_[n_]-z_1) z_1 for k=2 upto n_-1: ...z_[k]{dz_} endfor ...z_[n_] enddef; newinternal n_; pair z_[],dz_; to be official ..

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