[NTG-context] ConTeXt and Drupal

2011-02-27 Thread Bowen Alan C.
Does anyone know of a project or literature addressing the possibility of 
running ConTeXt in a Drupal environment? There is a DruTeX module already in 
place but that, so far as I can tell, it is limited to LaTeX.

Alan



___
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] ConTeXt and Drupal

2011-02-27 Thread Bowen Alan C.
Thanks, Otared. We have asked the same question, I see.

My aim is to facilitate online collaboration (e.g., annotation/translation and 
a technical  text in Greek, say). It would be great if there were a way to 
develop the translation using ConTeXt. The DruTeX module is promising, but it’s 
not ConTeXt.

Cheers, Alan

On Feb 27, 2011, at 2:53 PM, Otared Kavian wrote:

 Hi Alan,
 
 Some time ago I asked the same question, but I could not solve it in a clear 
 manner: see the threads
   
 http://archive.contextgarden.net/message/20101122.222652.67cec1ae.en.html
 and the older one
   
 http://archive.contextgarden.net/message/20080330.180742.0b2cd7cf.en.html
 
 Best regards: OK
 
 On 27 févr. 2011, at 15:04, Bowen Alan C. wrote:
 
 Does anyone know of a project or literature addressing the possibility of 
 running ConTeXt in a Drupal environment? There is a DruTeX module already in 
 place but that, so far as I can tell, it is limited to LaTeX.
 
 Alan
 
 
 
 ___
 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
 ___

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


[NTG-context] producing offprints

2010-09-24 Thread Bowen Alan C.
Second try.

I use a structure like

\startproduct prd_JournalVolume
\component c_A.tex
\component c_B.tex
\stopproduct

to produce a single PDF file for the volume of a journal. Is there a way in 
MKII to adapt this so that instead of a single JournalVolume.pdf, I get
c_A.pdf
c_B.pdf
where each component PDF file has the  proper pagination as well as functioning 
external and internal hyperlinks?

Alan

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


[NTG-context] producing offprints

2010-09-22 Thread Bowen Alan C.
I use a structure like

\startproduct prd_JournalVolume

\component c_A.tex
\component c_B.tex

\stopproduct

to produce a single PDF file for the volume of a journal. Is there a way in 
MKII to adapt this so that instead of a single JournalVolume.pdf, I get
c_A.pdf
c_B.pdf
where each component file has the  proper pagination as well as functioning 
external and internal hyperlinks?

Alan



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


[NTG-context] numbered subitems revisited

2010-08-31 Thread Bowen Alan C.
Several iterations of MK2 ago (in 2007), I was able to produce:

1. History
1.1 Pre-Greek (Babylonian and Egyptian) sundials
1.2 Greek and Roman sundials
1.3 Byzantine sundials
2. Catalog (descriptions with photos, rough dating, evaluation)
2.1 The Tower of the Winds and its sundials, treated separately
2.2 General remarks on the cataloguing of the other finds
2.3 Catalogue of the remaining finds on the Greek mainland and
the Peloponnesus
3. Analysis
3.1 Methodological remarks on the mathematical tools for analysis,
and on their status
3.2 Documentation of the results of the mathematical analysis of
the measurements, comparison with other evaluations

using the following code (thanks to Aditya):

\setupitemize[1][fit,broad]
\setupitemize[2][width=2em]
\setupitemize[each][n]

\def\checkforrepeatedlistitem
 {\ifnum\itemlevel=\plusone
 \initializeboxstack{item}%
 \fi
 \ifconditional\repeatlistitem
 \savebox{item}{\itemlevel}{\hbox{\copy8}}%
 \setbox8\hbox %to \wd8
 {\setbox\scratchbox\hbox
 {\scratchcounter\itemlevel
 \advance\scratchcounter\minusone
 \dorecurse\scratchcounter{\foundbox{item}{\recurselevel}}}%
 \ifnum\itemlevel\plusone
 \ifdim\wd\scratchbox\zeropoint
 %\hskip-\dimen2
 \box\scratchbox
 \fi
 \fi
 \box8 }%
 \fi}

\startitemize[repeat,serried, joinedup]
 \item History
\startitemize[width=1.75em, stopper={}]
\item Pre{-}Greek (Babylonian and Egyptian) sundials
 \item Greek and Roman sundials
\item Byzantine sundials
\stopitemize
 \item Catalog (descriptions with photos, rough dating, evaluation)
\startitemize[width=1.75em, stopper={}]
\item The Tower of the Winds and its sundials, treated separately
 \item General remarks on the cataloguing of the other finds
\item Catalogue of the remaining finds on the Greek mainland and the 
Peloponnesus
\stopitemize
 \item Analysis
\startitemize[width=1.75em, stopper={}]
 \item Methodological remarks on the mathematical tools for analysis, 
and on their status
\item Documentation of the results of the mathematical analysis of the 
measurements, 
comparison with other evaluations
\stopitemize
\stopitemize

But using 2010.08.06 22 of the minimals, I now get:

! Undefined control sequence.
\checkforrepeatedlistitem -\ifnum \itemlevel 
  =\plusone \initializeboxstack ...

\dolistitem ...rutdepth \checkforrepeatedlistitem 
  \ifdim \dimen 2\zeropoint...

\complexdoitemgroupitem ...obreak \fi \dolistitem 
  \relax \ifconditional \pac...
to be read again 
   H
l.30  \item H
 istory

The redefinition of \checkforrepeatedlistitem was necessary because “serried” 
ruined the indentation of the subitems.

Is there a fix for this?

Alan


___
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] meta post query (MK2) re underlining

2010-07-17 Thread Bowen Alan C .
Many thanks, Hans. That looks much better now.

Alan

On Jul 16, 2010, at 4:29 PM, Hans Hagen wrote:

 On 16-7-2010 5:00, Bowen Alan C. wrote:
 I have been using
 
 \definetextbackground[underline]
 [location=text,alternative=1,background=,frame=off]
 
 for underlining in my documents and
 
 \startuseMPgraphic{mpos:par:columnset}
\iftracepositions show_multi_pars \else draw_multi_pars \fi ;
path p ; p := boundingbox currentpicture ;
   currentpicture := currentpicture shifted (0,-StrutDepth/2) ;
setbounds currentpicture to p ;
 \stopuseMPgraphic
 
 to control the depth of the underlining.
 
 Unfortunately, this underlining is still sometimes too far beneath the word 
 underlined. I had thought the problem is the -StrutDepth/2. But even if I 
 change it to an absolute value, the underlines to not appear at the same 
 distance even when the word.
 
 Try this test file:
 
 \definetextbackground[underline]
 [location=text,alternative=1,background=,frame=off]
 
 \startuseMPgraphic{mpos:par:columnset}
\iftracepositions show_multi_pars \else draw_multi_pars \fi ;
path p ; p := boundingbox currentpicture ;
   currentpicture := currentpicture shifted (0,-.50) ;
setbounds currentpicture to p ;
 \stopuseMPgraphic
 
 \starttext
 
 Donec \startunderline{gravida}\stopunderline{} posuere arcu.
 Donec \startunderline{gravida}\stopunderline{} posuere arcu.
 Donec \startunderline{gravida}\stopunderline{} posuere arcu.
 Donec \startunderline{gravida}\stopunderline{} posuere arcu.
 Donec \startunderline{gravida}\stopunderline{} posuere arcu.
 Donec \startunderline{gravida}\stopunderline{} posuere arcu.
 Donec \startunderline{gravida}\stopunderline{} posuere arcu.
 Donec \startunderline{gravida}\stopunderline{} posuere arcu.
 Donec \startunderline{gravida}\stopunderline{} posuere arcu.
 Donec \startunderline{gravida}\stopunderline{} posuere arcu.
 
 \stoptext
 
 What I need is underlining that occurs at a fixed/constant distance below 
 the words underlined (allowing for descenders, of course, when they are 
 present).
 
 Any suggestions?
 
 
 just use \underbar(s)
 
 
 
 
 -
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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
 ___

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


[NTG-context] meta post query (MK2) re underlining

2010-07-16 Thread Bowen Alan C.
I have been using

\definetextbackground[underline]
[location=text,alternative=1,background=,frame=off]

for underlining in my documents and 

\startuseMPgraphic{mpos:par:columnset}
   \iftracepositions show_multi_pars \else draw_multi_pars \fi ;
   path p ; p := boundingbox currentpicture ;
  currentpicture := currentpicture shifted (0,-StrutDepth/2) ;
   setbounds currentpicture to p ;
\stopuseMPgraphic

to control the depth of the underlining.

Unfortunately, this underlining is still sometimes too far beneath the word 
underlined. I had thought the problem is the -StrutDepth/2. But even if I 
change it to an absolute value, the underlines to not appear at the same 
distance even when the word.

Try this test file:

\definetextbackground[underline]
[location=text,alternative=1,background=,frame=off]

\startuseMPgraphic{mpos:par:columnset} 
   \iftracepositions show_multi_pars \else draw_multi_pars \fi ;
   path p ; p := boundingbox currentpicture ;
  currentpicture := currentpicture shifted (0,-.50) ;
   setbounds currentpicture to p ;
\stopuseMPgraphic

\starttext

Donec \startunderline{gravida}\stopunderline{} posuere arcu. 
Donec \startunderline{gravida}\stopunderline{} posuere arcu. 
Donec \startunderline{gravida}\stopunderline{} posuere arcu. 
Donec \startunderline{gravida}\stopunderline{} posuere arcu.
Donec \startunderline{gravida}\stopunderline{} posuere arcu.
Donec \startunderline{gravida}\stopunderline{} posuere arcu.
Donec \startunderline{gravida}\stopunderline{} posuere arcu.
Donec \startunderline{gravida}\stopunderline{} posuere arcu.
Donec \startunderline{gravida}\stopunderline{} posuere arcu.
Donec \startunderline{gravida}\stopunderline{} posuere arcu.

\stoptext

What I need is underlining that occurs at a fixed/constant distance below the 
words underlined (allowing for descenders, of course, when they are present).

Any suggestions?

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


[NTG-context] resetting local footnote number (conversion = character)

2010-01-06 Thread Bowen Alan C .
Yet another try.

I have some local footnotes (conversion = character) and would like to reset  
set the counter  
(a) to “a” and 
(b) to a specific value other than “a”. 
How can I do this?

