Re: [NTG-context] Fedora 9 (Linux) Installation

2008-07-06 Thread Taco Hoekwater
[EMAIL PROTECTED] wrote:
 Hi,
 
 I can't seem to install ConTeXt manually. I've literally followed this page 
 http://wiki.contextgaraden.net/Linux_User_Installation verbatim and I can't 
 seem to compile even the most basic of documents. I'm running Fedora9 bit, 
 and I do happen to have TeXLive with ConTeXt installed. The thing is I 
 don't want to ruin the current install rather I'd like to have a version of 
 ConTeXt that lives in my ~/. so that I can play about with it, I'm 
 particurarly after the fonts that come with it.
  
 I've attached some files with the outputs of running the commands.

I had to bounce those because they were too large, but I
suspect that this step is the trouble maker already:

 a.  source ~/.context_env $PWD/tex = results in nothing.

What happens if you run the following command manually?

   $ source $(HOME)/tex/setuptex $(HOME)/tex

(assuming you unpacked directly in your home)



Best wishes,
Taco






___
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] Fedora 9 (Linux) Installation

2008-07-06 Thread Patrick Gundlach
Hi,

 What happens if you run the following command manually?

$ source $(HOME)/tex/setuptex $(HOME)/tex

small typo, I'd guess:

$ source ${HOME}/tex/setuptex ${HOME}/tex

($() is command substitution ${} is var-expansion - I know you know it)

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
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] Fedora 9 (Linux) Installation

2008-07-06 Thread Arthur Reutenauer
 ($() is command substitution ${} is var-expansion - I know you know it)

  Makefile idiosyncrasy?  ;-)

Arthur
___
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] IgnoreMarks flag is ignored in contextual chaining substitution OpenType tables

2008-07-06 Thread Hans Hagen
Khaled Hosny wrote:
 'calt' tables aren't applied if with combining marks, though
 IgnoreMarks flag is set.

actually the machinery works ok, but there was an optimization branch 
that didn't take marks into account; i removed the opmimization

now the green ones are the same

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
___


[NTG-context] interactive reference in footer

2008-07-06 Thread Alan Stone
Hi,

How do you set an interactive link (hyperlink) to the table of contents in a
footer ?

I tried with

\setupfootertexts[-1-][\but[toctoc]][-4-][-3-]

and

\reference[toctoc]% \ref[toctoc] gives the same error
\placecontent

This gives the following compile error:


