Re: [NTG-context] URLs: interaction, color/style, hyphenation

2009-06-15 Thread Peter Münster
On Thu, 11 Jun 2009, Peter Münster wrote: Here a general test-file with all possibilities to print URLs, that I'm aware of: \setupinteraction[state=start] \useURL[myURL][http://url.com/index.html] \starttext \hsize1pt % hyphen introduced in url, no special color/style: \from[myURL

Re: [NTG-context] Is there any leftoffset and rightoffset possibilities for \framed (in natural tables) ?

2009-06-12 Thread Peter Münster
On Fri, 12 Jun 2009, Wolfgang Schuster wrote: Am 12.06.2009 um 15:04 schrieb B. Tommy Jensen: I have the following challenge: I am using natural Tables (e.g. \bTABLE) and want to have a larger left/right offset than the top/bottom offset for the table cells. The offset parameter

Re: [NTG-context] Argument of \doswitchtotypeface has an extra }

2009-06-11 Thread Peter Münster
On Wed, 10 Jun 2009, Hans Hagen wrote: Peter Münster wrote: Hello, Here I get the error: \starttext bla\footnote{\useURL[bla][http://bla/]\from[bla]} \stoptext I use \useURL inside the footnote, because in my real code, I put \useURL and \from together in a macro. i'll

Re: [NTG-context] Argument of \doswitchtotypeface has an extra }

2009-06-11 Thread Peter Münster
On Thu, 11 Jun 2009, Hans Hagen wrote: Peter Münster wrote: \lastpagenumber ? should work in the beta Indeed, thanks! Peter -- Contact information: http://pmrb.free.fr/contact/ ___ If your question

[NTG-context] URLs: interaction, color/style, hyphenation (was: Re: Argument of \doswitchtotypeface has an extra })

2009-06-11 Thread Peter Münster
On Thu, 11 Jun 2009, Wolfgang Schuster wrote: Am 11.06.2009 um 10:08 schrieb Peter Münster: Or is there perhaps another command (for example \fromURL{}) that does just this: \useURL[dummy][http://my-url/]\from[dummy]; Perhaps with alternative optional argument

Re: [NTG-context] possible problem with setuptex

2009-06-11 Thread Peter Münster
On Thu, 11 Jun 2009, Hans van der Meer wrote: When loading minimals with a shell script it appears that setuptex takes arguments from the calling shell script: Indeed. 2 solutions: - treat or save your arguments before calling setuptex, for example: ARG1=$1 ARG2=$2 shift $# source

[NTG-context] diaresis in url with \goto

2009-06-11 Thread Peter Münster
Hello, How can I get a diaresis in a url with \goto? This is, what I've tried: \setupinteraction[state=start] \def\gotoURL#1{\tt\goto{#1}[url(#1)]} \starttext \gotoURL{http://test.com/test#test} \gotoURL{http://test.com/test\#test} \gotoURL{http://test.com/test\string#test}

[NTG-context] problem with \footnote and \FlushStep (MKIV)

2009-06-11 Thread Peter Münster
Hello, Some weeks ago, this worked fine, but today: \usemodule[pre-stepwise] \setupinteraction[state=start] \starttext \chapter{Footnote appears too early} \StartSteps bla\FlushStep \footnote{footnote}\FlushStep bla\FlushStep \StopSteps \chapter{Footnote appears too late} \StartSteps

[NTG-context] number sign in url (was: Re: diaresis in url with \goto)

2009-06-11 Thread Peter Münster
On Thu, 11 Jun 2009, Hans Hagen wrote: Peter Münster wrote: Hello, How can I get a diaresis in a url with \goto? This is, what I've tried: \setupinteraction[state=start] \def\gotoURL#1{\tt\goto{#1}[url(#1)]} \starttext \gotoURL{http://test.com/test#test} \gotoURL{http

Re: [NTG-context] possible problem with setuptex

2009-06-11 Thread Peter Münster
On Thu, 11 Jun 2009, Mojca Miklavec wrote: - or setuptex should be rather an executable, that prints out the  environment to apply, then one would do something like this:  eval `setuptex`  (cleaner solution, but some work to do and all minimal-users must change  their habits...) I

Re: [NTG-context] possible problem with setuptex

2009-06-11 Thread Peter Münster
On Fri, 12 Jun 2009, Mojca Miklavec wrote: I left TEXMFCACHE variable as an excuse for not adding texmfcnf.lua to the distribution. (Though in theory it's still not needed, you just need to regenerate the database since LuaTeX doesn't know about the location of your old cache.) I have

Re: [NTG-context] \typebuffer with typing style

2009-06-10 Thread Peter Münster
On Wed, 10 Jun 2009, Matthijs Kooijman wrote: \setuptyping[option=TEX] This is what I am using now, but this changes the global settings and requires resetting them afterwards. Not so pretty. I was hoping for a better method to achieve this, but I'm starting to doubt there is one

[NTG-context] gobbling space after ]