re (a) 
\resetnumber[localfootnote] does not work. 
! Missing \endcsname inserted.
to be read again 
   \numberlocalfootnotenumber 
\setcounter #1#2-\...@ea \xdef \csname #1
   \endcsname {\the \numexpr #2\relax }
l.217 \resetnumber[localfootnote]

Am I even right to assume that there is a pre-defined localfootnote counter?

Alan

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


[NTG-context] resetting local footnote number (conversion = character)

2010-01-04 Thread Bowen Alan C.
I have some local footnotes (conversion = character) and would like to set the 
counter to a specific value other than “a”. How can I do this?

Alan


___
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] latest beta and file mismatch problem

2009-12-03 Thread Bowen Alan C.
Otared,

This works perfectly. In all the changes to ConTeXt, I had neglected to update 
my TeXShop settings. Many thanks for your help (and patience).

Alan

On Dec 2, 2009, at 12;24,37 , Otared Kavian wrote:

 
 On 2 déc. 2009, at 18:06, Bowen Alan C. wrote:
 
 Mocja—
 
 I can process files from the command line. The problem seems to be with 
 TeXShop (which I suspect needs some updating for Snow Leopard). Reinstalling 
 TeXShop does not help.
 
 Alan
 
 
 Hi Alan,
 
 You have to add a .engine file to 
 ~/Library/TeXShop/Engines
 
 and open again TeXShop. For instance I have a file called mkii.engine 
 containing these lines (between %%%begin and %%%end of course!):
 %%% begin
 #!/bin/bash
 
 source /Volumes/OK/context-minimal/tex/setuptex 
 texexec $1
 %%%end
 
 and then in TeXShop by default the engine is chosen to be mkii. It is 
 important to know that this file must have the x bit as its rights.
 In your case this mkii.engine file should contain
 
 #!/bin/bash
 
 source /Applications/ConTeXtMinimals/tex/setuptex 
 texexec $1
 
 Don't forget to chmod +x.
 Good luck!
 Best regards: OK
 ___
 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
 ___

___
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] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C.
Thanks, Mojca.

With .bash_profile now reading . /Applications/ConTeXtMinimals/tex/setuptex, I 
ran texexec --make --all successfully. But I still could not process a .tex 
file: the error message was

This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 2009)
 \write18 enabled.
 (/Applications/ConTeXtMinimals/tex/texmf-context/web2c/natural.tcx)

kpathsea: Running mktexfmt cont-en.fmt
mktexfmt: No such file or directory
I can't find the format file `cont-en.fmt'!
TeXExec | runtime: 0.21928

So I removed texmf-osx-intel from /ConTeXtMinimals/tex/. re-ran texexec --make 
--all. The error message is now

texexec: Command not found.

Alan

On Dec 2, 2009, at 03;13,46 , Mojca Miklavec wrote:

 On Tue, Dec 1, 2009 at 17:13, Bowen Alan C. wrote:
 Mocja—
 I see that I have two texexecs in my Minimals now:
 one in
 ConTeXtMinimals/tex/texmf-osx-intel/bin
 the other in
 ConTeXtMinimals/tex/texmf-osx-64/bin
 Which one is the right one?
 
 The second one.
 
 I should add that when my .bash_profile has
 . /Applications/ConTeXtMinimals/tex/setuptex
 /Applications/ConTeXtMinimals/tex/
 I cannot compile any file because of the mismatch between format and base
 files.
 
 This is because you need to regenerate the formats (texexec --make
 --all). Please send the log if this fails to help.
 
 If I change my .bash_profile to
 . /Applications/ConTeXtMinimals/tex/setuptex
 /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin
 as suggested in
 
 No, that's not been suggested. You may not use the second argument
 that way. If you read carefully again you'll see that there are **two
 different recipes**. You need to use just one of them.
 
 When you want to use context, you need to initialize the tree by typing:
 
 [first recipe]
  . /Applications/ConTeXtMinimals/tex/setuptex
 in your shell or add
 
 [second recipe]
  /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin
 to PATH variable if you want to set it permanently.
 This can usually be done in .bashrc, .bash_profile
 (or whatever file is used to initialize your shell).
 
 I get the error message
 The argument /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin is not a
 valid TEXROOT path.
 (There is no file
 /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/texmf/tex/plain/base/plain.tex)
 
 Yes, that makes sense. Since
 /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin is NOT the root of
 distribution. That's just the PATH to your binaries.
 
 Just go with the first approach (the one that reports mismatching
 formats at the moment), run
texexec --make --all
 and send the log if it fails to work.
 
 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
 ___

___
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] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C.
Mojca—

texmf-osx-intel reappears when the minimals are updated

removing status-of-update.lua did not make a difference  (I am using MKII).

I have not installed TeXLive.

Alan
On Dec 2, 2009, at 03;16,40 , Mojca Miklavec wrote:

 On Tue, Dec 1, 2009 at 22:09, Bowen Alan C. wrote:
 Hi, Otared,
 Thanks for the tip. The first problem is that ./first-setup.sh installs both
 files texmf-os-x and texmf-osx-intgel.
 
 texmf-osx-intel should not be installed at all. What happens if you
 delete it? Does it appear again? Also try to remove the file
 status-of-update.lua as Hans suggested.
 
 The second is that I now get
 This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 2009)
  \write18 enabled.
  (/Applications/ConTeXtMinimals/tex/texmf-context/web2c/natural.tcx)
 kpathsea: Running mktexfmt cont-en.fmt
 mktexfmt: No such file or directory
 I can't find the format file `cont-en.fmt'!
 TeXExec | runtime: 0.10815
 
 It looks like this is using the version from TeX Live.
 
 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
 ___

___
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] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C.
The outputs are:
uname -m
i386
echo $HOSTTYPE
x86_64
sysctl -n hw.cpu64bit_capable
1
echo $PATH

/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin

ls /Applications/ConTeXtMinimals/tex/
mysetuptex  setuptex.cshtexmf-cache texmf-osx-64
setuptexsetuptex.tmftexmf-context   texmf-project
setuptex.battexmf   texmf-local

ls -l /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin
total 47488
-rwxr-xr-x  1 alancbowen  admin   195812 Aug 27 20:08 afm2pl
-rwxr-xr-x  1 alancbowen  admin   204116 Aug 27 20:08 afm2tfm
-rwxr-xr-x  1 alancbowen  admin   348252 Aug 27 20:08 bibtex
-rwxr-xr-x  1 alancbowen  admin   39 May  5  2009 context
-rwxr-xr-x  1 alancbowen  admin  1503396 Aug 27 20:08 dvipdfmx
-rwxr-xr-x  1 alancbowen  admin   224580 Aug 27 20:08 dvipos
-rwxr-xr-x  1 alancbowen  admin   492056 Aug 27 20:08 dvips
-rwxr-xr-x  1 alancbowen  admin34252 Aug 27 20:08 kpseaccess
-rwxr-xr-x  1 alancbowen  admin34284 Aug 27 20:08 kpsestat
-rwxr-xr-x  1 alancbowen  admin   179244 Sep  5 17:28 kpsewhich
-rwxr-xr-x  1 alancbowen  admin  6303832 Nov 29 04:56 luatex
-rwxr-xr-x  1 alancbowen  admin   231408 Nov 27 11:56 luatools
-rwxr-xr-x  1 alancbowen  admin   39 May  5  2009 metatex
-rwxr-xr-x  1 alancbowen  admin 6885 Jul 23 13:11 mktexlsr
-rwxr-xr-x  1 alancbowen  admin   560136 Nov  1 16:51 mpost
-rwxr-xr-x  1 alancbowen  admin   353560 Dec  1 09:04 mtxrun
-rwxr-xr-x  1 alancbowen  admin   43 Jul 19 15:11 mtxworks
-rwxr-xr-x  1 alancbowen  admin  2225728 Nov 29 04:56 pdftex
-rwxr-xr-x  1 alancbowen  admin   704816 Nov 29 04:56 pdftosrc
-rwxr-xr-x  1 alancbowen  admin   137860 Aug 27 20:08 pltotf
-rwxr-xr-x  1 alancbowen  admin   50 Nov 27 13:00 texexec
lrwxrwxrwx  1 alancbowen  admin6 Nov  1 17:06 texlua - luatex
lrwxrwxrwx  1 alancbowen  admin6 Nov  1 17:06 texluac - luatex
-rwxr-xr-x  1 alancbowen  admin   32 May  5  2009 texmfstart
-rwxr-xr-x  1 alancbowen  admin   216320 Aug 27 20:08 tftopl
-rwxr-xr-x  1 alancbowen  admin   135104 Nov 29 04:56 ttf2afm
-rwxr-xr-x  1 alancbowen  admin   249216 Aug 27 20:08 vftovp
-rwxr-xr-x  1 alancbowen  admin   162552 Aug 27 20:08 vptovf
-rwxr-xr-x  1 alancbowen  admin  1541072 Nov  1 16:51 xdvipdfmx
-rwxr-xr-x  1 alancbowen  admin  8192912 Nov  1 16:51 xetex

which pdftex
/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/pdftex
which context
/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/context
which texexec
/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/texexec
kpsewhich context.tex

/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/context.tex
 
Alan

On Dec 2, 2009, at 06;55,07 , Mojca Miklavec wrote:

 On Wed, Dec 2, 2009 at 12:49, Bowen Alan C. wrote:
 Thanks, Mojca.
 With .bash_profile now reading .
 /Applications/ConTeXtMinimals/tex/setuptex, I ran texexec --make --all
 successfully. But I still could not process a .tex file: the error message
 was
 This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 2009)
  \write18 enabled.
  (/Applications/ConTeXtMinimals/tex/texmf-context/web2c/natural.tcx)
 kpathsea: Running mktexfmt cont-en.fmt
 mktexfmt: No such file or directory
 I can't find the format file `cont-en.fmt'!
 TeXExec | runtime: 0.21928
 So I removed texmf-osx-intel from /ConTeXtMinimals/tex/. re-ran texexec
 --make --all. The error message is now
 texexec: Command not found.
 
 Can you please send the output of:
 uname -m
 echo $HOSTTYPE
 sysctl -n hw.cpu64bit_capable
 echo $PATH
 ls /Applications/ConTeXtMinimals/tex/
 ls -l /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin
 which pdftex
 which context
 which texexec
 kpsewhich context.tex
 
 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
 ___

