[NTG-context] Re: pdfcrop with context

2024-09-17 Thread Aditya Mahajan
e is an old perl script `pdftrimwhite` which will do the calculations for you. mtxrun --script pdftrimwhite I hadn't used it for a while and I tried it and it fails because it is still calling context using texexec: sub RunTeX { if ($UsePlain) { $result = `pdftex -prog=pdftex -fmt=p

[NTG-context] Re: Is there a short-cut to adding sub-categories for index entries?

2024-08-25 Thread Henning Hraban Ramm
Am 25.08.24 um 15:38 schrieb Joel via ntg-context: I have a document with thousands of index entries. Here’s a sample code: Some people lived in \index{cliff-dwelling}\index{dwellings+cliff-dwelling}cliff-dwellings, while others lived in \index{lean-to}\index{dwellings+lean-to}lean-tos. I’m

[NTG-context] Is there a short-cut to adding sub-categories for index entries?

2024-08-25 Thread Joel via ntg-context
lean-to 1 I’d like to createan index with much more sub-categories to find the same entries, forinstance, a category of “dwellings”: c cliff-dwelling 1 d dwellings cliff-dwelling 1 lean-to 1 l lean-to 1 As I’m aware, theway to code this is as follows: \starttext

[NTG-context] Re: list of used files

2024-07-20 Thread Henning Hraban Ramm
Am 20.07.24 um 10:04 schrieb Hans Hagen: subconscious you know the answer:    look at the log file Not only sub*; I forgot to mention I’d like to avoid parsing that. of course you can also try \enabledirectives[system.dumpfiles=lua] and stare at the resulting job log file (jlg) Thank

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

2024-07-09 Thread Hans Hagen
endent, complete OpenType renderer, it seems. Different worlds, different audiences, different objectives so a waste of energy to discuss i guess. I can only say that when we started with luatex there was nothing that fit the requirements (oriental tex sub project) so we decided to go the lua

[NTG-context] Re: documenting itemize specials

2024-07-07 Thread Henning Hraban Ramm
item   \item Second item   \stopitemize \noitem   \startitemize[a,broad]   \item First item   \item Second item   \stopitemize \stopitemize \stoptext * is the + symbol of \sub configurable? No. Wolfgang Thank you! I added the example to the wiki (Enumerations). Hraban

[NTG-context] Re: processor for index sub-entry?

