Re: [NTG-context] pdftex 1.20a and map files

2004-10-14 Thread Christopher Creutzig
Hans Hagen wrote:
textools --fixtexmftrees c:\tex\texmf-local [--force]
and alike will fix the tree (map files are now under /fonts/map) and you 
 Thanks for the info, fixtexmftrees forgot some files (such as pdftex.map).
need to change the texmf.cnf file accordingly
 In your list, one entry is missing:
ENCFONTS = .;$TEXMF/fonts/enc//
 I still think this information should be listed in the NEWS file of 
pdftex -- you are one of the fine guys one should ask for things like 
these, right?

 As an aside, a surprising observation: When using a cont-en.efmt 
generated with pdftex 1.20a, but a 1.10b binary (user error, true), 
ConTeXt still worked, just forgot to actually include metapost 
graphics.  (Metapost was called, though.)

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


[NTG-context] nath: \wall and \return doesn't work?

2004-10-14 Thread Christopher Creutzig
Salvete,
\usemodule[nath]
\starttext
\startformula
  F(\beta, E_{min}, E_{max}, m) = \wall\{0,\infty,-\infty\}
  \return
  \cup \left\{\left.s\,\beta^e\sum_{i=0}^{m}a_i\beta^{-i}\right\vert
  s\in\{-1,1\}, 0\leq a_i\beta, e\in\integers, E_{min}\leq e\leq
  E_{max}\right\}.
\stopformula
\stoptext
I thought the \return were to go to the horizontal position of the 
\wall, in the next line?  For me, both lines are flush left.

pdftex 1.20a, ConTeXt 2004.10.07, t-nath.tex 2003.12.08, with the 
patches I sent to this list.

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


Re: [NTG-context] nath: \wall and \return doesn't work?

2004-10-14 Thread Giuseppe Bilotta
Thursday, October 14, 2004 Christopher Creutzig wrote:

 Salvete,

 \usemodule[nath]
 \starttext
 \startformula
F(\beta, E_{min}, E_{max}, m) = \wall\{0,\infty,-\infty\}
\return
\cup
 \left\{\left.s\,\beta^e\sum_{i=0}^{m}a_i\beta^{-i}\right\vert
s\in\{-1,1\}, 0\leq a_i\beta, e\in\integers, E_{min}\leq e\leq
E_{max}\right\}.
 \stopformula
 \stoptext

 I thought the \return were to go to the horizontal position of the
 \wall, in the next line?  For me, both lines are flush left.

 pdftex 1.20a, ConTeXt 2004.10.07, t-nath.tex 2003.12.08, with the
 patches I sent to this list.

You are returning too soon. Lines should be ended by \\, not
\return, unless they are the last indented line; your snipped
should rather go:

\startformula
   F(\beta, E_{min}, E_{max}, m) = \wall\{0,\infty,-\infty\} \\
   \cup \left\{\left.s\,\beta^e\sum_{i=0}^{m}a_i\beta^{-i}\right\vert
   s\in\{-1,1\}, 0\leq a_i\beta, e\in\integers, E_{min}\leq e\leq
   E_{max}\right\}.
   \return
\stopformula


Or something like this (you can also split the part between
\left\{ ... \right\}, i.e. the second set; delimiters should
get enlarged correctly).

-- 
Giuseppe Oblomov Bilotta

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


Re: [NTG-context] content list wihout chapter number

2004-10-14 Thread Hans Hagen
ciro wrote:
I was using \title to create my chapter titles without the chapter number.
THen I used \definelist, \setuplist and \placelist to print the content,
but I couldn't find the combination of parameters to do this. I simply
want a content list with the chapter name, and the page number where
the chapter appears. Can anybody help me?
\startfrontmatter
\chapter{...}
\stopfrontmatter
otherwise, you can 'clone' chapter and set placenumber to no
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: textext() doesn't work on my MikTeX distr.

2004-10-14 Thread Mojca Miklavec

 do you have

 \protectbufferstrue

 in cont-sys.tex?