___
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] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C.
Mojca—

I am running a version of first-setup.sh that was downloaded from the garden on 
 November 28. Updating to the file available today makes no difference.

Alan

On Dec 2, 2009, at 07;04,16 , Mojca Miklavec wrote:

 On Wed, Dec 2, 2009 at 12:59, Bowen Alan C. wrote:
 Mojca—
 
 texmf-osx-intel reappears when the minimals are updated
 
 If
sysctl -n hw.cpu64bit_capable
 returns you 1 then it's quite possible that you are still using the
 old version of first-setup.sh.
 
 removing status-of-update.lua did not make a difference  (I am using MKII).
 
 I have not installed TeXLive.
 
 Sorry, I was misinterpreting the pdfTeX 1.40 string and though it
 was reading LuaTeX beta-0.40.
 
 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
 ___

___
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] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C.
Mojca—

Let‘s go back to o square 1. I trashed my old minimals and completely 
reinstalled using the latest first.setup.sh.

This did not work out of the box, so I ran chmod +x first-setup.sh and then 
./first-setup.sh again

The good news:
• there is no texmf-osx-intel folder in ConTeXtMinimals/tex/
• context --version works

The bad news
• compiling 
\starttext
Hello Hans!
\stoptext
gets “texexec: Command not found.”

My .bash_profile file consists of the line “. 
/Applications/ConTeXtMinimals/tex/setuptex”
This seems to be working as it should: when Terminal opens I see:
Setting /Applications/ConTeXtMinimals/tex as ConTeXt root.

Running texexec --make -all again had no effect.

This is all and only what I have done. (Testimonials available on request.)

Alan

On Dec 2, 200“9, at 10;43,15 , Mojca Miklavec wrote:

 On Wed, Dec 2, 2009 at 13:07, Bowen Alan C. wrote:
 
 So I removed texmf-osx-intel from /ConTeXtMinimals/tex/. re-ran texexec
 --make --all. The error message is now
 texexec: Command not found.
 
 which texexec
/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/texexec
 
 This calls for a half-a-box-beer challenge. Here's a deal (the thread
 has grown long already): if you send a screenshot of both commands
 being run one after another (plus a documentary video to prove you
 didn't do anything weird behind the scenes) you win. Else you pay for
 beer during the next meeting or BachoTeX.
 
 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
 ___

___
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] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C .
Mocja—

 I can process files from the command line. The problem seems to be with 
TeXShop (which I suspect needs some updating for Snow Leopard). Reinstalling 
TeXShop does not help.

Alan

On Dec 2, 2009, at 11;36,23 , Bowen Alan C. wrote:

 Mojca—
 
 Let‘s go back to o square 1. I trashed my old minimals and completely 
 reinstalled using the latest first.setup.sh.
 
 This did not work out of the box, so I ran chmod +x first-setup.sh and then 
 ./first-setup.sh again
 
 The good news:
 • there is no texmf-osx-intel folder in ConTeXtMinimals/tex/
 • context --version works
 
 The bad news
 • compiling 
 \starttext
 Hello Hans!
 \stoptext
 gets “texexec: Command not found.”
 
 My .bash_profile file consists of the line “. 
 /Applications/ConTeXtMinimals/tex/setuptex”
   This seems to be working as it should: when Terminal opens I see:
   Setting /Applications/ConTeXtMinimals/tex as ConTeXt root.
 
 Running texexec --make -all again had no effect.
 
 This is all and only what I have done. (Testimonials available on request.)
 
 Alan
 
 On Dec 2, 200“9, at 10;43,15 , Mojca Miklavec wrote:
 
 On Wed, Dec 2, 2009 at 13:07, Bowen Alan C. wrote:
 
 So I removed texmf-osx-intel from /ConTeXtMinimals/tex/. re-ran texexec
 --make --all. The error message is now
 texexec: Command not found.
 
 which texexec
/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/texexec
 
 This calls for a half-a-box-beer challenge. Here's a deal (the thread
 has grown long already): if you send a screenshot of both commands
 being run one after another (plus a documentary video to prove you
 didn't do anything weird behind the scenes) you win. Else you pay for
 beer during the next meeting or BachoTeX.
 
 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
 ___
 
 ___
 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
 ___

___
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] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C.
Thanks to Otared and Dick Koch, I now have MKII up and running again.

The primary change in TeXshop involved setting the path in Preferences/Engine to

/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin.

for the MKII engine, Otared suggested
#!/bin/bash
source /Applications/ConTeXtMinimals/tex/setuptex 
texexec $1


What would be best for the MKIV and XeTeX engines?

Right now I have,

MKIV
#!/bin/bash
export PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-64l/bin:$PATH
export TEXMFCACHE=/Applications/ConTeXtMinimals/tex/texmf-cache
context $1


XeTeX
#!/bin/bash
export PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin:$PATH
texexec --xtx $1

Alan

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


[NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
I have just installed the latest beta (minimals) and updated my .bash_profile 
(as advised) so that it now reads:
. /Applications/ConTeXtMinimals/tex/setuptex 
/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin

When I try to compile any file, I get:

FatalError  : Your format does not match the base files!

FormatVersion   : 2009.11.26 16:28 MKII
FilesVersion: 2009.12.01 00:14

How do I fix this? (texexec --make --all did not do the trick.)

Alan___
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] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
Mocja—

I see that I have two texexecs in my Minimals now:
one in
ConTeXtMinimals/tex/texmf-osx-intel/bin
the other in
ConTeXtMinimals/tex/texmf-osx-64/bin

Which one is the right one?

Alan


On Dec 1, 2009, at 10;40,52 , Mojca Miklavec wrote:

 On Tue, Dec 1, 2009 at 13:25, Bowen Alan C. wrote:
 I have just installed the latest beta (minimals) and updated my
 .bash_profile (as advised) so that it now reads:
 . /Applications/ConTeXtMinimals/tex/setuptex
 /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin
 
 Why the second argument? (It's optional, but wrong in this case.)
 
 When I try to compile any file, I get:
 FatalError  : Your format does not match the base files!
 FormatVersion   : 2009.11.26 16:28 MKII
 FilesVersion: 2009.12.01 00:14
 How do I fix this? (texexec --make --all did not do the trick.)
 
 I suspect that you don't call the right texexec when you run it (maybe
 you have another texexec in TeX Live?)
 
 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
 ___

___
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] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C .
Mojca (at last!)—

I see that I have two texexecs in my Minimals now:
one in
ConTeXtMinimals/tex/texmf-osx-intel/bin
the other in
ConTeXtMinimals/tex/texmf-osx-64/bin

Which one is the right one?

Alan


On Dec 1, 2009, at 10;40,52 , Mojca Miklavec wrote:

 On Tue, Dec 1, 2009 at 13:25, Bowen Alan C. wrote:
 I have just installed the latest beta (minimals) and updated my
 .bash_profile (as advised) so that it now reads:
 . /Applications/ConTeXtMinimals/tex/setuptex
 /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin
 
 Why the second argument? (It's optional, but wrong in this case.)
 
 When I try to compile any file, I get:
 FatalError  : Your format does not match the base files!
 FormatVersion   : 2009.11.26 16:28 MKII
 FilesVersion: 2009.12.01 00:14
 How do I fix this? (texexec --make --all did not do the trick.)
 
 I suspect that you don't call the right texexec when you run it (maybe
 you have another texexec in TeX Live?)
 
 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
 ___

___
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] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
I am a lousy typist and she is very very patient.

A.
On Dec 1, 2009, at 11;17,04 , Arthur Reutenauer wrote:

 Mojca (at last!)—
 
  I was also wondering when you would get her name right ;-)
 
   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  : http://foundry.supelec.fr/projects/contextrev/
 wiki : 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
I should add that when my .bash_profile has
. /Applications/ConTeXtMinimals/tex/setuptex /Applications/ConTeXtMinimals/tex/
I cannot compile any file because of the mismatch between format and base files.

If I change my .bash_profile to
. /Applications/ConTeXtMinimals/tex/setuptex 
/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin
as suggested in
When you want to use context, you need to initialize the tree by typing:
  . /Applications/ConTeXtMinimals/tex/setuptex
in your shell or add
  /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin
to PATH variable if you want to set it permanently.
This can usually be done in .bashrc, .bash_profile
(or whatever file is used to initialize your shell).
I get the error message  
The argument /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin is not a 
valid TEXROOT path.
(There is no file 
/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/texmf/tex/plain/base/plain.tex)

Alan

'On Dec 1, 2009, at 11;15,15 , Bowen Alan C. wrote:

 Mojca (at last!)—
 
 I see that I have two texexecs in my Minimals now:
 one in
 ConTeXtMinimals/tex/texmf-osx-intel/bin
 the other in
 ConTeXtMinimals/tex/texmf-osx-64/bin
 
 Which one is the right one?
 
 Alan
 
 
 On Dec 1, 2009, at 10;40,52 , Mojca Miklavec wrote:
 
 On Tue, Dec 1, 2009 at 13:25, Bowen Alan C. wrote:
 I have just installed the latest beta (minimals) and updated my
 .bash_profile (as advised) so that it now reads:
 . /Applications/ConTeXtMinimals/tex/setuptex
 /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin
 
 Why the second argument? (It's optional, but wrong in this case.)
 
 When I try to compile any file, I get:
 FatalError  : Your format does not match the base files!
 FormatVersion   : 2009.11.26 16:28 MKII
 FilesVersion: 2009.12.01 00:14
 How do I fix this? (texexec --make --all did not do the trick.)
 
 I suspect that you don't call the right texexec when you run it (maybe
 you have another texexec in TeX Live?)
 
 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
 ___
 
 ___
 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
 ___

___
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] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
I think so, Hans: I updated it over the weekend.

