[NTG-context] calling ConTeXt as a background process

2010-10-07 Thread Henning Hraban Ramm
Hi together! I'm trying since about a week to get ConTeXt running as a background process of a web application. It's always hanging, and I get no log. ps axef shows the call stack: \_ /var/www/xxx/bin/python /var/www/xxx/releases/current/cerebrale/ manage.py runfcgi method=threaded ...

Re: [NTG-context] Verbatim typing with numbers inside float

2010-10-07 Thread Hans Hagen
On 7-10-2010 12:02, Stefan Müller wrote: Thank you very much for your effort. Pretty amazing what's doable. Unfortunately there are two issues: The distance between numbers and source lines is too small for bigger line numbers. I just have to make distance=0em big enough for this to work,

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread Henning Hraban Ramm
Am 2010-10-07 um 09:06 schrieb Henning Hraban Ramm: Hi together! I'm trying since about a week to get ConTeXt running as a background process of a web application. It's always hanging, and I get no log. ps axef shows the call stack: \_ /var/www/xxx/bin/python

Re: [NTG-context] Verbatim typing with numbers inside float

2010-10-07 Thread Alan BRASLAU
On Thursday 07 October 2010 09:19:42 Hans Hagen wrote: On 7-10-2010 12:02, Stefan Müller wrote: Splitting up long source code in several pieces (one per page) and put them in separate figures doesn't seem right to me. Setting it as numbered paragraph? Putting up a fake caption with

[NTG-context] Example Gallery

2010-10-07 Thread R (Chandra) Chandrasekhar
Dear Folks, When I first started learning to use TikZ-PGF, I was aided a great deal by the varied examples available at: http://www.texample.net/tikz/ Is there any such example gallery for ConTeXt? Thank you. Chandra 07 Oct 10

Re: [NTG-context] subfootnote

2010-10-07 Thread Hans Hagen
\definestructureseparatorset [footnote][][] \definestructureconversionset[footnote][number,characters][numbers] \setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote] \setupfootnotes[way=bytext]%- here is the problem!! \starttext test \footnote{} text

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread Taco Hoekwater
On 10/07/10 09:34, Henning Hraban Ramm wrote: mtxrun --script context prd_paket --batchmode --once When I run that last thing on the command line, I get: ! I can't find file `./prd_paket --batchmode --once'. * ./prd_paket --batchmode --once Please type another input file name: But it

Re: [NTG-context] \seeindex

2010-10-07 Thread Hans Hagen
On 5-10-2010 5:17, Alan BRASLAU wrote: Wishlist: add interaction to \seeindex Explaination: \seeindex{index_entry}{see_entry} can be used to add entry to an index that refers one to another entry. Example: \seeindex{DNA}{deoxyribonucleic acid} With \setupinteraction [state=start] one gets

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread Henning Hraban Ramm
Am 2010-10-07 um 10:42 schrieb Taco Hoekwater: On 10/07/10 09:34, Henning Hraban Ramm wrote: mtxrun --script context prd_paket --batchmode --once When I run that last thing on the command line, I get: ! I can't find file `./prd_paket --batchmode --once'. * ./prd_paket --batchmode --once

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread Taco Hoekwater
On 10/07/10 11:00, Henning Hraban Ramm wrote: Am 2010-10-07 um 10:42 schrieb Taco Hoekwater: On 10/07/10 09:34, Henning Hraban Ramm wrote: mtxrun --script context prd_paket --batchmode --once When I run that last thing on the command line, I get: ! I can't find file `./prd_paket

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread Robin.Kirkham
Posted by Henning Hraban Ramm [hra...@fiee.net] Am 2010-10-07 um 10:42 schrieb Taco Hoekwater: On 10/07/10 09:34, Henning Hraban Ramm wrote: mtxrun --script context prd_paket --batchmode --once When I run that last thing on the command line, I get: ! I can't find file `./prd_paket

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread Henning Hraban Ramm
Am 2010-10-07 um 11:06 schrieb Taco Hoekwater: Of course, prd_paket.tex is my input file. But that's there. Your shell quotes were off. It is looking for ./prd_paket --batchmode --once.tex Ok, but it doesn't work with any other call of luatex - I also tried to start another shell script

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread Patrick Gundlach
Hi Hraban, How's ConTeXt called in ConTeXtgarden Live? Any special means? Please CC me for these kind of questions, for I don't follow the list every day. I've put context live into a repo at github: http://github.com/pgundlach/contextlive and take a look at

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread Henning Hraban Ramm
Am 2010-10-07 um 12:16 schrieb robin.kirk...@csiro.au: Have you tried attaching to the stalled processes using strace (Linux) or dtruss (Mac)? This will tell you what system call is blocking, might give a clue. The defunct uname process in your original post suggests to me the parent did not