! Undefined control sequence.
argument \but
[toctoc{}{}{}
\firstoftwoarguments #1#2-#1

\doattributes ...sname [EMAIL PROTECTED] \endcsname \fi {#4
  }\dostopattributes
\dosingletexts ...atetexts {#1#2#5}{#6{}{}{}}}
  \egroup
argument ...?tk \v!footer \v!text \c!righttext }
  \@@nmpos {\getvalue
{\??tk...

\dododoplacelayouttextline ...#2 #3}\hbox to #1{#4
  }\stoplayoutcomponent
\get...
...
l.45 \chapter{Chapter Testing}

?
! Emergency stop.
argument \but
[toctoc{}{}{}
\firstoftwoarguments #1#2-#1

\doattributes ...sname [EMAIL PROTECTED] \endcsname \fi {#4
  }\dostopattributes
\dosingletexts ...atetexts {#1#2#5}{#6{}{}{}}}
  \egroup
argument ...?tk \v!footer \v!text \c!righttext }
  \@@nmpos {\getvalue
{\??tk...

\dododoplacelayouttextline ...#2 #3}\hbox to #1{#4
  }\stoplayoutcomponent
\get...
...
l.45 \chapter{Chapter Testing}

!  == Fatal error occurred, no output PDF file produced!


Alan

P.S. The TeX for the Impatient book mentions...

an undefined control sequence, is one of the most
common ones you can get. If you respond to the prompt with another '?',
TEX will display the following message:
Type return to proceed, S to scroll future error messages,
R to run without stopping, Q to run quietly,
I to insert something, E to edit your file,
1 or ... or 9 to ignore the next 1 to 9 tokens of input,
H for help, X to quit.

sciTE exits the code after an emergency stop, so how do you enable
it to accept the above mentioned '?' prompt response ?
___
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] trouble starting context

2008-07-06 Thread Jesse Alama
Taco Hoekwater [EMAIL PROTECTED] writes:

 Aditya Mahajan wrote:
 On Thu, 3 Jul 2008, Jesse Alama wrote:
 
 Taco Hoekwater [EMAIL PROTECTED] writes:

 Jesse Alama wrote:
 Taco Hoekwater [EMAIL PROTECTED] writes:
 I have:

 LUAINPUTS=.;$TEXMF/tex/{context,plain/base,generic}//:$TEXMF/scripts/context/lua
 TEXMFSCRIPTS=.;$TEXMF/tex/{context,plain/base,generic,}//;$TEXMF/scripts/context//

 and I strongly suspect both are needed. After adjusting the value(s),
 you will have to rerun luatools --generate.
 I modified texmf.cnf to give these variables those values, but I still
 get the same error, even after luatools --generate.  Further
 suggestions?

 Try

$ env TEXMFCACHE=/Users/alama context dissertation

 maybe that will help. (I am guessing right now, but I will install the 
 texlive devel snapshot on a clean virtual machine on monday).

Same problem:

  $ MTX_INPUT_TRACE=3 TEXMFCACHE=/Users/alama context dissertation
  ! using suffix based filetype: %s | lua
  ? blobpath asked: %s | context.lua
  ? filename: %s | context.lua
  - readable: %s | ./context.lua
  ! using suffix based filetype: %s | lua
  ? blobpath asked: %s | mtx-context.lua
  ? filename: %s | mtx-context.lua
  - readable: %s | ./mtx-context.lua
  ! using suffix based filetype: %s | lua
  ? blobpath asked: %s | mtx-contexts.lua
  ? filename: %s | mtx-contexts.lua
  - readable: %s | ./mtx-contexts.lua
  ! remembered: %s | mtx-context.lua
  MtxRun | unknown script: context

I'll take this to the tex-live list -- perhaps something is
misconfigured in TL2008.

Jesse

-- 
Jesse Alama ([EMAIL PROTECTED])

___
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] Fedora 9 (Linux) Installation

2008-07-06 Thread abbg770

Still fails with the same error;

[EMAIL PROTECTED] context-installation-directory]$ texexec first.tex 
TeXExec | processing document 'first.tex'

TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file first.top
TeXExec | using randomseed 1222
TeXExec | tex engine: pdftex
TeXExec | tex format: cont-en
This is pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.6)
\write18 enabled.
 
(/home/mohamed/context-installation-directory/tex/texmf-local/web2c/natural.tcx) 
kpathsea: Running mktexfmt cont-en.fmt /usr/bin/mktexfmt: line 334: 
/home/mohamed/context-installation-directory/tex/texmf/texconfig/tcfmgr: No 
such file or directory fmtutil: config file `fmtutil.cnf' not found. I 
can't find the format file `cont-en.fmt'! TeXExec | runtime: 0.142191



The exact command I executed was;

$ source ${HOME}/context-installation-directory/tex/setuptex 
${HOME}/context-installation-directory/tex


The link to the installation guide; 
http://wiki.contextgarden.net/Linux_User_Installation---there was a typo on 
the previous link. I've attached the log aswell appending it to the 
message, forgive me, I'm pretty new to mailing lists.



=== ENTIRE LOG ===

source ${HOME}/context-installation-directory/tex/setuptex 
${HOME}/context-installation-directory/tex


[EMAIL PROTECTED] context-installation-directory]$ echo '#!/bin/bash'  
~/.context_env


[EMAIL PROTECTED] context-installation-directory]$ cat tex/setuptex  
~/.context_env


[EMAIL PROTECTED] context-installation-directory]$ chmod 755 ~/.context_env

[EMAIL PROTECTED] context-installation-directory]$ echo source 
~/.context_env $PWD/tex  ~/.bashrc


[EMAIL PROTECTED] context-installation-directory]$ source 
${HOME}/context-installation-directory/tex/setuptex 
${HOME}/context-installation-directory/tex