2009-06-09 Thread Peter Münster
Hello, IMHO space should be gobbled after \startmode[...], and it should *not* be gobbled after \externalfigure[...]. But ConTeXt does it the other way round: \enablemode[test] \starttext bla \startmode[test] text for test-mode \stopmode bla \externalfigure[hacker][width=3em] bla\blank[big] Now

[NTG-context] catcode regime in section title

2009-06-09 Thread Peter Münster
Hello, I still need the \setcatcodetable\prtcatcodes in the following example. Is this the right way to do such things in the future or only a temporary workaround? \unprotect \def\...@bla{sec title} \def\mysection{{\setcatcodetable\prtcatcodes\section{\...@bla}}} \protect \starttext \mySection

[NTG-context] \lastpagenumber always 1

2009-06-09 Thread Peter Münster
Hello, \lastpagenumber is 1 but should be 5: \setupfootertexts[\pagenumber/\lastpagenumber] \starttext \dorecurse5{bla\page} \stoptext Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/ ___ If

[NTG-context] problem with \placeheadtext

2009-06-09 Thread Peter Münster
Hello, \placeheadtext[chapter] prints the section title: \starttext \chapter{my chapter title} \section{my section title} test: \placeheadtext[chapter] \stoptext Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/

[NTG-context] Argument of \doswitchtotypeface has an extra }

