[NTG-context] TeXShop Preview and fatal error bug

2019-04-16 Thread Alan Bowen
Using latest TeXShop, latest ConTeXt beta, and latest Moajve, run the file \starttext \quotation{tufte} \page \quotation[tufte} \stoptext The PDF preview is grey. Fix the error: \quotation[tufte} —> \quotation{tufte} Re-run the file. The PDF preview remains gray. Print the PDF file or view it

Re: [NTG-context] TeXshop instructions on Context Minimals (Mac installation)

2009-03-18 Thread Bowen Alan C.
Hi! You need to set the executable bit of the file ConTeXt-MKIV.engine. In Terminal try: cd Users/Name/Library/TeXShop/Engines/ and then chmod +x ConTeXt-MKIV.engine which will allow you to execute the file. See http://www.ss64.com/bash/chmod.html for an overview of chmod if you wish to

Re: [NTG-context] TeXshop instructions on Context Minimals (Mac installation)

2009-03-18 Thread Curious Learn
Bowen Alan C. acbowen at Princeton.edu writes: In Terminal try: cd Users/Name/Library/TeXShop/Engines/ and then chmod +x ConTeXt-MKIV.engine which will allow you to execute the file. Thanks Alan. That worked great. I have added that to the instructions on the Wiki.

[NTG-context] TeXshop instructions on Context Minimals (Mac installation)

2009-03-17 Thread Curious Learn
Hello, I installed the stable version of Context Minimals and then followed the instructions given on the Context Minimals/Mac Installation page. When I choose ConTeXt-MKIV as my engine and try to typeset the document I get the following error.

Re: [NTG-context] TeXshop

2008-10-23 Thread Taco Hoekwater
Hi Guys, Otared Kavian wrote: Hi Wolfgang and Willi, As soon as I saw Wolfgang's message about TeXworks, I tried to install and use it, but without success (I even didn't figure out what Willi says about the libraries and so on). Maybe, in the sense of Mac OS X, it is not yet an

[NTG-context] TeXshop

2008-10-22 Thread Willi Egger
Hi all, is there anybody who has TeXshop running with the COnTeXt minimals? I tried to make a new engine which looks up to now as stated her under. however I get an error message: MtxRun | unknown script 'context.lua' or 'mtx-context.lua' My interpretation is, that underway the path to the

Re: [NTG-context] TeXshop

2008-10-22 Thread Wolfgang Schuster
On Wed, Oct 22, 2008 at 12:57 PM, Willi Egger [EMAIL PROTECTED] wrote: Hi all, is there anybody who has TeXshop running with the COnTeXt minimals? I tried to make a new engine which looks up to now as stated her under. however I get an error message: MtxRun | unknown script 'context.lua'

Re: [NTG-context] TeXshop

2008-10-22 Thread Otared Kavian
Hi Willi, Yes I did install mkiv through the ConTeXt Minimals (thanks to Luigi Scarso) and I invoke that installation in TeXShop: everything works fine. However I have not added any environment variables as you have done in your .bashrc. saying env | grep TEX in a Terminal window

Re: [NTG-context] TeXshop

2008-10-22 Thread Hans van der Meer
In order to run luatex in my TeXShop (MacOSX10.5.5) I did put the following code into ~/Library/TeXShop/Engines/LuaTeX.engine #!/bin/bash export TEXLIVE=/usr/local/texlive export TEXHOME=$TEXLIVE/2008 export TEXBIN=$TEXHOME/bin/universal-darwin export TEXCONTEXT=$TEXLIVE/texmf-local export

Re: [NTG-context] TeXshop

2008-10-22 Thread Otared Kavian
On 22 oct. 08, at 12:57, Willi Egger wrote: Hi all, is there anybody who has TeXshop running with the COnTeXt minimals? I tried to make a new engine which looks up to now as stated her under. however I get an error message: Hi again Willi, If you have installed ConTeXt-Miimal for MacOS

Re: [NTG-context] TeXshop

2008-10-22 Thread Willi Egger
Hi Wolfgang, I am currently on a Mac ... Willi On Oct 22, 2008, at 1:28 PM, Wolfgang Schuster wrote: On Wed, Oct 22, 2008 at 12:57 PM, Willi Egger [EMAIL PROTECTED] wrote: Hi all, is there anybody who has TeXshop running with the COnTeXt minimals? I tried to make a new engine which

Re: [NTG-context] TeXshop

2008-10-22 Thread Willi Egger
Hi Otared, Thanks for your answer, looking forward to that! Willi On Oct 22, 2008, at 1:13 PM, Otared Kavian wrote: Hi Willi, Yes I did install mkiv through the ConTeXt Minimals (thanks to Luigi Scarso) and I invoke that installation in TeXShop: everything works fine. However I have not

Re: [NTG-context] TeXshop

2008-10-22 Thread Willi Egger
Dear Otared, many thanks for your explanation. - It works now as a charm! I see, that I was at the beginning almost there. The problem was apparently, that I did not set the executable bit. Thanks again Willi On Oct 22, 2008, at 3:25 PM, Otared Kavian wrote: On 22 oct. 08, at 12:57, Willi

Re: [NTG-context] TeXshop

2008-10-22 Thread Willi Egger
Hi Wolfgang I would like to give the TEXworks application also a try. I downloaded the libraries and the executable r167 as provided from the TUG-site. The libraries were put into /Library/Frameworks (local) The other libraries into /opt/local/lib (there is no such folder as / usr/local/lib

Re: [NTG-context] TeXshop

2008-10-22 Thread Otared Kavian
Hi Wolfgang and Willi, As soon as I saw Wolfgang's message about TeXworks, I tried to install and use it, but without success (I even didn't figure out what Willi says about the libraries and so on). Maybe, in the sense of Mac OS X, it is not yet an application? I am stymmied too… Best