[EMAIL PROTECTED] context-installation-directory]$ mktexlsr mktexlsr: 
Updating /home/mohamed/context-installation-directory/tex/texmf/ls-R... 
mktexlsr: Updating 
/home/mohamed/context-installation-directory/tex/texmf-extra/ls-R... 
mktexlsr: Updating 
/home/mohamed/context-installation-directory/tex/texmf-fonts/ls-R... 
mktexlsr: Updating 
/home/mohamed/context-installation-directory/tex/texmf-local/ls-R... 
mktexlsr: Done. [EMAIL PROTECTED] context-installation-directory]$ texexec 
--make --alone TeXExec | using search method 'kpsefast' TeXExec | updating 
file database mktexlsr: Updating 
/home/mohamed/context-installation-directory/tex/texmf/ls-R... mktexlsr: 
Updating 
/home/mohamed/context-installation-directory/tex/texmf-extra/ls-R... 
mktexlsr: Updating 
/home/mohamed/context-installation-directory/tex/texmf-fonts/ls-R... 
mktexlsr: Updating 
/home/mohamed/context-installation-directory/tex/texmf-local/ls-R... 
mktexlsr: Done. TeXExec | using tex engine pdftex TeXExec | using tex 
format path 
/home/mohamed/context-installation-directory/tex/texmf-linux-64/web2c/pdftex 
TeXExec | generating tex format cont-en ! I can't read pdftex.pool; bad 
path? TeXExec | generating tex format cont-nl ! I can't read pdftex.pool; 
bad path? TeXExec | generating tex format mptopdf ! I can't read 
pdftex.pool; bad path? TeXExec | using mp engine mpost TeXExec | using mps 
format path 
/home/mohamed/context-installation-directory/tex/texmf-linux-64/web2c 
TeXExec | generating mps format metafun This is MetaPost, Version 0.993 
(Web2C 7.5.6) (INIMP) 
(/home/mohamed/context-installation-directory/tex/texmf-local/web2c/natural.tcx) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/metafun.mp 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-base.mp 
Preloading the plain mem file, version 0.63) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-tool.mp) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-spec.mp) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-core.mp) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-page.mp) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-text.mp) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-txts.mp) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-shap.mp) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-butt.mp) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-char.mp) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-step.mp) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-grph.mp) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-figs.mp) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-grid.mp 

Re: [NTG-context] Fedora 9 (Linux) Installation

2008-07-06 Thread Hans Hagen
[EMAIL PROTECTED] wrote:
 Still fails with the same error;
 
 [EMAIL PROTECTED] context-installation-directory]$ texexec first.tex 
 TeXExec | processing document 'first.tex'
 TeXExec | no ctx file found
 TeXExec | tex processing method: context
 TeXExec | TeX run 1
 TeXExec | writing option file first.top
 TeXExec | using randomseed 1222
 TeXExec | tex engine: pdftex
 TeXExec | tex format: cont-en
 This is pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.6)
 \write18 enabled.
  
 (/home/mohamed/context-installation-directory/tex/texmf-local/web2c/natural.tcx)
  
 kpathsea: Running mktexfmt cont-en.fmt /usr/bin/mktexfmt: line 334: 
 /home/mohamed/context-installation-directory/tex/texmf/texconfig/tcfmgr: 
 No such file or directory fmtutil: config file `fmtutil.cnf' not found. 
 I can't find the format file `cont-en.fmt'! TeXExec | runtime: 0.142191

what happens if you run

texexec --make

(makes the formats)

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
___


Re: [NTG-context] interactive reference in footer

2008-07-06 Thread Hans Hagen
Alan Stone wrote:
 Hi,
 
 How do you set an interactive link (hyperlink) to the table of contents in a
 footer ?
 
 I tried with
 
 \setupfootertexts[-1-][\but[toctoc]][-4-][-3-]

\setupfootertexts
   [-1-]
   [{\button{somesymbol}[toctoc]}]
   [-4-]
   [-3-]

watch the {} around the command (else we get problems with [])

   [{\button{somesymbol}[toctoc]}]

   [{\goto{somesymbol}[toctoc]}]

the \but is only usable in menus

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
___


[NTG-context] Using free Lucida, MinionPro and MyriadPro

2008-07-06 Thread abbg770
Hi,

Anyone tried using the MinionPro or MyriadPro thats ships with Adobe Reader 
8?