Alan
On Dec 1, 2009, at 15;26,12 , Hans Hagen wrote:

 Bowen Alan C. wrote:
 I should add that when my .bash_profile has
 . /Applications/ConTeXtMinimals/tex/setuptex 
 /Applications/ConTeXtMinimals/tex/
 I cannot compile any file because of the mismatch between format and base 
 files.
 If I change my .bash_profile to
 . /Applications/ConTeXtMinimals/tex/setuptex 
 /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin
 as suggested in
 When you want to use context, you need to initialize the tree by typing:
  . /Applications/ConTeXtMinimals/tex/setuptex
 in your shell or add
  /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin
 to PATH variable if you want to set it permanently.
 This can usually be done in .bashrc, ..bash_profile
 (or whatever file is used to initialize your shell).
 I get the error message  The argument 
 /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin is not a valid TEXROOT 
 path.
 (There is no file 
 /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/texmf/tex/plain/base/plain.tex)
 Alan
 'On Dec 1, 2009, at 11;15,15 , Bowen Alan C. wrote:
 Mojca (at last!)—
 
 I see that I have two texexecs in my Minimals now:
 one in
 ConTeXtMinimals/tex/texmf-osx-intel/bin
 the other in
 ConTeXtMinimals/tex/texmf-osx-64/bin
 
 Which one is the right one?
 
 only mojca knows ... did you use the latest version of teh installer script?
 
 
 -
  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
 ___

___
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] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
Hi, Otared,

Thanks for the tip. The first problem is that ./first-setup.sh installs both 
files texmf-os-x and texmf-osx-intgel. The second is that I now get

This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 2009)
 \write18 enabled.
 (/Applications/ConTeXtMinimals/tex/texmf-context/web2c/natural.tcx)

kpathsea: Running mktexfmt cont-en.fmt
mktexfmt: No such file or directory
I can't find the format file `cont-en.fmt'!
TeXExec | runtime: 0.10815

when I compile as file with both or with either one alone.

Alan

On Dec 1, 2009, at 15;38,29 , Otared Kavian wrote:

 
 I see that I have two texexecs in my Minimals now:
 one in
 ConTeXtMinimals/tex/texmf-osx-intel/bin
 the other in
 ConTeXtMinimals/tex/texmf-osx-64/bin
 
 Which one is the right one?
 
 only mojca knows ... did you use the latest version of teh installer script?
 
 Hi Alan,
 
 If you are running Mac OS X 10.6.1 or later, the right folder (or directory) 
 is
 ConTeXtMinimals/tex/texmf-osx-64/bin
 
 In any case you can test this just by changing the name of either of the 
 folders and try to typeset a file (you can change the name of the folder for 
 example in the Finder). Do you use TeXShop or any other GUI application?
 
 A last point: at the beginning of the ConTeXt minimals, at one point I 
 installed the minimals in the /Application/ folder (directory) but had 
 constantly problems due to the rights of writing and executing, I think. Now 
 I have the Minimals in another place and everything works fine.
 
 Good luck!
 
 Best regards: OK
 ___
 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
 ___

___
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] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
Thanks, Peter. I will assume for the moment that the question of my profile 
entry is separable from the problem in getting a file to compile. (The problem 
persists no matter what line I have in .bash-profile.)

Alan

On Dec 1, 2009, at 15;28,29 , Peter Münster wrote:

 On Tue, Dec 01 2009, Bowen Alan C. wrote:
 
 I get the error message  
 The argument /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin is not
 a valid TEXROOT path.
 (There is no file
 /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/texmf/tex/plain/base/plain.tex)
 
 Hello Alan,
 
 You don't need setuptex. Just add this line to your .bash_profile or
 .bashrc:
 
 PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin:$PATH
 
 Cheers, Peter
 
 -- 
 Contact information: http://pmrb.free.fr/contact/
 
 
 ___
 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
 ___

___
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] New current context: 2009.11.26

2009-11-28 Thread Bowen Alan C.

On Nov 27, 2009, at 17;29,08 , Mojca Miklavec wrote:

 On Fri, Nov 27, 2009 at 18:40, Bowen Alan C. wrote:
 On Nov 27, 2009, at 10;17,36 , Mojca Miklavec wrote:
 Bowen Alan C. wrote:
 I have successfully installed and run this latest ConTeXt (in the 
 minimals).
 
 What has happened to context --version and luatex --version?
 
 Both now get “command not found”.
 
 IIRC, mojca changed setuptex so that it only adjusts the PATH in the
 current subshell. Can that be the problem?
 
 Hard to believe (though anything is possible).
 
 My crystal ball says that Alan uses Mac OS X Snow Leopard with 32-bit 
 kernel.
 
 Alan, please:
 - fetch the latest first-setup.sh or set platform=osx-64 manually
 before calling mtxrun
 - you might need to remove --make from mtxrun and run mktexlsr/texexec
 --make manually until further notice (I need to fix some minor bug,
 sorry)
 
 Mojca
 
 Hi, Mojca—
 
 You have a great crystal ball! I have set my platform to 64-bit kernel 
 startup mode, re-started, and re-installed the latest from the minimals 
 using ./firstsetup.sh
 
 Still no recognition of context --version and luatex --version.
 As for your other suggestions, I get “command not found” for mtxrun, 
 texmfstart, texexec, mtexlsr.
 
 As you can probably also see in your crystal ball, I am at the limits of my 
 knowledge of unix  and how ConTeXt, luatex are installed. So while I am 
 happy to test what you say and provide feedback, please don’t get trapped 
 into dealing with me about a problem that will eventually go away anyway. 
 (My installation does still work, after all-- well, except for some 
 unresolved problems with multi-page tables, but that is another thread.)
 
 1. Check if you have either executed source setuptex (. setuptex) or
 set the path explicitely
 2. Please check the contents of /path/to/your/context/tex by typing
ls /path/to/your/context/tex
ls /path/to/your/context/tex/texmf-osx-64/bin
 3. What does
echo $PATH
 say (after making sure that . setuptex is executed)?
 
 Mojca

Mojca—

1. When I open Terminal, I always see the line
Setting /Applications/ConTeXtMinimals/tex as ConTeXt root.
so I take it that .setuptex has been executed

2.   ls /Applications/ConTeXtMinimals/tex gets:
mysetuptex  setuptex.batsetuptex.tmftexmf-cache texmf-local 
texmf-project
setuptexsetuptex.cshtexmf   texmf-context   texmf-osx-intel

3. echo $PATH gets:
/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin

Alan





___
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] New current context: 2009.11.26

2009-11-28 Thread Bowen Alan C.
Mocja—

You are right. So to get the latest first-sstup.sh I ran 
$ curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh
and when I run 
$ ./first-setup.sh --context-=stable
I am now am denied permission 

Playing with the permissions -a or -u and using sudo does not seem to help.

I am assuming that when I eventually run the new first-setup.sh I will find a 
new folder:
/Applications/ConTeXtMinimals/tex/texmf-osx-64/


Alan

On Nov 28, 2009, at 09;45,35 , Mojca Miklavec wrote:

 On Sat, Nov 28, 2009 at 15:35, Bowen Alan C. wrote:
 
 Mojca—
 
 1. When I open Terminal, I always see the line
 Setting /Applications/ConTeXtMinimals/tex as ConTeXt root.
 so I take it that .setuptex has been executed
 
 2.   ls /Applications/ConTeXtMinimals/tex gets:
 mysetuptex  setuptex.batsetuptex.tmftexmf-cache texmf-local  
texmf-project
 setuptexsetuptex.cshtexmf   texmf-context   
 texmf-osx-intel
 
 3. echo $PATH gets:
 /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
 
 This indicates that you didn't update first-setup.sh itself. You need
 to fetch a newer version of first-setup.sh and check that ls
 /Applications/ConTeXtMinimals/tex will contain the folder
 texmf-osx-64.
 
 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
 ___

___
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] New current context: 2009.11.26

2009-11-28 Thread Bowen Alan C.
That does indeed help. I have now run first-setup.sh successfully and all is 
well: there is a new “texmf-osx-64” folder right where it should be and context 
--version now works too.

Many thanks, Mocja!

Alan
On Nov 28, 2009, at 11;38,27 , Mojca Miklavec wrote:

 On Sat, Nov 28, 2009 at 17:24, Bowen Alan C. acbo...@princeton.edu wrote:
 Mocja—
 
 You are right. So to get the latest first-sstup.sh I ran
 $ curl -o first-setup.sh 
 http://minimals.contextgarden.net/setup/first-setup.sh
 and when I run
 $ ./first-setup.sh --context-=stable
 I am now am denied permission
 
 Does
chmod +x first-setup.sh
 help?
 
 (I usually copy-paste the command from 
 http://minimals.contextgarden.net/setup/:
rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh
 )
 
 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
 ___

___
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] New current context: 2009.11.26

2009-11-27 Thread Bowen Alan C.
I have successfully installed and run this latest ConTeXt (in the minimals). 

What has happened to context --version and luatex --version?

Both now get “command not found”.

Alan

On Nov 27, 2009, at 06;19,23 , Taco Hoekwater wrote:

 Hi,
 
 Hans released a new current context yesterday. This is mostly a bugfix/
 catchup release for mkiv functionality, but there are also a few other
 bugfixes.
 
 See http://wiki.contextgarden.net/Context_2009.11.26 for details.
 
 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  : http://foundry.supelec.fr/projects/contextrev/
 wiki : 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] New current context: 2009.11.26

2009-11-27 Thread Bowen Alan C.
On Nov 27, 2009, at 10;17,36 , Mojca Miklavec wrote:

 On Fri, Nov 27, 2009 at 12:27, Thomas A. Schmitz wrote:
 On Nov 27, 2009, at 12:19 PM, Taco Hoekwater wrote:
 
 Hi,
 
 Hans released a new current context yesterday. This is mostly a bugfix/
 catchup release for mkiv functionality, but there are also a few other
 bugfixes.
 
 See http://wiki.contextgarden.net/Context_2009.11.26 for details.
 
 Best wishes,
 Taco
 
 Hi Taco,
 
 thanks for the announcement, and a short note, mostly for Mojca: the os x 
 minimals still ship with a luatex binary that is broken wrt metapost (I 
 haven't tested other platforms).
 
 Working on it now.
 
 Bowen Alan C. wrote:
 I have successfully installed and run this latest ConTeXt (in the minimals).
 
 What has happened to context --version and luatex --version?
 
 Both now get “command not found”.
 
 IIRC, mojca changed setuptex so that it only adjusts the PATH in the
 current subshell. Can that be the problem?
 
 Hard to believe (though anything is possible).
 
 My crystal ball says that Alan uses Mac OS X Snow Leopard with 32-bit kernel.
 
 Alan, please:
 - fetch the latest first-setup.sh or set platform=osx-64 manually
 before calling mtxrun
 - you might need to remove --make from mtxrun and run mktexlsr/texexec
 --make manually until further notice (I need to fix some minor bug,
 sorry)
 
 Mojca

Hi, Mojca—

You have a great crystal ball! I have set my platform to 64-bit kernel startup 
mode, re-started, and re-installed the latest from the minimals using 
./firstsetup.sh

Still no recognition of context --version and luatex --version.
As for your other suggestions, I get “command not found” for mtxrun, 
texmfstart, texexec, mtexlsr.

As you can probably also see in your crystal ball, I am at the limits of my 
knowledge of unix  and how ConTeXt, luatex are installed. So while I am happy 
to test what you say and provide feedback, please don’t get trapped into 
dealing with me about a problem that will eventually go away anyway. (My 
installation does still work, after all-- well, except for some unresolved 
problems with multi-page tables, but that is another thread.)

Very best, Alan






___
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] local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C.
Wolfgang—