I renamed the file once for some reason (I don't remember why, but
I've probably read something about removing the file; my apologises if
I accused MikTeX for that).
Now I renamed the file back, (\protectbufferstrue was already there),
executed texexec --make -all, but now I get an empty PDF file instead
of at least a circle. And even if I delete this line, it makes no
change.
Hmm, strange. Please post the complete log to the list(!). And perhaps
you can post the relevant lines of cont-sys.tex. Do you have
shell-escape (=write18) enabled in MikTeX?
(If I knew what that was ...) :(
I don't know where to look
(I don't use MikTeX).

Patrick
I don't like posting garbagge on the mailing list, but here it is:
This is my complete cont-sys.tex:
%
\unprotect
\setupoutput [pdf]
\runMPgraphicstrue
\runMPTEXgraphicstrue
\useMETAFUNformattrue
\newprettytrue
\protectbufferstrue
\protect \endinput
%
This is my file:
%
\starttext
\startMPpage
draw textext.origin(x);
draw fullcircle scaled 2cm;
\stopMPpage
\stoptext
%
And these are the logs:
[probably with something worht pointing out]
system(texexec --batch --output=dvips --mpformat=metafun --mptex --nomp 
--once
x-origin-mpgraph)...disabled.

.log
%
This is pdfeTeX, Version 3.141592-1.20a-2.2 (MiKTeX 2.4) (preloaded 
format=cont-en 2004.10.2)  15 OCT 2004 05:25
entering extended mode
**x-origin.tex
(x-origin.tex

ConTeXt  ver: 2004.8.15  fmt: 2004.10.2  int: english  mes: english
language   : language en is active
protectionstate 0
system : cont-new loaded
(C:\Programme\MikTeX\tex\context\base\cont-new.tex
systems: beware: some patches loaded from cont-new.tex!
color  : palette rollover is available
system (E-TEX) : [line 567]
system (E-TEX) : [line 622]
)
system : cont-old loaded
(C:\Programme\MikTeX\tex\context\base\cont-old.tex
loading: Context Old Macros
)
system : cont-fil loaded
(C:\Programme\MikTeX\tex\context\base\cont-fil.tex
loading: Context File Synonyms
)
system : cont-sys loaded
(C:\Programme\MikTeX\tex\context\base\cont-sys.tex
specials   : loading definition file tpd
(C:\Programme\MikTeX\tex\context\base\spec-tpd.tex
specials   : loading definition file fdf
(C:\Programme\MikTeX\tex\context\base\spec-fdf.tex unprotect 3 
unprotect 4
system (E-TEX) : [line 2253] \ifcsname
protect 4 protect 3)
specials   : fdf loaded
unprotect 3 protect 3)
specials   : fdf,tpd loaded
)
bodyfont   : 12pt rm is loaded
language   : patterns 2:2-en-2 4:2-de-2 5:2-fr-2 6:2-es-2 7:2-it-2 
8:2-nl-2
 loaded
specials   : fdf,tpd loaded
system : x-origin.top loaded
(./x-origin.top) (./x-origin.tuo) (./x-origin.tuo) (./x-origin.tuo)
(./x-origin.tuo) (./x-origin.tuo) (./x-origin.tuo) (./x-origin.tuo)
(./x-origin.tuo) (./x-origin.tuo) (./x-origin.tuo) (./x-origin.tuo)
(./x-origin.tuo) (./x-origin.tuo) (./x-origin.tuo)
fonts  : needs map file: ec-public-lm.map
fonts  : needs map file: original-base.map
systems: begin file x-origin at line 1
systems: randomizer starts with 385210193
system(texexec --batch --output=dvips --mpformat=metafun --mptex --nomp 
--once
x-origin-mpgraph)...disabled.

[MP x-origin-mpgraph.1] [1.1]
systems: end file x-origin at line 6
 )
Here is how much of TeX's memory you used:
 1015 strings out of 66088
 14690 string characters out of 724779
 440778 words of memory out of 1079542
 32633 multiletter control sequences out of 35000
 10284 words of font info for 34 fonts, out of 50 for 1000
 54 hyphenation exceptions out of 607
 37i,14n,34p,286b,454s stack positions out of 
1500i,500n,5000p,20b,32768s
 4 PDF objects out of 30
 0 named destinations out of 30
 1 words of extra memory for PDF output out of 65536

Output written on x-origin.pdf (1 page, 1008 bytes).
%
.tmp
%
% x-origin.top
\unprotect
\def\MPOSTbatchswitch   {--interaction=batchmode}\def\MPOSTnonstopswitch 
{--interaction=nonstopmode}\def\MPOSTformatswitch  {--alias=mpost 
--translate-file=natural.tcx 
--undump=}\setupsystem[\c!gebied={C:/mojcam/}]
\setupsystem[\c!n=2]
\setupsystem[inputfile=x-origin.tex]
\protect
%

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