2024-07-07 Thread Henning Hraban Ramm
Am 07.07.24 um 18:01 schrieb Wolfgang Schuster: Henning Hraban Ramm schrieb am 05.07.2024 um 22:36: Hi, is it possible to apply a processor to an index sub-entry? \index{Modules+\type{filter}} looks good, but "filter" is sorted under "type". \defineprocessor[type][style=

[NTG-context] Re: documenting itemize specials

2024-07-07 Thread Wolfgang Schuster
\startitemize[a,broad] \item First item \item Second item \stopitemize \stopitemize \stoptext * is the + symbol of \sub configurable? No. Wolfgang ___ If your question is of interest to others as well, please

[NTG-context] Re: processor for index sub-entry?

2024-07-07 Thread Wolfgang Schuster
Henning Hraban Ramm schrieb am 05.07.2024 um 22:36: Hi, is it possible to apply a processor to an index sub-entry? \index{Modules+\type{filter}} looks good, but "filter" is sorted under "type". \defineprocessor[type][style=mono] \index{Modules+type->filter} results in a

[NTG-context] Re: documenting itemize specials

2024-07-07 Thread fv leung
Numerical answers to a 3-part math problem in which the 2nd part is a proof: \startitemize[a] \item 1234 \noitem \item 5679 \stopitemize > On 7 Jul 2024, at 4:54 PM, Henning Hraban Ramm wrote: > > Hi, > * can anyone give me an example where \noitem makes sense? > * is the +

[NTG-context] documenting itemize specials

2024-07-07 Thread Henning Hraban Ramm
Hi, * can anyone give me an example where \noitem makes sense? * is the + symbol of \sub configurable? \startitemize[n,packed] \startitem oins \stopitem \noitem zwoi \startitem droi \stopitem \sub droi ond ebbes \stopitemize Hraban

[NTG-context] processor for index sub-entry?

2024-07-05 Thread Henning Hraban Ramm
Hi, is it possible to apply a processor to an index sub-entry? \index{Modules+\type{filter}} looks good, but "filter" is sorted under "type". \defineprocessor[type][style=mono] \index{Modules+type->filter} results in a "Modules / type->filter" entry. \index[

[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] Re: Strange error at lxml-mms.lmt:749

2024-02-25 Thread Andres Conrado Montoya
) local sup = found(data,"sup") local sub = found(data,"sub") data[1] = nuc or dummy_nucleus data[2] = sub or dummy_nucleus data[3] = sup or dummy_nucleus data.__i__ = 3 local sp = specifications[di.fulltag]

[NTG-context] Nested itemize lists: unexpected spacing

2024-02-01 Thread Jim
Consider the following: \starttext Text before. \startitemize[1,nowhite] \item item 1 \item item 2 \startitemize[5,nowhite] \item sub-item 1 \item sub-item 2 \stopitemize \item item 3 \stopitemize Text after. \stoptext Notwithstanding the "nowhite" options, there is a blank line

[NTG-context] Re: upload

2024-01-17 Thread Mikael Sundqvist
es. > > \starttext > The derivative of $f$ is denoted $f'$ or $f^\prime$ or is it $f^'$\dots > \stoptext > > Best regards: Otared There has been work in the last days on multiple sub/superscripts and/or primes. But again your example works here. Just to be sure, did you

[NTG-context] Re: Linebreak in formual

2024-01-15 Thread Shiv Shankar Dayal
Thanks a lot, Aditya. On Mon, Jan 15, 2024 at 8:41 PM Aditya Mahajan wrote: > On Mon, 15 Jan 2024, Mikael Sundqvist wrote: > > > Hi, > > > > you can try something like > > > > \sum_{\mstack{k=0, k\equiv p + 1 (\mtext{mod }2)}}^{p -1} > > > > but

[NTG-context] Re: Linebreak in formual

2024-01-15 Thread Aditya Mahajan
On Mon, 15 Jan 2024, Mikael Sundqvist wrote: > Hi, > > you can try something like > > \sum_{\mstack{k=0, k\equiv p + 1 (\mtext{mod }2)}}^{p -1} > > but it will not be too pretty with such a large sub-index to the sum. There is also \sum_{\startsubstack \NC a \NR \N

[NTG-context] Re: Linebreak in formual

2024-01-15 Thread Shiv Shankar Dayal
It works nicely. You are a lifesaver. Thanks a lot. On Mon, Jan 15, 2024 at 7:30 PM Mikael Sundqvist wrote: > Hi, > > you can try something like > > \sum_{\mstack{k=0, k\equiv p + 1 (\mtext{mod }2)}}^{p -1} > > but it will not be too pretty with such a large sub-index to

[NTG-context] Re: Linebreak in formual

2024-01-15 Thread Mikael Sundqvist
Hi, you can try something like \sum_{\mstack{k=0, k\equiv p + 1 (\mtext{mod }2)}}^{p -1} but it will not be too pretty with such a large sub-index to the sum. /Mikael On Mon, Jan 15, 2024 at 2:41 PM Shiv Shankar Dayal wrote: > > I have following formula > \sum_{k=0\\ k\equiv p +

[NTG-context] Markdown to HTML cross-references

2023-11-21 Thread Thangalin
table/caption) and figures (figure/figcaption). It would also mean having to write ConTeXt macros that flip the spans and anchors to produce a caption such as: *Lyrics 1.1.* Meschiya Lake - Lucky Devil While there are plenty of ways of presenting captions (e.g., multi-column images with sub-figur

[NTG-context] Re: your opinion about list structures

2023-08-10 Thread Keith McKay
Hi Hraban Here are my thoughts on your ConTeXt Book. [TOC] Definitely only show Chapters and Appendices. A list of sections could go under the Chapter Title, it would more useful there. I don't think there is also a need include sub-sections, (if you have them) it could make the

[NTG-context] Re: lpdf.registerfontmethod

2023-07-07 Thread Hans Hagen via ntg-context
od enough to use in these containers. (It was when the mp to pdf conmverter showed up in context mkii.) One or these now obsolete sub projects; it was kind of fun anyway. Other experiments, like with saving positions (which originally was a context feature that involved betweeen run dvi parsing with

Re: [NTG-context] Is there a way to centrally add a list of indexed items to a sub category?

2023-05-15 Thread Alan Braslau via ntg-context
On Mon, 15 May 2023 01:37:53 + (UTC) Joel via ntg-context wrote: > Such a way would make it so \index{dogs} places an entry for "dog" > under "d" and "animals --> dogs" under "a". Might I suggest that an alternate way of handling this could be: \seeindex{dogs}{animals+dogs} with \index{an

Re: [NTG-context] Is there a way to centrally add a list of indexed items to a sub category?

2023-05-15 Thread Alan Braslau via ntg-context
On Mon, 15 May 2023 09:40:22 +0200 Hans Hagen via ntg-context wrote: > \starttexdefinition tolerant protected IndexB[#1]#:#*#2 > \index{#2} > \doloopoverlist {#1} { > \index{##1+#2} > } > \stoptexdefinition Awesome! However, I think that Joel was looking for a solution c

Re: [NTG-context] Is there a way to centrally add a list of indexed items to a sub category?

2023-05-15 Thread Hans Hagen via ntg-context
{animals+dogs}, it will place dogs as a sub-category of dogs. Is there any way to control this centrally, for instance: \addtosub[animals]{dogs, cats, snails} \addtosub[plants]{flowers, trees} Such a way would make it so \index{dogs} places an entry for "dog" under "d" and &quo

Re: [NTG-context] Is there a way to centrally add a list of indexed items to a sub category?

2023-05-14 Thread Henning Hraban Ramm via ntg-context
{animals+dogs}, it will place dogs as a sub-category of dogs. Is there any way to control this centrally, for instance: \addtosub[animals]{dogs, cats, snails} \addtosub[plants]{flowers, trees} Such a way would make it so \index{dogs} places an entry for "dog" under "d" and &quo

[NTG-context] Is there a way to centrally add a list of indexed items to a sub category?

2023-05-14 Thread Joel via ntg-context
}, it will place dogs as a sub-category of dogs. Is there any way to control this centrally, for instance: \addtosub[animals]{dogs, cats, snails} \addtosub[plants]{flowers, trees} Such a way would make it so \index{dogs} places an entry for "dog" under "d" and "a

Re: [NTG-context] Math bug (maybe) - prime

2022-12-27 Thread Hans Hagen via ntg-context
spoils spacing (as one can end up with an empty nucleus inserted) - in mkiv we use different magick than in mkii anyway, in lmtx (luametatex) primes have been promoted to first class citizens which means that a nucleus can have - super(post)script - sub(post)script - superprescript

Re: [NTG-context] Help for using fonts Nupuram

2022-12-23 Thread Pablo Rodriguez via ntg-context
.html. > After looking to contextgarden,I tried to put the "Nupuram" sub-folder > or only the folders with .otf in different places of my context-lmtx > folder, and using "mtxrun --script font --reload". > But the example of Hans didn't work. After installing fo

Re: [NTG-context] Help for using fonts Nupuram

2022-12-23 Thread Hans Hagen via ntg-context
  sub-folder "Nupuram", which in turn contains 6 subsub-filders: - otf with 32 otf font files - otf-variable with 1 file "Nupuram-VF.otf" - ttf with 32 ttf font files - ttf-variable with 1 file "Nupuram-VF.ttf" - ufo with 32 subfolders xxx.ufo - webfonts with 33 xxx

[NTG-context] Help for using fonts Nupuram

2022-12-23 Thread Alain Delmotte via ntg-context
Hi! I am trying to run the example Hans published on the 1st of December with a new upload. It is about using the variable font Nupuram. I downloaded the font in a big .zip file. It contains: two explaining files and  folder with  sub-folder "Nupuram", which in turn contains 6 subs

Re: [NTG-context] Missing letters and numbers in printout

2022-09-26 Thread Angel M Alganza via ntg-context
oding emb sub uni object ID - --- --- --- - KBVQDT+LMRoman8-Regular CID Type 0C Identity-H yes yes yes 2 0 PISBZT+LMRoman6-Regular CID Type 0C Identity-H yes yes

Re: [NTG-context] Missing letters and numbers in printout

2022-09-26 Thread Pablo Rodriguez via ntg-context
le.pdf" and "pdffonts your-file.pdf" are your friends. Both infos for the following source: \setupbodyfont[helvetica] \starttext \input zapf \stoptext $ pdffonts a.pdf name type encoding emb sub uni object ID - -

Re: [NTG-context] [secure site not available]

2022-09-15 Thread Marco Patzer via ntg-context
ificate can also cover multiple domains (SAN). So one certificate should be enough for all abovementioned (sub)domains. > (And non-automatic certificate renewal is a real pain [I have to > add].) I totally agree on that one. Certbot definitely supports wildcard certificates and AFAIK y

Re: [NTG-context] How can I make a Gentoo Linux package for ConTeXt LMTX?

2022-08-19 Thread amano.kenji via ntg-context
n explained, anyone can wrap differently based on that. And if > something is needed, we can provide it. But I'm not going to install > something else than what i have for testing it. My develop and work > machine is windows pro + linux sub system, the servers run opensuse. On > all I just

Re: [NTG-context] How can I make a Gentoo Linux package for ConTeXt LMTX?

2022-08-19 Thread amano.kenji via ntg-context
xt this way (it > is fast too). > > So, as Alan explained, anyone can wrap differently based on that. And if > something is needed, we can provide it. But I'm not going to install > something else than what i have for testing it. My develop and work > machine is windows pro + li

Re: [NTG-context] How can I make a Gentoo Linux package for ConTeXt LMTX?

2022-08-18 Thread Hans Hagen via ntg-context
evelop and work machine is windows pro + linux sub system, the servers run opensuse. On all I just install under /data/context and that makes it system wide. I don't need to set up something apart from adding a binary to the path (or when I run from e.g. a web service I just use a fully

Re: [NTG-context] How can I make a Gentoo Linux package for ConTeXt LMTX?

2022-08-18 Thread Hans Hagen via ntg-context
re time and money on this as after all it comes for free). Mojca and I have been discussing the binary part wrt githib but even with the relatively small luametatex binaries it's a bit of a challenge on git. We have some ideas but need time to do it and it doesn't have a high priori

Re: [NTG-context] \nolimits no effect in LMTX

2022-08-16 Thread Hans Hagen via ntg-context
On 8/16/2022 3:38 PM, Stefan Haller via ntg-context wrote: Hello, The \nolimits macro has no effect in LMTX, but works fine in the context mkiv version of my texlive installation. Small example: \starttext \startformula \sum\nolimits_{i=1}^{n} a_i \stopformula \stoptext In LMTX the sub

[NTG-context] \nolimits no effect in LMTX

2022-08-16 Thread Stefan Haller via ntg-context
Hello, The \nolimits macro has no effect in LMTX, but works fine in the context mkiv version of my texlive installation. Small example: \starttext \startformula \sum\nolimits_{i=1}^{n} a_i \stopformula \stoptext In LMTX the sub- and superscripts are incorrectly placed below and above the sum

[NTG-context] debugging lmtx and firefox (was: TeXGyre Heros on Firefox)

2022-07-22 Thread juh+ntg-context--- via ntg-context
] \startdocument \starttext \input lorem \stoptext \stopdocument When I create a pdf from LibreOffice with these fonts I have a good display. pdffonts shows different font inclusion: pdffonts libreoffice.pdf name type encoding emb sub uni object ID

Re: [NTG-context] upload

2022-07-07 Thread Hans Hagen via ntg-context
ckled into previous uploads) -- settling on one model for display math but with alignment variants as well as improving inline math (e.g. wrt linebreaks) -- redoing bit of the (sub) numbering -- improving the alignment features (the traditional one and the text/page mode one) -- fixing the math font

Re: [NTG-context] upload

2022-07-07 Thread Aditya Mahajan via ntg-context
t; -- settling on one model for display math but with alignment variants as > well as improving inline math (e.g. wrt linebreaks) > > -- redoing bit of the (sub) numbering > > -- improving the alignment features (the traditional one and the > text/page mode one) > > -- fixi

Re: [NTG-context] upload

2022-07-06 Thread Mikael Sundqvist via ntg-context
evious uploads) > > -- settling on one model for display math but with alignment variants as > well as improving inline math (e.g. wrt linebreaks) > > -- redoing bit of the (sub) numbering > > -- improving the alignment features (the traditional one and the > text/page mode on

[NTG-context] upload

2022-07-06 Thread Hans Hagen via ntg-context
improving inline math (e.g. wrt linebreaks) -- redoing bit of the (sub) numbering -- improving the alignment features (the traditional one and the text/page mode one) -- fixing the math font using all kind of tweaks in the goodie file -- providing means to annotate formulas -- we ditched s

Re: [NTG-context] Simple question

2022-05-10 Thread Denis Maier via ntg-context
To change images you use multiple sub folders where each folder has images which the same name. In ConTeXt you can use a mode to choose which directory is used to load the image. Another method is to map the file names of the images to symbolic names and use only the symbolic names in your

Re: [NTG-context] Simple question

2022-05-10 Thread Gerben Wierda via ntg-context
ange the captions for floats etc. > > Besides the default \labeltext and \setuplabeltext commands you can create > your own instance of the mechanism for your texts. > > begin example > \definelabelclass [gerben] > > \setupgerbentext [en] [phrase=English phrase] > \setupge

Re: [NTG-context] Simple question

2022-05-10 Thread Wolfgang Schuster via ntg-context
you use multiple sub folders where each folder has images which the same name. In ConTeXt you can use a mode to choose which directory is used to load the image. Another method is to map the file names of the images to symbolic names and use only the symbolic names in your document. begin

Re: [NTG-context] how to choose a font variant "book" / LMTX

2022-05-04 Thread Heinrich Paeßens via ntg-context
nt (NewCM10-Book.otf vs NewCM10-Regular.otf). Trying many >> ways but the right one. >> >> please advise, >> can I define something similar like \bf for bold — maybe \bk for book? >> >> … all I get is >> >> hp@mbp16 ~ % pdffonts page1

Re: [NTG-context] how to choose a font variant "book" / LMTX

2022-05-04 Thread Mikael Sundqvist via ntg-context
type encoding emb > sub uni object ID > - --- > --- --- - > CRBMBE+NewCM10-Regular CID Type 0C Identity-H yes > yes yes 1 0 > > my def

Re: [NTG-context] how to choose a font variant "book" / LMTX

2022-05-04 Thread Heinrich Paeßens via ntg-context
wCM10-Book.otf vs NewCM10-Regular.otf). Trying many >> ways but the right one. >> please advise, >> can I define something similar like \bf for bold — maybe \bk for book? >> … all I get is >> hp@mbp16 ~ %

Re: [NTG-context] how to choose a font variant "book" / LMTX

2022-05-04 Thread Henning Hraban Ramm via ntg-context
dvise, can I define something similar like \bf for bold — maybe \bk for book? … all I get is hp@mbp16 ~ % pdffonts page1.pdf name                                 type              encoding emb sub uni

[NTG-context] how to choose a font variant "book" / LMTX

2022-05-04 Thread Heinrich Paeßens via ntg-context
advise, can I define something similar like \bf for bold — maybe \bk for book? … all I get is hp@mbp16 ~ % pdffonts page1.pdf name type encoding emb sub uni object ID

Re: [NTG-context] upload

2022-03-30 Thread Otared Kavian via ntg-context
I’ll try a few examples >>> and will let you know, as well as Hans. >> >> Hm, but a cases environment does not provide several formulas. This is >> just one formula: >> >> \startformula >> |x|= >> \startcases >> \NC x \NC x>0\NR >>

Re: [NTG-context] upload

2022-03-29 Thread Aditya Mahajan via ntg-context
|x|= > \startcases > \NC x \NC x>0\NR > \NC 0 \NC x=0\NR > \NC -x \NC x<0\NR > \stopcases > \stopformula > > and as such should have (at most) one equation number, right? However, some sub-disciplines like to number each case (for example, if you want to refer to one o

Re: [NTG-context] sorting for particular sub entries to register

2022-02-01 Thread jbf via ntg-context
works. Though it can be a laborious solution, since it means creating keys for everything in a sub entry list (and I have many instances, 40 or more in some cases). However, I did not ask for a 'simple' solution, just a solution! Thank you. Julian On 1/2/22 11:09, Adam Reviczky wrote: Hi J

Re: [NTG-context] sorting for particular sub entries to register

2022-01-31 Thread Robert via ntg-context
WI{dī-::dū::kin::dah} text text text text text \end{document} > Op 1 feb. 2022, om 01:41 heeft jbf via ntg-context het > volgende geschreven: > > Yes, Adam, that works. Though it can be a laborious solution, since it means > creating keys for everything in a sub entry list (an

Re: [NTG-context] sorting for particular sub entries to register

2022-01-31 Thread jbf via ntg-context
Yes, Adam, that works. Though it can be a laborious solution, since it means creating keys for everything in a sub entry list (and I have many instances, 40 or more in some cases). However, I did not ask for a 'simple' solution, just a solution! Thank you. Julian On 1/2/22 1

Re: [NTG-context] sorting for particular sub entries to register

2022-01-31 Thread Adam Reviczky via ntg-context
\stoptext See result in: https://live.contextgarden.net/cgi-bin/result.cgi?id=j46XhZ Adam On Mon, Jan 31, 2022 at 10:38 PM jbf via ntg-context wrote: > Let me come back to the unresolved (for me) question of two situations in > sub entries to a book index (register). Sub entries that have form

[NTG-context] sorting for particular sub entries to register

2022-01-31 Thread jbf via ntg-context
Let me come back to the unresolved (for me) question of two situations in sub entries to a book index (register). Sub entries that have formatting or sub entries that are surrounded by quote marks (straight or curly, it makes no difference) do not appear in the correct alphabetical order

[NTG-context] placelist created by defineenumeration fails in numbered headings

2022-01-20 Thread Youssef Cherem via ntg-context
. \stopExercício \startsubExercício Um subexercício. \stopsubExercício \Título Título 1 \Título Título 2 \subTítulo sub-Título 1 \subTítulo sub-Título 2 \startTítulo Agora vai. \stopTítulo \stoptext

Re: [NTG-context] \sub conflict with my def

2022-01-13 Thread Gavin via ntg-context
d ran into a puzzling >> problem. I define \sub to produce subscript text in math mode. (See >> definition below.) This worked for my ConTeXt book, but fails in the problem >> sets because in ConTeXt \sub is a special item command, and I use itemize to >> number problem

Re: [NTG-context] \sub conflict with my def

2022-01-12 Thread Hans Hagen via ntg-context
On 1/12/2022 7:34 PM, Gavin via ntg-context wrote: Hi List, I am converting problem sets from LaTeX to ConTeXt and ran into a puzzling problem. I define \sub to produce subscript text in math mode. (See definition below.) This worked for my ConTeXt book, but fails in the problem sets because

[NTG-context] \sub conflict with my def

2022-01-12 Thread Gavin via ntg-context
Hi List, I am converting problem sets from LaTeX to ConTeXt and ran into a puzzling problem. I define \sub to produce subscript text in math mode. (See definition below.) This worked for my ConTeXt book, but fails in the problem sets because in ConTeXt \sub is a special item command, and I use

Re: [NTG-context] Archlinux: updated BPKGBUILD for luametatex

2021-12-15 Thread Hans Hagen via ntg-context
https://mirrors.ctan.org/graphics/pgf/base.zip which lists all tex related files in base/tex sub-directory. The CTAN page (https://www.ctan.org/pkg/pgf) also has a field "TDS Archive", which lists: http://mirrors.ctan.org/install/graphics/pgf/base/pgf.tds.zip which is TDS compliant. T

Re: [NTG-context] Archlinux: updated BPKGBUILD for luametatex

2021-12-15 Thread Michal Vlasák via ntg-context
xample, for pgf > (which is locate at /graphics/pgf/base), we have > > https://mirrors.ctan.org/graphics/pgf/base.zip > > which lists all tex related files in base/tex sub-directory. The CTAN > page (https://www.ctan.org/pkg/pgf) also has a field "TDS Archive", > which l

Re: [NTG-context] Archlinux: updated BPKGBUILD for luametatex

2021-12-15 Thread Joseph Wright via ntg-context
aphics/pgf/base.zip which lists all tex related files in base/tex sub-directory. The CTAN page (https://www.ctan.org/pkg/pgf) also has a field "TDS Archive", which lists: http://mirrors.ctan.org/install/graphics/pgf/base/pgf.tds.zip which is TDS compliant. The same is the case for circuitikz a

Re: [NTG-context] Archlinux: updated BPKGBUILD for luametatex

2021-12-15 Thread Aditya Mahajan via ntg-context
t's for every package, but should be just > > "http://mirrors.ctan.org/"; .. data.ctan.path .. ".zip" > > in scripts.ctan.details. This corresponds the "Download" link on the CTAN page of each package, but unfortunately, is not always in TDS forma

Re: [NTG-context] [DKIM] Re: [DKIM] circuitikz module seems broken

2021-12-04 Thread Jan-Erik Hägglöf via ntg-context
erikhagglof/context/context-osx-64/tex/texmf-local/m-circuitikz.mkxl' >> (I am surprised it gets found! The should be texmf-local/tex/context/ >> sub-dir) > > Well, if the database is made, ConTeXt will find files in *all* the texmf > trees. > > BTW OT, I wouldn’t

Re: [NTG-context] [DKIM] Re: [DKIM] circuitikz module seems broken

2021-12-04 Thread Henning Hraban Ramm via ntg-context
e texmf-local/tex/context/ sub-dir) Well, if the database is made, ConTeXt will find files in *all* the texmf trees. BTW OT, I wouldn’t suggest to use texmf-local or texmf-project; while these are never overwritten by an update, you must copy them to a new installation. I prefer ~/texmf fo

Re: [NTG-context] [DKIM] Re: [DKIM] circuitikz module seems broken

2021-12-03 Thread Aditya Mahajan via ntg-context
our log file: open source > level 2, order 3, name '/Users/jan-erikhagglof/context/context-osx-64/tex/texmf-local/m-circuitikz.mkxl' (I am surprised it gets found! The should be texmf-local/tex/context/ sub-dir) open source > level 3, order 4, name '/Users/jan-erikh

Re: [NTG-context] Title for tabulate

2021-11-30 Thread Denis Maier via ntg-context
er, e.g. on chapter, the next level would be section. If I now invoke this > subsubsubject manually, does that break the levels structure? > often it's ok as subjects are unnumbered but you can play safe: > > \definehead[myownhead][subsubsubsubsubsubject] >

Re: [NTG-context] Title for tabulate

2021-11-28 Thread Hans Hagen via ntg-context
definehead[myownhead][subsubsubsubsubsubject] \myownhead you can then always go lower (more sub) if needed and using dedicated head commands is also cleaner Hans - Hans Hagen | PRAGMA ADE Ridde

Re: [NTG-context] mp-geo Metapost package with ConTeXt

2021-10-22 Thread Hans Hagen via ntg-context
= "dots", ] ; \stopMPpage The hasselt osm file is sime 12 MB, the colorful hasselt pdf file just below 1 MB so that's okay (3.7 sec processing time on my machine so if all claims are right sub seconds on a fast new apple). I finally tried this, hoping to replace my Maperitive workfl

Re: [NTG-context] mp-geo Metapost package with ConTeXt

2021-10-22 Thread Henning Hraban Ramm via ntg-context
= "dots", >> ] ; >> \stopMPpage >> >> The hasselt osm file is sime 12 MB, the colorful hasselt pdf file just below >> 1 MB so that's okay (3.7 sec processing time on my machine so if all claims >> are right sub seconds on a fa

Re: [NTG-context] mp-geo Metapost package with ConTeXt

2021-10-22 Thread Hans Hagen via ntg-context
the colorful hasselt pdf file just below 1 MB so that's okay (3.7 sec processing time on my machine so if all claims are right sub seconds on a fast new apple). I finally tried this, hoping to replace my Maperitive workflow. With a Bonn map from https://download.bbbike.org/osm/bbbike/ of

Re: [NTG-context] mp-geo Metapost package with ConTeXt

2021-10-22 Thread Henning Hraban Ramm via ntg-context
t pdf file just below > 1 MB so that's okay (3.7 sec processing time on my machine so if all claims > are right sub seconds on a fast new apple). I finally tried this, hoping to replace my Maperitive workflow. With a Bonn map from https://download.bbbike.org/osm/bbbike/ of 724 MB I

Re: [NTG-context] Indexing redux

2021-08-26 Thread Rik Kabel via ntg-context
; entries via the \seeREGISTER command (it does not properly support references to sub-entries) and it provides no support at all for "see also" entries. Can somebody suggest a way to generate these entries? Perhaps a way of inserting entries into the index before it is formatte

Re: [NTG-context] Indexing redux

2021-08-26 Thread Taco Hoekwater via ntg-context
ntries > via the \seeREGISTER command (it does not properly support references to > sub-entries) and it provides no support at all for "see also" entries. > > Can somebody suggest a way to generate these entries? Perhaps a way of > inserting entries into the index before it is

[NTG-context] Indexing redux

2021-08-25 Thread Rik Kabel via ntg-context
List, I am trying to create an index with both "see" and "see also" cross-reference entries.[1] At this point, ConTeXt provides basic support for "see" entries via the \seeREGISTER command (it does not properly support references to sub-entries) and it provid

[NTG-context] Something broke between 2021.07.23 and 2021.08.19

2021-08-23 Thread Bruce Horrocks via ntg-context
ely I can't create an MWE any smaller than a project with about 3 sub-directories and half a dozen files. I don't really want to post it all here but happy to send a zip to Hans. (When it works it only creates a two page PDF so 'minimal' in that sense.) Secondly, something

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] Moving the old book-structure to a recent ConTeXt

