Re: [NTG-context] TextMate ConTeXt bundle

2018-11-16 Thread Axel Kielhorn
> Am 14.11.2018 um 17:57 schrieb Pablo Rodriguez : > > On 11/14/18 1:55 PM, Manuel Blanco wrote: >> >> >> ConTeXt, but I don't think there's an _updated_ structured >> introduction. For instance regarding fonts I read here >>

Re: [NTG-context] TextMate ConTeXt bundle

2018-11-14 Thread Pablo Rodriguez
On 11/14/18 1:55 PM, Manuel Blanco wrote: >>> [...] >>> Any updated documentation that takes you from beginner to intermediate >>> would be apreciated too. >> >> For ConTeXt or for the TextMate bundle? > > ConTeXt, but I don't think there's an _updated_ structured > introduction. For instance

Re: [NTG-context] TextMate ConTeXt bundle

2018-11-14 Thread Manuel Blanco
Thanks Mojca, El mié., 14 nov. 2018 a las 13:13, Mojca Miklavec () escribió: > > Dear Manuel, > > > ... > > > > > > $PATH:/opt/local/bin:/usr/local/bin:/usr/texbin:/usr/local/texlive/2018/texmf-dist/scripts/context/stubs/unix > > This path is wrong. > > First of all, you might run into some

Re: [NTG-context] TextMate ConTeXt bundle

2018-11-14 Thread Mojca Miklavec
Dear Manuel, On Wed, 14 Nov 2018 at 11:12, Manuel Blanco wrote: > > Hi all, > > After some years with LaTeX and let's say three or four times trying > to start with ConTeXt, I decided to try again. Difficult, there are > many manuals and a lot of contradicting ideas (at least for those of > us

[NTG-context] TextMate ConTeXt bundle

2018-11-14 Thread Manuel Blanco
Hi all, After some years with LaTeX and let's say three or four times trying to start with ConTeXt, I decided to try again. Difficult, there are many manuals and a lot of contradicting ideas (at least for those of us that do not know) in them, but still, I want to try to see if once and for all I

Re: [NTG-context] TextMate bundle

2007-04-01 Thread Hans Hagen
Helin Gai wrote: Hi Patrick, Thanks for prompt update. Personally, I feel it's probably more flexible to have two distinct command, one for pdftex, and another for xetex... since xetex and pdftex and luatex have subtle differences one can consider adding % engine=xetex to the top of

Re: [NTG-context] TextMate bundle

2007-03-30 Thread Patrick Gundlach
Hi, I've uploaded the version 0.3 of my TextMate bundle. See http://wiki.contextgarden.net/ConTeXt_Bundle_for_TextMate and http://dl.contextgarden.net/support/ Direct download: http://dl.contextgarden.net/support/context-tmbundle.dmg Enjoy, Patrick Changes: 0.3: * scope set to

Re: [NTG-context] TextMate bundle

2007-03-30 Thread Helin Gai
Hey Patrick, Very cool update. One question tho, for the old version, I was able to play around with the typeset command to allow typesetting with XeTeX. In this new version, there's only one line in the typeset command: typeset_contextfile. Where can I tweak this then? Thanks! Helin On

Re: [NTG-context] TextMate bundle

2007-03-30 Thread Patrick Gundlach
Hello Helin, Very cool update. One question tho, for the old version, I was able to play around with the typeset command to allow typesetting with XeTeX. In this new version, there's only one line in the typeset command: typeset_contextfile. Where can I tweak this then? Oh, sorry. Wait for

Re: [NTG-context] TextMate bundle

2007-03-30 Thread Patrick Gundlach
Very cool update. One question tho, for the old version, I was able to play around with the typeset command to allow typesetting with XeTeX. In this new version, there's only one line in the typeset command: typeset_contextfile. Where can I tweak this then? download and install 0.4. Then

Re: [NTG-context] TextMate bundle

2007-03-30 Thread Helin Gai
Hi Patrick, Thanks for prompt update. Personally, I feel it's probably more flexible to have two distinct command, one for pdftex, and another for xetex... Helin On 3/30/07, Patrick Gundlach [EMAIL PROTECTED] wrote: Very cool update. One question tho, for the old version, I was able to