2009-06-09 Thread Peter Münster
Hello, Here I get the error: \starttext bla\footnote{\useURL[bla][http://bla/]\from[bla]} \stoptext I use \useURL inside the footnote, because in my real code, I put \useURL and \from together in a macro. Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/

Re: [NTG-context] \typebuffer with typing style

2009-06-09 Thread Peter Münster
On Mon, 8 Jun 2009, Matthijs Kooijman wrote: \definetyping[FOO][option=FOO] \startbuffer[bar] baz \stopbuffer \typebuffer[FOO][bar] Perhaps you are looking for this: \setuptyping[option=TEX] \starttext \startbuffer[bar] This is \ConTeXt. \stopbuffer \typebuffer[bar] \stoptext ?

Re: [NTG-context] URL colors are gone

2009-06-09 Thread Peter Münster
On Tue, 9 Jun 2009, Vyatcheslav Yatskovsky wrote: I use \useURL[abc] [http://abc.com] [] [http://abc.com] but in mkiv it is typeset without color. \setupinteraction[state=start,color=blue] does not help. Furthermore, a slash is appended to the url: \starttext

Re: [NTG-context] unicode no-break spaces

2009-06-09 Thread Peter Münster
On Tue, 9 Jun 2009, Arthur Reutenauer wrote: Should there be a difference (perhaps THIN SPACE breakable)? Yes, U+2009 is supposed to be breakable. Ok, but not the case in ConTeXt: \starttext \hsize1pt bla bla \stoptext Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/

Re: [NTG-context] unicode no-break spaces

2009-06-08 Thread Peter Münster
On Sun, 7 Jun 2009, Hans Hagen wrote: Peter Münster wrote: Hello, This used to work with MKIV, but with today's version, it does not: \starttext X X THIN SPACE (U+2009)\blank X X NARROW NO-BREAK SPACE (U+202F)\blank X X NO-BREAK SPACE (U+00A0)\blank \stoptext Should

[NTG-context] problem with boldmath and MKIV

2009-06-08 Thread Peter Münster
Hello, The following test file doesn't give bold sections no more with latest beta: \definetypeface[boldmath][mm][boldmath][modern] \setuphead[section][style=\boldmath\rm\bfb] \starttext \section{bla $bla$} bla \stoptext Could you help please? Cheers, Peter -- Contact information:

Re: [NTG-context] missing metafun graphics in mkii

2009-06-08 Thread Peter Münster
On Mon, 8 Jun 2009, Mojca Miklavec wrote: Does anyone else experience problems using metafun graphics in mkii? Did I miss some runwhatevertrue switch somewhere? Are the stubs in minimals incompatible in some way? At least live.contextgarden.net seems to suffer as well. No problem here with

[NTG-context] \nonknuthmode and \environment

2009-06-08 Thread Peter Münster
Hello, Strange things happen, if \nonknuthmode is in an environment. Here is my environment file: \startenvironment e-test \nonknuthmode \stopenvironment And here the test file with error Missing $ inserted: \environment e-test \starttext X_X \stoptext If I add \nonknuthmode *after*

[NTG-context] accented characters (UTF) in filename

2009-06-05 Thread Peter Münster
Hello, It seems, that one cannot use accented characters in file-names. Example: context état.tex fails with: This is LuaTeX, Version beta-0.40.1-2009051420 (Web2C 7.5.7) \write18 enabled. ! I can't find file `./?at.tex'. * ./état.tex Please type another input file name: Is it

[NTG-context] unicode no-break spaces

2009-06-05 Thread Peter Münster
Hello, This used to work with MKIV, but with today's version, it does not: \starttext X X THIN SPACE (U+2009)\blank X X NARROW NO-BREAK SPACE (U+202F)\blank X X NO-BREAK SPACE (U+00A0)\blank \stoptext Should this work, or should we rather use ~ and \, as in the past? Cheers, Peter -- Contact

Re: [NTG-context] updates without rsync

2009-05-29 Thread Peter Münster
On Thu, 28 May 2009, richard.steph...@converteam.com wrote: I am using ConTeXt on a company Windows PC behind two firewalls with no possibility of accessing or changing the firewalls. I've tried to update using the minimals installation and rsync, but nothing gets through. What is the

Re: [NTG-context] defineremapper as default (in style file)

2009-05-25 Thread Peter Münster
On Mon, 25 May 2009, luigi scarso wrote: I think the point is this : in some situations one find useful to convert things like • in macros like \item . Of course, it can be done with  preprocessing , or with some ad-hoc macros in lua code , etc So, apart \remapcharacter, are there  any

Re: [NTG-context] Applying effects to figures

2009-05-25 Thread Peter Münster
On Mon, 25 May 2009, Henning Hraban Ramm wrote: ImageMagick does support such effects; probably you could update and enhance or at least get inspiration from the degrade module: http://modules.contextgarden.net/t-degrade And of course, today you should use rather lua than bash scripting! To

[NTG-context] defineremapper as default (in style file)

2009-05-22 Thread Peter Münster
Hello, I would like to activate a remapper in a style or module file. How could this be done? I tried this without success: \defineremapper[filterItem] \remapcharacter[filterItem][`•]{\item} \appendtoks \startfilterItem \to \everystarttext \prependtoks \stopfilterItem \to \everystoptext TIA

Re: [NTG-context] French typography is back

2009-05-21 Thread Peter Münster
On Thu, 21 May 2009, Robert-André Mauchin wrote: With the current frenchpunctuation command, we got: Production locale indigène ou production romaine importée ? Seems to be a bug. Some months ago, this space was unbreakable as it should. The best would be to get rid off

Re: [NTG-context] underbar to space

2009-05-17 Thread Peter Münster
On Sun, 17 May 2009, Xan wrote: I just want to do \underbar{\ \ \ \ \ \ \ \ \ \ \ } for doing something like: __ . When I do that ConTeXt does not underbar me the spaces. The same applies for \underbar{\space \space \space } How can I get that \underbar underbars the

Re: [NTG-context] replacement of \...@. ?

2009-05-15 Thread Peter Münster
On Thu, 14 May 2009, Wolfgang Schuster wrote: @Hans: There is something wrong with \nonfrenchspacing (or spacefactor) in mkiv. Indeed. See also: http://tracker.luatex.org/view.php?id=117 Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/

Re: [NTG-context] Updating bug: linux-64

2009-05-14 Thread Peter Münster
On Thu, 14 May 2009, Mojca Miklavec wrote: Peter, may I ask you to recompile the luatex beta binary (in src/luatex) and commit it to current/luatex-0.40.1/luatex? Of course. Compilation has just been started. Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/

Re: [NTG-context] replacement of \...@. ?

2009-05-14 Thread Peter Münster
On Thu, 14 May 2009, Hans Hagen wrote: each language can has its own rules ... spacing after period or comma is one, but also think of quotes in quotations etc; and, the french have spacing before and after : ; . , (it has always been a selling point for tex to be able to deal with it) Hello

Re: [NTG-context] URL \href ... ?

2009-05-04 Thread Peter Münster
On Mon, 4 May 2009, Yue Wang wrote: useURL can do the first How? 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!

Re: [NTG-context] FiXme module

2009-04-30 Thread Peter Münster
On Thu, 30 Apr 2009, Vyatcheslav Yatskovsky wrote: What is this module for? (Sorry, I'm not from Latex world.) see here: http://ctan.org/tex-archive/macros/latex/contrib/fixme/ Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/

Re: [NTG-context] Stable version

2009-04-26 Thread Peter Münster
On Sat, 25 Apr 2009, Mojca Miklavec wrote: True. We only provide a single version of LuaTeX and current (that often gets broken as well) doesn't work with the latest LuaTeX. I'm looking forward to nice suggestions about how to solve the issue. Perhaps just one sentence in the wiki: If you

[NTG-context] \placeheadtext not known

2009-04-21 Thread Peter Münster
Hello, I've something like this in one of my setups: \startsetups[header] \doiftextelse{\placeheadtext[chapter]} {\placeheadtext[chapter]}{\placeheadtext[title]} \stopsetups \setupheadertexts[\setups{header}] \starttext \chapter{bla} \stoptext With the latest version, I get:

[NTG-context] downgrading

2009-04-21 Thread Peter Münster
Hello, I would like to downgrade my context to version 2009.01.18 (the latest version, where my file compiles fine). How could I do this? TIA for any help! Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/

Re: [NTG-context] downgrading

2009-04-21 Thread Peter Münster
On Tue, 21 Apr 2009, Wolfgang Schuster wrote: I would like to downgrade my context to version 2009.01.18 (the latest version, where my file compiles fine). How could I do this? first-setup.sh --context=2009.01.18 Did not work. After that, the version is still 2009.04.18 Any other

Re: [NTG-context] downgrading

2009-04-21 Thread Peter Münster
On Tue, 21 Apr 2009, Aditya Mahajan wrote: If nothing else works out, I have a 2009.01.18 version lying around, which I could upload somewhere. Hello Aditya, Thanks, this would be very nice! Could you do that before tomorrow noontime please? In fact, I think any version between January and

Re: [NTG-context] Bib module in mkiv

2009-04-17 Thread Peter Münster
On Fri, 17 Apr 2009, Wolfgang Schuster wrote: With the filecontents environment you need only one file: http://wiki.contextgarden.net/Filecontents Hello Hans, It would be great, if this piece of code could find its way into the distribution! Cheers, Peter -- Contact information:

Re: [NTG-context] new structure code

2009-04-10 Thread Peter Münster
On Fri, 10 Apr 2009, Wolfgang Schuster wrote: Am 10.04.2009 um 15:38 schrieb Wolfgang Schuster: Hi, i found a few bugs in the new structure code for mkiv. 1. the dot after numbered items is missing \starttext \startitemize[n] \item first item \item second item

[NTG-context] languagespecifics broken

2009-03-28 Thread Peter Münster
Hello, With the latest version, the following test-file produces ERROR: Missing { inserted.: \startlanguagespecifics[en] \stoplanguagespecifics \starttext bla \stoptext Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/

Re: [NTG-context] \startlines in mark IV

2009-03-28 Thread Peter Münster
On Sat, 28 Mar 2009, Maurí­cio wrote: %%% \starttext \startlines \input test.tex \stoplines \stoptext %%% File 'test.tex' contains just a 'Hello world!' line. This test goes okay when I use 'texexec' from default Ubuntu package. When I use 'context' from

[NTG-context] problem with pre-stepwise

2009-03-27 Thread Peter Münster
Hello, With the recent version (2009.03.27 08:00 and LuaTeX-0.36.0), I get the following error: ! Undefined control sequence. \presetJScode #1#2-\setverbosecscharacters With this example file: \usemodule[pre-stepwise] \setupinteraction[state=start] \starttext bla \stoptext TIA for any

[NTG-context] no more spaces with big palatino

2009-03-27 Thread Peter Münster
Hello, With the last version, there are no more spaces in the output of the following example file: \setupbodyfont[18pt] % this comes from a module \usetypescript[palatino] \switchtobodyfont[palatino] % this is a project specific configuration \starttext bla bla bla \stoptext Cheers, Peter --

Re: [NTG-context] problem with pre-stepwise

2009-03-27 Thread Peter Münster
On Fri, 27 Mar 2009, Hans Hagen wrote: With the recent version (2009.03.27 08:00 and LuaTeX-0.36.0), I get the following error: ! Undefined control sequence. \presetJScode #1#2-\setverbosecscharacters With this example file: \usemodule[pre-stepwise]

Re: [NTG-context] typescript repository

2009-03-23 Thread Peter Münster
On Mon, 23 Mar 2009, Wolfgang Schuster wrote: what do think about a page with typescript files for good quality free fonts, we have a few typescripts on the wiki but you have to copy them first in your document or in a file before you can use them. Good idea! Or perhaps even better: make them

Re: [NTG-context] Which revision control system do you use?

2009-03-16 Thread Peter Münster
Hi Wolfgang, Subversion. At work and at home. 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

Re: [NTG-context] Letter module - appendices

2009-02-17 Thread Peter Münster
On Sun, 15 Feb 2009, Wolfgang Schuster wrote: \CC{...} % or \copy{...} \PS{...} % or \postscript{...} No problem for me neither, but be careful with name-clashes: perhaps, Hans will add macros \copy or \postscript in the future. Cheers, Peter -- Contact information:

Re: [NTG-context] startup script stubs (for unix)

2009-02-13 Thread Peter Münster
On Wed, 11 Feb 2009, frantisek holop wrote: i have made the openbsd installation of context on top of texexec3 wiki page on the context wiki because i frequently reinstall my notebook and start from scratch with all my software. i realize by now texlive is the new thing but before i make

[NTG-context] End of line marker in verbatim texts

2009-02-09 Thread Peter Münster
Hello, The example on http://wiki.contextgarden.net/Goodies does not work with MKIV. What is the new way to do this? Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/ ___ If your question is of

[NTG-context] problem with utf \mu

2009-02-09 Thread Peter Münster
Hello, In math-mode, the utf-\mu is not ok (MKIV): \starttext µ is ok, but $µ$ is ţ \stoptext Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/ ___ If your question is of interest to others as

Re: [NTG-context] problem with utf \mu

2009-02-09 Thread Peter Münster
On Mon, 9 Feb 2009, Hans Hagen wrote: Peter Münster wrote: Hello, In math-mode, the utf-\mu is not ok (MKIV): \starttext µ is ok, but $µ$ is ţ \stoptext what version? works ok here Sorry, here the versions: ConTeXt 2009.01.18 14:39 LuaTeX snapshot-0.31.3-2008123108, build

Re: [NTG-context] \doif(not)empty(else)

2009-02-08 Thread Peter Münster
On Sun, 8 Feb 2009, Alan Stone wrote: Re: http://wiki.contextgarden.net/System_Macros/Branches_and_Decisions What kind of emptyness do \doifempty, \doifnotempty, \doifemptyelse test ? Hello Alan, Here a small test file: \def\Empty{} \def\Macro#1{argument is \doifemptyelse{#1}{empty}{full}}

Re: [NTG-context] Invoices

2009-02-07 Thread Peter Münster
On Sat, 7 Feb 2009, Cecil Westerhof wrote: Are there templates for invoices? I could not find them. This one: http://archive.contextgarden.net/message/20080417.205927.87c94caf.en.html And I remember, that Wolfgang has also a good solution (but I can't find it now). And it seems, that there is

Re: [NTG-context] Invoices

2009-02-07 Thread Peter Münster
On Sat, 7 Feb 2009, Peter Münster wrote: On Sat, 7 Feb 2009, Cecil Westerhof wrote: Are there templates for invoices? I could not find them. This one: http://archive.contextgarden.net/message/20080417.205927.87c94caf.en.html And I remember, that Wolfgang has also a good solution

Re: [NTG-context] emacs

2009-02-05 Thread Peter Münster
On Fri, 24 Oct 2008, Marcin Borkowski wrote: * Unlike when editing LaTeX files, it does not insert an \item when doing C-c C-e itemize. I use itemizations a lot and this is a bit annoying, especially that I got used to its behaior when doing LaTeX. Also, having C-c C-j asking

[NTG-context] MKIV: problem with synonyms

2009-02-05 Thread Peter Münster
Hello, \completelistof... does not work with MKIV (ConTeXt 2009.01.18 and LuaTeX snapshot-0.31.3-2008123108): \definesynonyms[Acro][acronymes] \Acro{HTML}{HyperText Markup Language} \Acro{PDF}{Portable Document Format} \starttext \HTML\ and \PDF \completelistofacronymes \stoptext Cheers, Peter

[NTG-context] \FlushStep eats all spaces

2009-02-05 Thread Peter Münster
Hello, \FlushStep eats all kind of breakable spaces ( , \ and \space): \usemodule[pre-stepwise] \setupinteraction[state=start] \starttext \StartSteps bla \FlushStep bla\FlushStep \StopSteps \page \StartSteps bla\ \FlushStep\ bla\FlushStep \StopSteps \page \StartSteps bla\space\FlushStep\space

Re: [NTG-context] emacs

2009-02-05 Thread Peter Münster
On Thu, 5 Feb 2009, luigi scarso wrote: Here some code that you can attach to your .emacs file (just a copy from auctex with minor modifications): Peter, can you put it into wiki ? Of course, just as everybody else can do it ;) But this is only a quick workaround. It would be nicer, if a

[NTG-context] \mkdoifelsebuffer

2009-02-05 Thread Peter Münster
Hello Hans, \mkdoifelsebuffer is a nice command. Is it wanted, that there is no \doifelsebuffer or did you just forget it? Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/ ___ If your question is

Re: [NTG-context] \FlushStep eats all spaces

2009-02-05 Thread Peter Münster
On Thu, 5 Feb 2009, Wolfgang Schuster wrote: Here is a ConTeXt version of LaTeX's \...@addto@macro macro. \long\def\addmacro#1\to#2% better name needed {\begingroup \scratchtoks\expandafter{#2#1}% \xdef#2{\the\scratchtoks}% \endgroup} \addmacro\relax\to\FlushStep This seems

[NTG-context] setvalue/setvariable (was: Re: Remove leading spaces)

2009-02-05 Thread Peter Münster
On Thu, 5 Feb 2009, Wolfgang Schuster wrote: A faster version of your macro is: \def\MyFunction {\dosingleempty\doMyFunction} \def\doMyFunction[#1]% {\removeunwantedspaces\executeifdefined{myfunction:#1}{\getvalue{myfunction:default}}} \setvalue{myfunction:1}{\medspace dog }

Re: [NTG-context] \FlushStep eats all spaces

2009-02-05 Thread Peter Münster
On Thu, 5 Feb 2009, Wolfgang Schuster wrote: Like this for example: \def\FlushStep{\iftrialtypesetting\else\StopStep\NextStep\StartStep\fi\relax} 1. Only Hans can do this. 2. This is also what happens with my macro. 3. I think it's better to use my macro than to use manual patched

Re: [NTG-context] ConTeXt en presentations

2009-02-04 Thread Peter Münster
On Wed, 4 Feb 2009, Thomas A. Schmitz wrote: http://www.uni-bonn.de/www/Philologie/Personal/Schmitz/Dateien.html ). There are lots of different styles and a unified interface for using them. The main focus is on easy placement of text and pictures and a nice, sober look. What it lacks right

[NTG-context] backgrounds: help needed #2

2009-01-29 Thread Peter Münster
Hello, Since I've not found the answer yet, I repost the problem: I need some text with background, that can break across lines. But the background must not touch the background of the next line! \setupcolors[state=start] \starttext inframed does not allow linebreaks:

Re: [NTG-context] Merging background

2009-01-21 Thread Peter Münster
On Thu, 22 Jan 2009, Cecil Westerhof wrote: But I was wondering if it could be generalized. I was thinking about the following. A variable backgroundList is defined and in every template where layers are defined, those layers are added to backgroundList. And then the following statement is

[NTG-context] Undefined control sequence: \_

2009-01-13 Thread Peter Münster
Hello, With the following test file, I get an undefined control sequence error: \starttext cc\_KNX \starttable[|c|] \NC cc\_KNX \NC\AR % here is the error \stoptable \stoptext But only with MKIV, no problem with MKII. Cheers, Peter -- http://pmrb.free.fr/contact/

Re: [NTG-context] difference between TeX behavior and ConTeXt

2008-11-26 Thread Peter Münster
On Tue, Nov 25 2008, Lars Huttar wrote: If it's designed not to do that in ConTeXt -- i.e. the ConTeXt designers decided to change the semantics of one of the basic control sequences in TeX, rather than merely providing a different one with new semantics -- you would think one would want that

Re: [NTG-context] bug reporting

2008-11-23 Thread Peter Münster
On Sat, Nov 22 2008, Mojca Miklavec wrote: What's the best to do with unanswered bug-reports / feature-requests on the mailing list: - reposting on the list - posting to the tracker on http://foundry.supelec.fr/projects/contexttest/ - other? when urgent (showstopper): repost else:

[NTG-context] bug reporting

2008-11-22 Thread Peter Münster
Hello, What's the best to do with unanswered bug-reports / feature-requests on the mailing list: - reposting on the list - posting to the tracker on http://foundry.supelec.fr/projects/contexttest/ - other? Greetings, Peter -- http://pmrb.free.fr/contact/

Re: [NTG-context] bug reporting

2008-11-22 Thread Peter Münster
On Sat, Nov 22 2008, Hans Hagen wrote: What's the best to do with unanswered bug-reports / feature-requests on the mailing list: - reposting on the list - posting to the tracker on http://foundry.supelec.fr/projects/contexttest/ - other? when urgent (showstopper): repost urgent is

Re: [NTG-context] bold small caps with latin modern

2008-11-19 Thread Peter Münster
On Tue, Nov 18 2008, Wolfgang Schuster wrote: On Tue, Nov 18 2008, Yue Wang wrote: you should apply a font feature to bold font. This is nonsense, the smallcaps for latin modern are a separate font like they had been in computer modern, trying to access them with font feature is useless.

Re: [NTG-context] bold small caps with latin modern

2008-11-18 Thread Peter Münster
On Tue, Nov 18 2008, Yue Wang wrote: you should apply a font feature to bold font. Oh! Cool! Thank you, Yue, you really help! :-D Cheers, Peter -- http://pmrb.free.fr/contact/ ___ If your question is of interest

[NTG-context] bold small caps with latin modern

2008-11-17 Thread Peter Münster
Hello Is it possible to get bold small caps with latin modern and MKIV, and if yes, how? I would like to get working this example file: \starttext \sc Normal and \bf bold Small Caps. \stoptext Thanks in advance for any help, Peter -- http://pmrb.free.fr/contact/

Re: [NTG-context] French punctuation again...

2008-11-16 Thread Peter Münster
On Sun, Nov 16 2008, Jeff Smith wrote: Ok, thought as much. So, what do I do? Is there a way to update/adapt the older hacks that don't work anymore? While I follow the developments of luatex with interest, I'm not interested in switching yet if I can help it. A small example that shows the

Re: [NTG-context] French punctuation again...

2008-11-16 Thread Peter Münster
On Sun, Nov 16 2008, Jeff Smith wrote: The problem I see here is that you guys may or may not have the font I used (Garamond Pro). Indeed, I get errors about Metric (TFM) file not found. \activateSomeCharacters \appendtoks\activateSomeCharacters\to\everystarttext Put these 2 lines (only

Re: [NTG-context] can't find file `core-swd'

2008-11-11 Thread Peter Münster
On Wed, Nov 12 2008, luigi scarso wrote: It's Hans fault, he loads core-swd in context.mkii with the command \loadmkiifile but the command expects .tex as file extension, you could either rename core-swd.mkii to core-swd.tex or you change the line \loadmkiifile{core-swd} to

Re: [NTG-context] ConTeXt Live not working

2008-11-10 Thread Peter Münster
On Mon, Nov 10 2008, Yue Wang wrote: As to the live, I think a patched Lua file (loslib.c) can solve this problem: remove the line {execute, os_execute}, in the static const luaL_Reg syslib[]. Moreover, if we do that, ConTeXt will not adapt to the stripped down LuaTeX. For

Re: [NTG-context] ConTeXt Live not working

2008-11-09 Thread Peter Münster
On Sun, Nov 09 2008, Pablo Rodríguez wrote: I can't find the format file `cont-en.fmt'! TeXExec | runtime: 0.776454 It seems that it doesn't work. It happens also with XeTeX and LuaTeX. Sure? No problem here with LuaTeX on live.contextgarden.net... Peter -- http://pmrb.free.fr/contact/

Re: [NTG-context] TABLEs and backgroundcolor

2008-11-09 Thread Peter Münster
On Sat, Nov 08 2008, Andreas Harder wrote: \bTABLE[background=color,backgroundcolor=blue] \bTR \bTD[corner=08] left \eTD\bTD[corner=05] right \eTD\eTR \bTR \bTD left \eTD\bTD right \eTD\eTR \bTR \bTD left \eTD\bTD right \eTD\eTR \bTR \bTD[corner=07] left \eTD\bTD[corner=06] right \eTD\eTR

Re: [NTG-context] on imposition and local or external files

2008-11-08 Thread Peter Münster
On Fri, Nov 07 2008, Taco Hoekwater wrote: curl as os.spawn ? Why don't use lua-curl http://luaforge.net/projects/lua-curl/ 300kb extra in the binary and an extra portability headache. I don't understand all the trouble... This works very well on live.contextgarden.net (luatex):

Re: [NTG-context] on imposition and local or external files

2008-11-08 Thread Peter Münster
On Fri, Nov 07 2008, Pablo Rodríguez wrote: Is there any way to load a local file (or even an URL) with ConTeXt? How should I rewrite the following command to load a local file or an URL in ConteXt live? \insertpages[original_file.pdf][width=0pt] I did not find any documentation about

[NTG-context] backgrounds: help needed

2008-11-04 Thread Peter Münster
Hello, I need some text with background, that can break across lines. But the background must not touch the background of the next line! \setupcolors[state=start] \starttext inframed does not allow linebreaks: \def\Bla{\inframed[background=color, backgroundcolor=gray, frame=off,

[NTG-context] problem with \framed[corner=00]{}

2008-11-03 Thread Peter Münster
Hello, With the latest ConTeXt version (Happy birthday, Hans!), I get a black background instead of green: \setupcolors[state=start] \starttext \framed[background=color, backgroundcolor=green, corner=00]{bla} \stoptext TIA for any help! Cheers, Peter -- http://pmrb.free.fr/contact/

Re: [NTG-context] \ref and \goto

2008-11-02 Thread Peter Münster
On Sun, Nov 02 2008, Wolfgang Schuster wrote: how can I combine \ref and \goto? \setupinteraction[state=start] [...] see also \goto{\ref[s][sec:one]}[sec:one] % fails Here a workaround: see also \goto{\expanded{\ref[s][sec:one]}}[sec:one] % does not fail This works also:

Re: [NTG-context] Context using LuaTeX - distribution packaging question

2008-10-30 Thread Peter Münster
On Wed, Oct 29 2008, Tobias Burnus wrote: I have a scenario which fails with the current mechanism - even if following the sym links worked. Assume that a user only puts a texmf.cnf under $HOME/texmf/web2c/texmf.cnf. That file will be used by luatex, pdftex etc. but luatools will still

Re: [NTG-context] beta

2008-10-23 Thread Peter Münster
On Thu, Oct 23 2008, Hans Hagen wrote: \defineregister[xüber] test \xüber{oeps} oeps Great, even \def\höhö{blabla} works! Peter -- http://pmrb.free.fr/contact/ ___ If your question is of interest to others as

Re: [NTG-context] PhD Thesis in ConTeXt

2008-10-22 Thread Peter Münster
On Wed, Oct 22 2008, John Devereux wrote: But one thing I still find is that the documentation for a command (when it exists at all) can list 20 parameters, of which only a couple are explained. I often still have no idea what the others do. The meaning may be obvious to typography or tex

[NTG-context] emacs (was: Re: PhD Thesis in ConTeXt)

2008-10-21 Thread Peter Münster
On Wed, Oct 22 2008, Marcin Borkowski wrote: Well, my heart is breaking when I type this, but my beloved emacs;) has rather poor ConTeXt support... I use Emacs 22 with AUCTeX 11.84. Well, although it *works*, it is by no means convenient - at least not that convenient as an emacs should

Re: [NTG-context] mkiv

2008-10-17 Thread Peter Münster
On Fri, Oct 17 2008, Hans Hagen wrote: at the context meeting it was concluded that there is no reason for mkiv to be fully downward compatible. Great! Could you then also repair the align=left|right issue? Thanks, Peter -- http://pmrb.free.fr/contact/

Re: [NTG-context] Listings

2008-10-03 Thread Peter Münster
On Thu, Oct 02 2008, Mohamed Bana wrote: Maybe someone should ask the authors of listings.sty if they're are willing to port it to ConTeXt. Here's the relevant link; http://www.ctan.org/tex-archive/macros/latex/contrib/listings/ I've done that in the old days of MKII: there was too much

Re: [NTG-context] The most Tex friendly distribution?

2008-10-02 Thread Peter Münster
On Wed, Sep 17 2008, Thomas A. Schmitz wrote: What's the issue with suse? I'm using it since 1995 without problems. Now I'm just adding the minimals to /opt/context to have up to date luatex and context versions. When I need latex, I use the suse texlive distribution. Cheers, Peter

[NTG-context] context --result=... overwrites pdf-file

2008-10-02 Thread Peter Münster
Hello, The new context script overwrites a pdf-file when used with the --result option. Example: %%% file test.tex %%% \starttext bla \stoptext context test### this creates test.pdf context --mode=blub --result=test-blub test### this removes test.pdf - nor more test.pdf

Re: [NTG-context] context --result=... overwrites pdf-file

2008-10-02 Thread Peter Münster
On Thu, Oct 02 2008, Hans Hagen wrote: context test### this creates test.pdf context --mode=blub --result=test-blub test### this removes test.pdf - nor more test.pdf file ... :( is there no test-blub.pdf then? Sure, it's there. Peter --

Re: [NTG-context] Minimals and latest luatex on linux-64

2008-10-01 Thread Peter Münster
On Wed, Oct 01 2008, Aditya Mahajan wrote: The minimals still have LuaTeX, Version snapshot-0.29.0-2008072108. Excuse me, I did not see that 'svn ci -F $BUILDDIR/VERSIONS.tmp' had failed 2 days ago (network down), when I ran the build-binaries.sh script... Now luatex is updated to 0.30.0.

Re: [NTG-context] French punctuation : tests

2008-09-30 Thread Peter Münster
On Tue, Sep 30 2008, Olivier Guéry wrote: Think about the usage Celine made of the punctuation. Hello Olivier, Who is Celine? So the rules is not : there's a space before « ! ». But there's a space befor « ! » if the signe before is not punctuation. But i understand your point of view. In

<    3   4   5   6   7   8   9   10   11   12   >