Using tabulate does seem, to help: I still get odd labeling and a no page break.

\showframe

\starttext

\dorecurse{3}{\input knuth\par}

\start

\setuptabulate
[bodyfont=9pt,
width=\textwidth,
rulethickness=0.03em,
distance=big,
split=yes,
header=repeat]

\placetable
[split, top,nonumber]
[tab:Table03]
{Table 3}
{\startlocalfootnotes[conversion=character,bodyfont=9pt]
\placelegend
{\startframedtext[frame=off,offset=none,width=fit]
  \starttabulatehead
   \HL
   \NC {Column A} \NC {Column B} \NC\SR
   \HL
   \stoptabulatehead
   \starttabulate[|p(11.5pc)|p(11.5pc)|]
   \NC {1[4].341||345 [= F21.82||86]} \NC{6.29.3||4} \NC\SR
   \NC Text A\note[a]\NC Text B\note[b]\NC\SR
  \NC \input knuth\NC   \NC\AR
 \NC \NC \input knuth   \NC\AR
 \NC \input knuth\NC\NC\AR
   \stoptabulate
   \stopframedtext}
  {\footnotetext[a]{A local footnote.}
   \footnotetext[b]{Another local footnote.}
   \hskip2pc\mbox{\placelocalfootnotes}
}
\stoplocalfootnotes}

\stop

\stoptext

On Nov 23, 2009, at 02;51,46 , Wolfgang Schuster wrote:

 
 Am 23.11.2009 um 08:49 schrieb Taco Hoekwater:
 
 it seems that TaBlE does not support splitting p() columns and
 (iirc) TABLE does.
 
 TABLE doesn't (each cell is a \framed) but tabulate does
 
 Wolfgang
 
 ___
 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
 ___

___
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] local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C .
Wolfgang—

I have switched the minimal example to tabulate. The problem is that this 
entails little progress because I can find no documentation that explains
(a) how to format (e.g., center) the content of specific cells---\REF does not 
seem to work any more.
(b) how to get weighted rules---\HL[3] no longer works
(c) how to avoid getting the label for the table on the first page
(d) how to get a decent page break.
I have checked Hans' MAPs article as we all as the wiki. There is reference to 
a new tabulate module that you were working on, but the link goes nowhere.

I can work around (a) and (b) if I have to, but (c) and (d) are crucial.

Alan


\showframe

\starttext

\dorecurse{3}{\input knuth\par}

\start

\setuptabulate
[bodyfont=9pt,
width=\textwidth,
rulethickness=0.03em,
distance=big,
split=yes
header=repeat]

\placetable
[split, top,nonumber]
[tab:Table03]
{Table 3}
{\startlocalfootnotes[conversion=character,bodyfont=9pt]
\placelegend
{\startframedtext[frame=off,offset=none,width=fit]
  \starttabulatehead
   \HL
   \NC {Column A} \NC {Column B} \NC\SR
   \HL
   \stoptabulatehead
   \starttabulate[|p(11.5pc)|p(11.5pc)|]
   \NC {1[4].341||345 [= F21.82||86]} \NC{6.29.3||4} \NC\SR
   \NC Text A\note[a]\NC Text B\note[b]\NC\SR
  \NC \input knuth\NC   \NC\AR
 \NC \NC \input knuth   \NC\AR
 \NC \input knuth\NC\NC\AR
   \stoptabulate
   \stopframedtext}
  {\footnotetext[a]{A local footnote.}
   \footnotetext[b]{Another local footnote.}
   \hskip2pc\mbox{\placelocalfootnotes}}
\stoplocalfootnotes}

\stop

\stoptext

On Nov 23, 2009, at 02;51,46 , Wolfgang Schuster wrote:

 
 Am 23.11.2009 um 08:49 schrieb Taco Hoekwater:
 
 it seems that TaBlE does not support splitting p() columns and
 (iirc) TABLE does.
 
 TABLE doesn't (each cell is a \framed) but tabulate does
 
 Wolfgang
 
 ___
 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
 ___

___
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] local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C .
Wolfgang—

Using tabulate does seem, to help: I still get odd labeling and a no page break.

\showframe

\starttext

\dorecurse{3}{\input knuth\par}

\start

\setuptabulate
[bodyfont=9pt,
width=\textwidth,
rulethickness=0.03em,
distance=big,
split=yes,
header=repeat]

\placetable
[split, top,nonumber]
[tab:Table03]
{Table 3}
{\startlocalfootnotes[conversion=character,bodyfont=9pt]
\placelegend
{\startframedtext[frame=off,offset=none,width=fit]
 \starttabulatehead
  \HL
  \NC {Column A} \NC {Column B} \NC\SR
  \HL
  \stoptabulatehead
  \starttabulate[|p(11.5pc)|p(11.5pc)|]
  \NC {1[4].341||345 [= F21.82||86]} \NC{6.29.3||4} \NC\SR
  \NC Text A\note[a]\NC Text B\note[b]\NC\SR
 \NC \input knuth\NC\NC\AR
\NC \NC \input knuth\NC\AR
\NC \input knuth\NC \NC\AR
  \stoptabulate
  \stopframedtext}
 {\footnotetext[a]{A local footnote.}
  \footnotetext[b]{Another local footnote.}
  \hskip2pc\mbox{\placelocalfootnotes}
}
\stoplocalfootnotes}

\stop

\stoptext

On Nov 23, 2009, at 02;51,46 , Wolfgang Schuster wrote:

 
 Am 23.11.2009 um 08:49 schrieb Taco Hoekwater:
 
 it seems that TaBlE does not support splitting p() columns and
 (iirc) TABLE does.
 
 TABLE doesn't (each cell is a \framed) but tabulate does
 
 Wolfgang
 
 ___
 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
 ___

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


[NTG-context] Fwd: local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C.
I apologize to the list for the second message. My keyboard and trackpad have 
gone sticky and unpredictable, and I misfired.

The message below (the first message) is the one that I wanted to send. Please 
ignore the second.

A.

Begin forwarded message:

 From: Bowen Alan C. acbo...@princeton.edu
 Date: 11 23, 2009 17:26:37 EST
 To: mailing list for ConTeXt users ntg-context@ntg.nl
 Subject: Re: [NTG-context] local footnote (Tables) problem
 
 Wolfgang—
 
 I have switched the minimal example to tabulate. The problem is that this 
 entails little progress because I can find no documentation that explains
 (a) how to format (e.g., center) the content of specific cells---\REF does 
 not seem to work any more.
 (b) how to get weighted rules---\HL[3] no longer works
 (c) how to avoid getting the label for the table on the first page
 (d) how to get a decent page break.
 I have checked Hans' MAPs article as we all as the wiki. There is reference 
 to a new tabulate module that you were working on, but the link goes nowhere.
 
 I can work around (a) and (b) if I have to, but (c) and (d) are crucial.
 
 Alan
 
 
 \showframe
 
 \starttext
 
 \dorecurse{3}{\input knuth\par}
 
 \start
 
 \setuptabulate
 [bodyfont=9pt,
 width=\textwidth,
 rulethickness=0.03em,
 distance=big,
 split=yes
 header=repeat]
 
 \placetable
 [split, top,nonumber]
 [tab:Table03]
 {Table 3}
 {\startlocalfootnotes[conversion=character,bodyfont=9pt]
 \placelegend
 {\startframedtext[frame=off,offset=none,width=fit]
  \starttabulatehead
   \HL
   \NC {Column A} \NC {Column B} \NC\SR
   \HL
   \stoptabulatehead
   \starttabulate[|p(11.5pc)|p(11.5pc)|]
   \NC {1[4].341||345 [= F21.82||86]} \NC{6.29.3||4} \NC\SR
   \NC Text A\note[a]\NC Text B\note[b]\NC\SR
  \NC \input knuth\NC  \NC\AR
 \NC \NC \input knuth  \NC\AR
 \NC \input knuth\NC   \NC\AR
   \stoptabulate
   \stopframedtext}
  {\footnotetext[a]{A local footnote.}
   \footnotetext[b]{Another local footnote.}
   \hskip2pc\mbox{\placelocalfootnotes}}
 \stoplocalfootnotes}
 
 \stop
 
 \stoptext
 
 On Nov 23, 2009, at 02;51,46 , Wolfgang Schuster wrote:
 
 
 Am 23.11.2009 um 08:49 schrieb Taco Hoekwater:
 
 it seems that TaBlE does not support splitting p() columns and
 (iirc) TABLE does.
 
 TABLE doesn't (each cell is a \framed) but tabulate does
 
 Wolfgang
 
 ___
 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
 ___
 

___
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] local footnote (Tables) problem

2009-11-21 Thread Bowen Alan C.
Please excuse my persistence. The following is a minimal file illustrating a 
problem that I am having with a multipage table with local footnotes. Setting 
split=yes or split=repeat in \setuptables produces obviously unsatisfactory 
results. What I need is a multipage table that has good page divisions and puts 
the table's label on the last page only. I have been unable to find  
documentation that would help with this yet.

I am using MK2 in today’s Context in the Context Minimals.

Alan

\showframe

\starttext

\dorecurse{3}{\input knuth\par}

\start

\setuptables
[bodyfont=9pt,
 width=\textwidth,
 rulethickness=0.03em,
 distance=big,
 split=repeat]