Re: [NTG-context] TextMate bundle

2007-03-30 Thread Patrick Gundlach
Hello Helin, Personally, I feel it's probably more flexible to have two distinct command, one for pdftex, and another for xetex... You can set this variable on a per project basis. So for project A set it to xetex, for project B set it to pdftex or unset it. This way you don't have to remeber

Re: [NTG-context] TextMate bundle

2007-03-30 Thread Patrick Gundlach
Hello again, Thanks for prompt update. Personally, I feel it's probably more flexible to have two distinct command, one for pdftex, and another for xetex... Here is one for you. It is just a duplicate of 'typeset' with the following command: CTX_ENGINE=xetex typeset_contextfile Same key

Re: [NTG-context] TextMate bundle

2007-03-30 Thread Helin Gai
Amazing. Thanks so much! On 3/30/07, Patrick Gundlach [EMAIL PROTECTED] wrote: Hello again, Thanks for prompt update. Personally, I feel it's probably more flexible to have two distinct command, one for pdftex, and another for xetex... Here is one for you. It is just a duplicate of

Re: [NTG-context] TextMate bundle

2007-03-28 Thread David Wooten
I've just been experimenting with the new bundle. I really appreciate having it, and so far it is working like a charm. Thanks, Dave ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] TextMate bundle

2007-03-27 Thread Steffen Wolfrum
Hi Patrick, very nice, thank you! Just some questions that came to my head: 1) The snipped feature uses the tab key for triggering *further* information, right? (If I remember correctly) I knew a similar feature (was it in AlphaX/Tk?) where the tab helped me to *complete* the command. For

Re: [NTG-context] TextMate bundle

2007-03-27 Thread Patrick Gundlach
Hello Steffen, 1) The snipped feature uses the tab key for triggering *further* information, right? right. (If I remember correctly) I knew a similar feature (was it in AlphaX/Tk?) where the tab helped me to *complete* the command. For example: \cha + tab gave \chapter or when not clear

Re: [NTG-context] TextMate bundle

2007-03-27 Thread Steffen Wolfrum
Hi Patrick, On Tue, 27 Mar 2007 16:26:10 +0200, Patrick Gundlach wrote: Enter \sub and press the escape key (several times). Then you can use the tab key for further information. Ahh! The escape-key!! On my machine (up to now) this was already assigned to enter snippet for Butler (by

Re: [NTG-context] TextMate bundle

2007-03-27 Thread Patrick Gundlach
Hi Steffen, Ahh! The escape-key!! On my machine (up to now) this was already assigned to enter snippet for Butler (by petermaurer.de). You can easily change the key to something else in the bundle editor. You wrote the variable PDF_VIEWER, the default is 'Preview'. You can try anything

Re: [NTG-context] TextMate bundle

2007-03-27 Thread Willi Egger
Hi Patrick, Yeah! Downloaded and updated. I will test and comment. Thanks a lot! Willi On Mar 27, 2007, at 1:28 PM, Patrick Gundlach wrote: Hi (esp. Willi), I've uploaded the version 0.2 of my TextMate bundle. See http://wiki.contextgarden.net/ConTeXt_Bundle_for_TextMate and

Re: [NTG-context] textmate

2006-09-04 Thread Patrick Gundlach
Hi, TextMate is a delight. I've been using a bastardized LaTeX bundle, which doesn't do anything useful except some decent highlighting. I'd love to see a good one. I've started one, but it's at the very beginning. obvious shortcomings: * no Cmd-R or equivalent for typesetting ConTeXt *

[NTG-context] textmate

2006-08-18 Thread Patrick Gundlach
Hi, any textmate users out there? Anybody who has created a bundle yet? Patrick -- ConTeXt wiki and more: http://contextgarden.net ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] textmate

2006-08-18 Thread David Wooten
+1 TextMate is a delight. I've been using a bastardized LaTeX bundle, which doesn't do anything useful except some decent highlighting. I'd love to see a good one. David Patrick Gundlach wrote: Hi, any textmate users out there? Anybody who has created a bundle yet? Patrick