Re: [NTG-context] How to use ConTeXt extensions with VS Code

2019-09-02 Thread Hans Hagen
On 9/2/2019 11:18 PM, Julian G wrote: If it's possible to create a fully fledged ConTeXt extension for vscode with these files, I would try to create it. I'm not that experienced with javascript, but I think I should be able to get some stuff done. You could also utlize some code from the exi

Re: [NTG-context] ntg-context Digest, Vol 183, Issue 4

2019-09-02 Thread Hans Hagen
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 a

Re: [NTG-context] How to use ConTeXt extensions with VS Code

2019-09-02 Thread Julian G
On Monday, 2 September 2019 20:47, Hans Hagen wrote: > On 9/2/2019 7:35 PM, Jeong Dal wrote: > > > Dear Hans, > > > > > > But I cannot see any syntax coloring and don’t know how to compile a > > > > TeX file. > > > > Would you please help me more? > > > > I think you also need to choose the conte

Re: [NTG-context] ntg-context Digest, Vol 183, Issue 4

2019-09-02 Thread Jeong Dal
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": {

Re: [NTG-context] How to use ConTeXt extensions with VS Code

2019-09-02 Thread Hans Hagen
On 9/2/2019 7:35 PM, Jeong Dal wrote: Dear Hans, But I cannot see any syntax coloring and don’t know how to compile a TeX file. Would you please help me more? I think you also need to choose the context color scheme Yes, syntax coloring works after choosing the context color scheme. I fin

Re: [NTG-context] Border in xtable

2019-09-02 Thread Wolfgang Schuster
Fabrice Couvreur schrieb am 01.09.2019 um 12:34: Hello, In the table below, why the border of the first line is not drawn ? There is a border around the first row but you can't see it because the color of the frame is white. The reason for this is the "foregroundstyle=white" setting you have f

Re: [NTG-context] How to use ConTeXt extensions with VS Code

2019-09-02 Thread Jeong Dal
Dear Hans, >> But I cannot see any syntax coloring and don’t know how to compile a TeX >> file. >> Would you please help me more? > I think you also need to choose the context color scheme > Yes, syntax coloring works after choosing the context color scheme. I find a following task file to com

Re: [NTG-context] Cross references to column numbers

2019-09-02 Thread Oliver von Criegern
Dear list members, is there any way to get a cross reference to a column in a two column layout? At least, I would need to get some value that tells me whether the target is in the left or in the right column. How to achieve this? This is the more simplified version of the my previous quest

Re: [NTG-context] How to use ConTeXt extensions with VS Code

2019-09-02 Thread Hans Hagen
On 9/2/2019 3:24 PM, Jeong Dal wrote: Dear Hans, Thank you for a quick reply. tex/texmf-context/context/data/vscode I copied all the file …/vscode/extensions/context to ~/.vscode/extexsions/ When I open vacode, there is “ConTeXt 1.0.0, ConTeXt Syntax Highlignting…” in the extensions tab.

Re: [NTG-context] How to use ConTeXt extensions with VS Code

2019-09-02 Thread Jeong Dal
Dear Hans, Thank you for a quick reply. > > tex/texmf-context/context/data/vscode > I copied all the file …/vscode/extensions/context to ~/.vscode/extexsions/ When I open vacode, there is “ConTeXt 1.0.0, ConTeXt Syntax Highlignting…” in the extensions tab. It is installed and enabled. But I