Re: [NTG-context] Text editors

2023-03-26 Thread Nicola via ntg-context
lation. Completion is kind of an orthogonal matter: there are quite a lot of plugins for Vim if the built-in methods do not satisfy you. Again, the wiki page has some suggestions (those may be a bit outdated, as new completion plugins pop up all the time). Fwiw, I use MUcomplet

Re: [NTG-context] (any) neovim users?

2022-10-14 Thread Nicola via ntg-context
On 2022-10-14, Alan Braslau via ntg-context wrote: > On Fri, 14 Oct 2022 16:48:42 - (UTC) > Nicola via ntg-context wrote: > >> On 2022-10-14, Alan Braslau via ntg-context >> wrote: >> > A recent upgrade of the editor neovim leads to the following error &g

Re: [NTG-context] (any) neovim users?

2022-10-14 Thread Nicola via ntg-context
folder of the Vim project: https://github.com/vim/vim, or from NeoVim repo. Just checkout a revision with the old scripts (searching for "update runtime" in the commit logs should help you filter the relevant c

[NTG-context] MetaFun keywords extracted by mtxrun --script interface

2022-08-10 Thread Nicola via ntg-context
of the above command is missing several "keywords". For instance: beginglyph, endglyph, anglestriped, numberstriped, roundedsquarexy, starring, dashing, pathpoint, primitive, immutable, etc. Is it because MetaFun keywords are picked up manuall

Re: [NTG-context] how to setup path of ConTeXtLMTX for MacVim?

2021-12-15 Thread Nicola via ntg-context
source code of the plugin). Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage

Re: [NTG-context] how to setup path of ConTeXtLMTX for MacVim?

2021-12-14 Thread Nicola via ntg-context
On 2021-12-13, Jeong Dal via ntg-context wrote: > Dear John, Nicola, > > I created a file context.vim under the folder ~/.vim/after/ftplugin/ which > contains > > map > :w:!ConTeXt > let g:context_mtxrun = 'PATH=$HOME/ConTeXtLM/tex/texmf-osx-64/bin:$PATH > mtxrun' &g

Re: [NTG-context] how to setup path of ConTeXtLMTX for MacVim?

2021-12-12 Thread Nicola via ntg-context
in/context.vim (creating the intermediate directories and file if they do not exist). Hope this helps, Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@nt

Re: [NTG-context] Neovim and ConTeXt

2021-11-29 Thread Nicola via ntg-context
in Vim ($VIMRUNTIME/ftplugin/context.vim). Drop me a line and I will happily send you the pre-release version. Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

Re: [NTG-context] Neovim and ConTeXt

2021-11-25 Thread Nicola via ntg-context
s in the wiki! > modifying the jump keys so that so that ]] etc work correctly (with > the context syntax) The ConTeXt plugin in Vim does that. Again, take a look at the wiki. Cheers, Nicola ___ If your question

Re: [NTG-context] Use of lettrine module in LMTX

2021-07-25 Thread Nicola
o you may still want to retain the directory. For instance, the one I rely upon is the vim module for typesetting code, and that one is compatible with LMTX. There may be others. Nicola ___ If your question is of interest

Re: [NTG-context] Use of lettrine module in LMTX

2021-07-21 Thread Nicola
On 2021-07-21, Gerben Wierda wrote: >> On 19 Jul 2021, at 09:56, Nicola wrote: >> >> 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

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

2021-07-19 Thread Nicola
lettrine with ConTeXt LMTX, if you wish. You just need to add the modules manually, currently: https://wiki.contextgarden.net/Modules#ConTeXt_LMTX Nicola ___ If your question is of interest to others as well, please add

Re: [NTG-context] [OT] TeXShop v4.66 adds support for new ConTeXt's syncing method

2021-07-08 Thread Nicola
On 2021-07-08, Nicola wrote: > I have brought TeXShop's page in the wiki up to date (I haven't touched > what are currently §1.4 and §1.5) Typo, sorry: I meant §1.5 and §1.6. Nicola ___ If your qu

[NTG-context] [OT] TeXShop v4.66 adds support for new ConTeXt's syncing method

