Re: [NTG-context] ntg-context Digest, Vol 183, Issue 4
Dear Hans, By adding “setuptex” in the task file, it runs well and makes a pdf output. { "label": "ConTeXt Compile", "type": "shell", "command": "source ~/ConTeXtLMTX/tex/setuptex;context '${file}'", "args": [], "group": { "kind": "build", "isDefault": true } }, Thank you. Best regards, Dalyoung
On 9/2/2019 8:48 PM, Jeong Dal wrote:
Dear Hans,
By adding “setuptex” in the task file, it runs well and makes a pdf output.
{ "label": "ConTeXt Compile", "type": "shell", "command": "source ~/ConTeXtLMTX/tex/setuptex;context '${file}'",
in that case, just entering the path to the binary is also an option
"~/ConTeXtLMTX/tex/texmf-linux-64/bin/mtxrun --autogenerate --script context --autopdf '${file}'",
"args": [], "group": { "kind": "build", "isDefault": true } },
Thank you. Best regards,
Dalyoung
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Dear Hans, I tried to install your vscode extension for context using the command : code --extensions-dir /Users/graph/ConTeXtLMTX/tex/texmf-context/context/data/vscode/extensions --install-extension context Then I got a following error message: Installing extensions... Extension 'context' not found. Make sure you use the full extension ID, including the publisher, e.g.: ms-vscode.csharp Failed Installing Extensions: context What am I missing in this process? Thank you. Best regards, Dalyoung
Dear Hans, I tried to install context extension using the command ‘code’, but I couldn’t make it. Using ‘context development team.context’ instead context didn’t work either. However, by copying all the files in …/vscode/extensions to ./vscode/extensions and enable it as before, it works. Thank you again. Best regards, Dalyoung
2019. 9. 3. 오후 9:43, Jeong Dal
작성: Dear Hans,
I tried to install your vscode extension for context using the command :
code --extensions-dir /Users/graph/ConTeXtLMTX/tex/texmf-context/context/data/vscode/extensions --install-extension context
Then I got a following error message:
Installing extensions... Extension 'context' not found. Make sure you use the full extension ID, including the publisher, e.g.: ms-vscode.csharp Failed Installing Extensions: context
What am I missing in this process?
Thank you. Best regards,
Dalyoung
participants (2)
-
Hans Hagen
-
Jeong Dal