$ tree /opt/Adobe/Reader8/Resource/Font/
/opt/Adobe/Reader8/Resource/Font/
|-- AdobePiStd.otf
|-- CourierStd-Bold.otf
|-- CourierStd-BoldOblique.otf
|-- CourierStd-Oblique.otf
|-- CourierStd.otf
|-- MinionPro-Bold.otf
|-- MinionPro-BoldIt.otf
|-- MinionPro-It.otf
|-- MinionPro-Regular.otf
|-- MyriadPro-Bold.otf
|-- MyriadPro-BoldIt.otf
|-- MyriadPro-It.otf
|-- MyriadPro-Regular.otf
|-- PFM
|   |-- SY__.PFM
|   |-- zx__.pfm
|   `-- zy__.pfm
|-- SY__.PFB
|-- ZX__.PFB
`-- ZY__.PFB

1 directory, 19 files


If you happen to use Java you might have noticed that it comes with Lucida 
aswell

$ tree /opt/jdk1.6.0_06/jre/lib/fonts/
/opt/jdk1.6.0_06/jre/lib/fonts/
|-- LucidaBrightDemiBold.ttf
|-- LucidaBrightDemiItalic.ttf
|-- LucidaBrightItalic.ttf
|-- LucidaBrightRegular.ttf
|-- LucidaSansDemiBold.ttf
|-- LucidaSansRegular.ttf
|-- LucidaTypewriterBold.ttf
|-- LucidaTypewriterRegular.ttf
`-- fonts.dir

0 directories, 9 files

and

$ tree /opt/jdk1.6.0_06/jre/lib/oblique-fonts/
/opt/jdk1.6.0_06/jre/lib/oblique-fonts/
|-- LucidaSansDemiOblique.ttf
|-- LucidaSansOblique.ttf
|-- LucidaTypewriterBoldOblique.ttf
|-- LucidaTypewriterOblique.ttf
`-- fonts.dir

0 directories, 5 files


Can someone enlighten me with the legal issues surrounding the use of these 
fonts i.e., whether I can use them to typeset a thesis etc. If it's 
perfectly ok, I'd assume someone has written an article describing how I'd 
configure ConTeXt to use them. If you so happen to have the link, please 
post it.

And a question directed to the developers, why didn't you chose 'ConTeX', 
google doesn't like 'ConTeXt' it gets confused. I'm pretty sure users have 
noticed this.

-- 
Thanks
Mohamed Bana
___
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] Fedora 9 (Linux) Installation

2008-07-06 Thread abbg770
Hi Hans,

It still fails :| with;

[EMAIL PROTECTED] context-installation-directory]$ texexec first.tex 
TeXExec | processing document 'first.tex'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file first.top
TeXExec | using randomseed 265
TeXExec | tex engine: pdftex
TeXExec | tex format: cont-en
This is pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.6)
 \write18 enabled.
  
(/home/mohamed/context-installation-directory/tex/texmf-local/web2c/natural.tcx)
 
kpathsea: Running mktexfmt cont-en.fmt /usr/bin/mktexfmt: line 334: 
/home/mohamed/context-installation-directory/tex/texmf/texconfig/tcfmgr: No 
such file or directory fmtutil: config file `fmtutil.cnf' not found. I 
can't find the format file `cont-en.fmt'! TeXExec | runtime: 0.05476

The output of running texexec --make

$ texexec --make TeXExec | using search method 'kpsefast' TeXExec | 
updating file database mktexlsr: Updating 
/home/mohamed/context-installation-directory/tex/texmf/ls-R... mktexlsr: 
Updating 
/home/mohamed/context-installation-directory/tex/texmf-extra/ls-R... 
mktexlsr: Updating 
/home/mohamed/context-installation-directory/tex/texmf-fonts/ls-R... 
mktexlsr: Updating 
/home/mohamed/context-installation-directory/tex/texmf-linux-64/ls-R... 
mktexlsr: Updating 
/home/mohamed/context-installation-directory/tex/texmf-local/ls-R... 
mktexlsr: Done. TeXExec | using tex engine pdftex TeXExec | using tex 
format path 
/home/mohamed/context-installation-directory/tex/texmf-linux-64/web2c/pdftex 
TeXExec | generating tex format cont-en ! I can't read pdftex.pool; bad 
path? TeXExec | generating tex format cont-nl ! I can't read pdftex.pool; 
bad path? TeXExec | generating tex format mptopdf ! I can't read 
pdftex.pool; bad path? TeXExec | using mp engine mpost TeXExec | using mps 
format path 
/home/mohamed/context-installation-directory/tex/texmf-linux-64/web2c 
TeXExec | generating mps format metafun This is MetaPost, Version 0.993 
(Web2C 7.5.6) (INIMP) 
(/home/mohamed/context-installation-directory/tex/texmf-local/web2c/natural.tcx)
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/metafun.mp
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-base.mp
 