2021-07-18 Thread Wolfgang Schuster
to fit your own style. 1. File names In the example all sub files (style + chapters) start with the name of the main file and append a sub name. Another popular naming scheme is to prefix the files with c_ (component), p_ (product) or s_ (style/environment). To avoid problems should also try to

Re: [NTG-context] mp-geo Metapost package with ConTeXt

2021-07-17 Thread Henning Hraban Ramm
ne it useable but the > interface is liek this: > > % where i live > > \startMPpage >draw lmt_openstreetmap [ >filename = "hasselt.osm" >grid = "dots", >] ; > \stopMPpage > > % island in paris > >

Re: [NTG-context] mp-geo Metapost package with ConTeXt

2021-07-17 Thread Hans Hagen
nd in paris \startMPpage draw lmt_openstreetmap [ filename = "e:/tmp/map.osm" ] ; \stopMPpage The hasselt osm file is sime 12 MB, the colorful hasselt pdf file just below 1 MB so that's okay (3.7 sec processing time on my machine so if all claims are right sub seconds

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-06 Thread Bruce Horrocks
place a hello world tex file Use the following commands to build and run the container: $ docker build . -t context-alpine-glibc $ docker run -it -v $(pwd)/sources:/src context-alpine-glibc /bin/ash The run command bind mounts the sub-directory "sources" so that it is accessible

