ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Latest version + itemize
@ 2005-06-06  8:01 Thomas A. Schmitz
  2005-06-06  8:11 ` Taco Hoekwater
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas A. Schmitz @ 2005-06-06  8:01 UTC (permalink / raw)


The latest version (2005.06.03) seems to break some features of the  
itemize-environment. I can't get any of the converions 1-8 to work.  
Here's a minimal example:

\starttext
\startitemize[2]
\item one
\item two
\stopitemize
\stoptext

For [1] and [2], I get empty boxes instead of a bullet and an em- 
dash, for other values, I get errors:

! Math formula deleted: Insufficient symbol fonts.
\@@ss::medcircle ...e \onepoint \hbox {$\bigcirc $
                                                   }}
\dodosymbol ...bol \csname \??ss :#1:#2\endcsname
                                                   \relax }\relax
\dosymbol ...fnosymbol \redosymbol \currentsymbol
                                                   \fi \fi
<to be read again>
! Math formula deleted: Insufficient symbol fonts.
\@@ss::medcircle ...e \onepoint \hbox {$\bigcirc $
                                                   }}
\dodosymbol ...bol \csname \??ss :#1:#2\endcsname
                                                   \relax }\relax
\dosymbol ...fnosymbol \redosymbol \currentsymbol
                                                   \fi \fi
<to be read again>
                    \relax
\dodosymbol ...name \??ss :#1:#2\endcsname \relax
                                                   }\relax
\dosymbol ...fnosymbol \redosymbol \currentsymbol
                                                   \fi \fi
...
l.16 \item {
             \em Ovide moralisé} (mittelalterliche Allegorisierung  
der {\em ...

?
Process aborted
dodosymbol ...name \??ss :#1:#2\endcsname \relax
                                                   }\relax
\dosymbol ...fnosymbol \redosymbol \currentsymbol
                                                   \fi \fi
...
l.14 \item

Not sure what is causing this behavior, but the same document  
compiles fine with older versions.

Best

Thomas

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Latest version + itemize
  2005-06-06  8:01 Latest version + itemize Thomas A. Schmitz
@ 2005-06-06  8:11 ` Taco Hoekwater
  2005-06-06  8:44   ` Lutz Haseloff
  2005-06-06  9:04   ` Thomas A. Schmitz
  0 siblings, 2 replies; 10+ messages in thread
From: Taco Hoekwater @ 2005-06-06  8:11 UTC (permalink / raw)



Hi,

This example works OK for me. This error is related to math fonts,
so you should have seen an error about a missing font somewhere
before this (possibly during the texexec --make phase)

My guess is that there probably is a problem with kpathsea finding
map/tfm files. Are you sure you have run texhash/mktexlsr/updatedb
after upgrading?

Taco

