Re: [NTG-context] installing minimals

2010-09-18 Thread David Rogers

* Charles Doherty charles.dohe...@upcmail.ie [2010-09-18 09:29]:


Dear Mojca,

Here is the sequence that I used:

cd context


curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh

sh ./first-setup.sh

source ./tex/setuptex

cd
echo '. ~/context/tex/setuptex'  .bash_profile


luatools --selfupdate

mtxrun --selfupdate

luatools --generate

context --make

sh ./first-setup.sh --extras=all


In TeXShop I  then run a one page file called Purser.tex . The console readout 
gives me:

...


Here's a total shot in the dark (I don't use OS X anymore):

Last time that I used TeXShop, it had an engine file in the library
folder that I sometimes had to modify if ConTeXt changed the commands
available for use.

--
David
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] installing minimals

2010-09-18 Thread Charles Doherty
Thanks David,

I did look at that but it seems ok.

Thanks again,
Charlie
On 18 Sep 2010, at 15:23, David Rogers wrote:

 Here's a total shot in the dark (I don't use OS X anymore):
 
 Last time that I used TeXShop, it had an engine file in the library
 folder that I sometimes had to modify if ConTeXt changed the commands
 available for use.
 
 -- 
 David

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] installing minimals

2010-09-17 Thread Mojca Miklavec
On Fri, Sep 17, 2010 at 17:49, Charles Doherty
charles.dohe...@upcmail.ie wrote:
 Dear all,
 I had installed minimals in a folder 'context' in my home directory. I am
 using a Macbook 10.6.4. I have been using MarkIV successfully for a number
 of months. I recently decided to update but I get the result below. I
 followed the instructions on Contextgarden as before in the ConTeXt Minimals
 page. I finally trashed the folder and did everything from scratch. I use
 TeXshop as my editor. I would be very grateful if anyone could give me the
 steps to get ConTeXt Minimals working again on my Mac.

Dear Charles,

I'm not sure about what could go wrong. Which instructions exactly
were you following and at what point exactly does the problem appear?

Mojca
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Installing minimals

2009-10-09 Thread Jakub Piotr Cłapa

On 09-10-09 16:05, Alain Delmotte wrote:

Is synctex taken into account in context?


Works for me on recent ConTeXt minimals. I have no menton of SyncTeX in 
the source tex file but I run TeX by


texexec --synctex mgr.tex

I get a mgr.synctex.gz(busy) file while TeXing and a mgr.synctex.gz file 
afterwards.


--
regards,
Jakub Piotr Cłapa
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Installing minimals

2009-10-09 Thread Alain Delmotte

I am using MarkIV, so the call is not directly to texexec but mtxrun.cmd

In TeXworks the parameters for MarkIV are

Program: mtxrun.cmd
Arguments:
--autogenerate
--script
context
$fullname

and mtxrun.cmd in ..\context\tex\texmaf-mswin\bin is
@echo off
setlocal
set ownpath=%~dp0%
texlua %ownpath%mtxrun.lua %*
endlocal

Should I add --synctex in mtxrun.cmd after texlua.
When I add as argument of the command in TeXworks, it doesn't work.

Thanks for the help!

Alain

Jakub Piotr Cłapa a écrit :

On 09-10-09 16:05, Alain Delmotte wrote:

Is synctex taken into account in context?


Works for me on recent ConTeXt minimals. I have no menton of SyncTeX 
in the source tex file but I run TeX by


texexec --synctex mgr.tex

I get a mgr.synctex.gz(busy) file while TeXing and a mgr.synctex.gz 
file afterwards.




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Installing minimals

2009-10-09 Thread Hans Hagen

Alain Delmotte wrote:

I am using MarkIV, so the call is not directly to texexec but mtxrun.cmd

In TeXworks the parameters for MarkIV are

Program: mtxrun.cmd
Arguments:
--autogenerate
--script
context
$fullname

and mtxrun.cmd in ..\context\tex\texmaf-mswin\bin is
@echo off
setlocal
set ownpath=%~dp0%
texlua %ownpath%mtxrun.lua %*
endlocal