\placetable
[split,top,nonumber]
[tab:Table03]
{Table 3}
{\startlocalfootnotes[conversion=character,bodyfont=9pt]
 \placelegend
   {\startframedtext[frame=off,offset=none,width=fit]
\starttablehead
\HL[3]
\NC \REF[c]{Column A} \NC \REF[c]{Column B} \NC\SR
\HL
\stoptablehead
\starttable[|p(11.5pc)|p(11.5pc)|]
\NC \REF[c]{1[4].341||345 [= F21.82||86]} \NC\REF[c]{6.29.3||4} \NC\SR
\NC Text A\note[a]\NC Text B\note[b]\NC\SR
   \NC \input knuth\NC  \NC\AR
  \NC \NC \input knuth  \NC\AR
  \NC \input knuth\NC   \NC\AR
\stoptable
\stopframedtext}
   {\footnotetext[a]{A local footnote.}
\footnotetext[b]{Another local footnote.}
\hskip2pc\mbox{\placelocalfootnotes}}
 \stoplocalfootnotes}

\stop

\stoptext

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


[NTG-context] local footnote (Tables) problem

2009-11-18 Thread Bowen Alan C.
Wolfgang—

I adapted  the file that you sent me so that the table extends beyond one page. 
 But, as you will see, the table still prints on just one page. Moreover, if I 
set  split=repeat, the header prints twice (?) more.

Alan


\showframe

\starttext

\dorecurse{3}{\input knuth\par}

\start

\setuptables
 [bodyfont=9pt,
  width=\textwidth,
  rulethickness=0.03em,
  distance=big,
  split=yes]

\placetable
 [top,nonumber]
 [tab:Table03]
 {Table 3}
 {\startlocalfootnotes[conversion=character,bodyfont=9pt]
  \placelegend
{\startframedtext[frame=off,offset=none,width=fit]
 \starttablehead
 \HL[3]
 \NC \REF[c]{Column A} \NC \REF[c]{Column B} \NC\SR
 \HL
 \stoptablehead
 \starttable[|p(11.5pc)|p(11.5pc)|]
 \NC \REF[c]{1[4].341||345 [= F21.82||86]} \NC\REF[c]{6.29.3||4} \NC\SR
 \NC Text A\note[a]\NC Text B\note[b]\NC\SR
\NC \input knuth\NC \NC\AR
   \NC \NC \input knuth \NC\AR
   \NC \input knuth\NC  \NC\AR
 \stoptable
 \stopframedtext}
{\footnotetext[a]{A local footnote.}
 \footnotetext[b]{Another local footnote.}
 \hskip2pc\mbox{\placelocalfootnotes}}
  \stoplocalfootnotes}

\stop

\stoptext

___
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] local footnote (Tables) problem

2009-11-18 Thread Bowen Alan C.
Thanks, Alan.

I tried that---it is what I ordinarily use---and am sad to report that it makes 
no difference: the problem persists.

Alan

On Nov 18, 2009, at 15;19,00 , Alan BRASLAU wrote:

 Alan
 
 I believe that you need to use \starttables\stoptables
 rather than \starttable\stoptable.
 
 See:
 http://wiki.contextgarden.net/Tables_Overview
 
 Alan
 
 
 On Wednesday 18 November 2009 20:20:06 Bowen Alan C. wrote:
 Wolfgang—
 
 I adapted  the file that you sent me so that the table extends beyond one
 page.  But, as you will see, the table still prints on just one page.
 Moreover, if I set  split=repeat, the header prints twice (?) more.
 
 Alan
 
 
 \showframe
 
 \starttext
 
 \dorecurse{3}{\input knuth\par}
 
 \start
 
 \setuptables
 [bodyfont=9pt,
  width=\textwidth,
  rulethickness=0.03em,
  distance=big,
  split=yes]
 
 \placetable
 [top,nonumber]
 [tab:Table03]
 {Table 3}
 {\startlocalfootnotes[conversion=character,bodyfont=9pt]
  \placelegend
{\startframedtext[frame=off,offset=none,width=fit]
 \starttablehead
 \HL[3]
 \NC \REF[c]{Column A} \NC \REF[c]{Column B} \NC\SR
 \HL
 \stoptablehead
 \starttable[|p(11.5pc)|p(11.5pc)|]
 \NC \REF[c]{1[4].341||345 [= F21.82||86]} \NC\REF[c]{6.29.3||4} \NC\SR
 \NC Text A\note[a]\NC Text B\note[b]\NC\SR
\NC \input knuth\NC   \NC\AR
   \NC \NC \input knuth   \NC\AR
   \NC \input knuth\NC\NC\AR
 \stoptable
 \stopframedtext}
{\footnotetext[a]{A local footnote.}
 \footnotetext[b]{Another local footnote.}
 \hskip2pc\mbox{\placelocalfootnotes}}
  \stoplocalfootnotes}
 
 \stop
 
 \stoptext
 
 ___
 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
 ___

___
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] local footnote (Tables) problem

2009-11-18 Thread Bowen Alan C.
Thanks, Wolfgang! That is what I needed. But how does one prevent the label for 
the table from appearing on the first page?

Alan

On Nov 18, 2009, at 16;27,23 , Wolfgang Schuster wrote:

 
 Am 18.11.2009 um 21:19 schrieb Alan BRASLAU:
 
 Alan
 
 I believe that you need to use \starttables\stoptables
 rather than \starttable\stoptable.
 
 No, what you need is \placetable[split,...]{...}{...}.
 
 You don't need starttables/stoptables because the table environment goes
 into the split mode itself when you set either \setuptable[split=yes] or
 \placetable[split].
 
 Wolfgang
 
 ___
 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
 ___

___
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] local footnote (Tables) problem

2009-11-16 Thread Bowen Alan C.
Many thanks, Wolfgang. This works perfectly.

I will try my hand at updating the wiki entry on local notes in Table(s), once 
I have worked your solution through more carefully.

Best, Alan

On Nov 15, 2009, at 11;16,29 , Wolfgang Schuster wrote:

 
 Am 14.11.2009 um 17:05 schrieb Bowen Alan C.:
 
 After further experimentation, I am still stumped; so I am resending this.
 
 \showframe
 
 \starttext
 
 \dorecurse{3}{\input knuth\par}
 
 \start
 
 \setuptables
  [bodyfont=9pt,
   width=\textwidth,
   rulethickness=0.03em,
   distance=big,
   split=yes]
 
 \placetable
  [top,nonumber]
  [tab:Table03]
  {Table 3}
  {\startlocalfootnotes[conversion=character,bodyfont=9pt]
   \placelegend
 {\startframedtext[frame=off,offset=none,width=fit]
  \starttablehead
  \HL[3]
  \NC \REF[c]{\switchtobodyfont[11pt]Column A} \NC 
 \REF[c]{\switchtobodyfont[11pt]Column B} \NC\SR
  \HL
  \stoptablehead
  \starttable[|p(11.5pc)|p(11.5pc)|]
  \NC \REF[c]{1[4].341||345 [= F21.82||86]} \NC\REF[c]{6.29.3||4} \NC\SR
  \NC Text A\note[a]\NC Text B\note[b]\NC\SR
  \stoptable
  \stopframedtext}
 {\footnotetext[a]{A local footnote.}
  \footnotetext[b]{Another local footnote.}
  \hskip2pc\mbox{\placelocalfootnotes}}
   \stoplocalfootnotes}
 
 \stop
 
 \stoptext
 
 Wolfgang
 ___
 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
 ___

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


[NTG-context] local footnote (Tables) problem

2009-11-14 Thread Bowen Alan C .
After further experimentation, I am still stumped; so I am resending this.

The attached file will compile only if I comment out

(a) header=2pc in \setuplayout
or
(b)  \setupbodyfont[lmodern,rm,10.5pt]
or
(c) \placelegend
or
(d) \dorecurse{3}{\input knuth}

I am running MK2 using the penultimate beta in the ConTeXt Minimals. There is 
no improvement when I run the file on the ConteXt wiki (latest beta).

Any help will be greatly appreciated.

Alan



LocalNotes.tex
Description: Binary data
___
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
___


[NTG-context] local footnote (Tables) problem

2009-11-12 Thread Bowen Alan C.
I am having a problem placing local footnotes in a table using\placelegend.  
The attached file will compile only if I comment out

(a) header=2pc in \setuplayout
or
(b)  \setupbodyfont[lmodern,rm,10.5pt]
or
(c) \placelegend
or
(d) \dorecurse{3}{\input knuth}

I am stumped as to why this should be so. There is obviously something that I 
am just not seeing.

I am running MK2 using the latest beta in the ConTeXt Minimals.

Any help will be greatly appreciated.

Alan


LocalNotes.tex
Description: Binary data
___
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
___


[NTG-context] underdot in Greek module

2009-11-03 Thread Bowen Alan C.

In MKII (with the latest MKIV),

“!” no longer seems to produce underdots (sublinear dots).

\usemodule[ancientgreek] 
[font=GreekDioxipe,scale=1.15,altfont=GreekCanonica,altscale=0.9]


\starttext
\localgrk{a!n!'h!r}

\stoptext

One can work around this this \d{\grk{...}}, but ...

And is there a command or key for producing diareseis in Greek, again,  
using MKII?


Alan
___
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] underdot in Greek module

2009-11-03 Thread Bowen Alan C.

Thanks, Thomas.

“\localgrk” is a typo.

The diaeresis command “  ” runs afoul of TeXShop and its eagerness to  
present open and closing quotation marks whenever one types  . I will  
have to look into this: it is not an obvious preference setting.


The lack of a sublinear dot in GreekDioxipe is a pain, since it is the  
font that I am currently using for Aestimatio and I need to keep it  
for the present volume. I will change it for the next volume. In the  
meantime, I will have to resort to my kludge.


All best, Alan

On Nov 3, 2009, at 16;31,52 , Thomas A. Schmitz wrote:



On Nov 3, 2009, at 10:09 PM, Bowen Alan C. wrote:


In MKII (with the latest MKIV),

“!” no longer seems to produce underdots (sublinear dots).

\usemodule[ancientgreek] 
[font=GreekDioxipe,scale=1.15,altfont=GreekCanonica,altscale=0.9]