Thomas A. Schmitz wrote:
> The latest version (2005.06.03) seems to break some features of the  
> itemize-environment. I can't get any of the converions 1-8 to work.  
> Here's a minimal example:
> 
> \starttext
> \startitemize[2]
> \item one
> \item two
> \stopitemize
> \stoptext
> 
> For [1] and [2], I get empty boxes instead of a bullet and an em- dash, 
> for other values, I get errors:
> 
> ! Math formula deleted: Insufficient symbol fonts.
> \@@ss::medcircle ...e \onepoint \hbox {$\bigcirc $
>                                                   }}
> \dodosymbol ...bol \csname \??ss :#1:#2\endcsname
>                                                   \relax }\relax
> \dosymbol ...fnosymbol \redosymbol \currentsymbol
>                                                   \fi \fi
> <to be read again>
> ! Math formula deleted: Insufficient symbol fonts.
> \@@ss::medcircle ...e \onepoint \hbox {$\bigcirc $
>                                                   }}
> \dodosymbol ...bol \csname \??ss :#1:#2\endcsname
>                                                   \relax }\relax
> \dosymbol ...fnosymbol \redosymbol \currentsymbol
>                                                   \fi \fi
> <to be read again>
>                    \relax
> \dodosymbol ...name \??ss :#1:#2\endcsname \relax
>                                                   }\relax
> \dosymbol ...fnosymbol \redosymbol \currentsymbol
>                                                   \fi \fi
> ...
> l.16 \item {
>             \em Ovide moralisé} (mittelalterliche Allegorisierung  der 
> {\em ...
> 
> ?
> Process aborted
> dodosymbol ...name \??ss :#1:#2\endcsname \relax
>                                                   }\relax
> \dosymbol ...fnosymbol \redosymbol \currentsymbol
>                                                   \fi \fi
> ...
> l.14 \item
> 
> Not sure what is causing this behavior, but the same document  compiles 
> fine with older versions.
> 
> Best
> 
> Thomas_______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Latest version + itemize
  2005-06-06  8:11 ` Taco Hoekwater
@ 2005-06-06  8:44   ` Lutz Haseloff
  2005-06-06  9:07     ` Taco Hoekwater
  2005-06-06  9:04   ` Thomas A. Schmitz
  1 sibling, 1 reply; 10+ messages in thread
From: Lutz Haseloff @ 2005-06-06  8:44 UTC (permalink / raw)


Hi all,


Taco Hoekwater schrieb:
> 
> Hi,
> 
> This example works OK for me. This error is related to math fonts,
> so you should have seen an error about a missing font somewhere
> before this (possibly during the texexec --make phase)
> 
> My guess is that there probably is a problem with kpathsea finding
> map/tfm files. Are you sure you have run texhash/mktexlsr/updatedb
> after upgrading?
> 
> Taco
> 

I have the same Problem, but f.i.:

\definetypeface [palatino] [rm] [serif] [palatino] [default] [encoding=ec]
\definetypeface [palatino] [mm] [math]  [palatino] [default] [encoding=ec]
\setupbodyfont  [palatino, 12pt, rm]

works and:

\usetypescript [lucida] [texnansi]
\setupbodyfont [lucida, 12pt, rm]

doesn't.

No error at texexec --make.

Greetings Lutz

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Latest version + itemize
  2005-06-06  8:11 ` Taco Hoekwater
  2005-06-06  8:44   ` Lutz Haseloff
@ 2005-06-06  9:04   ` Thomas A. Schmitz
  2005-06-06  9:13     ` Taco Hoekwater
  1 sibling, 1 reply; 10+ messages in thread
From: Thomas A. Schmitz @ 2005-06-06  9:04 UTC (permalink / raw)


Hmm, when I have \startitemize[2], the symbol should be an emdash, so  
no math-font should be involved, right? And yes, I did run texhash  
after upgrading (it's run by texexec --make automagically, isn't  
it?). And as I said: my laptop has an older version and compiles the  
same file without a hitch.

Thanks Taco

Best

Thomas

On Jun 6, 2005, at 10:11 AM, Taco Hoekwater wrote:

>
> Hi,
>
> This example works OK for me. This error is related to math fonts,
> so you should have seen an error about a missing font somewhere
> before this (possibly during the texexec --make phase)
>
> My guess is that there probably is a problem with kpathsea finding
> map/tfm files. Are you sure you have run texhash/mktexlsr/updatedb
> after upgrading?
>
> Taco
>
> Thomas A. Schmitz wrote:
>
>> The latest version (2005.06.03) seems to break some features of  
>> the  itemize-environment. I can't get any of the converions 1-8 to  
>> work.  Here's a minimal example:
>> \starttext
>> \startitemize[2]
>> \item one
>> \item two
>> \stopitemize
>> \stoptext
>> For [1] and [2], I get empty boxes instead of a bullet and an em-  
>> dash, for other values, I get errors:
>> ! Math formula deleted: Insufficient symbol fonts.
>> \@@ss::medcircle ...e \onepoint \hbox {$\bigcirc $
>>                                                   }}
>> \dodosymbol ...bol \csname \??ss :#1:#2\endcsname
>>                                                   \relax }\relax
>> \dosymbol ...fnosymbol \redosymbol \currentsymbol
>>                                                   \fi \fi
>> <to be read again>
>> ! Math formula deleted: Insufficient symbol fonts.
>> \@@ss::medcircle ...e \onepoint \hbox {$\bigcirc $
>>                                                   }}
>> \dodosymbol ...bol \csname \??ss :#1:#2\endcsname
>>                                                   \relax }\relax
>> \dosymbol ...fnosymbol \redosymbol \currentsymbol
>>                                                   \fi \fi
>> <to be read again>
>>                    \relax
>> \dodosymbol ...name \??ss :#1:#2\endcsname \relax
>>                                                   }\relax
>> \dosymbol ...fnosymbol \redosymbol \currentsymbol
>>                                                   \fi \fi
>> ...
>> l.16 \item {
>>             \em Ovide moralisé} (mittelalterliche Allegorisierung   
>> der {\em ...
>> ?
>> Process aborted
>> dodosymbol ...name \??ss :#1:#2\endcsname \relax
>>                                                   }\relax
>> \dosymbol ...fnosymbol \redosymbol \currentsymbol
>>                                                   \fi \fi
>> ...
>> l.14 \item
>> Not sure what is causing this behavior, but the same document   
>> compiles fine with older versions.
>> Best
>> Thomas_______________________________________________
>> 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
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Latest version + itemize
  2005-06-06  8:44   ` Lutz Haseloff
@ 2005-06-06  9:07     ` Taco Hoekwater
  2005-06-06 10:00       ` Lutz Haseloff
  0 siblings, 1 reply; 10+ messages in thread
From: Taco Hoekwater @ 2005-06-06  9:07 UTC (permalink / raw)



On my system,

> \definetypeface [palatino] [rm] [serif] [palatino] [default] [encoding=ec]
> \definetypeface [palatino] [mm] [math]  [palatino] [default] [encoding=ec]
> \setupbodyfont  [palatino, 12pt, rm]

This fails because I do not have ec-pplXXX metrics installed,

> \usetypescript [lucida] [texnansi]
> \setupbodyfont [lucida, 12pt, rm]

and this works because it is basically a no-op (cmsy10 is used)

So perhaps not a map file, but a typescript loading error.  Can you
check your log for the loading of type-exa?


Taco

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Latest version + itemize
  2005-06-06  9:04   ` Thomas A. Schmitz
@ 2005-06-06  9:13     ` Taco Hoekwater
  2005-06-06  9:25       ` Taco Hoekwater
  2005-06-06  9:38       ` Lutz Haseloff
  0 siblings, 2 replies; 10+ messages in thread
From: Taco Hoekwater @ 2005-06-06  9:13 UTC (permalink / raw)




Thomas A. Schmitz wrote:
> Hmm, when I have \startitemize[2], the symbol should be an emdash, so  
> no math-font should be involved, right? And yes, I did run texhash  
> after upgrading (it's run by texexec --make automagically, isn't  it?). 
> And as I said: my laptop has an older version and compiles the  same 
> file without a hitch.

Something became messed up during your (and Lutz') upgrade. The trick
is figuring out what ;) I am quite confident that a clean context
install does the right thing, because that's precisely what I did
yesterday, and I have no problems. Perhaps you can send me the log
files of the texexec --make (cont-en.log) and this test file?


Taco

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Latest version + itemize
  2005-06-06  9:13     ` Taco Hoekwater
@ 2005-06-06  9:25       ` Taco Hoekwater
  2005-06-08 17:06         ` Thomas A. Schmitz
  2005-06-06  9:38       ` Lutz Haseloff
  1 sibling, 1 reply; 10+ messages in thread
From: Taco Hoekwater @ 2005-06-06  9:25 UTC (permalink / raw)



I just realized something else that could be wrong: did you guys
fix you texmf.cnf for engine support after upgrading? If not,
then you are perhaps still using the old formats but with the
new runtime files.

[taco@glenlivet tmp]$ texexec --version

  TeXExec 5.4.2 - ConTeXt / PRAGMA ADE 1997-2005

                texexec : TeXExec 5.4.2 - ConTeXt / PRAGMA ADE 1997-2005
                texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
                    tex : pdfeTeXk, 3.141592-1.21a-2.2 (Web2C 7.5.3)
                context : ver: 2005.06.03
                cont-en : ver: 2005.06.03  fmt: 2005.6.6  mes: english
                cont-nl : ver: 2005.06.03  fmt: 2005.6.6  mes: dutch

         total run time : 3 seconds


Taco Hoekwater wrote:
> 
> 
> Thomas A. Schmitz wrote:
> 
>> Hmm, when I have \startitemize[2], the symbol should be an emdash, so  
>> no math-font should be involved, right? And yes, I did run texhash  
>> after upgrading (it's run by texexec --make automagically, isn't  
>> it?). And as I said: my laptop has an older version and compiles the  
>> same file without a hitch.
> 
> 
> Something became messed up during your (and Lutz') upgrade. The trick
> is figuring out what ;) I am quite confident that a clean context
> install does the right thing, because that's precisely what I did
> yesterday, and I have no problems. Perhaps you can send me the log
> files of the texexec --make (cont-en.log) and this test file?
> 
> 
> Taco
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Latest version + itemize
  2005-06-06  9:13     ` Taco Hoekwater
  2005-06-06  9:25       ` Taco Hoekwater
@ 2005-06-06  9:38       ` Lutz Haseloff
  1 sibling, 0 replies; 10+ messages in thread
From: Lutz Haseloff @ 2005-06-06  9:38 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 901 bytes --]



Taco Hoekwater schrieb:
> 
> 
> Thomas A. Schmitz wrote:
> 
>> Hmm, when I have \startitemize[2], the symbol should be an emdash, so  
>> no math-font should be involved, right? And yes, I did run texhash  
>> after upgrading (it's run by texexec --make automagically, isn't  
>> it?). And as I said: my laptop has an older version and compiles the  
>> same file without a hitch.
> 
> 
> Something became messed up during your (and Lutz') upgrade. The trick
> is figuring out what ;) I am quite confident that a clean context
> install does the right thing, because that's precisely what I did
> yesterday, and I have no problems. Perhaps you can send me the log
> files of the texexec --make (cont-en.log) and this test file?

attached

> 
> Taco
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 