2021-07-08 Thread Nicola
of the macOS TeX community and, in this case, of the ConTeXt community! Happy ConTeXt'ing! Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

[NTG-context] Fatal error: return code: 256 with documents in ConTeXt's distribution

2021-06-18 Thread Nicola
I search for something wrong with my setup? Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/nt

Re: [NTG-context] How to write readable source files?

2021-05-30 Thread Nicola
ach group can have different properties (and the user can customize that), although by default several groups are highlighted in the same way (e.g., all macros have the same highlighting by default). Nicola ___ If your quest

Re: [NTG-context] How to write readable source files?

2021-05-29 Thread Nicola
On 2021-05-29, Hans Hagen wrote: > On 5/29/2021 5:03 PM, Nicola wrote: >>> these lists are generated by mtx-interface so we can add more if needed >> >> Could you please elaborate on the (automatic?) data flow from ConTeXt's >> source files to data files for each ap

Re: [NTG-context] Synctex broken in LMTX ?

2021-05-29 Thread Nicola
ng the PDF->TeX direction, which hopefully will land soon in beta, if it hasn't already). Just one clarification: does this work only for ConTeXt, or is it based on LuaTeX regardless of what is being typeset? Nicola __

Re: [NTG-context] How to write readable source files?

2021-05-29 Thread Nicola
t in the past for fine-grained keyword extraction from MetaFun's source code. By fine-grained, I mean that the output contains information about the kind of keyword (def, primary def, vardef, constant, variable, etc.) I could update it to Lua and mp-*.mpxl

Re: [NTG-context] BibTeX inproceedings entries not rendered correctly in APA style

2021-05-28 Thread Nicola
ed quite a bit in recent years. So, the "ConTeXt way" of doing bibliographies still eludes me to some extent. Nicola ___ If your question is of interest to others as well, please add an entry to the

Re: [NTG-context] t-vim module: no highlighting for custom filetypes

2021-05-28 Thread Nicola
ing[align=flushleft] > > or as part of defining the typing environment: > > \definevimtyping[...][, align=flushleft, ...] I can confirm that this workaround works for me. Nicola ___ If your questi

Re: [NTG-context] t-vim module: no highlighting for custom filetypes

2021-05-27 Thread Nicola
On 2021-05-27, Aditya Mahajan wrote: > On Thu, 27 May 2021, Nicola wrote: > >> On 2021-05-24, Aditya Mahajan wrote: >> > On Fri, 21 May 2021, Nicola wrote: >> > >> >> I have only a minor annoyance: I have just noticed that -- is typeset as >> >&

Re: [NTG-context] BibTeX inproceedings entries not rendered correctly in APA style

2021-05-27 Thread Nicola
ot;, or anything else can > always put editor="Anonymous", etc. in their .bib database. Thank you all for the precious comments. The current LMTX appears to have almost fixed my issue, except that inproceedings entries without a publisher have the text "Author" instead of the publishe

Re: [NTG-context] t-vim module: no highlighting for custom filetypes

2021-05-27 Thread Nicola
On 2021-05-24, Aditya Mahajan wrote: > On Fri, 21 May 2021, Nicola wrote: > >> I have only a minor annoyance: I have just noticed that -- is typeset as >> an en-dash in LMTX (but not in MKIV, as documented). Could you look into >> that? > > Fixed in the new re

[NTG-context] BibTeX inproceedings entries not rendered correctly in APA style

2021-05-24 Thread Nicola
of the paper. In Booktitle, p. 34–39. or something similar. I can reproduce it with ConTeXt from TeX Live 2021 and the current LMTX. Is it a bug? Nicola ___ If your question is of interest to others as well, please add

Re: [NTG-context] Define new symbol by stitching two symbols together

2021-05-24 Thread Nicola
On 2021-05-24, Aditya Mahajan wrote: > On Sun, 23 May 2021, Hans Hagen wrote: > >> On 5/22/2021 8:23 PM, Nicola wrote: >> > I would like to define new symbols by stitching together existing >> > glyphs. This is what I have come up so far: >> > &

[NTG-context] Define new symbol by stitching two symbols together

