[NTG-context] \setcharacterspacing[normal] ?

2007-09-15 Thread Peter Münster
Hello, how can I reset the \setcharacterspacing[frenchpunctuation] ? Here my example to show what I'm searching for: % engine=luatex \mainlanguage[fr] \startlanguagespecifics[fr] \setcharacterspacing[frenchpunctuation] \stoplanguagespecifics % This does not work: %\appendtoks

[NTG-context] MKIV: encoding for pdf-strings

2007-10-23 Thread Peter Münster
Hello, When using luatex, utf encoding is not taken into account in pdf-strings. Minimal example: % engine=luatex \enableregime[utf] \setupinteraction[state=start,author=Peter Münster] \starttext Peter Münster \stoptext Output of pdfinfo: Author: Peter Münster Cheers, Peter -- http

Re: [NTG-context] MKIV: encoding for pdf-strings

2007-10-23 Thread Peter Münster
On Tue, 23 Oct 2007, Idris Samawi Hamid wrote: % engine=luatex \enableregime[utf] Hmm, it works here... === Author: Peter Münster Creator:ConTeXt - 2007.08.07 17:52 Producer: luaTeX-0.10.1 === Perhaps, it's the luaTeX version: mine

Re: [NTG-context] project structure and dissertations

2007-11-01 Thread Peter Münster
On Thu, 1 Nov 2007, Jesse Alama wrote: It seems natural to regard the dissertation as a project and the chapters as products (which sounds strange to my mind, in this case). But then I have no idea what would correspond to components; it seems like excessive, unnecessary structuring to regard

[NTG-context] backward compatibility

2007-11-23 Thread Peter Münster
Dear ConTeXt developers, With the new generation of ConTeXt, MKIV, would it be possible to drop backward compatibility at some places, where it was the only reason to keep some undesired behaviour? Examples: align=left|right or insertion of \dontleavehmode before \externalfigure and \framed

Re: [NTG-context] Images centered on page

2007-11-23 Thread Peter Münster
On Fri, 23 Nov 2007, Vyatcheslav Yatskovsky wrote: How can I center the image on a page? \setuplayout[page] \starttext \startstandardmakeup \startalignment[middle] \dontleavehmode \externalfigure[image.png] \stopalignment \stopstandardmakeup \stoptext Cheers, Peter --

Re: [NTG-context] MetaPost 1.002 announcement

2007-11-27 Thread Peter Münster
On Mon, Nov 26, 2007 at 06:44:54PM +0100, Taco Hoekwater wrote: The MetaPost team is happy to announce a new release of MetaPost: -- MetaPost 1.002 --

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

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.)