Should I add --synctex in mtxrun.cmd after texlua.
When I add as argument of the command in TeXworks, it doesn't work.


just add

\syntex=1

in your source

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Installing minimals

2009-10-09 Thread Yury G. Kudryashov
В сообщении от 9 октября 2009 21:10:19 автор Hans Hagen написал:
 Alain Delmotte wrote:
 just add
 
 \syntex=1
SyncTeX docs say \synctex=1
 
 in your source

-- 
Yury G. Kudryashov,
mailto: urkud.ur...@gmail.com


signature.asc
Description: This is a digitally signed message part.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Installing minimals

2009-10-09 Thread Hans Hagen

Yury G. Kudryashov wrote:

В сообщении от 9 октября 2009 21:10:19 автор Hans Hagen написал:

Alain Delmotte wrote:
just add

\syntex=1

SyncTeX docs say \synctex=1


sure, i didn't test it -)

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Installing minimals

2009-10-09 Thread Vyatcheslav Yatskovsky

Hello,

\syntex=1 gives and error

\synctex=1 compiles but gives nothing (no additional files, not SyncTeX 
recognizible data for TeXWorks viewer)


What's wrong with it?

Vyatcheslav
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] installing minimals

2009-04-29 Thread Mojca Miklavec
On Wed, Apr 29, 2009 at 14:58, Jörg Hagmann wrote:
 Hi,

 I don't know whether the following is related to what is being discussed at
 the moment, but when trying to install a new version of minimals (in a
 separate, fresh directory), compiling a test file fails with the following
 message:

 I can't find the format file `cont-en.fmt'!

I think that we forget to run mktexlsr at the end of format generation.

Does running mktexlr manually help? If not, does running an additional
texexec --make --all help?

Mojca
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] installing minimals

2009-04-29 Thread Jörg Hagmann
No -- sorry I forgot to mention that I tried all that, on both 
computers, for mk II and IV.


Mojca Miklavec wrote:

On Wed, Apr 29, 2009 at 14:58, Jörg Hagmann wrote:
  

Hi,

I don't know whether the following is related to what is being discussed at
the moment, but when trying to install a new version of minimals (in a
separate, fresh directory), compiling a test file fails with the following
message:

I can't find the format file `cont-en.fmt'!



I think that we forget to run mktexlsr at the end of format generation.

Does running mktexlr manually help? If not, does running an additional
texexec --make --all help?

Mojca
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___
  


--
Prof. Jörg Hagmann-Zanolari MD
University of Basel
Department of Biomedicine
Institute of Biochemistry and Genetics
Mattenstrasse 28
CH-4058 Basel
Switzerland
Phone +41 (0)61 267 3565

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Installing Minimals Fails

2008-09-24 Thread Mojca Miklavec
On Tue, Sep 23, 2008 at 11:20 PM, Erich R Fickel wrote:
 I am having trouble installing the context minimals. I am using Linux
 (Xandros 4.5, Debian Etch). During execution of first-setup.sh, I
 receive the following year:

 -
 loading : Context Page Macros / Layout Specification
 )
 ! I can't find file `page-log.tex'.
 to be read again
   \relax
 l.371 \loadcorefile{page-log.tex}

Hello Erich,

That file seems to be missing in beta (renamed to page-log.mkii). Hans?

As a temporary remedy, try to edit first-setup.sh and change
--contex=beta into --context=current.

Mojca
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Installing Minimals Fails

2008-09-24 Thread Hans Hagen
Mojca Miklavec wrote:
 On Tue, Sep 23, 2008 at 11:20 PM, Erich R Fickel wrote:
 I am having trouble installing the context minimals. I am using Linux
 (Xandros 4.5, Debian Etch). During execution of first-setup.sh, I
 receive the following year:

 -
 loading : Context Page Macros / Layout Specification
 )
 ! I can't find file `page-log.tex'.
 to be read again
   \relax
 l.371 \loadcorefile{page-log.tex}
 
 Hello Erich,
 
 That file seems to be missing in beta (renamed to page-log.mkii). Hans?

uploading now ... so goven mojca's hourly sync, the beta minimals should 
be ok in   half an hour

Hans

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___