Preloading the plain mem file, version 0.63) 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-tool.mp)
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-spec.mp)
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-core.mp)
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-page.mp)
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-text.mp)
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-txts.mp)
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-shap.mp)
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-butt.mp)
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-char.mp)
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-step.mp)
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-grph.mp)
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-figs.mp)
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-grid.mp
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-form.mp
 
(/home/mohamed/context-installation-directory/tex/texmf/metapost/base/string.mp)
 
(/home/mohamed/context-installation-directory/tex/texmf/metapost/base/marith.mp 
(/home/mohamed/context-installation-directory/tex/texmf/metapost/base/string.mp
 
(/home/mohamed/context-installation-directory/tex/texmf-local/metapost/context/base/mp-func.mp)
 
) Beginning to dump on file metafun.mem
 (mem=metafun 2008.7.7) at most 3039 strings of total length 40264 48346 
memory locations dumped; current usage is 1262235523 1762 symbolic tokens 
Transcript written on metafun.log. TeXExec | TeXExec | tex engine path: 
/home/mohamed/context-installation-directory/tex/texmf-linux-64/web2c/pdftex 
TeXExec | mps engine path: 
/home/mohamed/context-installation-directory/tex/texmf-linux-64/web2c 
TeXExec | TeXExec | mps: 07/07/2008 00:32:13  
/home/mohamed/context-installation-directory/tex/texmf-linux-64/web2c/metafun.mem
 
(481600) TeXExec | TeXExec | runtime: 0.246742

On Jul 6 2008, Hans Hagen wrote:

 [EMAIL PROTECTED] wrote:
  Still fails with the same error;
  
  [EMAIL PROTECTED] context-installation-directory]$ texexec first.tex 
  TeXExec | processing document 'first.tex'
  TeXExec | no ctx file found
  TeXExec | tex processing method: context
  TeXExec | TeX run 1
  

Re: [NTG-context] Fedora 9 (Linux) Installation

2008-07-06 Thread Mojca Miklavec
On Sun, Jul 6, 2008 at 9:03 AM, Taco Hoekwater  wrote:
 [EMAIL PROTECTED] wrote:

 a.  source ~/.context_env $PWD/tex = results in nothing.

 What happens if you run the following command manually?

   $ source $(HOME)/tex/setuptex $(HOME)/tex

 (assuming you unpacked directly in your home)

Does (or rather did) this even work in the old minimal distribution?
I think that I had to CD to $HOME/tex and source setuptex from there.

Mojca

PS: these big zips are (or at least used to be) a bit outdated. A
slightly newer (unofficial) version is here:
http://minimals.contextgarden.net/pragma/
http://minimals.contextgarden.net/setup/
___
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] Using free Lucida, MinionPro and MyriadPro

2008-07-06 Thread Diego Depaoli
2008/7/7  [EMAIL PROTECTED]:

 And a question directed to the developers, why didn't you chose 'ConTeX',
 google doesn't like 'ConTeXt' it gets confused. I'm pretty sure users have
 noticed this.
In the wiki's homepage there is a Google custom search box (special
search) which looks only for the right ConTeXt.
Try it!

Regards

-- 
Diego Depaoli
___
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
___


[NTG-context] Locating files

2008-07-06 Thread Diego Depaoli
I apologize in advance for my trivial questions, but... there is a
command/way to set the PATHS where ConTeXt can search for \input
files?


Regards
-- 
Diego Depaoli
___
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] Fedora 9 (Linux) Installation

2008-07-06 Thread abbg770
Thanks Taco, downloading the new zip seems to have some effect. It seems 
like I've made some progress.