[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. to be read again \relax l.5 \setcharacterspacing[reset] But no problem with \doresetattribute{spacing}. Test file: % engine=luatex \setcharacterspacing[frenchpunctuation]

[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. inserted text \endgroup to be read again \endtemplate template \endtemplate

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 give wrong output with

[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

[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

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!

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 before someone has

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 many

[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

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 there is now a

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 the next

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

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, Do you

[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 :

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,

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 example luatex instead of pdftex)? == % luatex Hello

[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

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 running

[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.14

[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, Peter

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. Will that

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 +x

[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

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}!}} ... and

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

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 nested braces) ... text\footnote

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 --- argument \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} \stoptext The issue probably needs to be solved, but I happily use

[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

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

2008-02-25 Thread Peter Münster
version=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 comments to pmrb

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 \stopbuffer This

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 useful hints!

[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
[ 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 Please send any

[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

[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

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.lua

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 repository for linux-64

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

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 would mean

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 new

[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!

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 bin/mtxrun and bin/luatools. After that, run luatools --generate, and

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

Re: [NTG-context] Strange format error with xetex engine on debian sid

2008-03-15 Thread Peter Münster
On Sat, Mar 15 2008, Morgan Brassel wrote: I'm experiencing problems with the xetex engine on debian sid. I'm using the official packages context and texlive-xetex. Maybe one of you has the same setup and has a hint... When I try to compile a simple hello world! document, I get the

Re: [NTG-context] Strange format error with xetex engine on debian?sid

2008-03-15 Thread Peter Münster
On Sat, Mar 15 2008, Morgan Brassel wrote: get the following error: kpathsea: Running mktextfm lmromanslant10-regular mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input lmromanslant10-regular This is METAFONT, Version 2.71828 (Web2C 7.5.6) kpathsea:

[NTG-context] luatools --find-file cont-en.lua

2008-03-15 Thread Peter Münster
Hello, What is luatools --find-file supposed to find? It finds files like context.tex but no lua files like l-table.lua or cont-en.lua. texmfstart --locate finds also the lua files. Greetings, Peter -- http://pmrb.free.fr/contact/

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

2008-03-18 Thread Peter Münster
On Fri, Mar 14 2008, Hans Hagen wrote: 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).

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

2008-03-20 Thread Peter Münster
On Tue, Mar 18 2008, Arthur Reutenauer wrote: I would even say: don't use it at all. If you really have to, don't put it in a configuration file, at any rate; just set it in the current environment. What do you need it for in Mark II? I don't need it, I just discovered that /etc/profile

[NTG-context] further stubs

2008-03-30 Thread Peter Münster
Hello, I suggest putting 3 further stubs into .../scripts/context/stubs/unix : 1.) luatools: #!/bin/sh texmfstart luatools.lua $@ 2.) mtxrun: #!/bin/sh texmfstart mtxrun.lua $@ 3.) context (same file as .../scripts/context/lua/context): #!/bin/sh mtxrun --script context $@ This has 2

[NTG-context] patch for m-chemic.tex

2008-03-30 Thread Peter Münster
@ntg.nl To: mailing list for ConTeXt users ntg-context@ntg.nl Subject: Re: [NTG-context] \chemical and MKIV On Thu, Feb 21, 2008 at 11:23 PM, Peter Münster [EMAIL PROTECTED] wrote: Hello, The following test-file produces an error: % engine=luatex \usemodule[chemic] \starttext \chemical{CO_2

Re: [NTG-context] further stubs

2008-03-30 Thread Peter Münster
On Sun, Mar 30 2008, Hans Hagen wrote: both luatools and mtxrun are meant to be unstubbed Allright, I'll make symbolic links in my PATH. It seems to me, that I should not need the --selfupdate then, right? the context command can be stubbed indeed (i need to add that one, but it's still

Re: [NTG-context] further stubs

2008-03-30 Thread Peter Münster
On Sun, Mar 30 2008, Hans Hagen wrote: in mkiv more things wil be simple, for instance metapost runs are now invisible (even multipass mp is done inside now), graphic conversion is built in, sorting too, and there is less dependency on external programs Great! This means perhaps also less

[NTG-context] wrong weekday with MKIV

2008-03-30 Thread Peter Münster
Hello, According to MKIV, today is Wednesday: \starttext \doifmodeelse{mkiv}{MKIV}{MKII}: Sunday = \date[d=30,m=3,y=2008][weekday] ? \stoptext Cheers, Peter -- http://pmrb.free.fr/contact/ ___ If your question is

Re: [NTG-context] Various ConTeXt Questions

2008-04-03 Thread Peter Münster
On Thu, Apr 03 2008, Edd Barrett wrote: Just a way of isolating each of the marco's values that cvs defines. How about: ---8--- \definecvskeyword[cvsdate][D/M/Y]{$Date$}% will be expanded upon commit to something like $Date: 1999/12/23 01:59:22 $ \starttext Last Updated:

Re: [NTG-context] luatex feature question/request

2008-04-04 Thread Peter Münster
On Fri, Apr 04 2008, Olivier Guéry wrote: Hello, new to this list, I see this first message. Is it a solution for my request (http://wiki.contextgarden.net/Feature_Requests) about french typography ? Hello, You could also try the latest version of t-french.tex on

Re: [NTG-context] luatex feature question/request

2008-04-04 Thread Peter Münster
On Fri, Apr 04 2008, Olivier Guéry wrote: You could also try to use the MkIV version. from core-spa.mkiv % experimental spacing % % test: oeps {\setcharacterspacing[frenchpunctuation]x: xx \bfd x: xx} oeps: test I see this when I search in the file but don't know how to

Re: [NTG-context] luatex feature question/request

2008-04-04 Thread Peter Münster
On Fri, Apr 04 2008, Olivier Guéry wrote: The problem is that even if the space before « : » is not a nbsp, it should be a thin nbsp (only silly guys like me change their layout to have nbsp on Shift+space ;o)). Hello, Just my personal opinion: I always write these characters without any

Re: [NTG-context] luatex feature question/request

2008-04-04 Thread Peter Münster
On Fri, Apr 04 2008, Aditya Mahajan wrote: function add_ties(line) line = line:gsub('( %a) ', '%1~') line = line:gsub('^(%a) ', '%1~') line = line:gsub('( %a)$', '%1~%%') return line end Not working: $a = b + c$. How about substituting with a macro

Re: [NTG-context] luatex feature question/request

2008-04-04 Thread Peter Münster
On Fri, Apr 04 2008, Taco Hoekwater wrote: % engine=luatex \startluacode function add_ties (line) return line:gsub(' ','~') end \stopluacode \def\startfiltered {\ctxlua {callback.register('process_input_buffer', add_ties)}} \def\stopfiltered {\ctxlua

[NTG-context] patch for m-chemic.tex

2008-04-07 Thread Peter Münster
@ntg.nl To: mailing list for ConTeXt users ntg-context@ntg.nl Subject: Re: [NTG-context] \chemical and MKIV On Thu, Feb 21, 2008 at 11:23 PM, Peter Münster [EMAIL PROTECTED] wrote: Hello, The following test-file produces an error: % engine=luatex \usemodule[chemic] \starttext \chemical{CO_2

[NTG-context] solution for problem with m-chemic.tex

2008-04-11 Thread Peter Münster
] Reply-To: mailing list for ConTeXt users ntg-context@ntg.nl To: mailing list for ConTeXt users ntg-context@ntg.nl Subject: Re: [NTG-context] \chemical and MKIV On Thu, Feb 21, 2008 at 11:23 PM, Peter Münster [EMAIL PROTECTED] wrote: Hello, The following test-file produces an error: % engine

[NTG-context] urw-garamond with MKIV

2008-04-12 Thread Peter Münster
Hello, This does no more work with MKIV: \usemodule[urwgaramond] \starttext \rm\input knuth \it\input knuth \bf\input knuth \bi\input knuth \stoptext Could anybody help me, to get urw-garamond with MKIV? (ftp://dante.ctan.org/tex-archive/fonts/urw/garamond.zip must be installed) TIA!

Re: [NTG-context] solution for problem with m-chemic.tex

2008-04-12 Thread Peter Münster
On Sat, Apr 12 2008, Hans Hagen wrote: btw, does \usemodule[pictex,chemic] work? Yes, this test file compiles well: % engine=luatex \usemodule[pictex,chemic] \starttext test \stoptext Cheers, Peter -- http://pmrb.free.fr/contact/

Re: [NTG-context] urw-garamond with MKIV

2008-04-13 Thread Peter Münster
On Sun, Apr 13 2008, Taco Hoekwater wrote: If you want existing tfms to have precedence over any afms (thereby loosing unicode support for legacy fonts) you can add this to cont-sys or the top of your input: \ctxlua{fonts.define.method=2} Thanks, Taco! This works. The right method for

Re: [NTG-context] ConTeXt Document with SVN Info Included

2008-04-14 Thread Peter Münster
On Mon, Apr 14 2008, Michael Hallgren wrote: Do we have, in userland, an already developed metod of including SVN info in a ConTeXt output file? A la svn-multi in the LaTeX world... This is perhaps something, you are looking for:

[NTG-context] 2 problems with texexec --module

2008-04-14 Thread Peter Münster
, %D subtitle=For French documents, %D author=Peter Münster, %D date=\currentdate, %D copyright={Peter Münster}] \startlanguagespecifics[fr] \setcharacterspacing[frenchpunctuation] \stoplanguagespecifics Command: texexec --module --luatex t-french 2.) The option

Re: [NTG-context] 2 problems with texexec --module

2008-04-15 Thread Peter Münster
On Tue, Apr 15 2008, Taco Hoekwater wrote: Peter Münster wrote: Hello, 1.) Compilation stop like this: [1.1] [2.1] . (./t-french.tex language : language specific options [default-fr] introduce a 4.0pt skip \wait= Somewhat unexpectedly, the space after

Re: [NTG-context] 2 problems with texexec --module

2008-04-15 Thread Peter Münster
On Tue, Apr 15 2008, Taco Hoekwater wrote: Peter Münster wrote: \startlanguagespecifics[fr] \setcharacterspacing[frenchpunctuation] \stoplanguagespecifics Still somewhat odd. Indeed. And I think for several reasons: - I believed, that texexec --module does not execute commands

Re: [NTG-context] 2 problems with texexec --module

2008-04-15 Thread Peter Münster
On Tue, Apr 15 2008, Hans Hagen wrote: Peter Münster wrote: On Tue, Apr 15 2008, Taco Hoekwater wrote: Peter Münster wrote: \startlanguagespecifics[fr] \setcharacterspacing[frenchpunctuation] \stoplanguagespecifics Still somewhat odd. always messy this active : The actual

Re: [NTG-context] luatex feature question/request

2008-04-16 Thread Peter Münster
On Wed, Apr 16 2008, Olivier Guéry wrote: I can't imagine a french text without those spaces. So maybe this specific question should be on for all french text, and something like \setcharacterspacing [frenchpunctuation] [no] can be use for the excepts. There is already

Re: [NTG-context] Discussion: correspondence with ConTeXt

2008-04-17 Thread Peter Münster
On Thu, Apr 17 2008, Wolfgang Schuster wrote: After nearly one and a helf years and 2 major revisions I have nearly finished my module and would will make it now available also to other users. But before I make my last stable version online I want to discuss a few points with interested

Re: [NTG-context] Discussion: correspondence with ConTeXt

2008-04-17 Thread Peter Münster
On Thu, Apr 17 2008, Taco Hoekwater wrote: * Quite a bit of correspondence is invoices and quotes, with automatic calculations in them (VAT etc). Hello Taco, Quite funny: Just 3 days ago, I wrote t-invoice.tex for my personal needs, just 1 command and very very simple: \startInvoice

Re: [NTG-context] Discussion: correspondence with ConTeXt

2008-04-18 Thread Peter Münster
On Fri, Apr 18 2008, Wolfgang Schuster wrote: Then, for some reason that I forgot, I switched to scrlttr2.cls. And I patched it to get the same minimum-50%-feature. Unfortunately, this patch is no more working with recent versions of scrlttr2... (-

Re: [NTG-context] Discussion: correspondence with ConTeXt

2008-04-18 Thread Peter Münster
On Fri, Apr 18 2008, Wolfgang Schuster wrote: I don't know, if lettre.lco is readable for you, so here the idea in clear-text: I will try it later today on my system, can you send me a example letter before I had to take a look into scrguide.pdf. I'm sorry, it would be too much work for

[NTG-context] thanks for context-stub

2008-04-18 Thread Peter Münster
Hello Hans, Thanks for the context-stub! Now it's possible to say context file and using MKIV without % engine=luatex in the file. One small bug-fix for spaces in filename: $@ - $@ And one small feature request: it would be nice to get the ConTeXt-version with context --version. Cheers, Peter

Re: [NTG-context] Indention problem after formula

2008-04-20 Thread Peter Münster
On Sun, Apr 20 2008, Tobias Burnus wrote: \stopformula \indent Here, a new paragraph shall begin -- indented! There are at least 3 possibilities: 1.) \indentation Here, a new paragraph shall begin -- indented! 2.) \setupformulae[indentnext=yes] 3.) \setupformulae[indentnext=auto] (for me

Re: [NTG-context] urw-garamond with MKIV

2008-04-21 Thread Peter Münster
On Mon, Apr 21 2008, Hans Hagen wrote: % works ok \starttypescript [serif] [urwgaramond] \definefontsynonym [Garamond-Regular] [file:GaramondNo8-Reg] [features=complete] \definefontsynonym [Garamond-Medium] [file:GaramondNo8-Med] [features=complete]

Re: [NTG-context] ONE upright beta, please!

2008-04-22 Thread Peter Münster
On Tue, Apr 22 2008, Steffen Wolfrum wrote: my whole project is set in Times without problems - except at one spot there is a beta needed. Just this single time! But, unfortunately, I only get it italic: \starttext \usetypescript[postscript][\defaultencoding]

  1   2   3   4   5   6   7   8   9   10   >