2021-05-22 Thread Nicola
ash or the arrow and the brackets, i.e., -[ should appear like a single glyph; ditto for ]-->. With the definition above, however, the space is variable, and in some circumstances the gliphs overlap. How can I improve the above definition?

Re: [NTG-context] t-vim module: no highlighting for custom filetypes

2021-05-21 Thread Nicola
highlighters would add much value to what is already there. But if it is possible to make the module more general without overcomplicating it, it might be a good idea. I have only a minor annoyance: I have just noticed that -- is typeset as an en-dash in LMTX (but not in MKIV, as documented). Could

Re: [NTG-context] t-vim module: no highlighting for custom filetypes

2021-05-21 Thread Nicola
On 2021-05-21, Nicola wrote: > For some reason, the vim module has stopped highlighting code associated > to custom filetypes (it still works for built-in filetypes). I think I have found the culprit. In t-vim.tex, lines 63-88, Vim is called with --clean. That option appears *aft

[NTG-context] t-vim module: no highlighting for custom filetypes

2021-05-21 Thread Nicola
Modules#ConTeXt_LMTX t-vim VERSION reads 2021.03.01. Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo

Re: [NTG-context] Synctex broken in LMTX ?

2021-05-21 Thread Nicola
On 2021-05-21, Hans Hagen wrote: > On 5/21/2021 10:50 AM, Nicola wrote: >> On 2021-05-20, Hans Hagen wrote: >> >>>> One thing he asked is what I was asking you: it >>>> would be useful if there were a way to sync in the other direction as >>>&g

Re: [NTG-context] Synctex broken in LMTX ?

2021-05-21 Thread Nicola
appy to help, and I am sure other users are interested, too. Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/n

Re: [NTG-context] Synctex broken in LMTX ?

2021-05-20 Thread Nicola
On 2021-05-16, Hans Hagen wrote: > On 5/16/2021 5:30 PM, Nicola wrote: > >> Anyway, I am positive that he is willing to support ConTeXt in the best >> possible way... > > Sure. I met him a few times. Definitely an asset for the tex community. > >>> see? th

Re: [NTG-context] Synctex broken in LMTX ?