\starttext
\localgrk{a!n!'h!r}

\stoptext

This has never worked with this particular font because it doesn't  
have a sublinear dot. I get the expected output with a font which  
does have it, e.g. GreekGentium. (Btw, localgrk is not a know  
command.)



One can work around this this \d{\grk{...}}, but ...

And is there a command or key for producing diareseis in Greek,  
again, using MKII?


I'm not sure I understand what you mean. These all work for me:  
\localgreek{'i i `i}.


Thomas


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


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


[NTG-context] urls and linebreaking

2009-09-23 Thread Bowen Alan C.

Second try:

Does any one recall how to get urls to break AFTER “.” and “/” etc.   
in MK II using \useURL?


Alan
___
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] urls and linebreaking

2009-09-23 Thread Bowen Alan C.

Thanks, Jelle. That is what I was looking for.

Alan
On Sep 23, 2009, at 14;13,10 , Jelle Huisman wrote:


Bowen Alan C. wrote:
Does any one recall how to get urls to break AFTER “.” and “/”  
etc.  in MK II using \useURL?


I know this was discussed a long time ago, but I have not found it.


You're maybe thinking about this discussion: 
http://archive.contextgarden.net/message/20081118.211245.eb1cbbe0.en.html

HTH,

Jelle

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


___
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] urls and linebreaking

2009-09-21 Thread Bowen Alan C.
Does any one recall how to get urls to break AFTER “.” and “/” etc.   
in MK II using \useURL?


I know this was discussed a long time ago, but I have not found it.

Alan
___
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] cut marks

2009-08-23 Thread Bowen Alan C.

\setuplayout[location=middle,marking=on]
\starttext
Hello world!
\stoptext

generates the page but without cut marks in the latest Context (MKII).

Alan
___
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] cut marks

2009-08-23 Thread Bowen Alan C.

Thanks, Luigi. I needed to adjust my \setuppapersize input.

Alan

On Aug 23, 2009, at 14;06,16 , luigi scarso wrote:

On Sun, Aug 23, 2009 at 4:19 PM, Bowen Alan  
C.acbo...@princeton.edu wrote:

\setuplayout[location=middle,marking=on]
\starttext
Hello world!
\stoptext

generates the page but without cut marks in the latest Context  
(MKII).

\setuppapersize[A4][A3]
\setuplayout[location=middle,marking=on]
\starttext
Hello world!
\stoptext

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


___
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] inserting Chinese characters (MKII)

2009-06-11 Thread Bowen Alan C.
 I have absolutely no knowledge of Chinese, but I am publishing a  
review which inserts two Chinese characters into a document as follows,


 third century alchemist Ge Hong 葛洪 as another

So which of the two Chinese modules on http:// 
modules.contextgarden.net/ should I install or do I need them both? (I  
am assuming that installing one of both of these modules will take  
care of steps 1–4 of the post-ConTeXt 2005.12.19 instructions on http://wiki.contextrarden.net/Chinese 
.)


By the way, the LaTeX file that I am working from has

\begin{TChinese}ËëõÊ¥™\end{TChinese}

where

\newenvironment{TChinese}{%
\CJKfamily{bsmi}%
%\CJKfamily{bkai}%
  \CJKtilde
  \CJKnospace}{}

Alan



___
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] Tables query (notes, MKII)

2009-06-11 Thread Bowen Alan C.
Thanks, Willi. I am now using the very latest ConTeXt minimals and  
find that setting width=fit works too.


All best, Alan
On Jun 11, 2009, at 11;05,47 , Willi Egger wrote:


Hi Alan,

I tried your code. Here with the latest beta and minimals from  
11-06-2009 MKIV: I get the footnotes at the left margin and they  
will fill the whole width of the table and break lines correctly.  
However the conversion of the numbers into characters does not work.  
Instead the [conversion=characters] is displayed at the top of the  
file. - I assume, that this is an issue related to the new  
sectioning code...


Otherwise compliation of your code in MKII results in a correct  
conversion of the numbers to characters, but indeed the width is  
restricted to a fairly small column. You can circumvent this by  
adding a width= to the list of options [conversion=characters, width= 
\.9\textwidth]


Kind regards

Willi
On Jun 9, 2009, at 5:43 PM, Bowen Alan C. wrote:

I need a table that has local notes, but have not been able to get  
them into the proper position (at the left margin of the table) or   
the the proper length ( extending full length of table if needed).  
What am I missing in the following reduced example?


\starttext

\startlocalfootnotes[conversion=character]
\placetable[][]
{}
\placelegend
{\starttables[|p|p|p|p|p|p|]
\NC numbers 
\NC (*) \footnote{This is the first footnote.}
\NC stuff \footnote{This is the second footnote.}   
\NC stuff\footnote{This is the third footnote.}
\NC more stuff\footnote{This is the fourth footnote}
\NC and yet more\NC\SR
\HL
\stoptables}
{\placelocalfootnotes}
\stoplocalfootnotes

\stoptext

Alan


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


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


___
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] inserting Chinese characters (MKII)

2009-06-11 Thread Bowen Alan C.
A good idea. Thanks. I do not have LaTeX installed (only the ConTeXt  
Minimals) but I can use Acrobat Pro to capture the Chinese characters  
and take it from there. The result is not bad---the first character is  
not as clear as it might be if it were actually generated using ConTeXt.


Alan
On Jun 11, 2009, at 09;51,24 , Zhichu Chen wrote:


Since it's just two characters, why not make it a picture which you
can generate it from your LaTeX output. That'll much easier than
installing the Chinese fonts, generating the typescripts or so.

On Thu, Jun 11, 2009 at 9:37 PM, Bowen Alan  
C.acbo...@princeton.edu wrote:
 I have absolutely no knowledge of Chinese, but I am publishing a  
review

which inserts two Chinese characters into a document as follows,
 third century alchemist Ge Hong 葛洪 as another
So which of the two Chinese modules on http://modules.contextgarden.net/
should I install or do I need them both? (I am assuming that  
installing one
of both of these modules will take care of steps 1–4 of the post- 
ConTeXt

2005.12.19 instructions on http://wiki.contextrarden.net/Chinese.)
By the way, the LaTeX file that I am working from has
\begin{TChinese}ËëõÊ¥™\end{TChinese}
where
\newenvironment{TChinese}{%
\CJKfamily{bsmi}%
%\CJKfamily{bkai}%
  \CJKtilde
  \CJKnospace}{}
Alan



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






--
Best Regards
Chen


 Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
  | www.sinap.ac.cn

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


___
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] resetting localfootnote counter query

2009-06-11 Thread Bowen Alan C.
I currently have a document in which there are numerous tables each  
with local footnotes marked by alphabetic characters. When I process  
the file, I get complaints like:


pdfTeX warning (ext4): destination with the same identifier (name{a})  
has been

already used, duplicate ignored
to be read again
   \egroup
\thisisdestination ... \dostartthisislocation {#1}
   
\dostopthisislocation \fi ...


\dodowritereference ...nceprefix \lastreference }}
  \referenceinfo  
\lastrefer...


\rawprocesscommaitem ...commalevel \endcsname {#1}
  \expandafter  
\rawprocessco...


\rawprocesscommalist ... \rawprocesscommaitem #1,]
  ,\global \advance  
\commale...


\writereference ...[\!!stringa ]\dowritereference
  \fi \fi
...
l.354 \footnotetext[a]
  {See \goto{Pingree 1977}[Pingree1977].}

Is there a way to reset the localfootnote counter so that ConTeXt is  
happy and the footnotes marked by arabic numerals are undisturbed.  
Something like \resetnumber[localfootnotes] perhaps, though this does  
not work.


Alan___
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] Tables query (notes, MKII)

2009-06-09 Thread Bowen Alan C.
I need a table that has local notes, but have not been able to get  
them into the proper position (at the left margin of the table) or   
the the proper length ( extending full length of table if needed).  
What am I missing in the following reduced example?


\starttext

\startlocalfootnotes[conversion=character]
\placetable[][]
{}
\placelegend
{\starttables[|p|p|p|p|p|p|]
\NC numbers 
\NC (*) \footnote{This is the first footnote.}
\NC stuff \footnote{This is the second footnote.}   
\NC stuff\footnote{This is the third footnote.}
\NC more stuff\footnote{This is the fourth footnote}
\NC and yet more\NC\SR
 \HL
\stoptables}
{\placelocalfootnotes}
\stoplocalfootnotes

\stoptext

Alan


___
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] Tables query (notes, MKII)

2009-06-09 Thread Bowen Alan C.
After some experimentation, it became clear that to place the local  
notes properly, one must use \note[...] and \footnotetext[...]{}, and  
put the series of \footnotetext entries just before  
\placelocalfootnotes.


A.

On Jun 9, 2009, at 11;43,46 , Bowen Alan C. wrote:

I need a table that has local notes, but have not been able to get  
them into the proper position (at the left margin of the table) or   
the the proper length ( extending full length of table if needed).  
What am I missing in the following reduced example?


\starttext

\startlocalfootnotes[conversion=character]
\placetable[][]
{}
\placelegend
{\starttables[|p|p|p|p|p|p|]
\NC numbers 
\NC (*) \footnote{This is the first footnote.}
\NC stuff \footnote{This is the second footnote.}   
\NC stuff\footnote{This is the third footnote.}
\NC more stuff\footnote{This is the fourth footnote}
\NC and yet more\NC\SR
 \HL
\stoptables}
{\placelocalfootnotes}
\stoplocalfootnotes

\stoptext

Alan


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


___
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] \from query

2009-06-05 Thread Bowen Alan C.
Is there a way to configure \from[MyExternalDocument] or  
\useexternaldocument so that when the link to MyExternalDocument is  
selected in the PDF output file, Acrobat opens a new window?


Alan


___
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] \from query

2009-06-05 Thread Bowen Alan C.

Thanks, Hans! That’s exactly what I needed.

Alan

On Jun 5, 2009, at 17;29,03 , Hans Hagen wrote:


Bowen Alan C. wrote:
Is there a way to configure \from[MyExternalDocument] or  
\useexternaldocument so that when the link to MyExternalDocument is  
selected in the PDF output file, Acrobat opens a new window?


\setupinteraction[display=new]


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


___
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] Latest beta and MKII problem

