[NTG-context] \setbreakpoints[compound] and numbers

2020-05-19 Thread Peter Münster
Hi, How could I get breaking lines with numbers please? Example: \setbreakpoints[compound] \setuplayout[width=1mm] \starttext xxx/xxx % line break is ok here xx1/xxx % I would like a linebreak here too \stoptext TIA for any help, -- Peter

[NTG-context] paperformat=landscape not working

2020-05-20 Thread Peter Münster
Hi, When the PDF-document is in landscape format, this does not work: context --extra=select --selection=X --paperformat=A4,landscape*A4,landscape file.pdf This patch helps: --- mtx-context-select.tex~ 2020-05-20 10:28:42.702314061 +0200 +++ mtx-context-select.tex 2020-05-20 10

Re: [NTG-context] paperformat=landscape not working

2020-05-20 Thread Peter Münster
On Wed, May 20 2020, Hans Hagen wrote: >> [offset=\getdocumentargumentdefault{paperformat_to}{0pt}] > > shouldn't that one then become > > \setuppaper > [offset=\getdocumentargumentdefault{paperformat_print}{0pt}] Yes, I guess. >> With LMTX, --extra=select is not working at all. I get thi

[NTG-context] white-space after section-head in columns

2020-07-15 Thread Peter Münster
Hi, What is the right way please to get normal white-space after a section in columns, i.e. not too much? Example, that shows the problem: --8<---cut here---start->8--- \starttext \startsection[title=Space is ok here] \input tufte \stopsection \startcolumns[

Re: [NTG-context] More table questions

2020-09-22 Thread Peter Münster
On Tue, Sep 22 2020, Aditya Mahajan wrote: > The same effect is rather easy to achieve when using natural tables as > well. But it fails, when there is only one data-row... :( \startsetups booktabs \setupTABLE[each][each][frame=off] \setupTABLE[row][first][topframe=on,rulethickness=1.2bp]

[NTG-context] specify column-width, with option=stretch

2020-11-04 Thread Peter Münster
Hi, I would like to specify the column-width of the first column to 5mm: --8<---cut here---start->8--- \starttext \setupTABLE[textwidth=99mm, option=stretch] \setupTABLE[c][each][align={lohi, middle}] \setupTABLE[c][1][height=5mm, style=\tfxx] \framed[width=5mm

Re: [NTG-context] specify column-width, with option=stretch

2020-11-05 Thread Peter Münster
On Wed, Nov 04 2020, Peter Münster wrote: > I would like to specify the column-width of the first column to 5mm: > > \starttext > [...] > \stoptext Sorry, that wasn't really a minimal example. Here a better file, to show what I'm looking for: \setupTABLE[textw

[NTG-context] cow-font

2020-12-22 Thread Peter Münster
Hi, How could I make use of the cow-font please? I've tried this test-file: --8<---cut here---start->8--- \setupbodyfont[cow] \starttext test \stoptext --8<---cut here---end--->8--- But the page is empty. With version 2017

[NTG-context] space after \date[]

2021-01-08 Thread Peter Münster
Hi, There is no more space after \date[] with the latest version. Is this wanted, or a bug? Example: \starttext \date[d=1] X % no space before "X" \stoptext Kind regards, -- Peter ___ If your question is

[NTG-context] printing the current date

2021-01-10 Thread Peter Münster
Hi, I would expect, that \currentdate prints the current date, but it does not: --8<---cut here---start->8--- \starttext \date[d=1]% first day of this month, ok \date% again first day, last parameters are used, this is ok \currentdate% same as \date, but I wo

Re: [NTG-context] printing the current date

2021-01-10 Thread Peter Münster
On Sun, Jan 10 2021, Fabrice L wrote: > For exemple: > > \date[][weekday,day,month,year] and \currenttime[h,{\,:\,},m] Sorry, I should have mentioned, that I use the latest version: context-2021.01.08 -- Peter

[NTG-context] --extra=combine no more working

2021-01-26 Thread Peter Münster
Hi, The command "context --extra=combine file-1.pdf file-2.pdf" doesn't work any more with the latest version. Here is the output: --8<---cut here---start->8--- mtx-context | processing extra: /opt/context/tex/texmf-context/tex/context/base/mkiv/mtx-contex

Re: [NTG-context] --extra=combine no more working

2021-01-27 Thread Peter Münster
On Wed, Jan 27 2021, Hans Hagen wrote: > Works here so how do these pdf files look? I've just checked with other PDF-files, and it works ok here too. But unfortunately it does not work with PDF-files from my bank, that I cannot share here. There is no such problem with context-2017.08.29-19:35.

Re: [NTG-context] --extra=combine no more working

2021-01-27 Thread Peter Münster
On Wed, Jan 27 2021, Hans Hagen wrote: > then it's an invalid pdf ... maybe you can use QPDF to fix those files Yes, indeed, QPDF fixes it. So my old ConTeXt-version is no more needed, thanks! -- Peter __

[NTG-context] understanding \startTEXpage

2021-01-27 Thread Peter Münster
Hi, According to https://wiki.contextgarden.net/Command/startTEXpage it "starts a page that fits its contents exactly". But it seems, that part of the content is cropped here: \startTEXpage X \hskip20cm X \stopTEXpage No problem with 10cm instead of 20cm... Is this a bug or expected behaviour?

Re: [NTG-context] printing the current date

2021-01-27 Thread Peter Münster
On Sun, Jan 10 2021, Peter Münster wrote: > \currentdate% same as \date, but I would expect the day of today... Should I fill a bug-report on the tracker? Perhaps also for the missing space after \date[]? TIA, -- Pe

[NTG-context] vertical offset with "i" in position-command

2021-02-12 Thread Peter Münster
Hi, When I want to type an "i" in the position-command, there is some vertical offset: \starttext \startpositioning \position(1, 1){i} \position(2, 1){x} \position(1, 2){x} \position(2, 2){i} \position(1, 3){a} \position(2, 3){x} \position(1, 4){x} \position(2, 4){a} \stoppositioning \stoptext W

Re: [NTG-context] vertical offset with "i" in position-command

2021-02-12 Thread Peter Münster
On Fri, Feb 12 2021, Wolfgang Schuster wrote: > 2. Add \strut, e.g. \position(1, 1){\strut i} Ah, thanks. So the anchor is not the baseline, but the top-left corner of the content. Since "\setuppositioning[before=\strut]" does not work, I use this workaround now: \def\myPosition(#1, #2)#3{\posit

[NTG-context] missing space after \date[] (was: printing the current date)

2021-03-12 Thread Peter Münster
On Wed, Jan 27 2021, Wolfgang Schuster wrote: > When not all optional arguments are used the space after the last > given argument is gobbled. This was normal behavior for a long time > until you changed the code in MkIV to keep them. Hi, What does that mean? Is that going to be changed? How sho

[NTG-context] Re: list of modules: need changes/testing/response

2023-08-30 Thread Peter Münster
On Wed, Aug 30 2023, Henning Hraban Ramm wrote: > If their authors are present, I’d appreciate a comment if we should keep them. Hi Hraban, I don't know. My modules are probably all outdated and don't work with the latest ConTeXt version. On the one hand they are probably no more useful, on the

[NTG-context] usage of conversion in \date

2023-11-28 Thread Peter Münster
Hi, When printing a date in French, I would like to convert the "1" to "1\ier", but it does not work as I expect: --8<---cut here---start->8--- \startluacode -- from https://wiki.contextgarden.net/Command/defineconversion: interfaces.implement { name =

[NTG-context] Re: usage of conversion in \date

2023-11-29 Thread Peter Münster
On Wed, Nov 29 2023, Hans Hagen wrote: > \setuplanguage[fr][date={day:++,\ ,month,\ ,year}] Unfortunately this does not work as I need. Only the "1" should be converted to 1er, not the other numbers. French is a bit special: You say "le premier novembre" but not "le un novembre". You say "le deu

[NTG-context] error with definestartstop and startmode

2023-12-16 Thread Peter Münster
Hi, I get an "runaway error" with the following example: --8<---cut here---start->8--- \definestartstop[H][color=blue, before={\startmode[h]}, after={\stopmode}] \starttext test \startH TEST \stopH \stoptext --8<---cut here---end--

[NTG-context] Re: error with definestartstop and startmode

2023-12-17 Thread Peter Münster
On Sat, Dec 16 2023, Hans Hagen via ntg-context wrote: > \usemodule[abbreviations-logos] > \defineblock [H] [before=\startcolor[blue],after=\stopcolor] > \keepblocks[H] Thanks for this solution. Is there also something for inline-mode? Example: test \beginH TEST\endH test TIA, -- P

[NTG-context] Re: usage of conversion in \date

2023-12-18 Thread Peter Münster
On Wed, Nov 29 2023, Peter Münster wrote: > According to https://wiki.contextgarden.net/Command/date: > "The name suffixes indicate number conversions. Any conversion, either > built-in or defined by \defineconversion, can be used there." > > But it does not seem to w

[NTG-context] offset with \copypages

2024-03-21 Thread Peter Münster
Hi, When inserting pages with \copypages, the included pages are slightly shifted to the left and to the bottom. Minimal example: % test-file.tex: \setuplayout[page] \starttext \input tufte \vfill \input tufte \stoptext % test.tex: \starttext \copypages[test-file.pdf] \stoptext How could I avo

[NTG-context] error with \sc

2024-04-02 Thread Peter Münster
Hi, With ConTeXt version 2024.04.01, the \sc command produces an error: fonts > preloading latin modern fonts (second stage) fonts > 'fallback modern rm 12pt' is loaded pages > flushing realpage 1, userpage 1, subpage 1 close source> level 1, order 3, name './tes

[NTG-context] Re: error with \sc

2024-04-02 Thread Peter Münster
On Tue, Apr 02 2024, Pablo Rodriguez via ntg-context wrote: > mtxrun --script cache --erase && mtxrun --generate Thanks. It did not work after doing it as root, but then I saw, that there is also a cache in the user home-directory, so I’ve done it as the user too, and now it works. --

[NTG-context] Re: error with \sc

2024-04-02 Thread Peter Münster
On Tue, Apr 02 2024, Andres Conrado Montoya wrote: > You shouldn't run context as root in any case. I don’t run context as root. But I need to erase the cache in /opt/context/tex/texmf-cache as root, because the user doesn’t have the permission to do that. -- Peter __

[NTG-context] preventing column break after section title

2024-04-18 Thread Peter Münster
Hi, How could I prevent a column break after the second section title please? Minimal example: \starttext \startcolumns[n=2] \section{title 1} \dorecurse{22}{bla\par} \section{title 2} % Here starts a new column. \startitemize \dorecurse{15}{\item bla} \stopitemize \stopcolumns \st

[NTG-context] Re: preventing column break after section title

2024-04-18 Thread Peter Münster
On Thu, Apr 18 2024, Peter Münster wrote: > How could I prevent a column break after the second section title please? Ok, found it: \setupitemize[each][autointro] -- Peter ___ If your question is

[NTG-context] bug tracker

2024-05-27 Thread Peter Münster
Hi, Is there a bug tracker for ConTeXt? (It seems, that https://tracker.luatex.org/ is no more used...) TIA for any hints, -- Peter ___ If your question is of interest to others as well, please add an entr

[NTG-context] self defined conversion in \date

2024-05-30 Thread Peter Münster
Hi, It seems, that you cannot use self defined conversions in \date: \defineconversion[mytest][X-\romannumerals] \starttext Self defined conversion: \convertnumber{mytest}{1} (OK)\\ Predefined conversion in date: \date[d=1][day:a] (OK)\\ Self defined conversion in date: \date[d=1][day:mytest] (no

[NTG-context] missing space with French quotation

2024-05-30 Thread Peter Münster
Hi, When using \start/stopquotation in French documents, there is a missing space: \mainlanguage[fr] \setcharacterspacing[frenchpunctuation] \starttext bla \quotation{OK} bla\\ bla «OK» bla \startquotation Not Ok: a space is missing \stopquotation \stoptext Is this a bug or a feature? How cou

[NTG-context] Re: self defined conversion in \date

2024-05-30 Thread Peter Münster
On Thu, May 30 2024, Wolfgang Schuster wrote: > The \date mechanism can only use conversions which are defined on the Lua side Ok. How please? This does not work: --8<---cut here---start->8--- \startluacode -- from https://wiki.contextgarden.net/Command/defin

[NTG-context] Re: missing space with French quotation

2024-06-04 Thread Peter Münster
On Thu, May 30 2024, Peter Münster wrote: > Is this a bug or a feature? And if it’s a bug, will it be fixed? TIA for any hints, -- Peter ___ If your question is of interest to others as well, please

[NTG-context] Re: missing space with French quotation

2024-06-07 Thread Peter Münster
On Thu, May 30 2024, Peter Münster wrote: > \mainlanguage[fr] > \setcharacterspacing[frenchpunctuation] > \starttext > bla \quotation{OK} bla\\ > bla «OK» bla > \startquotation > Not Ok: a space is missing > \stopquotation > \stoptext It seems, that this wo

[NTG-context] Re: context / auctex problem?

2024-06-17 Thread Peter Münster
On Mon, Jun 17 2024, Joaquín Ataz López wrote: > The standard AucTeX configuration does not allow to compile with the > latest version of LMTX. Hi, What is the issue please? (I’m using the latest ConTeXt and the latest AucTeX and don’t have any problem.) TIA, -- Peter _

[NTG-context] Re: Emacs and spell check

2024-07-24 Thread Peter Münster
On Thu, Jul 25 2024, Shiv Shankar Dayal wrote: > Can you please share your Emacs config for this? Hi, I use hunspell. Works very nicely: (setq-default ispell-program-name "hunspell") -- Peter ___ If you

Re: [NTG-context] Default latex font

2007-12-01 Thread Peter Münster
On Fri, Nov 30, 2007 at 09:20:46PM +0100, Xavier J. B. L. wrote: > I know that Context uses Latin Modern instead of Computer Modern that > use Latex. I want to know how to change it. \usepackage[lmodern] should work. Cheers, Peter -- http://pmrb.free.fr/contact/ __

Re: [NTG-context] selectively turn off captions

2007-12-01 Thread Peter Münster
On Sat, Dec 01, 2007 at 03:05:33PM +0100, Jean Magnan de Bornier wrote: > Le 01 décembre à 14:15:24 Roger Mason <[EMAIL PROTECTED]> écrit notamment: > > | The file name being compiled is main.ctx.tex. I'm using the dual > | extension .ctx.tex as a way of telling my editor (emacs) to invoke the >

[NTG-context] synonyms with MKIV

2007-12-03 Thread Peter Münster
Hello, I get unexpected output with this test-file: % engine=luatex \definesynonyms[test][tests] \test{testOne}{first test} \test{testTwo}{second test} \starttext \testOne \placelistoftests \stoptext I would expect: testOne testOne first test but I get: testOne testtestOne (Perha

Re: [NTG-context] synonyms with MKIV

2007-12-04 Thread Peter Münster
On Tue, Dec 04, 2007 at 04:57:51PM +0100, Wolfgang Schuster wrote: > > > this is a bug in the mkiv sorting macros, I posted a similiar message > > > a few days ago but got no answer. Hello Wolfgang, Indeed, now I remember... (But one long week was time enough for me to forget it.) > > \def\mksa

[NTG-context] error with \setcharacterspacing[reset]

2007-12-04 Thread Peter Münster
Hello, With \setcharacterspacing[reset] I get the following error: ! Missing number, treated as zero. \relax l.5 \setcharacterspacing[reset] But no problem with \doresetattribute{spacing}. Test file: % engine=luatex \setcharacterspacing[frenchpunctuation] \starttext bla: b

[NTG-context] extending the value of a key

2007-12-04 Thread Peter Münster
Hello, I remember, that there is a new mechanism to extend the value of a key, but I forgot how it works. Example to show what I'm searching for: Instead of writing "\setuptyping[style=\doresetattribute{spacing}\tt]" I would prefer something like "\setuptyping[style+=\doresetattribute{spacing}]"

[NTG-context] \BL and \CL with MKIV

2007-12-04 Thread Peter Münster
Hello, there are 2 problems with the example from the wiki: \BL gives a black box and \CL gives the following error: ! Missing \endgroup inserted. \endgroup \endtemplate \endtemplate \normalTABLEmultirule #1->&

Re: [NTG-context] synonyms with MKIV

2007-12-05 Thread Peter Münster
On Wed, Dec 05, 2007 at 09:29:08AM +0100, Wolfgang Schuster wrote: > > > > > > this line should be > > > > > > \def\mksavesortedlistentry#1#2#3#4% class key entry meaning > > > > > > {\immediatewriteutilitytua{table.insert(js['#1'],{'e','#1',\!!bs#2\!!es,\!!bs#3\!!es})}} > > > > Both versions gi

[NTG-context] awful vertical spacing with MKIV

2007-12-05 Thread Peter Münster
Hello, When comparing the vertical spacing (around section-heads) of the following test file, you'll see that it's not very beautiful with MKIV: \starttext \dorecurse{5}{ \section{sec} \subsection{subsec} \input tufte \subsection{subsec} \starttabulate[|l|l|] \NC bla \NC bla \NC\AR \NC bla \NC b

[NTG-context] hyphen with \useURL

2007-12-06 Thread Peter Münster
Hello, With luatex-0.20.0 and ConTeXt-2007.12.6 a hyphen is introduced in the following URL: % engine=luatex \setupinteraction[state=start] \starttext \useURL[ref][http://gaston/]\from[ref] \stoptext Cheers, Peter -- http://pmrb.free.fr/contact/ _

[NTG-context] problem with \setupcombinedlist[content][alternative=c]

2007-12-06 Thread Peter Münster
Hello, With luatex-0.20.0 and ConTeXt-2007.12.6 the \completecontent is messed up and the first paragraphs are supressed: % engine=luatex \setupcombinedlist[content][alternative=c] \starttext \completecontent \dorecurse{10}{ \section{sec} \input tufte \subsection{subsec} \input tufte \subsection{s

Re: [NTG-context] problem with \setupcombinedlist[content][alternative=c]

2007-12-07 Thread Peter Münster
On Fri, Dec 07, 2007 at 12:59:16PM +0100, Taco Hoekwater wrote: > > I've found it and it will be fixed in the next release (soon). > Meanwhile, you could use linux, the bug does not manifest there ;-) Strange, I already use linux... Nevertheless, thanks for your fast help with version 0.20.1! B

Re: [NTG-context] mkiv

2007-12-11 Thread Peter Münster
On Tue, Dec 11, 2007 at 11:07:45PM +0100, Hans Hagen wrote: > > > Then only "a, "o, "u, "s are left for German. (I already wanted to ask > > for "c -> č, "s -> š and "z ->ž mappings for Slovenian once, but I > > have changed my mind. I find it extremely ugly, although I used to > > write that way

Re: [NTG-context] mkiv

2007-12-12 Thread Peter Münster
On Wed, Dec 12, 2007 at 09:26:08AM +0100, Thomas A. Schmitz wrote: > > Another German, and I agree, too, with every point Peter makes. As an > addition: I would vote for keeping "` and "'. I know that > \quotation{ } is better and have been using it for a while now, but I > also know that ma

[NTG-context] hanging with \bTD[nc=3]

2007-12-12 Thread Peter Münster
Hello, With the latest ConTeXt-versions (current and beta), the compilation of the following test-files hangs with 100% cpu-usage: % engine=luatex \starttext \bTABLE \bTR \bTD[nc=3] x\eTD\eTR \eTABLE \stoptext No problem with nc=2. Cheers, Peter -- http://pmrb.free.fr/contact/ ___

Re: [NTG-context] mkiv

2007-12-12 Thread Peter Münster
On Wed, Dec 12, 2007 at 10:39:50PM +0100, Mojca Miklavec wrote: > > (Disabling regimes would be an interesting experiment too :-) :-) :-) > Not that I was the one who has forced their support :-) Indeed, since now we're living in an utf-world! > > - it's easy to burn a CD-ROM with an old distrib

Re: [NTG-context] updateLuaTeX.sh (was: hanging with \bTD[nc=3])

2007-12-13 Thread Peter Münster
On Thu, Dec 13, 2007 at 09:26:55AM +0100, Hans Hagen wrote: > > > >> can you try todays binary? > > > > hmm, frozen again. > > > > [...] > > > > What binary do you mean ? > > 12/12, well, the one i have on my machine -) Well, I see: sometimes we need the trunk version of luatex... That's why

Re: [NTG-context] new context still hangs on this

2007-12-14 Thread Peter Münster
On Fri, Dec 14, 2007 at 01:18:57PM +0100, zs wrote: > > Context/luatex hangs on my linux box during compilation of this: > > \starttext > > \starttable[|c|c|] > \NC \NC \NC\AR > \DC\DL\DR > \NC \NC \NC\AR > \stoptable > > \stoptext You need the trunk-version of luatex, or t

Re: [NTG-context] ghost in data ?

2007-12-15 Thread Peter Münster
On Fri, Dec 14, 2007 at 08:32:24PM +0100, Steffen Wolfrum wrote: > > But – Patrick you work on Mac, too – in which editor/application can > I actually *see* a difference? Hello Steffen, If you see it or not, depends on the font of the application. I can see a small difference in my email-clien

Re: [NTG-context] Hyphenation with apostrophes

2007-12-17 Thread Peter Münster
On Mon, Dec 17, 2007 at 11:09:44AM +0100, Taco Hoekwater wrote: > > At the tex level you need either > >\lccode`\'=`\' > > or make the ' an active character running a macro that is a bit like > ||, e.g. this: > >\catcode`\'=\active >\unexpanded\def'{\string'\prewordbreak} Hello, D

[NTG-context] MKIV: µ in math-mode

2007-12-20 Thread Peter Münster
Hello, It would be nice, if $µ$ gave the same result as $\mu$. Cheers, Peter -- http://pmrb.free.fr/contact/ ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-c

Re: [NTG-context] Keeping up-to-date under TeXLive

2007-12-22 Thread Peter Münster
On Fri, Dec 21, 2007 at 12:22:11PM -0500, Joel C. Salomon wrote: > > My new Ubuntu installation includes TeXLive version 2007-10. Is there > a way for me to keep the ConTeXt part of this up-to-date with current > (stable) versions? Considering that I have XeTeX 0.996, do I want to, > or should I

[NTG-context] default engine for texexec

2007-12-29 Thread Peter Münster
Hello, What methods do exist, to change the default engine for texexec (for example luatex instead of pdftex)? Cheers, Peter -- http://pmrb.free.fr/contact/ ___ If your question is of interest to others as well, ple

Re: [NTG-context] default engine for texexec

2007-12-30 Thread Peter Münster
On Sat, Dec 29, 2007 at 04:04:43PM -0700, Idris Samawi Hamid wrote: > > On Sat, 29 Dec 2007 15:22:37 -0700, Peter Münster <[EMAIL PROTECTED]> wrote: > > > What methods do exist, to change the default engine for texexec (for > > examp

[NTG-context] permissions in luatex-cache

2008-01-09 Thread Peter Münster
Hello, What directories in luatex-cache should be world writable? It seems to me, at least some sub-dirs in $TEXMFCACHE/luatex-cache/context/XXX/fonts And do these world writable directories present any security risk? (For example: user A writes some evil code into file $TEXMFCACHE/luatex-cache/c

Re: [NTG-context] permissions in luatex-cache

2008-01-09 Thread Peter Münster
On Wed, Jan 09, 2008 at 10:47:16PM +0100, Hans Hagen wrote: > > > And do these world writable directories present any security risk? > > (For example: user A writes some evil code into file > > $TEXMFCACHE/luatex-cache/context/XXX/fonts/otf/file.otf that makes user B > > remove all his files when

[NTG-context] context stub

2008-01-14 Thread Peter Münster
Hello, Shouldn't the script scripts/context/lua/context be rather in scripts/context/stubs/unix/ ? And it seems, that "mtxrun --script context file" does not work, the option "--run" is needed. Cheers, Peter -- http://pmrb.free.fr/contact/ _

Re: [NTG-context] composed chars

2008-01-14 Thread Peter Münster
On Mon, Jan 14, 2008 at 11:18:08PM +0100, Arthur Reutenauer wrote: > > \dontleavehmode\dorecurse{100}{\one{}\two{}} > > What are \one and \two supposed to stand for? Apart from that it > works great. The glyph is not very beautiful, but of course it is to be > expected. With version 2008.01.1

[NTG-context] 2 further unix stubs

2008-01-14 Thread Peter Münster
Hello, What about these 2 new stubs: stubs/unix/texmfstart: #!/bin/sh script=$(dirname $0)/../../ruby/texmfstart.rb exec $script "$@" # (or exec ruby $script "$@") stubs/unix/texsync: #!/bin/sh texmfstart texsync.rb "$@" # (Or is texsync now obsolete and replaced by another script?) Cheers, P

Re: [NTG-context] 2 further unix stubs

2008-01-15 Thread Peter Münster
On Tue, Jan 15, 2008 at 12:43:35AM +0100, Mojca Miklavec wrote: > > texmfstart is usually "copy texmfstart.rb to texmfstart in bin and > make it executable". The drawback is that if something changes, it > needs to be updated in the bin folder as well. Hello Mojca, that's why a stub is useful.

Re: [NTG-context] 2 further unix stubs

2008-01-15 Thread Peter Münster
On Tue, Jan 15, 2008 at 10:43:17AM +0100, Hans Hagen wrote: > > > But texmfstart seems to be an exception, I'll just keep my symbolic link. > > sounds ok to me ... > > texmfstart, mtxrun, luatools : copies or symlinks > > the res: stubs What about mtxrun and luatools, they are stubs today. Wil

Re: [NTG-context] 2 further unix stubs

2008-01-15 Thread Peter Münster
On Tue, Jan 15, 2008 at 11:54:43AM +0100, Hans Hagen wrote: > > > > What about mtxrun and luatools, they are stubs today. Will that change? > > Peter > > this is mostly up to distributions >From now on I use your stubs in my simplistic texlive-package, that is getting even simpler today: chmod

[NTG-context] bug-tracker

2008-01-18 Thread Peter Münster
Hello, Is it still useful to add bug-reports to the bug-tracker on http://foundry.supelec.fr/projects/contexttest/ ? Cheers, Peter -- http://pmrb.free.fr/contact/ ___ If your question is of interest to others as we

Re: [NTG-context] {{ double braces }}

2008-01-23 Thread Peter Münster
On Mon, Jan 21 2008, Steffen Wolfrum wrote: > > I would like to use in my documents double braces for the footnote – > for easily matching entire footnotes with RegEx (thus it can't > confuse with the nested braces) ... > > text\footnote{{this is {\it one} tiny note\index{note}!}} > > ... a

Re: [NTG-context] Module for svn info

2008-01-23 Thread Peter Münster
On Wed, Jan 23 2008, Robin Kirkham wrote: > > What do you think of using: > > \def\SVNVERSION{svnversion -n > svnversion.tex} Hello Robin, The "-n" option does not change anything, see also http://archive.contextgarden.net/thread/20060228.155539.6a630df2.en.html and http://wiki.contextg

Re: [NTG-context] {{ double braces }}

2008-01-23 Thread Peter Münster
On Wed, Jan 23 2008, Peter Münster wrote: > On Mon, Jan 21 2008, Steffen Wolfrum wrote: > > > > I would like to use in my documents double braces for the footnote – > > for easily matching entire footnotes with RegEx (thus it can't > > confuse with the

Re: [NTG-context] %18 or 18% : incorrect placement of the percentage sign ?

2008-01-31 Thread Peter Münster
On Thu, Jan 31 2008, Steffen Wolfrum wrote: > > Any native arabic speaker out there? Is it %18 or 18% ?? Hello, I don't know nothing about Arabic script, but wouldn't it be logic to ask for "%81 or 18%" ? Cheers, Peter -- http://pmrb.free.fr/contact/ _

[NTG-context] \chemical and MKIV

2008-02-21 Thread Peter Münster
Hello, The following test-file produces an error: % engine=luatex \usemodule[chemic] \starttext \chemical{CO_2} \stoptext ERROR: Undefined control sequence. --- TeX said --- \s !chemical\c !x1 \setvalue #1->\expandafter \def \csname #1 \

Re: [NTG-context] \chemical and MKIV

2008-02-22 Thread Peter Münster
On Thu, Feb 21 2008, Mojca Miklavec wrote: > On Thu, Feb 21, 2008 at 11:23 PM, Peter Münster wrote: > > > > The following test-file produces an error: > > > > % engine=luatex > > \usemodule[chemic] > > \starttext > > \chemical{CO_2} > > \

[NTG-context] ini -> C -> lua -> context -> pdf

2008-02-22 Thread Peter Münster
Hello, I have to convert an "ini"-file to pdf. On the one hand, it's easy for me to do most things in C, on the other hand, I would like to enlarge my experience with lua and ConTeXt. So here my question to the experts: what languages would you use for the different tasks? In fact, I believe lua

Re: [NTG-context] \chemical and MKIV

2008-02-22 Thread Peter Münster
On Fri, Feb 22 2008, Mojca Miklavec wrote: > Interesting - here it works, but \molecule{A_2} only produces lowered > 2, while A is lost. > > ConTeXt ver: 2008.02.13 23:49 MKIV fmt: 2008.2.19 int: english/english > This is LuaTeX, Version snapshot-0.22.0-2008021722 Ok, I admit that I'm not up

Re: [NTG-context] ini -> C -> lua -> context -> pdf

2008-02-22 Thread Peter Münster
On Fri, Feb 22 2008, Hans Hagen wrote: > > - filtering, for example _ must be converted to \_ and % to \% (same > > question: C, lua or ConTeXt) > > depends, if the font has _ no conversion is needed (otf fonts have this) Since I'm using MKIV, I think the default font should be the lm otf vers

Re: [NTG-context] \chemical and MKIV

2008-02-22 Thread Peter Münster
On Fri, Feb 22 2008, Wolfgang Schuster wrote: > Replace the following lines in m-chemic > > \ifx\beginpicture\undefined > \let\normalgrid\grid > \let\normalaxis\axis > \input pictex.tex \relax > \let\pictexgrid\grid > \let\pictexaxis\axis > \let\grid\normalgrid > \let\axis\normalaxi

[NTG-context] t-inifile, my first experience with lua

2008-02-25 Thread Peter Münster
e=t-inifile, %Dversion=2008.02.25, %D title=\CONTEXT\ User Module, %D subtitle=Formatting of ini-files, %D author=Peter Münster, %D date=\currentdate, %D copyright={Peter Münster}] %C This module is copyrighted by Peter Münster. %C Please send any comm

Re: [NTG-context] t-inifile, my first experience with lua

2008-02-25 Thread Peter Münster
On Mon, Feb 25 2008, Aditya Mahajan wrote: >> I tried to implement a demo-mode, but there are two small problems: >> - I don't know how to use \savebuffer, all line-endings disappear in the >> saved file > > You can do something like > > \startbuffer[thewho] > contents of the ini file > \stopbuff

Re: [NTG-context] t-inifile, my first experience with lua

2008-02-25 Thread Peter Münster
On Tue, Feb 26 2008, Hans Hagen wrote: > in your case, use > > thirddata.inifile = { } > > [...] > > just do: > > print(table.serialize(thirddata.inifile.t) > > (there are quite some helpers defined in l-string, l-table cum suis) Thank you, Hans, for your fast reply, these are already 2 usef

[NTG-context] usage of \savebuffer

2008-03-04 Thread Peter Münster
Hello, How must \savebuffer be used? I would like to save some lines in file abc, but there are 2 problems: - the file is called \jobname-abc.tmp - the line-endings are removed Test-file: % engine=luatex \startbuffer[abc] asjdf asdjf klasdjf kla asjdf asdjf klasdjf kla asjdf asdjf klasdjf kla

[NTG-context] "texexec --module" stops with "\wait="

2008-03-04 Thread Peter Münster
\module %D [ file=t-french, %Dversion=2008.03.04, %D title=\CONTEXT\ User Module, %D subtitle=For French documents, %D author=Peter Münster, %D date=\currentdate, %D copyright={Peter Münster}] %C This module is copyrighted by Peter Münster. %C Pleas

[NTG-context] texexec --result=... --module

2008-03-04 Thread Peter Münster
Hello, When using "texexec --result=abc --module m-module" the switch --result=abc is not respected, the result is written to m-module.pdf. Cheers, Peter -- http://pmrb.free.fr/contact/ ___ If your question is of i

[NTG-context] MKIV format generation with context-beta: context.tex not found

2008-03-10 Thread Peter Münster
Hello, I've just tried the beta version too, and I get another error (very early): \input context.tex : cannot find input file context.tex My command: texexec --make --all --luatex What could be the reason for this problem? Details: * no such problem with context-current * no such problem with

Re: [NTG-context] MKIV format generation with context-beta: context.tex not found

2008-03-10 Thread Peter Münster
On Mon, Mar 10 2008, Thomas A. Schmitz wrote: > > However, with > > luatools --ini --compile cont-en Here, I get the same error: LuaTools | creating initialization file cont-en LuaTools | using library path : /opt/TeX-live/texmf-context/tex/context/base LuaTools | using lua libraries: l-string.

Re: [NTG-context] MKIV format generation with context-beta: context.tex not found

2008-03-10 Thread Peter Münster
On Mon, Mar 10 2008, Aditya Mahajan wrote: > Can you try > > MTX_INPUT_TRACE=10 luatools --ini --compile cont-en I attach the output to this message. luatools-current.log -> with current context luatools-beta.log -> with beta context With the beta version, there are no "handler" lines.

Re: [NTG-context] unable to make format after upgrade

2008-03-10 Thread Peter Münster
On Mon, Mar 10 2008, Mojca Miklavec wrote: > Concerning the luatex on linux-64: Peter Münster has sent me a version > of LuaTeX that might be too recent (he has compiled it from trunk). If > needed, you or him need(s) to send me the latest beta. I've just updated the svn repositor

[NTG-context] texshow out of sync?

2008-03-11 Thread Peter Münster
Hello, What about merging the 2 texshow databases (web and perl), and then maintaining only one unique database? I've just seen, that for example the command "\setupdescriptions" has more options in the perl-database and more descriptions in the web-database... Cheers, Peter -- http://pmrb.fre

Re: [NTG-context] texshow out of sync?

2008-03-11 Thread Peter Münster
On Tue, Mar 11 2008, Taco Hoekwater wrote: > > What about merging the 2 texshow databases (web and perl), and then > > maintaining only one unique database? > > texshow.pl can't always go to the web to fetch (or even check the > filestamp) of its database, that would be dead-slow. So that > woul

Re: [NTG-context] new current

2008-03-11 Thread Peter Münster
On Tue, Mar 11 2008, Hans Hagen wrote: > > Taco and I spent some time tracing the 'file not found problem' and > eventually we zoomed in to the extent that Taco located a dislectic > typo. We are still puzzled why it worked in some cases, and mostly > influenced the minimals > > Anyhow, I made

[NTG-context] MKIV: context.tex not found

2008-03-12 Thread Peter Münster
Hello, Any news about this one? Am I the only one having this problem? Cheers, Peter -- http://pmrb.free.fr/contact/ ___ If your question is of interest to others as well, please add an entry to the Wiki! maillis

Re: [NTG-context] MKIV: context.tex not found

2008-03-12 Thread Peter Münster
On Wed, Mar 12 2008, Mojca Miklavec wrote: > Mine has disappeared last night Mine not... :( Should I send another output of MTX_INPUT_TRACE=10 luatools --ini --compile cont-en ? Or perhaps some other informations? > (luatex 0.25, another job for you, if that matters). It seems, that Taco has

Re: [NTG-context] MKIV: context.tex not found

2008-03-12 Thread Peter Münster
On Wed, Mar 12 2008, Taco Hoekwater wrote: > > Did you fetch a new first-setup.sh ? You have to, because > the mtxrun commandline has changed. It should now be: No, where can I find it? It does not seem to be in the zips in http://www.pragma-ade.com/dir?path=context/current > mtxrun --verbose --

Re: [NTG-context] MKIV: context.tex not found

2008-03-12 Thread Peter Münster
On Wed, Mar 12 2008, Taco Hoekwater wrote: > You probably have to download and extract a new cont-tmf, then manually > copy scripts/context/lua/mtxrun.lua and scripts/context/lua/luatools.lua > to (the|a) binaries directory as /mtxrun and /luatools. > > After that, run luatools --generate, and al

Re: [NTG-context] MKIV: context.tex not found

2008-03-14 Thread Peter Münster
Hello, I've put the output of the command MTX_INPUT_TRACE=10 luatools --ini --compile cont-en on the page http://pmrb.free.fr/tmp/luatools-log/ One for version 2008.01.28 (no problem). And one for version 2008.03.11 (context.tex not found). luatools.lua and mtxrun.lua have been copied without su

  1   2   3   4   5   6   7   8   9   10   >