2021-05-17 Thread Nicola
On 2021-05-16, Hans Hagen wrote: > On 5/16/2021 5:30 PM, Nicola wrote: > >>> see? the info is just there, so you can try to convince the texshop >>> creator to support this: >>> >>> -- call an external program with these arrguments (the texho

Re: [NTG-context] Synctex broken in LMTX ?

2021-05-16 Thread Nicola
is willing to support ConTeXt in the best possible way... > see? the info is just there, so you can try to convince the texshop > creator to support this: > >-- call an external program with these arrguments (the texhop editor > knows the positio

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

2021-05-16 Thread Nicola
On 2021-05-07, Nicola wrote: > On 2021-05-06, Bruce Horrocks wrote: >>> Sorry, my explanation of what I am trying to achieve was a bit too >>> terse. > >> Thank-you for the explanation - that's much clearer. >> >> I've experimented a bit with Docker and

Re: [NTG-context] KeenWrite 2.0

2021-05-11 Thread Nicola
all ./keenwrite.rb keenwrite Nicola # Save as zulufx16.rb cask "zulufx16" do version "16.0.1,16.30.15-ca" if Hardware::CP

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

2021-05-07 Thread Nicola
kage (TeX Live 2020) of Alpine Linux 3.12 (x86_64). I get the error in my original post to this thread, which I could not solve with the suggested fixes. If other can reproduce it, maybe it's worth reporting upstream to Alpine developers. I can install ConTeXt LMTX just fine in A

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

2021-05-03 Thread Nicola
https://github.com/ish-app/ish/wiki/Install-&-Activate-Alternate-Filesystems Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://

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

2021-05-03 Thread Nicola
On 2021-05-02, Bruce Horrocks wrote: > > >> On 1 May 2021, at 21:35, Nicola wrote: >> >> On 2021-05-01, Bruce Horrocks wrote: >>>> On 30 Apr 2021, at 19:53, Nicola wrote: >>>> >>>> I'd like to run ConTeXt on Alpine Linux (ultimately,

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

2021-05-01 Thread Nicola
On 2021-05-01, Mojca Miklavec wrote: > On Fri, 30 Apr 2021 at 20:53, Nicola wrote: >> Then, I run `mtxrun --generate`, which exits instantly with the output >> reported below. However, that is apparently not enough. I still get: >> >> $ context Hello-world.tex >&

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

2021-05-01 Thread Nicola
On 2021-05-01, Bruce Horrocks wrote: >> On 30 Apr 2021, at 19:53, Nicola wrote: >> >> I'd like to run ConTeXt on Alpine Linux (ultimately, to run it on an >> iPad with the iSH app). I am currently testing it with Docker. This is >> what I have done: >>

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

2021-05-01 Thread Nicola
On 2021-05-01, Pablo Rodriguez wrote: > On 4/30/21 8:53 PM, Nicola wrote: >> I'd like to run ConTeXt on Alpine Linux (ultimately, to run it on an >> iPad with the iSH app). I am currently testing it with Docker. This is >> what I have done: >> [...] >> Anyone ru

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

2021-04-30 Thread Nicola
-name mtx-base.lua /usr/share/texmf-dist/scripts/context/lua/mtx-base.lua Anyone running ConTeXt on Alpine? Any idea what is wrong? Nicola >mtxrun --generate resolvers | resolving | variable 'SELFAUTOLOC' set to '/usr/bin' resolvers | resolving | variable 'SELFAUTODIR'

Re: [NTG-context] How to write readable source files?

2021-04-25 Thread Nicola
etaFun defs, types, and other keywords), I'd be happy to improve omni-completion for ConTeXt in Vim. Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-con

Re: [NTG-context] How to write readable source files?

2021-04-24 Thread Nicola
he plugin provides the tp text object. So, for instance, you may type gqtp to reformat the current paragraph (with hard breaks) using the current textwidth. Nicola ___ If your question is of interest to others as wel

Re: [NTG-context] Help on tweaking alignment, page numbers and ToC

2020-08-13 Thread Nicola
On 2020-08-13, Pablo Rodriguez wrote: > On 8/13/20 6:06 PM, Nicola wrote: >> [...] >> Thanks. That works with my MWE, but in my document I actually have >> a chapter, and chapters start on the right page, even if I add page=no >> to \setuppagenumbering: >> [..

Re: [NTG-context] Help on tweaking alignment, page numbers and ToC

2020-08-13 Thread Nicola
On 2020-08-13, Pablo Rodriguez wrote: > On 8/13/20 5:17 PM, Nicola wrote: >> Hi, >> I still have an issue with blank pages... >> >>>> 2. Vertically center the ToC (wrt to the text area). >>> >>> Use a makeup for the TOC (if and only if it take

Re: [NTG-context] Help on tweaking alignment, page numbers and ToC

2020-08-13 Thread Nicola
opbodymatter \stoptext How do I suppress the blank page after the ToC? Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mail

[NTG-context] \setfirstline is applied to whole paragraph

2020-08-12 Thread Nicola
-context | mtx-context | main context file: /Users/nicola/Applications/context-osx-64/tex/texmf-context/tex/context/base/mkiv/context.mkiv mtx-context | current version: 2020.08.11 15:59 mtx-context | main context file: /Users/nicola/Applications/context-osx-64/tex/texmf-context/tex

Re: [NTG-context] Help on tweaking alignment, page numbers and ToC

2020-08-12 Thread Nicola
On 2020-08-12, Wolfgang Schuster wrote: > Nicola schrieb am 11.08.2020 um 22:21: >> On 2020-08-11, Pablo Rodriguez wrote: >>> On 8/11/20 9:24 PM, Nicola wrote: >>>> Thank Pablo, Wolfgang, >>>> I have learned more by reading your replies than b

Re: [NTG-context] Page number 0 in Table of Contents with makeup

2020-08-11 Thread Nicola
On 2020-08-11, Pablo Rodriguez wrote: > On 8/11/20 10:11 PM, Nicola wrote: >> Consider this example: >> >> \definemakeup[toc][align=middle] >> \setuppagenumbering[alternative=doublesided] >> \starttext >> \startfrontmatter >>

Re: [NTG-context] Help on tweaking alignment, page numbers and ToC

2020-08-11 Thread Nicola
On 2020-08-11, Pablo Rodriguez wrote: > On 8/11/20 9:24 PM, Nicola wrote: >> Thank Pablo, Wolfgang, >> I have learned more by reading your replies than by myself in the rest >> of the afternoon. > > Hi Nicola, > > if you found replies useful, please upda

[NTG-context] Page number 0 in Table of Contents with makeup

2020-08-11 Thread Nicola
={A}]\stopchapter \startchapter[title={B}]\stopchapter \stopfrontmatter \stoptext The first entry in the ToC has page number 0. I can fix it by uncommenting the commented line or by removing the makeup. Is this expected behaviour? If so, why? Nicola

Re: [NTG-context] Help on tweaking alignment, page numbers and ToC

2020-08-11 Thread Nicola
es to be aligned: Preface I XYZ ... VIII XYZ ... I have tried to do my homework by playing with \setuphead, but I am afraid I need your help on this. Nicola ___ If your question is of interes

[NTG-context] Help on tweaking alignment, page numbers and ToC

2020-08-11 Thread Nicola
\setuphead[chapter][after={}] (see below) with an environment setup that applies only to the ToC? Nicola %%% \definepapersize[lsda][width=128.4mm,height=198.3mm] \setuppapersize[lsda] \setuplayout[ backspace=22.9mm, width=90.3mm

Re: [NTG-context] A simpler way to install LMTX in macOS Catalina

2020-05-30 Thread Nicola
On 2020-05-30, Arthur Reutenauer wrote: > Nicola, > > On Sat, May 30, 2020 at 11:09:28AM -0000, Nicola wrote: >> 1. Download macOS's version of LMTX from >> https://wiki.contextgarden.net/Installation >> 2. Unpack >> 3. cd context-osx-64 >> 4. xattr

[NTG-context] A simpler way to install LMTX in macOS Catalina

2020-05-30 Thread Nicola
3. cd context-osx-64 4. xattr -d com.apple.quarantine bin/mtxrun 5. sh ./install.sh Point 4 is important to avoid the dialog "mtxrun cannot be opened because the developer cannot be verified." Of course, it would be better if the binary were signed.

Re: [NTG-context] Custom color schemes in t-vim

2020-05-17 Thread Nicola
On 2020-05-17, Nicola wrote: > On 2020-05-17, Aditya Mahajan wrote: >> Uploaded a new version with a fix. I have tried the latest beta and, indeed, it now seems to work as expected. Thanks! Nicola __

Re: [NTG-context] Custom color schemes in t-vim

2020-05-17 Thread Nicola
A couple of remarks: 1. In one of my old documents, I had this command inside the colorscheme block: \setups{vim-minor-groups} Was that to achieve the same purpose? 2. The wiki has no mention of \startcolorscheme... \stopcolorscheme or \setups. An exa

Re: [NTG-context] Custom color schemes in t-vim

2020-05-16 Thread Nicola
nt instead of String. Looking at 2context.vim, AFAICS s:id_name seems computed correctly. Maybe, the script does not set the appropriate filetype? Nicola ___ If your question is of interest to others as well, please add an

Re: [NTG-context] Custom color schemes in t-vim

2020-05-16 Thread Nicola
On 2020-05-14, Aditya Mahajan wrote: > On Thu, 14 May 2020, Nicola wrote: > >> Quick question: Is \startcolorscheme... \stopcolorscheme (still) >> supported by t-vim? > It is supposed to work. If it doesn't, then it is a bug. Could you > provide a complete MWE. Please

[NTG-context] Custom color schemes in t-vim

2020-05-14 Thread Nicola
pscolor and blackandwhite, though. I see that \startcolorscheme is not documented, so maybe there is another mechanism? Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] Setting up macvim in mac os catalina to work with LMTX

2020-04-23 Thread Nicola
ypically located at $HOME/.vim/vimrc (note that the filename does *not* start with a dot, only the directory's name does). Good ConTeXt typesetting in Vim! Nicola ___ If your question is of interest to other

Re: [NTG-context] Setting up macvim in mac os catalina to work with LMTX

2020-04-22 Thread Nicola
is copied from the program located in > /usr/local/Cellar/macvim/8.2-163/MacVim.app/Contents/Resources/vim/runtime That's unnecessary. MacVim's runtime path is searched by default. I recommend that you remove the files that y

Re: [NTG-context] ConTeXt support for Atom or other text editors

2020-01-21 Thread Nicola
hlighting for ConTeXt is that I had to write my own script to extract ConTeXt-specific and MetaFun-specific keywords from source code. Is there any way to do it with ConTeXt? Nicola ___ If your question is of inter

Re: [NTG-context] Ebooks with ConTeXt?

2019-12-10 Thread Nicola
On 2019-12-10, Hans Hagen wrote: > On 12/9/2019 10:13 PM, Nicola wrote: >> What is the current status of epub support in ConTeXt? >> >> I have never followed ConTeXt's development on the XML front too >> closely, but recently I have been asked to help forma

Re: [NTG-context] Ebooks with ConTeXt?

2019-12-10 Thread Nicola
as above? Do >>> you need to modify the generated CSS for that, or would ConTeXt (or >>> Pandoc) allow you to take care of (some of) those things? >>> >>> Nicola >> >> For Pandoc: Some things can be tweaked with pandoc, but for anything >> that is a bit m

Re: [NTG-context] Ebooks with ConTeXt?

2019-12-09 Thread Nicola
On 2019-12-10, Jan U. Hasecke wrote: > Am 09.12.19 um 22:13 schrieb Nicola: >> What is the current status of epub support in ConTeXt? >> >> I have never followed ConTeXt's development on the XML front too >> closely, but recently I have been asked to help forma

[NTG-context] Ebooks with ConTeXt?

2019-12-09 Thread Nicola
even recommended) for that? Or would I have better luck with the proprietary tools (Kindle Create, iBooks Author)? Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

[NTG-context] Fwd: SyncTeX and Skim/TeXShop

2019-04-11 Thread Nicola Vitacolonna
Sorry, forgot to forward to the mailing list: > Begin forwarded message: > > From: Nicola Vitacolonna > Subject: Re: [NTG-context] SyncTeX and Skim/TeXShop > Date: 10 April 2019 at 17:50:26 CEST > To: Hans Hagen > > Hans, OK, > thanks for the feedback. I was

[NTG-context] SyncTeX and Skim/TeXShop

2019-04-10 Thread Nicola Vitacolonna
not so recent) developments in this area, do you have any suggestions to make SyncTeX work again? I am using Skim, but any PDF viewer would be fine if Skim cannot be used for the purpose any longer. Thanks in advance, Nicola

Re: [NTG-context] Saving Metafun Graphic for use outside ConTeXt

2018-04-05 Thread Nicola
an use Inkscape with a wee bit thought to do pretty much the same. mupdf is available on MacPorts... ...also in Homebrew (mupdf formula, or mupdf-tools if you don't need the viewer). Nicola ___ If your qu

Re: [NTG-context] Wrong redirection in contextgarden.net

2017-05-06 Thread Nicola
On 29/04/2017 21:29, Mojca Miklavec wrote: In case I forget, please remind me about this after the 4th May. Ping. As requested ;) Nicola ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] Wrong redirection in contextgarden.net

