Re: [NTG-context] compiling project files

2006-08-15 Thread Boris Tschirschwitz
Let's say I have the following project structureproject.tex env.tex product1.tex component1.tex component2.tex product2.texHere, really, the whole project generates a single pdf at the end.
Now, when working on component1, I would run $ texmfstart texexec project.texShould I rather run texexec on product1.tex or component1.tex? Or maybe use texmfstart in some other way?I am wondering about this because
1. Perter says  Only components and products should be compiled.2. When compiling projects that include MPgraphics, I have to run that texmfstart line above twice to see changes to MPgraphics in my pdf. I thought that one idea behind
 texexec is that it takes care of all incantations, like make in programming.Cheers,Boris.On 8/14/06, Peter Münster
 [EMAIL PROTECTED] wrote:On Sat, 12 Aug 2006, Derek Schmidt wrote:
 The .tuo file for the _product_ file shows the files being loaded. Compiling the _project_ file yields no .tuo. My product file does indeed look like what you wrote.Hello Derek,it's not intended to compile the project file. It should contain only
common setups for all products.Only components and products should be compiled.Cheers, Peter--http://pmrb.free.fr/contact/___
ntg-context mailing listntg-context@ntg.nlhttp://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \mathematics

2006-08-14 Thread Boris Tschirschwitz
Hi.When writing math I like avoiding $ whenever possible by defining my math operators with \mathematics, e.g.\def\grp{\mathematics{G}}.So far I was using this like I use \EnsureMath in LaTeX, but now I'm running into problems in MPgraphics:
Texexec compiles the following file fine until I add the paragraph called Math in Math in MP. There it seems to somehowchoke on too many $ and \relax.Is there a better way to do such definitions?
Thanks,Boris.PS: There's already a problem in the second to last paragraph where the G is not set in math mode any more.The example file:\def\grp{\mathematics{G}}\starttextTest.
Running text:A group \grpMath:$\grp$$\grp_{\grp}$Text in MP:\startusableMPgraphic{groupone}label(textext(\grp),origin) ;\stopusableMPgraphic
\useMPgraphic{groupone}Math in MP:\startusableMPgraphic{grouptwo}label(textext(\mathematics{\grp}),origin) ;\stopusableMPgraphic\useMPgraphic{grouptwo}Math in Math in MP:
\startusableMPgraphic{groupthree}label(textext(\mathematics{\grp_{\grp}}),origin) ;\stopusableMPgraphic\useMPgraphic{groupthree}\stoptext
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \mathematics

2006-08-14 Thread Boris Tschirschwitz
Cool, it works nicely here, too.Thanks,Boris.On 8/14/06, taco hoekwater [EMAIL PROTECTED] wrote:
Boris Tschirschwitz wrote: Hi. When writing math I like avoiding $ whenever possible by defining my
 math operators with \mathematics, e.g. \def\grp{\mathematics{G}}. So far I was using this like I use \EnsureMath in LaTeX, but now I'm running into problems in MPgraphics: Texexec compiles the following file fine until I add the paragraph
 called Math in Math in MP. There it seems to somehow choke on too many $ and \relax. Is there a better way to do such definitions?I've changed my local definition of \mathematics to:
 \unexpanded\long\def\mathematics#1% {\relax\ifmmode#1\else $#1$\fi}And that works nicely.Cheers, Taco___ntg-context mailing list
ntg-context@ntg.nlhttp://www.ntg.nl/mailman/listinfo/ntg-context
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Acrobat 7.0

2004-12-23 Thread Boris Tschirschwitz
Also, Acrobat Reader 7 starts up much faster than AR 6 on Mac.
On Thu, 23 Dec 2004, Hans Hagen wrote:
Taco Hoekwater wrote:
The one good thing about working with Acroread under Linux is that the 
interface doesn't change. Ever.
well, somehow i got the feeling that this time for windows users updating 
does not bring anything really new

the only happy users will be mac users who now have proper pdf in their 
browsers

Hans
-
 Hans Hagen | PRAGMA ADE
 Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
| www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: map problems

2004-09-09 Thread Boris Tschirschwitz
I apologise for that email.

Of course there is no problem with ConTeXt, as it also didn't indicate
any. It turned out to be a problem with HPFS+'s sloppyness with upper and
lower case letters.

Cheers,
Boris.

On Wed, 8 Sep 2004, Boris Tschirschwitz wrote:

 Hi.

 A year ago I wrote a set of ConTeXt-set documents on gentoo linux with
 teTeX without any problems.
 Now, trying to update them on Mac OS X with Gerben Wieda's teTeX
 distribution, I get these messages

 specials   : fdf,tpd loaded
 )
 pdftex : using map file: original-context-symbol.map
 pdftex : using map file: pl0-ams-cmr.map
 pdftex : using map file: original-vogel-symbol.map
 )
 *

 Seaching Google, I found some references to this problem, but all in
 connection with installing new fonts.
 Since Gentoo managed to set up everything automatically, I wonder if there
 is a simple fix for that.

 Thanks,
 Boris.


___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] map problems

2004-09-08 Thread Boris Tschirschwitz
Hi.

A year ago I wrote a set of ConTeXt-set documents on gentoo linux with
teTeX without any problems.
Now, trying to update them on Mac OS X with Gerben Wieda's teTeX
distribution, I get these messages

specials   : fdf,tpd loaded
)
pdftex : using map file: original-context-symbol.map
pdftex : using map file: pl0-ams-cmr.map
pdftex : using map file: original-vogel-symbol.map
)
*

Seaching Google, I found some references to this problem, but all in
connection with installing new fonts.
Since Gentoo managed to set up everything automatically, I wonder if there
is a simple fix for that.

Thanks,
Boris.

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt updates Gentoo

2003-10-02 Thread Boris Tschirschwitz
Yes,

I am using ConTeXt with Gentoo. Alas, I am just using the ConTeXt version
that gets installed with tetex.
I once tried updating and ran into some strange problems where texexec
kept running, producing lots of processes.
I tried getting help from the list, but, when posting from GMANE,  I had
to jump through so many loops until my request got posted, that I already
solved the problem by reinstalling tetex.
Still, thanks for the replies I eventually got.

What's the easiest way of finding out what new features are available
after texexec 3.1?

Boris.

On Wed, 1 Oct 2003, Gour wrote:

 Hi!

 Is there any user here using ConTeXt within Gentoo distribution?

 I'm interested regarding the update process since there is no separate ebuild
 for ConTeXt package, how do you keep pace with the rapid development.

 Is it better to switch to TeX Live instead of teTeX?

 Sincerely,
 Gour

 --
 Gour
 [EMAIL PROTECTED]
 Registered Linux User #278493

 ___
 ntg-context mailing list
 [EMAIL PROTECTED]
 http://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context