$ source ~/.context_env $PWD/tex
Setting /home/mohamed/context-installation-directory/tex as TEXROOT.

Before I do the rest, should I do 

$ texexec --make --alone
or
$ texexec --make (as per Han's recommendation?)

And

$ mktexlsr mktexlsr: Updating 
/home/mohamed/context-installation-directory/tex/texmf/ls-R... mktexlsr: 
Updating 
/home/mohamed/context-installation-directory/tex/texmf-context/ls-R... 
mktexlsr: Updating 
/home/mohamed/context-installation-directory/tex/texmf-linux-64/ls-R... 
mktexlsr: Done.



On Jul 7 2008, Mojca Miklavec wrote:

 On Sun, Jul 6, 2008 at 9:03 AM, Taco Hoekwater  wrote:
  [EMAIL PROTECTED] wrote:
 
  a.  source ~/.context_env $PWD/tex = results in nothing.
 
  What happens if you run the following command manually?
 
$ source $(HOME)/tex/setuptex $(HOME)/tex
 
  (assuming you unpacked directly in your home)
 
 Does (or rather did) this even work in the old minimal distribution?
 I think that I had to CD to $HOME/tex and source setuptex from there.
 
 Mojca
 
 PS: these big zips are (or at least used to be) a bit outdated. A
 slightly newer (unofficial) version is here:
 http://minimals.contextgarden.net/pragma/
 http://minimals.contextgarden.net/setup/ 
 ___
  
 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 
 ___
 

-- 
Thanks
Mohamed Bana

___
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] Locating files

2008-07-06 Thread Aditya Mahajan
On Mon, 7 Jul 2008, Diego Depaoli wrote:

 I apologize in advance for my trivial questions, but... there is a
 command/way to set the PATHS where ConTeXt can search for \input
 files?

TEXINPUTS. Also see what TEXINPUTS is set to in your texmf.cnf

Aditya


___
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] trouble starting context

2008-07-06 Thread Jesse Alama
Jesse Alama [EMAIL PROTECTED] writes:

 Taco Hoekwater [EMAIL PROTECTED] writes:

 Aditya Mahajan wrote:
 On Thu, 3 Jul 2008, Jesse Alama wrote:
 
 Taco Hoekwater [EMAIL PROTECTED] writes:

 Jesse Alama wrote:
 Taco Hoekwater [EMAIL PROTECTED] writes:
 I have:

 LUAINPUTS=.;$TEXMF/tex/{context,plain/base,generic}//:$TEXMF/scripts/context/lua
 TEXMFSCRIPTS=.;$TEXMF/tex/{context,plain/base,generic,}//;$TEXMF/scripts/context//

 and I strongly suspect both are needed. After adjusting the value(s),
 you will have to rerun luatools --generate.
 I modified texmf.cnf to give these variables those values, but I still
 get the same error, even after luatools --generate.  Further
 suggestions?

 Try

$ env TEXMFCACHE=/Users/alama context dissertation

 maybe that will help. (I am guessing right now, but I will install the 
 texlive devel snapshot on a clean virtual machine on monday).

 Same problem:

   $ MTX_INPUT_TRACE=3 TEXMFCACHE=/Users/alama context dissertation
   ! using suffix based filetype: %s | lua
   ? blobpath asked: %s | context.lua
   ? filename: %s | context.lua
   - readable: %s | ./context.lua
   ! using suffix based filetype: %s | lua
   ? blobpath asked: %s | mtx-context.lua
   ? filename: %s | mtx-context.lua
   - readable: %s | ./mtx-context.lua
   ! using suffix based filetype: %s | lua
   ? blobpath asked: %s | mtx-contexts.lua
   ? filename: %s | mtx-contexts.lua
   - readable: %s | ./mtx-contexts.lua
   ! remembered: %s | mtx-context.lua
   MtxRun | unknown script: context

 I'll take this to the tex-live list -- perhaps something is
 misconfigured in TL2008.

The latest tl2008 snapshot seems to solve the problem (though I'm not
sure why).  Sorry for complaining -- I realize that LuaTeX+MkIV (and
these days TL2008) are moving targets, but one's patience sometimes runs
thin.

Thanks,

Jesse

-- 
Jesse Alama ([EMAIL PROTECTED])

___
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
___