2017-04-29 Thread Nicola
On 29/04/2017 18:05, Mojca Miklavec wrote: On 29 April 2017 at 09:47, Nicola wrote: For a while now, when I connect to contextgarden.net, I get redirected to wiki.contextgarden.net// (note the double slash). Is it just me, or something to be fixed in the web site? The server uses

[NTG-context] Wrong redirection in contextgarden.net

2017-04-29 Thread Nicola
For a while now, when I connect to contextgarden.net, I get redirected to wiki.contextgarden.net// (note the double slash). Is it just me, or something to be fixed in the web site? Nicola ___ If your question

[NTG-context] Linking local resource

2017-04-25 Thread Nicola
I'd like to have links in my PDF to external resources (videos, movies, or non-embeddable file types) stored locally. Ideally, I'd like to use relative links, so that I can move the folder containing the PDF and the resources, and a cross-platform method (I'm on macOS). Is that possible? Nicola

Re: [NTG-context] IPA transcription

2017-03-23 Thread Nicola
On 23/03/2017 18:30, Hans Åberg wrote: On 23 Mar 2017, at 16:57, Nicola <nvitacolo...@gmail.com> wrote: Is there a (easy) way to write phonetic transcriptions using the IPA (International Phonetic Alphabet) in ConTeXt? I can't find any reference to it in the documentation.

Re: [NTG-context] IPA transcription

2017-03-23 Thread Nicola
On 23/03/2017 16:57, Nicola wrote: On 23/03/2017 14:49, Angel M Alganza wrote: Hello: Is there a (easy) way to write phonetic transcriptions using the IPA (International Phonetic Alphabet) in ConTeXt? I can't find any reference to it in the documentation. Hello: Is there a (easy) way

Re: [NTG-context] IPA transcription

2017-03-23 Thread Nicola
\\ pasivaikščioti & [pɑsʲɪˈʋɑɪkʃʲtʃʲotʲɪ] & to go for a walk &\\ universitetas (m) & [unʲɪʋʲɛrʲsʲɪˈtʲɛtɑs] & university & \\ mėgti & [ˈmʲeːɡtʲɪ] & to like & \\ manyti & [mɑˈnʲiːtʲɪ] & to think & \\ žinoti & [ʒʲɪˈnoːtʲɪ] & to know & \\ \stop

Re: [NTG-context] Suddenly, my font is not used any longer

2017-02-21 Thread Nicola
On 20/02/2017 18:16, Aditya Mahajan wrote: On Mon, 20 Feb 2017, Nicola wrote: Hello everyone, I am re-typesetting a mkiv document that uses system fonts for text and math (through \definefontfamily). Suddenly, it renders Latin Roman for the text. May it be a cache corruption problem? I recall

[NTG-context] Suddenly, my font is not used any longer

2017-02-20 Thread Nicola
. Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http

Re: [NTG-context] Vertical space around displayed formulas

2017-01-18 Thread Nicola
On 18/01/2017 17:53, Otared Kavian wrote: Hi Nicola, In fact, if you are in a hurry and don’t use subtle things introduced since May 2016, you can use the stable version of ConTeXt from TeXLive 2016 (the bug noticed by Mikael, and you, is absent from that version of ConTeXt). Thanks

Re: [NTG-context] Vertical space around displayed formulas

2017-01-18 Thread Nicola
On 18/01/2017 16:53, Otared Kavian wrote: Hi Nicola, Indeed there is a recent bug, reported by Mikael Sundqvist a few days ago, and Hans is aware of this. Hans said in the next release of ConTeXt beta the issue will be fixed. Sorry, I hadn't noticed the other thread. I'll wait for the next

[NTG-context] Vertical space around displayed formulas

2017-01-18 Thread Nicola
, while before it used to fit in one page. I paste below an example, if that helps. I am using a system font, so you may not be able to reproduce my problem without it. Is there something I should change in my documents? Nicola

Re: [NTG-context] Vim wiki page updated

2016-11-05 Thread Nicola
On 02/11/2016 23:35, Aditya Mahajan wrote: On Wed, 2 Nov 2016, Nicola wrote: I could maybe create a GitHub repository, to make it easier to merge your work. That will be nice. Then I can also send you pull requests for specific things. Here it is: https://github.com/lifepillar/vim-context

Re: [NTG-context] Vim wiki page updated

2016-11-05 Thread Nicola
On 05/11/2016 15:45, Alan Braslau wrote: Hans, Nicola, Being a vim user (and not presently taking much advantage of the syntax highlighting), and a MP fan, I will take care of this (in coordination with Hans, eventually). Alan For what is worth, I attach the Ruby script I am using

Re: [NTG-context] Vim wiki page updated

2016-11-03 Thread Nicola
, and global variables from all MetaFun files. The format should be Vim's syntax format: https://github.com/vim/vim/blob/master/runtime/syntax/mp.vim Nicola ___ If your question is of interest to others as well, please add

Re: [NTG-context] Vim wiki page updated

2016-11-03 Thread Nicola
On 03/11/2016 10:45, Hans Hagen wrote: On 11/2/2016 11:35 PM, Aditya Mahajan wrote: On Wed, 2 Nov 2016, Nicola wrote: The syntax scripts in Vim already cover all of MetaFun. MetaFun keywords are highlighted by default inside ConTeXt documents; for MetaPost files ('mp' filetype), you must put

Re: [NTG-context] Vim wiki page updated

2016-11-02 Thread Nicola
On 02/11/2016 19:39, Aditya Mahajan wrote: > On Tue, 1 Nov 2016, Nicola wrote: > >> I have updated the Vim page at ConTeXt Garden: >> >> http://wiki.contextgarden.net/Vim >> >> It may be considered as the official documentation of the ConTeXt >> scrip

[NTG-context] Vim wiki page updated

2016-11-01 Thread Nicola
I have updated the Vim page at ConTeXt Garden: http://wiki.contextgarden.net/Vim It may be considered as the official documentation of the ConTeXt scripts in Vim, as the only other documentation is the source code :) Happy editing! Nicola

[NTG-context] .mp files in non-standard locations

2016-10-26 Thread Nicola
Hello, I have some documents that contain: \startMPinclusions input "mycode"; \stopMPinclusions where mycode.mp is somewhere in my project's directory. Is there a way to tell ConTeXt how to find it

Re: [NTG-context] Text editors

2016-10-25 Thread Nicola
metapost-textwrangler/ MetaFun syntax is outdated, though… Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinf

Re: [NTG-context] Text editors

2016-10-25 Thread Nicola
lude: - jEdit (http://www.jedit.org), good for TeX and LilyPond; - TextWrangler (shameless plug: I wrote decent syntax support for MetaPost/MetaFun); - Atom (https://atom.io): I have not used it much, but it has lots of plugins, so chances are that there is some goo

Re: [NTG-context] Text editors

2016-10-24 Thread Nicola
there is no need to include anything in the ConTeXt distribution. I plan to update the Vim wiki page on ConTeXt Garden when I have some time: I will post here when I have done it. Nicola ___ If your question is of interest

Re: [NTG-context] ANN: Updated Vim scripts for ConTeXt

2016-10-20 Thread Nicola
On 21/10/2016 00:22, Sandiford Kevin wrote: Hi Nicola, Thanks for the vim scripts, I've been looking for something like this for a while. Just a minor problem, on windows the :make or :ConTeXt commands fail if there is a space in the path or file name. Changing fnameescape() to shellescape

Re: [NTG-context] Parsing ConTeXt errors

2016-10-13 Thread Nicola
On 2016-10-13 18:37:38 +, Hans Hagen said: On 10/12/2016 9:30 AM, Nicola wrote: On 2016-10-11 22:13:12 +, Hans Hagen said: On 10/11/2016 9:37 PM, Nicola wrote: On 2016-10-11 18:52:32 +, Alan Braslau said: Of course, I *never* make MetaPost errors... ;-) However, you can

Re: [NTG-context] ANN: Updated Vim scripts for ConTeXt

2016-10-12 Thread Nicola
by ctrl-o) and it works inside \startMP...\stopMP... blocks. Doesn't that work for you? Maybe you expected the suggestions to pop-up without pressing any key? For that, you need a plugin like NeoComplete or AutoComplPop. Nicola

Re: [NTG-context] Parsing ConTeXt errors

2016-10-12 Thread Nicola
On 2016-10-11 22:13:12 +, Hans Hagen said: On 10/11/2016 9:37 PM, Nicola wrote: On 2016-10-11 18:52:32 +, Alan Braslau said: Of course, I *never* make MetaPost errors... ;-) However, you can search the log file for metapost> error: Sure. But there is no line num

Re: [NTG-context] Parsing ConTeXt errors

2016-10-11 Thread Nicola
ferred (by tracking `open source`/`close source` lines). But I see no trace of 2). Nicola ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.

  1   2   3   >