Re: [NTG-context] Inline Fractions

2021-01-25 Thread Hans Hagen
On 1/25/2021 1:58 PM, Johann Birnick wrote: Recently inline fractions stopped working correctly. For example symbol spacing, sub-/superscripts, the line is too short,... You can see the 3 named problems and how they sometimes appear and sometimes not in this two fractions: \starttext $\frac

[NTG-context] Inline Fractions

2021-01-25 Thread Johann Birnick
Recently inline fractions stopped working correctly. For example symbol spacing, sub-/superscripts, the line is too short,... You can see the 3 named problems and how they sometimes appear and sometimes not in this two fractions: \starttext $\frac{\sin(x)}{16 \pi \epsilon_0 c^2 m_e^2} \frac

Re: [NTG-context] LuaTeX and PDF.js

2021-01-08 Thread Vedran Miletić
text stream to resync within certain tolerances, etc ... (often a print is a better reference as displays are seldom 600+ dpi) .. it's also why often expansion looks bad on screen because even a sub percentage difference can give such effects Another way to see it is just zoom in on the PDF.

Re: [NTG-context] LuaTeX and PDF.js

2021-01-07 Thread Aditya Mahajan
ex/luatex/...) put in the text stream to resync > within certain tolerances, etc ... (often a print is a better reference > as displays are seldom 600+ dpi) .. it's also why often expansion looks > bad on screen because even a sub percentage difference can give such > effects Ano

