Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-17 Thread Bruce Boghosian
Dear Otared: Thank you very much! The third solution works very well when I select the "ConTeXt-MKIV" program. I am still experimenting with the other two solutions, but at least I now have a method to get started learning ConTeXt. Best regards, Bruce > On Dec 16, 2015, at 11:48 AM,

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-16 Thread Bruce Boghosian
Dear Otared: Thank you for your reply. I had indeed created the file "ConTeXt Suite.engine" in directory ~/Library/TeXShop/Engines, per the instructions on the Mac Installation web page. That web page recommended a tcsh shell version of your bash shell script. I suppose that either should

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-16 Thread Mojca Miklavec
On 16 December 2015 at 17:10, Bruce Boghosian wrote: > > Also, FWIW, I note that de Boer's document, "LaTeX in proper ConTeXt" > recommends compiling from the command line using texexec rather than > context. This does not work for me. The command "texexec" exists, and I > can run it, but it

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-16 Thread Bruce Boghosian
I see, thanks. I did use --engines=luatex. I was aware that Mark II had been superseded by Mark IV, but I hadn't realized that texexec was the same thing as Mark II. OK, so I won't worry about that issue any more. It seems that my only remaining problem is the aforementioned TeXShop issue.

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-16 Thread Otared Kavian
Hi Bruce, You have three solutions in order to solve the TeXShop issue. Here they are: Solution 1: add the following line at the top of your source file: %!TEX TS-program = mkiv Note that in the above you should replace « mkiv » with whatever engine name known to your TeXShop installation

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Bruce Boghosian
Dear Mojca: > On Dec 15, 2015, at 10:20 AM, Mojca Miklavec > wrote: > > [...] > > ... oh, and I just noticed one more thing that might be causing the > problem. You also need to remove the TEXMF variable. That fixed it!!! Thanks very much to everybody for all

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Mojca Miklavec
On 14 December 2015 at 17:37, Boghosian, Bruce wrote: > Dear ntg-context@ntg.nl: > > I am new to ConTeXt, so if this is not a very good question, please accept > my apologies in advance. I first tried sending this message to the help > address at contextgarden.net, and the reply I received

[NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Boghosian, Bruce
Dear ntg-context@ntg.nl : I am new to ConTeXt, so if this is not a very good question, please accept my apologies in advance. I first tried sending this message to the help address at contextgarden.net , and the reply I received suggested

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Hans Hagen
On 12/14/2015 5:37 PM, Boghosian, Bruce wrote: Dear ntg-context@ntg.nl : I am new to ConTeXt, so if this is not a very good question, please accept my apologies in advance. I first tried sending this message to the help address at contextgarden.net

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Hans Hagen
On 12/15/2015 11:29 AM, Mojca Miklavec wrote: On 15 December 2015 at 11:18, Hans Hagen wrote: this is strange as the binary and tex sources should be in sync . do other mac users encounter the same problem? No, it works for me. But from what I understand the output indicates the latest

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Robert Blackstone
On 15 Dec 2015, at 12:00 , Hans Hagen wrote > > this is strange as the binary and tex sources should be in sync . do > other mac users encounter the same problem? No problem here. Works perfectly. Robert Blackstone

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Mojca Miklavec
On 15 December 2015 at 11:18, Hans Hagen wrote: > > this is strange as the binary and tex sources should be in sync . do other > mac users encounter the same problem? No, it works for me. But from what I understand the output indicates the latest binary in combination with old sources, doesn't

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Mojca Miklavec
On 15 December 2015 at 13:47, Bruce Boghosian wrote: > > $ export | grep TEX > declare -x TEXMFCNF="/sw/share/texmf/web2c/texmf.cnf" You need to remove that environmental variable. In case that it was deliberately set by Fink, please file a bug report to Fink because they should not do that. (If

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Bruce Boghosian
Thank you very much for your replies. I have now tried this, both with --context=beta, --context=current, and without a --context flag, and the result is always the same. The command $ sh ./first-setup.sh --context=current --modules=all --engine=luatex returns many errors before giving the

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Bruce Boghosian
I have made good progress today, thanks to the help of this list. Thanks! I can now run the example on the First Document web page, running ConTeXt from the command line. That works perfectly. When I try to run the same file from within TeXShop,

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Bruce Boghosian
Dear Mojca: It was being set in my .bashrc file. I have not used fink in years, so I am afraid I do not remember if fink put it there. In any case, I removed it and restarted the shell, and TEXMFCNF no longer appears in the output below: $ export | grep TEX declare -x

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Jan U. Hasecke
Am 15.12.2015 um 15:11 schrieb Bruce Boghosian: > *$ sh ./first-setup.sh --modules=all --engine=luatex* I solved problems with fonts by not using "sh" but my default shell, which is bash AFAICS. Have you tried: ./first-setup.sh --modules=all --engine=luatex* juh

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Bruce Boghosian
Thanks for your reply. Interestingly, the command: $ ./first-setup.sh --modules=all --engine=luatex* results in the very same error, namely: ! Undefined control sequence. l.842 \pdfminorversion \plusfive ? Best, Bruce > On Dec 15, 2015, at 9:47 AM, Jan U.

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Mojca Miklavec
On 15 December 2015 at 15:54, Bruce Boghosian wrote: > Thanks for your reply. Interestingly, the command: > > $ ./first-setup.sh --modules=all --engine=luatex* > > results in the very same error, namely: > > ! Undefined control sequence. > l.842 \pdfminorversion >

Re: [NTG-context] Problem with first setup of StandAlone ConTeXt

2015-12-15 Thread Otared Kavian
Hi Bruce, If you want to use your standalone version of ConTeXt, you should create a specific « .engine » file for this and then in TeXShop use that engine. Here is what I have when I typeset a file in TeXShop using mkiv ConTeXt: % begin file mkiv.engine #!/bin/bash export