2009-05-29 Thread Bowen Alan C.
The latest beta (ConTeXt  ver: 2009.05.28 14:36 MKII  fmt: 2009.5.28   
int: english/english) no longer processes my files: all I get is  
complaints about an extra \else. That is,


\definehead[LevelCHead][chapter]
\setuphead[LevelCHead][style={\tf 
\it},alternative=text,number=no,page=no]


\starttext

Hello world!

\LevelCHead{Hello world!} Donec placerat. Nullam nibh dolor, blandit  
sed, fermentum id, imperdiet sit amet, neque. Nam mollis ultrices  
justo. Sed tempor.


\stoptext

gets

! Extra \else.
\doplaceheadtext ...er #2}\makestrutofbox 0 \else
  \setbox 0= 
\ifvertical \vbo...


\dodododoconstructhead ...{\finalsectionnumber }}}
  \writesection {#1} 
{-}{#4}\...

l.9 \LevelCHead{Hello world!}
  Donec placerat. Nullam nibh dolor,  
blandit sed...


?


Alan

___
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] Latest beta and MKII problem

2009-05-29 Thread Bowen Alan C.

Thanks, Hans!

Alan
On May 29, 2009, at 09;50,46 , Hans Hagen wrote:


Bowen Alan C. wrote:
The latest beta (ConTeXt  ver: 2009.05.28 14:36 MKII  fmt:  
2009.5.28  int: english/english) no longer processes my files: all  
I get is complaints about an extra \else. That is,


repaired (a file got lost; i'm reshuffling some files as part of the  
mkii/mkiv split)


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
___


___
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] latest beta problem (minimals)

2009-05-29 Thread Bowen Alan C.

The installation process is interrupted by report

I can't find file `core-dat.tex'.

Alan
___
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] latest beta problem (minimals)

2009-05-29 Thread Bowen Alan C.

That’s got it. Many thanks!

Alan

On May 29, 2009, at 17;35,03 , Hans Hagen wrote:


Bowen Alan C. wrote:

The installation process is interrupted by report
I can't find file `core-dat.tex'.


i'll fix it; in contex.mkii remove the line that loads it


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


___
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] tables with notes

2009-05-13 Thread Bowen Alan C.
 I have a dim recollection that this question has been asked before,  
but I have not been able to find the answer. So please excuse me if  
this goes over old ground.


I have prepared a fairly complex table (using \starttables) that has  
notes to various entries. What I should like is to

• mark the notes with the letters, a, b, c,...
• put the notes immediately beneath the table caption (in single  
column text) and to keep the notes with the table, and
• maintain the proper sequence of numbered footnotes in the  
surrounding text.


Any suggestions or pointers to previous discussions will be gratefully  
received.


Alan
___
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] ConTexT minimals problem

2009-05-01 Thread Bowen Alan C.
Thanks again, Mocja. I am currently in between projects (next starts  
on Monday), so have some time to “play around” this weekend.


All best, Alan

On May 1, 2009, at 03;31,36 , Mojca Miklavec wrote:


On Thu, Apr 30, 2009 at 23:04, Bowen Alan C. wrote:

It still does not work for me.


I tried to get rid of most definitons in setuptex (but maybe you were
not using it before anyway).

Weird. The formats now fly to /web2c. I had impression that it worked
OK yesterday, I don't understand it.

The reason that it fails lies here:
TEXMFOS   = $SELFAUTODIR
TEXFORMATS= .;$TEXMFOS/web2c

It seems that $SELFAUTODIR doesn't return anything since replacing it
with something sensible starts working.

Alan - if you just need to be able to typeset the document, change
TEXMFOS in texmf/web2c/texmf.cnf (or copy that file to
texmf-local/web2c if you want to keep the file) to the folder where
you want the formats to be
(/Applications/ConTeXtMinimals/tex/texmf-osx-intel for example). I'll
try to figure out what's going on in the meantime.

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
___


___
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] ConTexT minimals problem

2009-04-30 Thread Bowen Alan C.

The latest beta (Minimals) fails to compile and complains:
This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 7.5.7)
 \write18 enabled.
 (/Applications/ConTeXtMinimals/tex/texmf-context/web2c/natural.tcx)
I can't find the format file `cont-en.fmt'!
and
context --version
gets
MTXrun | unknown script 'context.lua' or 'mtx-context.lua'

Alan___
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] ConTexT minimals problem

2009-04-30 Thread Bowen Alan C.

Thanks, Mocja. I will play around with it.

Alan

On Apr 30, 2009, at 15;50,10 , Mojca Miklavec wrote:


On Thu, Apr 30, 2009 at 20:38, Bowen Alan C. wrote:

The latest beta (Minimals) fails to compile and complains:
This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 7.5.7)
 \write18 enabled.
 (/Applications/ConTeXtMinimals/tex/texmf-context/web2c/natural.tcx)
I can't find the format file `cont-en.fmt'!


I'm afraid the problem lies here:

#!/bin/sh
mtxrun --usekpse --execute texexec $@

Most probably one can get over it by changing mtxrun to texmfstart.rb
again, though this will be overwritten next time when you'll try to
update.

(Hans was just afraid to be too bored during long Polish talks, so he
had to make sure to have a few challenges left to solve during the
conference :)

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
___


___
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] ConTexT minimals problem

2009-04-30 Thread Bowen Alan C.

It still does not work for me.

Alan

On Apr 30, 2009, at 16;21,04 , Mojca Miklavec wrote:


On Thu, Apr 30, 2009 at 22:14, Bowen Alan C. wrote:

Thanks, Mocja. I will play around with it.


We now tried to fix texmf.cnf, so maybe that helps. (It works here,
but my system might be set up in some weird way at the moment.)

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
___


___
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] Tables query (MKII, latest beta)

2009-03-26 Thread Bowen Alan C.

I have a simple, multi-page table that is currently defined by

\setuptables[bodyfont=9pt]
\starttables[|l|p(15pc)|]

The problem is that the text in the cells on the right that have more  
than one line is set almost solid and is often too close to the next  
row.


So how can I adjust/control the vertical spacing both between and  
within rows?


\setuptables[bodyfont=9pt,\setupinterlinespace[line=2.4ex]]
gets:
! Missing \endcsname inserted.
to be read again
   \def
\doifnextoptionalelse #1#2-\def
 \nextoptionalcommandyes {#1}\def  
\nextoptio...

argument \setupinterlinespace
[line
\dosetvalue #1#2-\...@ea \def \csname #1#2
\endcsname
\p!doassign ...r \else \...@eaeaea #1\fi \fi {#2}{#3}
  {#4}
\xprocesscommaitem @relax@ #1==\empty \...@relax@
  \...@eaeaea  
\xprocesscommaite...

...
l.397 ...font=9pt,\setupinterlinespace[line=2.8ex]
  ]

I apologize if this is a FAQ: my review of the wiki and of core- 
tab.tex has been most instructive, but not on this issue.


Alan___
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] Tables query (MKII, latest beta)

2009-03-26 Thread Bowen Alan C.

This sample will show the crowding within a cell and between rows.

Alan

\starttext
\setuptables[bodyfont=9pt]
\starttables[|l|p(15pc)|]
\NC A\NC read \quote{provided} for \quote{providing}\NC\AR
\NC B\NC Aliquam aliquet, est a ullamcorper condimentum, tellus nulla  
fringilla elit, a iaculis nulla turpis sed wisi. Fusce volutpat. Etiam  
sodales ante id nunc. Proin ornare dignissim lacus. Nunc porttitor  
nunc a sem. Sed sollicitudin velit eu magna. Aliquam erat volutpat.  
Vivamus ornare est non wisi. Proin vel quam. Vivamus egestas. Nunc  
tempor diam vehicula mauris. Nullam sapien eros, facilisis vel,  
eleifend non, auctor dapibus, pede.\NC\AR

\NC C\NC read 2002 for 2003 \NC\AR
\NC 9.1.13.2\NC read \quote{provided} for \quote{providing} \NC\AR
\NC 18.2.7.5\NC read Ictinus for Icinus architect of the Parthenon	\NC 
\AR

\NC 83.3.9.13\NC read 2002 for 2003 \NC\AR
\NC 97.4.8.4\NC delete \quote{used} \NC\AR

\stoptables
\stoptext

On Mar 26, 2009, at 12;55,56 , Wolfgang Schuster wrote:



Am 26.03.2009 um 16:58 schrieb Bowen Alan C.:


I have a simple, multi-page table that is currently defined by

\setuptables[bodyfont=9pt]
\starttables[|l|p(15pc)|]

The problem is that the text in the cells on the right that have  
more than one line is set almost solid and is often too close to  
the next row.


EXAMPLE!

Wolfgang

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


___
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] Tables query (MKII, latest beta)

2009-03-26 Thread Bowen Alan C.

Many thanks as ever, Hans.
Best, Alan
On Mar 26, 2009, at 17;10,38 , Hans Hagen wrote:


Bowen Alan C. wrote:

Thanks, Wolfgang!
This is a great improvement---here is no crowding any cell now.  
There  remain , however, a few (many fewer) crowded rows.
So here’s hoping that Hans can get to this and make the required  
adjustments.


i'll upload a fix

(wolfgang: at some point we can clean up this table module, merge  
everything into one file erc etc; then i can also redo the coloring  
of cells)


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


___
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] latest beta (MKII/Greek module)

2009-03-22 Thread Bowen Alan C.

Thanks, Hans and Thomas!

Alan

On Mar 22, 2009, at 12;22,27 , Thomas A. Schmitz wrote:



On Mar 22, 2009, at 4:56 PM, Hans Hagen wrote:


ok, new beta for testing



Works here!

Thanks

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


___
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] 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 refine this.


Alan

On Mar 17, 2009, at 20;33,56 , Curious Learn wrote:


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.

Users/Name/Library/TeXShop/Engines/ConTeXt-MKIV.engine does not have  
the

executable bit set.

This is when only pdftex is selected in the dropdown Typeset menu.

It is true that the instructions on Context Minimals/Mac  
Installation page say
that Context should also be selected in this dropdown Typeset  
menu. But if I
try to do that, the engine automatically switches to Context that  
existed in
the Engines menu, before I installed Minimals and before I added  
Context-MKII

and ConTeXt-MKIV engines. This ConTeXt engine is MKII.

Can someone please help with this?

Thanks.

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


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