Re: [NTG-context] LuaTeX and PDF.js

2021-01-07 Thread Hans Hagen
r reference as displays are seldom 600+ dpi) .. it's also why often expansion looks bad on screen because even a sub percentage difference can give such effects Hans - Han

[NTG-context] Parallelizing typesetting of large documents with lots of cross-references

2020-12-03 Thread Stephen Gaito
y cross-referenced documents, - with embedded literate-programmed code (which needs concurrent compiling and execution), - containing multiple MetaFun graphics, all based upon ConTeXt-LMTX. "In theory", it should be possible to typeset individual "sub-documents" (any section whi

Re: [NTG-context] Placing extra bookmarks?

2020-12-01 Thread Bruce Horrocks
e text where I want each extra bookmark to appear I use: \Bookmark[title={The text of the bookmark}] This works but is a bit of a kludge because it assumes that you aren't using 'title' sections in your document already. If you are then they will all appear in the PDF bookmarks.

Re: [NTG-context] upload

2020-11-23 Thread Otared Kavian
ne 315 > > wiped cache; run mtxrun --generate without problems; but context --make has > this error. > > Do I miss something? > > Thanks > Christian > > Am Mo., 23. Nov. 2020 um 18:56 Uhr schrieb Hans Hagen : > Hi, > > I uploaded a next iteration of lmtx. F

Re: [NTG-context] upload

2020-11-23 Thread Christian Prim
mething? Thanks Christian Am Mo., 23. Nov. 2020 um 18:56 Uhr schrieb Hans Hagen : > Hi, > > I uploaded a next iteration of lmtx. From now on there are dedicated sub > directories for mklx and mpxl, which is an indication that we&#

Re: [NTG-context] upload

2020-11-23 Thread Pablo Rodriguez
On 11/23/20 6:55 PM, Hans Hagen wrote: > Hi, > > I uploaded a next iteration of lmtx. From now on there are dedicated sub > directories for mklx and mpxl, which is an indication that we're on the > way to a full code split. Hi Hans, I’m afraid that there is an error that prev

[NTG-context] upload

2020-11-23 Thread Hans Hagen
Hi, I uploaded a next iteration of lmtx. From now on there are dedicated sub directories for mklx and mpxl, which is an indication that we're on the way to a full code split.

[NTG-context] extra warning in the lua version

2020-11-09 Thread Sylvain Hubert
Dear List, The following code does the same thing twice, once with lua and once without, but the lua version triggers a warning: \starttext % this triggers a warning: fonts > checking > char [sub] in font 'LMMono12-Regular' with id 8: missing \startluacode con

  1   2   3   4   5   6   7   8   >