Re: [NTG-context] Euler font and context minimals

2010-10-07 Thread Mathieu Boespflug
Thanks you very much Khaled! On Tue, Oct 5, 2010 at 11:36 AM, Khaled Hosny khaledho...@eglug.org wrote: On Sun, Sep 26, 2010 at 02:01:09PM +0200, Mathieu Boespflug wrote: Hi Khaled, Neo Euler does not have all math arrows at the moment, if some one can come with a list of standard math

Re: [NTG-context] Verbatim typing with numbers inside float

2010-10-07 Thread Stefan Müller
On 07.10.2010 09:35, Alan BRASLAU wrote: On Thursday 07 October 2010 09:19:42 Hans Hagen wrote: On 7-10-2010 12:02, Stefan Müller wrote: Splitting up long source code in several pieces (one per page) and put them in separate figures doesn't seem right to me. Setting it as numbered paragraph?

Re: [NTG-context] Broken ConTeXt

2010-10-07 Thread Mojca Miklavec
On Wed, Oct 6, 2010 at 22:48, Tom Maynard wrote: On 10/6/2010 3:10 PM, Mojca Miklavec wrote: What does mtxrun --generate return you? C:\mtxrun --generate MTXrun | resolvers: variable 'SELFAUTOLOC' set to 'C:/context/tex/texmf-mswin/bin' MTXrun | resolvers: variable 'SELFAUTODIR' set

Re: [NTG-context] wrong itemize indenting

2010-10-07 Thread Andreas Harder
Am 06.10.2010 um 15:24 schrieb Andreas Harder: Hi all, I mentioned it already but so far I couldn't find a solution. Here is an example of my problem: \starttext \showframe \overfullrule=4pt \startbuffer \startitemize[n,fit][left={Abb. },distance=.5em] \item \dorecurse{20}{eins }

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread Henning Hraban Ramm
Am 2010-10-07 um 12:27 schrieb Patrick Gundlach: How's ConTeXt called in ConTeXtgarden Live? Any special means? http://github.com/pgundlach/contextlive/blob/master/runtexexec.c I use fork()/exec() combination in C. Ok, I won't use C... I guess it's a problem of my specific combination of

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread luigi scarso
On Thu, Oct 7, 2010 at 5:44 PM, Henning Hraban Ramm hra...@fiee.net wrote: Am 2010-10-07 um 12:27 schrieb Patrick Gundlach: How's ConTeXt called in ConTeXtgarden Live? Any special means? http://github.com/pgundlach/contextlive/blob/master/runtexexec.c I use fork()/exec() combination in C.

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread Henning Hraban Ramm
Am 2010-10-07 um 12:54 schrieb Florian Wobbe: On Oct 7, 2010, at 12:19 , Henning Hraban Ramm wrote: Am 2010-10-07 um 11:06 schrieb Taco Hoekwater: Of course, prd_paket.tex is my input file. But that's there. Your shell quotes were off. It is looking for ./prd_paket --batchmode --once.tex

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread Henning Hraban Ramm
Am 2010-10-07 um 17:48 schrieb luigi scarso: How's ConTeXt called in ConTeXtgarden Live? Any special means? http://github.com/pgundlach/contextlive/blob/master/runtexexec.c I use fork()/exec() combination in C. Ok, I won't use C... I saw you set TEXMFHOME - I don't need that for MkIV, do I?

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread Florian Wobbe
Am 2010-10-07 um 12:54 schrieb Florian Wobbe: On Oct 7, 2010, at 12:19 , Henning Hraban Ramm wrote: Am 2010-10-07 um 11:06 schrieb Taco Hoekwater: Of course, prd_paket.tex is my input file. But that's there. Your shell quotes were off. It is looking for ./prd_paket --batchmode

Re: [NTG-context] calling ConTeXt as a background process

2010-10-07 Thread taco
Henning Hraban Ramm wrote: I can imagine that it has something to do with SElinux settings, didn't dive in that yet. That does sound familiar, in fact. I had a hanging database server a while back because I moved it to a different location. apparmor was the culprit in that case, so perhaps

Re: [NTG-context] Broken ConTeXt

2010-10-07 Thread Tom Maynard
On 10/7/2010 9:09 AM, Mojca Miklavec wrote: Did you by any chance set the variable TEXMF in your environment? After much ado, I finally got everything working again. I deleted everything (as usual), and then simplified my PATH (removing Cygwin and MikTeX, among others), cleaned up my