[-- Attachment #2: cont-en.log --]
[-- Type: text/plain, Size: 36031 bytes --]

This is pdfeTeX, Version 3.141592-1.21b-2.2 (Web2c 7.5.3) (INITEX)  6 JUN 2005 10:43
entering extended mode
\write18 enabled.
 (d:\tex\texmf-local/web2c/natural.tcx)
***cont-en
(d:\tex\texmf-local/tex/context/base/cont-en.tex
(d:\tex\texmf-local/tex/context/base/context.tex
(d:\tex\texmf-local/tex/context/base/syst-pln.tex
\maxdimen=\dimen10
\hideskip=\skip10
\centering=\skip11
\p@=\dimen11
\z@=\dimen12
\z@skip=\skip12
\voidb@x=\box10
\interdisplaylinepenalty=\count23
\interfootnotelinepenalty=\count24
\bigskipamount=\skip13
\jot=\dimen13
\medskipamount=\skip14
\normalbaselineskip=\skip15
\normallineskip=\skip16
\normallineskiplimit=\dimen14
\smallskipamount=\skip17
\mscount=\count25
\tabs=\box11
\tabsyet=\box12
\tabsdone=\box13
)
(d:\tex\texmf-local/tex/context/base/syst-prm.tex)
(d:\tex\texmf-local/tex/context/base/syst-etx.tex)
(d:\tex\texmf-local/tex/context/base/syst-omg.tex)
(d:\tex\texmf-local/tex/context/base/syst-xtx.tex)
(d:\tex\texmf-local/tex/context/base/syst-gen.tex
loading         : Context System Macros / General
) (d:\tex\texmf-local/tex/context/base/syst-ext.tex
loading         : Context System Macro's / Extras
) (d:\tex\texmf-local/tex/context/base/syst-new.tex)
(d:\tex\texmf-local/tex/context/base/syst-con.tex
loading         : Context System Macro's / Conversions
) (d:\tex\texmf-local/tex/context/base/math-pln.tex)
(d:\tex\texmf-local/tex/context/base/supp-ini.tex
loading         : Context Support Macros / Initializations
) (d:\tex\texmf-local/tex/context/base/supp-fil.tex
loading         : Context Support Macros / Files
) (d:\tex\texmf-local/tex/context/base/supp-dir.tex)
(d:\tex\texmf-local/tex/context/base/mult-ini.tex
loading         : Context Multilingual Macros / Initialization
) (d:\tex\texmf-local/tex/context/base/mult-sys.tex
loading         : Context Multilingual Macros / System
interface       : defining english interface

interface       : using english messages

) (d:\tex\texmf-local/tex/context/base/mult-con.tex
loading         : Context Multilingual Macros / Constants
) (d:\tex\texmf-local/tex/context/base/mult-com.tex
loading         : Context Multilingual Macros / Commands
) (d:\tex\texmf-local/tex/context/base/thrd-ran.tex)
(d:\tex\texmf-local/tex/context/base/thrd-trg.tex)
(d:\tex\texmf-local/tex/context/base/supp-box.tex
loading         : Context Support Macros / Boxes
) (d:\tex\texmf-local/tex/context/base/supp-mrk.tex
loading         : Context Support Macros / Marks
) (d:\tex\texmf-local/tex/context/base/supp-vis.tex
loading         : Context Support Macros / Visualization
) (d:\tex\texmf-local/tex/context/base/supp-fun.tex
loading         : Context Support Macros / Fun Stuff
) (d:\tex\texmf-local/tex/context/base/supp-eps.tex
loading         : Context Support Macros / EPS
) (d:\tex\texmf-local/tex/context/base/supp-pdf.tex
loading         : Context Support Macros / PDF (2004.03.26)
) (d:\tex\texmf-local/tex/context/base/supp-spe.tex
loading         : Context Support Macros / Specials
) (d:\tex\texmf-local/tex/context/base/supp-mps.tex
(d:\tex\texmf-local/tex/context/base/supp-ini.tex
loading         : Context Support Macros / Initializations
)
loading         : Context Support Macros / MetaPost Inclusion
) (d:\tex\texmf-local/tex/context/base/supp-mpe.tex
loading         : MetaPost Special Extensions
) (d:\tex\texmf-local/tex/context/base/supp-tpi.tex
loading         : Context Support Macros / TPIC Conversion
) (d:\tex\texmf-local/tex/context/base/supp-mat.tex
loading         : Context Support Macros / Math
) (d:\tex\texmf-local/tex/context/base/supp-ran.tex
loading         : Third Party Macros / Random Number Generation
) (d:\tex\texmf-local/tex/context/base/supp-ali.tex)
(d:\tex\texmf-local/tex/context/base/typo-ini.tex
loading         : Context Typographic Macros (ini)
) (d:\tex\texmf-local/tex/context/base/verb-ini.tex
loading         : Context Verbatim Macros / Initialization
) (d:\tex\texmf-local/tex/context/base/core-var.tex
loading         : Context Core Macros / Variables
) (d:\tex\texmf-local/tex/context/base/core-ins.tex
loading         : Context Insertion Macros / General
) (d:\tex\texmf-local/tex/context/base/core-fil.tex
loading         : Context Core Macros / File Support
) (d:\tex\texmf-local/tex/context/base/core-con.tex
loading         : Context Core Macros / Conversion Macros
) (d:\tex\texmf-local/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
) (d:\tex\texmf-local/tex/context/base/thrd-tab.tex)
(d:\tex\texmf-local/tex/context/base/supp-lan.tex
loading         : Context Support Macros / Language Options
) (d:\tex\texmf-local/tex/context/base/supp-num.tex
loading         : Context Support Macros / Number (Digit) Handling
) (d:\tex\texmf-local/tex/context/base/supp-pat.tex
loading         : Context Language Macros / Loading Generic Patterns
) (d:\tex\texmf-local/tex/context/base/enco-ini.tex
loading         : Context Encoding Macros (ini)
encoding        : coding def is loaded
(d:\tex\texmf-local/tex/context/base/enco-def.tex)
encoding        : coding acc is loaded
(d:\tex\texmf-local/tex/context/base/enco-acc.tex)
encoding        : coding raw is loaded
(d:\tex\texmf-local/tex/context/base/enco-raw.tex)
encoding        : coding com is loaded
(d:\tex\texmf-local/tex/context/base/enco-com.tex)
encoding        : coding cas is loaded
(d:\tex\texmf-local/tex/context/base/enco-cas.tex)
encoding        : coding mis is loaded
(d:\tex\texmf-local/tex/context/base/enco-mis.tex)
encoding        : coding ans is loaded
(d:\tex\texmf-local/tex/context/base/enco-ans.tex)
encoding        : coding il2 is loaded
(d:\tex\texmf-local/tex/context/base/enco-il2.tex)
encoding        : coding ec is loaded
(d:\tex\texmf-local/tex/context/base/enco-ec.tex)
encoding        : coding tbo is loaded
(d:\tex\texmf-local/tex/context/base/enco-tbo.tex)
encoding        : coding pdf is loaded
(d:\tex\texmf-local/tex/context/base/enco-pdf.tex)
encoding        : coding uc is loaded
(d:\tex\texmf-local/tex/context/base/enco-uc.tex)
encoding        : coding pol is loaded
(d:\tex\texmf-local/tex/context/base/enco-pol.tex)
encoding        : coding qx is loaded
(d:\tex\texmf-local/tex/context/base/enco-qx.tex)
encoding        : coding t5 is loaded
(d:\tex\texmf-local/tex/context/base/enco-t5.tex)
encoding        : coding cyr is loaded
(d:\tex\texmf-local/tex/context/base/enco-cyr.tex))
(d:\tex\texmf-local/tex/context/base/filt-ini.tex
loading         : Context Filter Macros (ini)
) (d:\tex\texmf-local/tex/context/base/hand-ini.tex
loading         : Context Handling Macros (ini)
handling        : font handling def is loaded
(d:\tex\texmf-local/tex/context/base/hand-def.tex))
(d:\tex\texmf-local/tex/context/base/regi-ini.tex
encoding        : coding def is loaded
(d:\tex\texmf-local/tex/context/base/regi-def.tex)
encoding        : coding uni is loaded
(d:\tex\texmf-local/tex/context/base/regi-uni.tex)
encoding        : coding ibm is loaded
(d:\tex\texmf-local/tex/context/base/regi-ibm.tex)
encoding        : coding win is loaded
(d:\tex\texmf-local/tex/context/base/regi-win.tex)
encoding        : coding il1 is loaded
(d:\tex\texmf-local/tex/context/base/regi-il1.tex)
encoding        : coding mac is loaded
(d:\tex\texmf-local/tex/context/base/regi-mac.tex))
(d:\tex\texmf-local/tex/context/base/lang-ini.tex
loading         : Context Language Macros / Initialization
) (d:\tex\texmf-local/tex/context/base/lang-ctx.tex
loading         : Context Language Macros / Generic Patterns
language        : patterns for nl not loaded
language        : patterns for fr not loaded
language        : patterns for de not loaded
language        : patterns for it not loaded
language        : patterns for pt not loaded
language        : patterns for hr not loaded
language        : patterns for pl not loaded
language        : patterns for cz not loaded
language        : patterns for sk not loaded
language        : patterns for sl not loaded
language        : patterns for vn not loaded
) (d:\tex\texmf-local/tex/context/base/lang-dis.tex
loading         : Context Language Macros / Distribution Patterns
) (d:\tex\texmf-local/tex/context/base/unic-ini.tex
loading         : Context UNICODE Macros (ini)
unicode         : loading vector 0
(d:\tex\texmf-local/tex/context/base/unic-000.tex)
unicode         : loading vector 1
(d:\tex\texmf-local/tex/context/base/unic-001.tex)
unicode         : loading vector 2
(d:\tex\texmf-local/tex/context/base/unic-002.tex)
unicode         : loading vector 3
(d:\tex\texmf-local/tex/context/base/unic-003.tex)
unicode         : loading vector 4
(d:\tex\texmf-local/tex/context/base/unic-004.tex)
unicode         : loading vector 5
(d:\tex\texmf-local/tex/context/base/unic-005.tex)
unicode         : loading vector 30
(d:\tex\texmf-local/tex/context/base/unic-030.tex)
unicode         : loading vector 32
(d:\tex\texmf-local/tex/context/base/unic-032.tex)
unicode         : loading vector 33
(d:\tex\texmf-local/tex/context/base/unic-033.tex)
encoding        : coding utf is loaded
(d:\tex\texmf-local/tex/context/base/regi-utf.tex))
(d:\tex\texmf-local/tex/context/base/colo-ini.tex
loading         : Context Color Macros / initialization
color           : rgb color space is supported
color           : cmyk color space is supported
color           : mpcmyk color space is supported
color           : mpspot color space is supported
color           : system rgb is loaded
(d:\tex\texmf-local/tex/context/base/colo-rgb.tex
color           : specification [s=0] at color black becomes black
color           : palette alfa is available
color           : palette beta is available
color           : palette gamma is available
color           : palette delta is available
color           : palette epsilon is available
color           : palette zeta is available
)) (d:\tex\texmf-local/tex/context/base/colo-ext.tex
loading         : Context Color Macros / extras
) (d:\tex\texmf-local/tex/context/base/spec-mis.tex
loading         : Context Special Macros / Miscellaneous Macros
) (d:\tex\texmf-local/tex/context/base/spec-ini.tex
loading         : Context Special Macros / Initialization
) (d:\tex\texmf-local/tex/context/base/spec-def.tex
loading         : Context Special Macros / Definitions
specials        : loading definition file dvi
(d:\tex\texmf-local/tex/context/base/spec-dvi.tex)
specials        : tex loaded
specials        : loading definition file ps
(d:\tex\texmf-local/tex/context/base/spec-ps.tex)
specials        : tex,postscript loaded
specials        : loading definition file tr
(d:\tex\texmf-local/tex/context/base/spec-tr.tex)
specials        : tex,postscript,rokicki loaded
) (d:\tex\texmf-local/tex/context/base/spec-var.tex
loading         : Context Special Macros / Variables
) (d:\tex\texmf-local/tex/context/base/lang-spe.tex
loading         : Context Language Macros / Specifics
) (d:\tex\texmf-local/tex/context/base/lang-lab.tex
loading         : Language Head and Label Texts
) (d:\tex\texmf-local/tex/context/base/lang-ger.tex
loading         : Germanic Languages
language        : patterns for nl not loaded
language        : patterns for en not loaded
language        : patterns for de not loaded
language        : patterns for da not loaded
language        : patterns for sv not loaded
language        : patterns for af not loaded
language        : patterns for no not loaded
language        : patterns for deo not loaded
language        : patterns for uk not loaded
language        : patterns for us not loaded
) (d:\tex\texmf-local/tex/context/base/lang-ita.tex
loading         : Italic Languages
language        : patterns for fr not loaded
language        : patterns for es not loaded
language        : patterns for ca not loaded
language        : patterns for it not loaded
language        : patterns for la not loaded
language        : patterns for pt not loaded
language        : patterns for ro not loaded
) (d:\tex\texmf-local/tex/context/base/lang-sla.tex
loading         : Slavic Languages
language        : patterns for pl not loaded
language        : patterns for cz not loaded
language        : patterns for sk not loaded
language        : patterns for hr not loaded
language        : patterns for sl not loaded
) (d:\tex\texmf-local/tex/context/base/lang-alt.tex
loading         : Altaic Languages
language        : patterns for tr not loaded
) (d:\tex\texmf-local/tex/context/base/lang-ana.tex
loading         : Anatolian Languages
) (d:\tex\texmf-local/tex/context/base/lang-art.tex
loading         : Artificial Languages
) (d:\tex\texmf-local/tex/context/base/lang-bal.tex
loading         : Baltic Languages
) (d:\tex\texmf-local/tex/context/base/lang-cel.tex
loading         : Celtic Languages
) (d:\tex\texmf-local/tex/context/base/lang-grk.tex
loading         : Greek Language
language        : patterns for gr not loaded
) (d:\tex\texmf-local/tex/context/base/lang-ind.tex
loading         : Indo-Iranian Languages
) (d:\tex\texmf-local/tex/context/base/lang-ura.tex
loading         : Uralic Languages
language        : patterns for fi not loaded
language        : patterns for hu not loaded
) (d:\tex\texmf-local/tex/context/base/lang-vn.tex
loading         : Vietnamese Language
language        : patterns for vn not loaded
) (d:\tex\texmf-local/tex/context/base/symb-ini.tex
loading         : Context Symbol Libraries / Initialization
) (d:\tex\texmf-local/tex/context/base/core-gen.tex
loading         : Context Core Macros / General
) (d:\tex\texmf-local/tex/context/base/core-new.tex
loading         : Context Core Macros / New Ones
) (d:\tex\texmf-local/tex/context/base/core-uti.tex
loading         : Context Core Macros / Utility File Handling
) (d:\tex\texmf-local/tex/context/base/core-mar.tex
loading         : Context Core Macros / Markings
) (d:\tex\texmf-local/tex/context/base/core-mak.tex
loading         : Context Core Macros / General Makeup Commands
) (d:\tex\texmf-local/tex/context/base/core-dat.tex
loading         : Context Database Support
) (d:\tex\texmf-local/tex/context/base/core-grd.tex
loading         : Context Core Macros / Grid Snapping
color           : palette grid is available
) (d:\tex\texmf-local/tex/context/base/core-ver.tex
loading         : Context Core Macros / Verbatim
color           : palette colorpretty is available
color           : palette graypretty is available
color           : palette TEXcolorpretty is available
color           : palette TEXgraypretty is available
color           : palette PLcolorpretty is available
color           : palette PLgraypretty is available
color           : palette PMcolorpretty is available
color           : palette PMgraypretty is available
color           : palette MPcolorpretty is available
color           : palette MPgraypretty is available
color           : palette JVcolorpretty is available
color           : palette JVgraypretty is available
color           : palette JScolorpretty is available
color           : palette JSgraypretty is available
color           : palette SQLcolorpretty is available
color           : palette SQLgraypretty is available
color           : palette PAScolorpretty is available
color           : palette PASgraypretty is available
color           : palette EIFcolorpretty is available
color           : palette EIFgraypretty is available
color           : palette XMLcolorpretty is available
color           : palette XMLgraypretty is available
) (d:\tex\texmf-local/tex/context/base/core-vis.tex
loading         : Context Support Macros / Visualization
) (d:\tex\texmf-local/tex/context/base/core-rul.tex
loading         : Context Core Macros / Ruled Content Handling
) (d:\tex\texmf-local/tex/context/base/core-tab.tex
loading         : Context Core Macros / TaBlE Embedding
) (d:\tex\texmf-local/tex/context/base/core-nav.tex
loading         : Context Core Macros / Navigation
) (d:\tex\texmf-local/tex/context/base/core-ref.tex
loading         : Context Core Macros / Cross Referencing
) (d:\tex\texmf-local/tex/context/base/core-obj.tex
loading         : Context Core Macros / Object Handling
) (d:\tex\texmf-local/tex/context/base/core-buf.tex
loading         : Context Core Macros / Buffers and Blockmoves
) (d:\tex\texmf-local/tex/context/base/core-lst.tex
loading         : Context Core Macros / Lists
) (d:\tex\texmf-local/tex/context/base/core-num.tex
loading         : Context Core Macros / Numbering
) (d:\tex\texmf-local/tex/context/base/core-itm.tex
loading         : Context Core Macros / Itemgroups
) (d:\tex\texmf-local/tex/context/base/core-des.tex
loading         : Context Core Macros / Descriptions
) (d:\tex\texmf-local/tex/context/base/core-mat.tex
loading         : Context Core Macros / Math Fundamentals
) (d:\tex\texmf-local/tex/context/base/core-syn.tex
loading         : Context Core Macros / Synonyms and Sorts
) (d:\tex\texmf-local/tex/context/base/core-spa.tex
loading         : Context Spacing Macros
) (d:\tex\texmf-local/tex/context/base/core-sys.tex
loading         : Context Core Macros (System)
) (d:\tex\texmf-local/tex/context/base/page-ini.tex
loading         : Context Page Macros / Initializations
) (d:\tex\texmf-local/tex/context/base/page-not.tex
loading         : Context Page Macros / Footnotes
) (d:\tex\texmf-local/tex/context/base/page-one.tex
loading         : Context OTR Macros / Default Routine
) (d:\tex\texmf-local/tex/context/base/page-lay.tex
loading         : Context Page Macros / Layout Specification
) (d:\tex\texmf-local/tex/context/base/page-log.tex
loading         : Context Page Macros / Logos
) (d:\tex\texmf-local/tex/context/base/page-txt.tex
loading         : Context Page Macros / Texts
color           : palette layout is available
) (d:\tex\texmf-local/tex/context/base/page-sid.tex
loading         : Context OTR Macros / Side Floats
) (d:\tex\texmf-local/tex/context/base/page-flt.tex
loading         : Context OTR Macros / Floating Bodies
layout          : marginblocks active
) (d:\tex\texmf-local/tex/context/base/page-mul.tex
loading         : Context OTR Macros / Simple Multi Column
) (d:\tex\texmf-local/tex/context/base/page-set.tex
loading         : Context OTR Macros / Column Sets
color           : palette columnset is available
) (d:\tex\texmf-local/tex/context/base/page-lyr.tex
loading         : Context Page Macros / Layers
) (d:\tex\texmf-local/tex/context/base/page-mak.tex
loading         : Context Page Macros / MakeUp
) (d:\tex\texmf-local/tex/context/base/page-num.tex
loading         : Context Core Macros / Numbering
) (d:\tex\texmf-local/tex/context/base/page-lin.tex
loading         : Context Core Macros / Line Numbering
) (d:\tex\texmf-local/tex/context/base/page-mar.tex
loading         : Context Core Macros / Maginal Things
) (d:\tex\texmf-local/tex/context/base/page-bck.tex
loading         : Context Page Macros / Backgrounds
) (d:\tex\texmf-local/tex/context/base/page-app.tex
loading         : Context Page Macros / Applications
) (d:\tex\texmf-local/tex/context/base/page-flw.tex
loading         : Context OTR Macros / Text Flows
) (d:\tex\texmf-local/tex/context/base/page-spr.tex
loading         : Context Page Macros / Spreading
) (d:\tex\texmf-local/tex/context/base/core-job.tex
loading         : Context Core Macros / Job Handling
) (d:\tex\texmf-local/tex/context/base/core-sec.tex
loading         : Context Core Macros / Sectioning
system          : mark part defined [part]
system          : mark partnumber defined [partnumber]
system          : mark chapter defined [chapter]
system          : mark chapternumber defined [chapternumber]
system          : mark section defined [section]
system          : mark sectionnumber defined [sectionnumber]
system          : mark subsection defined [subsection]
system          : mark subsectionnumber defined [subsectionnumber]
system          : mark subsubsection defined [subsubsection]
system          : mark subsubsectionnumber defined [subsubsectionnumber]
system          : mark subsubsubsection defined [subsubsubsection]
system          : mark subsubsubsectionnumber defined [subsubsubsectionnumber]
system          : mark subsubsubsubsection defined [subsubsubsubsection]
system          : mark subsubsubsubsectionnumber defined [subsubsubsubsectionnu
mber]
system          : mark title defined [title]
system          : mark titlenumber defined [titlenumber]
system          : mark subject defined [subject]
system          : mark subjectnumber defined [subjectnumber]
system          : mark subsubject defined [subsubject]
system          : mark subsubjectnumber defined [subsubjectnumber]
system          : mark subsubsubject defined [subsubsubject]
system          : mark subsubsubjectnumber defined [subsubsubjectnumber]
system          : mark subsubsubsubject defined [subsubsubsubject]
system          : mark subsubsubsubjectnumber defined [subsubsubsubjectnumber]
system          : mark subsubsubsubsubject defined [subsubsubsubsubject]
system          : mark subsubsubsubsubjectnumber defined [subsubsubsubsubjectnu
mber]
) (d:\tex\texmf-local/tex/context/base/page-imp.tex
loading         : Context Core Macros / Pagebody Building
) (d:\tex\texmf-local/tex/context/base/core-tbl.tex
loading         : Context Core Macros / Tabulation
) (d:\tex\texmf-local/tex/context/base/core-int.tex
loading         : Context Core Macros / Interaction
) (d:\tex\texmf-local/tex/context/base/core-ntb.tex
loading         : Context Core Macros / Natural Tables
) (d:\tex\texmf-local/tex/context/base/core-ltb.tex
loading         : Context Core Macros / Line Tables
) (d:\tex\texmf-local/tex/context/base/meta-ini.tex
loading         : MetaPost Graphics / Initializations
) (d:\tex\texmf-local/tex/context/base/meta-pag.tex
loading         : MetaPost Graphics / Page Data Management
) (d:\tex\texmf-local/tex/context/base/meta-fig.tex
loading         : MetaPost Graphics / Stand Alone Graphics
) (d:\tex\texmf-local/tex/context/base/core-pos.tex
loading         : Context Positioning Support
) (d:\tex\texmf-local/tex/context/base/core-snc.tex
loading         : Context Synchronization
) (d:\tex\texmf-local/tex/context/base/lang-chi.tex
loading         : Context Language Macros / Chinese
language        : patterns for cn not loaded
language        : language specific options [default-cn] seamless appended
) (d:\tex\texmf-local/tex/context/base/java-ini.tex
loading         : Context JavaScript Macros / Initialization
) (d:\tex\texmf-local/tex/context/base/core-fld.tex
loading         : Context Field Macros
) (d:\tex\texmf-local/tex/context/base/core-hlp.tex)
(d:\tex\texmf-local/tex/context/base/core-reg.tex
loading         : Context Core Macros / Register Management
) (d:\tex\texmf-local/tex/context/base/font-ini.tex
loading         : Context Font Macros (ini)
loading         : Postponed Plain TeX Font Definitions
bodyfont        : style rm (rm definedromanserifregular)
bodyfont        : style ss (ss definedsansserifsanssupport)
bodyfont        : style tt (tt definedteletypetypemono)
bodyfont        : style hw (hw definedhandwritten)
bodyfont        : style cg (cg definedcalligraphic)
bodyfont        : variant unk is loaded
(d:\tex\texmf-local/tex/context/base/font-unk.tex))
(d:\tex\texmf-local/tex/context/base/font-uni.tex
loading         : Context Font Macros / UNICODE Support
) (d:\tex\texmf-local/tex/context/base/font-bfm.tex
loading         : Context Font Macros / Mixed Bold Math Support
) (d:\tex\texmf-local/tex/context/base/type-ini.tex
loading         : Context Typescript Macros (ini)
) (d:\tex\texmf-local/tex/context/base/type-def.tex)
(d:\tex\texmf-local/tex/context/base/prop-ini.tex
loading         : Context Property Macros / initialization
) (d:\tex\texmf-local/tex/context/base/prop-lay.tex
loading         : Context Property Macros / layers
) (d:\tex\texmf-local/tex/context/base/prop-mis.tex
loading         : Context Property Macros / initialization
) (d:\tex\texmf-local/tex/context/base/math-ini.tex
(d:\tex\texmf-local/tex/context/base/math-tex.tex)
(d:\tex\texmf-local/tex/context/base/math-ams.tex))
(d:\tex\texmf-local/tex/context/base/core-fnt.tex
loading         : Context Core Macros / Font Support
) (d:\tex\texmf-local/tex/context/base/core-not.tex
loading         : Context Core Macros / Note Handling
) (d:\tex\texmf-local/tex/context/base/core-lnt.tex
loading         : Context Core Macros / Line Notes
) (d:\tex\texmf-local/tex/context/base/core-mis.tex
loading         : Context Core Macros / Misc Commands
) (d:\tex\texmf-local/tex/context/base/core-fig.tex
loading         : Context Core Macros / Figure Inclusion
) (d:\tex\texmf-local/tex/context/base/core-par.tex
loading         : ConTeXt Pararaph Tricks
) (d:\tex\texmf-local/tex/context/base/core-box.tex)
(d:\tex\texmf-local/tex/context/base/lang-spa.tex
loading         : Context Language Macros / Spacing
) (d:\tex\texmf-local/tex/context/base/xtag-ini.tex
loading         : Context XML Macros (initialization)
) (d:\tex\texmf-local/tex/context/base/xtag-ext.tex
loading         : Context XML Macros (extras)
) (d:\tex\texmf-local/tex/context/base/xtag-prs.tex)
(d:\tex\texmf-local/tex/context/base/xtag-map.tex
loading         : Context XML Macros (remapping)
) (d:\tex\texmf-local/tex/context/base/xtag-exp.tex
loading         : Context XML Macros (expansion)
) (d:\tex\texmf-local/tex/context/base/xtag-pre.tex
loading         : Context XML Macros (predefined)
color           : palette xtag is available
) (d:\tex\texmf-local/tex/context/base/xtag-xsd.tex)
(d:\tex\texmf-local/tex/context/base/xtag-rng.tex)
(d:\tex\texmf-local/tex/context/base/meta-xml.tex
loading         : MetaPost Graphics / XML Hacks
) (d:\tex\texmf-local/tex/context/base/cont-log.tex
loading         : Context TeX Logos
) (d:\tex\texmf-local/tex/context/base/core-ini.tex
loading         : Context Initialization
) (d:\tex\texmf-local/tex/context/base/core-def.tex
loading         : Context Core Macros / Defaults
symbols         : loading symbolset mis
(d:\tex\texmf-local/tex/context/base/symb-mis.tex)
symbols         : loading symbolset mvs
(d:\tex\texmf-local/tex/context/base/symb-mvs.tex)
symbols         : loading symbolset glm
(d:\tex\texmf-local/tex/context/base/symb-glm.tex)
symbols         : loading symbolset nav
(d:\tex\texmf-local/tex/context/base/symb-nav.tex))
This package is based on Plain TeX. It uses an adapted version of the
extended mark mechanism of J. Fox (1987) and a few parts of the sidefloat
mechanism of D. Comenetz (1993). Most of D.E. Knuth's Plain TeX
(3.1415926) is available and can be used without problems. This package
uses TaBlE, a package designed and copyrighted by M.J. Wichura (1988).
Only a few auxiliary files are generated, of which some must be processed
by TeXUtil (2003.07.19). The current blockversion is 1996.03.10.

Copyright 1990-2005 / PRAGMA ADE / J. Hagen - A.F. Otten

)
system          : cont-usr loaded
(d:\tex\texmf-local/tex/context/config/cont-usr.tex
loading         : User Settings
encoding        : coding fde is loaded
(d:\tex\texmf-local/tex/context/base/enco-fde.tex
language        : language specific options [default-de] seamless appended
language        : language specific options [default-de] seamless appended
language        : language specific options [default-de] seamless appended
language        : language specific options [pdfdoc-de] seamless appended
language        : language specific options [ec-de] seamless appended
language        : language specific options [texnansi-de] seamless appended
))
language        : patterns en for en loaded (n=1,e=ec,m=ec)
(d:\tex\texmf/tex/generic/hyphen/hyphen.tex)
language        : no hyphenations en for en (n=1,e=ec,m=ec)
language        : patterns uk for uk loaded (n=2,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-uk.pat)
language        : hyphenations uk for uk loaded (n=2,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-uk.hyp)
language        : patterns de for de loaded (n=3,e=texnansi,m=texnansi)
(d:\tex\texmf-local/tex/context/patterns/lang-de.pat)
language        : hyphenations de for de loaded (n=3,e=texnansi,m=texnansi)
(d:\tex\texmf-local/tex/context/patterns/lang-de.hyp)
language        : patterns de for de loaded (n=4,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-de.pat)
language        : hyphenations de for de loaded (n=4,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-de.hyp)
language        : patterns fr for fr loaded (n=5,e=texnansi,m=texnansi)
(d:\tex\texmf-local/tex/context/patterns/lang-fr.pat)
language        : hyphenations fr for fr loaded (n=5,e=texnansi,m=texnansi)
(d:\tex\texmf-local/tex/context/patterns/lang-fr.hyp)
language        : patterns fr for fr loaded (n=6,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-fr.pat)
language        : hyphenations fr for fr loaded (n=6,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-fr.hyp)
language        : patterns es for es loaded (n=7,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-es.pat)
language        : hyphenations es for es loaded (n=7,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-es.hyp)
language        : patterns pt for pt loaded (n=8,e=texnansi,m=texnansi)
(d:\tex\texmf-local/tex/context/patterns/lang-pt.pat)
language        : hyphenations pt for pt loaded (n=8,e=texnansi,m=texnansi)
(d:\tex\texmf-local/tex/context/patterns/lang-pt.hyp)
language        : patterns pt for pt loaded (n=9,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-pt.pat)
language        : hyphenations pt for pt loaded (n=9,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-pt.hyp)
language        : patterns it for it loaded (n=10,e=texnansi,m=texnansi)
(d:\tex\texmf-local/tex/context/patterns/lang-it.pat)
language        : hyphenations it for it loaded (n=10,e=texnansi,m=texnansi)
(d:\tex\texmf-local/tex/context/patterns/lang-it.hyp)
language        : patterns it for it loaded (n=11,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-it.pat)
language        : hyphenations it for it loaded (n=11,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-it.hyp)
language        : patterns nl for nl loaded (n=12,e=texnansi,m=texnansi)
(d:\tex\texmf-local/tex/context/patterns/lang-nl.pat)
language        : hyphenations nl for nl loaded (n=12,e=texnansi,m=texnansi)
(d:\tex\texmf-local/tex/context/patterns/lang-nl.hyp)
language        : patterns nl for nl loaded (n=13,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-nl.pat)
language        : hyphenations nl for nl loaded (n=13,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-nl.hyp)
language        : patterns cz for cz loaded (n=14,e=il2,m=il2)
(d:\tex\texmf-local/tex/context/patterns/lang-cz.pat)
language        : hyphenations cz for cz loaded (n=14,e=il2,m=il2)
(d:\tex\texmf-local/tex/context/patterns/lang-cz.hyp)
language        : patterns cz for cz loaded (n=15,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-cz.pat)
language        : hyphenations cz for cz loaded (n=15,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-cz.hyp)
language        : patterns sk for sk loaded (n=16,e=il2,m=il2)
(d:\tex\texmf-local/tex/context/patterns/lang-sk.pat)
language        : hyphenations sk for sk loaded (n=16,e=il2,m=il2)
(d:\tex\texmf-local/tex/context/patterns/lang-sk.hyp)
language        : patterns sk for sk loaded (n=17,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-sk.pat)
language        : hyphenations sk for sk loaded (n=17,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-sk.hyp)
language        : patterns pl for pl loaded (n=18,e=pl0,m=pl0)
(d:\tex\texmf-local/tex/context/patterns/lang-pl.pat)
language        : hyphenations pl for pl loaded (n=18,e=pl0,m=pl0)
(d:\tex\texmf-local/tex/context/patterns/lang-pl.hyp)
language        : patterns pl for pl loaded (n=19,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-pl.pat)
language        : hyphenations pl for pl loaded (n=19,e=ec,m=ec)
(d:\tex\texmf-local/tex/context/patterns/lang-pl.hyp)
(d:\tex\texmf-local/tex/context/base/type-exa.tex
(d:\tex\texmf-local/tex/context/base/type-exa.tex)
(d:\tex\texmf-local/tex/context/base/type-syn.tex)
(d:\tex\texmf-local/tex/context/base/type-enc.tex)
(d:\tex\texmf-local/tex/context/base/type-dis.tex)
(d:\tex\texmf-local/tex/context/base/type-siz.tex)
(d:\tex\texmf-local/tex/context/base/type-map.tex)
(d:\tex\texmf-local/tex/context/base/type-spe.tex)
(d:\tex\texmf-local/tex/context/base/type-akb.tex)
(d:\tex\texmf-local/tex/context/base/type-exa.tex)
(d:\tex\texmf-local/tex/context/base/type-syn.tex)
(d:\tex\texmf-local/tex/context/base/type-enc.tex)
(d:\tex\texmf-local/tex/context/base/type-dis.tex)
(d:\tex\texmf-local/tex/context/base/type-siz.tex)
(d:\tex\texmf-local/tex/context/base/type-map.tex)
(d:\tex\texmf-local/tex/context/base/type-spe.tex)
(d:\tex\texmf-local/tex/context/base/type-akb.tex)
(d:\tex\texmf-local/tex/context/base/type-exa.tex)
(d:\tex\texmf-local/tex/context/base/type-syn.tex)
(d:\tex\texmf-local/tex/context/base/type-enc.tex)
(d:\tex\texmf-local/tex/context/base/type-dis.tex)
(d:\tex\texmf-local/tex/context/base/type-siz.tex)
(d:\tex\texmf-local/tex/context/base/type-map.tex)
(d:\tex\texmf-local/tex/context/base/type-spe.tex)
(d:\tex\texmf-local/tex/context/base/type-akb.tex)
(d:\tex\texmf-local/tex/context/base/type-exa.tex)
(d:\tex\texmf-local/tex/context/base/type-syn.tex)
(d:\tex\texmf-local/tex/context/base/type-enc.tex)
(d:\tex\texmf-local/tex/context/base/type-dis.tex)
(d:\tex\texmf-local/tex/context/base/type-siz.tex)
(d:\tex\texmf-local/tex/context/base/type-map.tex)
(d:\tex\texmf-local/tex/context/base/type-spe.tex)
(d:\tex\texmf-local/tex/context/base/type-akb.tex)
(d:\tex\texmf-local/tex/context/base/type-exa.tex)
(d:\tex\texmf-local/tex/context/base/type-syn.tex)
(d:\tex\texmf-local/tex/context/base/type-enc.tex)
(d:\tex\texmf-local/tex/context/base/type-dis.tex)
(d:\tex\texmf-local/tex/context/base/type-siz.tex)
(d:\tex\texmf-local/tex/context/base/type-map.tex)
(d:\tex\texmf-local/tex/context/base/type-spe.tex)
(d:\tex\texmf-local/tex/context/base/type-akb.tex)
(d:\tex\texmf-local/tex/context/base/type-exa.tex)
(d:\tex\texmf-local/tex/context/base/type-syn.tex)
(d:\tex\texmf-local/tex/context/base/type-enc.tex)
(d:\tex\texmf-local/tex/context/base/type-dis.tex)
(d:\tex\texmf-local/tex/context/base/type-siz.tex)
(d:\tex\texmf-local/tex/context/base/type-map.tex)
(d:\tex\texmf-local/tex/context/base/type-spe.tex)
(d:\tex\texmf-local/tex/context/base/type-akb.tex)
(d:\tex\texmf-local/tex/context/base/type-exa.tex)
(d:\tex\texmf-local/tex/context/base/type-syn.tex)
(d:\tex\texmf-local/tex/context/base/type-enc.tex)
(d:\tex\texmf-local/tex/context/base/type-dis.tex)
(d:\tex\texmf-local/tex/context/base/type-siz.tex)
(d:\tex\texmf-local/tex/context/base/type-map.tex)
(d:\tex\texmf-local/tex/context/base/type-spe.tex)
(d:\tex\texmf-local/tex/context/base/type-akb.tex)
(d:\tex\texmf-local/tex/context/base/type-exa.tex)
(d:\tex\texmf-local/tex/context/base/type-syn.tex)
(d:\tex\texmf-local/tex/context/base/type-enc.tex)
(d:\tex\texmf-local/tex/context/base/type-dis.tex)
(d:\tex\texmf-local/tex/context/base/type-siz.tex
bodyfont        : style mm (mm) defined
) (d:\tex\texmf-local/tex/context/base/type-map.tex)
(d:\tex\texmf-local/tex/context/base/type-spe.tex)
(d:\tex\texmf-local/tex/context/base/type-akb.tex))

ConTeXt  ver: 2005.05.25  fmt: 2005.6.6  int: english  mes: english

 )
Beginning to dump on file cont-en.fmt
 (format=cont-en 2005.6.6)
37982 strings of total length 606476
468389 memory locations dumped; current usage is 202&465057
35533 multiletter control sequences
\font\nullfont=nullfont
0 words of font info for 0 preloaded fonts
172 hyphenation exceptions
Hyphenation trie of length 64507 has 2704 ops out of 35111
  194 for language 19
  194 for language 18
  248 for language 17
  248 for language 16
  63 for language 15
  63 for language 14
  265 for language 13
  265 for language 12
  35 for language 11
  35 for language 10
  7 for language 9
  7 for language 8
  29 for language 7
  88 for language 6
  88 for language 5
  235 for language 4
  235 for language 3
  224 for language 2
  181 for language 1
No pages of output.

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Latest version + itemize
  2005-06-06  9:07     ` Taco Hoekwater
@ 2005-06-06 10:00       ` Lutz Haseloff
  0 siblings, 0 replies; 10+ messages in thread
From: Lutz Haseloff @ 2005-06-06 10:00 UTC (permalink / raw)


Hi Taco, Hi all,


Taco Hoekwater schrieb:
> 
> On my system,
> 
>> \definetypeface [palatino] [rm] [serif] [palatino] [default] 
>> [encoding=ec]
>> \definetypeface [palatino] [mm] [math]  [palatino] [default] 
>> [encoding=ec]
>> \setupbodyfont  [palatino, 12pt, rm]
> 
> 
> This fails because I do not have ec-pplXXX metrics installed,
> 
>> \usetypescript [lucida] [texnansi]
>> \setupbodyfont [lucida, 12pt, rm]
> 
> 
> and this works because it is basically a no-op (cmsy10 is used)
> 
> So perhaps not a map file, but a typescript loading error.  Can you
> check your log for the loading of type-exa?
> 

I found an error. Texexec complains about font lbms not found.
(not cmsy)
When i add a line "lbms LucidaNewMath-Symbol < LBMS.pfb" to
texnansi-bh-lucida.map the error is gone.
Are my *.map-files out of date?

> Taco
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 

Thank you for your help

Greetings

Lutz

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Latest version + itemize
  2005-06-06  9:25       ` Taco Hoekwater
@ 2005-06-08 17:06         ` Thomas A. Schmitz
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas A. Schmitz @ 2005-06-08 17:06 UTC (permalink / raw)


Just wanted to mention that I'm back to my box with the latest  
ConTeXt. Uncommenting the line

\resetmapfiles \usetypescript [map] [base] [all]

and commenting everything else in the \resetmapfiles-department  
appears to have fixed all my troubles in OS X. Let's see if htings  
continue to work. Thanks to everybody, especially to Taco.

Best

Thomas

On Jun 6, 2005, at 11:25 AM, Taco Hoekwater wrote:

>
> I just realized something else that could be wrong: did you guys
> fix you texmf.cnf for engine support after upgrading? If not,
> then you are perhaps still using the old formats but with the
> new runtime files.
>
> [taco@glenlivet tmp]$ texexec --version
>
>  TeXExec 5.4.2 - ConTeXt / PRAGMA ADE 1997-2005
>
>                texexec : TeXExec 5.4.2 - ConTeXt / PRAGMA ADE  
> 1997-2005
>                texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE  
> 1992-2004
>                    tex : pdfeTeXk, 3.141592-1.21a-2.2 (Web2C 7.5.3)
>                context : ver: 2005.06.03
>                cont-en : ver: 2005.06.03  fmt: 2005.6.6  mes: english
>                cont-nl : ver: 2005.06.03  fmt: 2005.6.6  mes: dutch
>
>         total run time : 3 seconds
>
>
> Taco Hoekwater wrote:
>
>> Thomas A. Schmitz wrote:
>>
>>> Hmm, when I have \startitemize[2], the symbol should be an  
>>> emdash, so  no math-font should be involved, right? And yes, I  
>>> did run texhash  after upgrading (it's run by texexec --make  
>>> automagically, isn't  it?). And as I said: my laptop has an older  
>>> version and compiles the  same file without a hitch.
>>>
>> Something became messed up during your (and Lutz') upgrade. The trick
>> is figuring out what ;) I am quite confident that a clean context
>> install does the right thing, because that's precisely what I did
>> yesterday, and I have no problems. Perhaps you can send me the log
>> files of the texexec --make (cont-en.log) and this test file?
>> Taco
>> _______________________________________________
>> 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
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-06-08 17:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-06  8:01 Latest version + itemize Thomas A. Schmitz
2005-06-06  8:11 ` Taco Hoekwater
2005-06-06  8:44   ` Lutz Haseloff
2005-06-06  9:07     ` Taco Hoekwater
2005-06-06 10:00       ` Lutz Haseloff
2005-06-06  9:04   ` Thomas A. Schmitz
2005-06-06  9:13     ` Taco Hoekwater
2005-06-06  9:25       ` Taco Hoekwater
2005-06-08 17:06         ` Thomas A. Schmitz
2005-06-06  9:38       ` Lutz Haseloff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).