Re: [NTG-context] beta

2006-09-18 Thread Bernd Militzer
Hans Hagen schrieb:
 Hi,

 I uploaded a beta release. If no further problems with the upgraded 
 figure inclusion and adapted metapost conversion are reported, we will 
 go current (otherwise a changelog will be impossible, even if most 
 changes are not reportable anyway)


 Hans

   
Hi Hans,

\placetable[here,force][Nr15-1]
{none}
{\startcombination[2]
{\externalfigure[Kto1A.tmp][width=0.5\textwidth]}{}
{\externalfigure[Kto1B.tmp][width=0.5\textwidth]}{}
\stopcombination}


produce:

! Missing number, treated as zero.
to be read again
   \@@co2height
\dostartcombination ...nationparameter \c!height }
  \bgroup \expanded 
{\dodost...
to be read again
   {
l.68 {
  \externalfigure[Kto1A.tmp][width=0.5\textwidth]}{}
?

that problem is not fixed!?

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


Re: [NTG-context] beta

2006-09-18 Thread Bernd Militzer
Hi Hans,

producing a table over several pages

1. the running tablehead is only on first page
2. the running tablefoot is only on the last page

that problem is also not fixed.

Bernd


%%%  TestFile
%
\starttext
%
\SetTableToWidth{\textwidth}
\setuptables[split=yes,bodyfont=9pt]
\starttablehead
\HL
%
\NC\use{2}\ReFormat[lp(0.28\textwidth)]{Datum\hfill Ereignis} \NC Person 
\NC PID \NC {\it PID} \NC\tfx  Seite\NC\tfx Beleg\NC\FR %  \AR
\HL
\stoptablehead
\starttabletail
\HL
\stoptabletail
%
\starttables[|lp(0.2\textwidth)|lp(0.04\textwidth)|lp(0.3\textwidth)|lp(0.05\textwidth)|lp(0.05\textwidth)|rp(0.06\textwidth)|lp(0.05\textwidth)|]
%
\dorecurse{50}{
\NC 2006-08-18 \NC U \NC Militzer, Bernd\NC 002\NC 003\NC \NC J\NC\AR
\NC 1771-12-05 \NC G \NC Rudolph, Johann Heinrich\NC 134\NC 135\NC \NC 
J\NC\AR
}
\NC\NC\NC\NC\NC\NC\NC\NC\LR % Last Row \LR
%
\stoptables

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


Re: [NTG-context] Bib module and sectionblocks

2006-09-18 Thread Taco Hoekwater


Thomas A. Schmitz wrote:
 
Using the t-bib module I can't get the numbered cite option to work
with the sectionblocks \startfrontmatter and the like. When I put the

There should not be a problem with the [criterium=all]. If there is,
then it is a bug that I should fix. Otherwise, it is behaving as I would
have expected. The problem is that 'numbered' format needs the list to
be typeset for the references to be valid, but at the same time
localized publication lists only typeset locally referenced citations.

Cheers,
Taco

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


Re: [NTG-context] Help with mswincontext installation

2006-09-18 Thread Mojca Miklavec
On 9/18/06, Thomas A. Schmitz wrote:

 On Sep 18, 2006, at 12:43 AM, Marcus Vinicius Mesquita de So wrote:

  Hello gang!
 
  I discovered what caused the problem. The shell !
  I used 4nt instead of cmd, and with 4nt things don't work well.
  I tried again with cmd and I managed to compile all three examples
  without problems.
 
  But then I tried to compile a book which MikTeX+ConTexT 2.4
  (before the update) did very well and I received the following
  message ( after successfully compiling 105 pages )
 
  ! Font \*10ptrmtfrm*=GaramondPremrPro-RegularOsF at 10.03647pt not
  loaded: Not
  enough room left.
  to be read again
 
  any clues ?
 
  Greetings
 
  Marcus Vinicius
 
 
 Yes, I had the same problem on a gentoo install: there is a dimension
 for tfm words in your texmf.cnf (can't remember the name off the
 top off and my head and am not under linux right now, but it's easy
 to spot).

Not that easy to spot under MikTeX 2.5 though (I think that's still an
undocummented issue). If there was still miktex.ini (as in MikTeX
2.4), I would probably tell you to change font_mem_size to a bigger
value, although I'm not sure if that's really the option that you have
to change. Under MikTeX 2.5 names for those options have changed
considerably and I have no idea where to look for it.

There are two options:

1. in cmd, use
initexmf --edit-config-file=miktex\config\pdfetex.ini

and add a line in the following spirit (I'm sorry, I have no idea how
to make a test, so you have to test on your own)

FontMemSize=3
or perhaps (but I doubt it):
font_mem_size=3
but I really have no idea which number you have to put in there (it
might be that 32000 is approximately the upper limit and that pdftex
will crash if you set it higher, it might be that you're allowed to
set it to 10 or more).

2. A quicker version (for testing) is to use
set MIKTEX_FONTMEMSIZE=3
or something similar in cmd before running a document or to add an
additional environmental variable for it.

Please report if any of the settings above will work. It might be best
to ask on the MikTeX mailing list if you won't manage to make it work
after that.

 Change it to a bigger value, regenerate the format, and
 you're back in business. I use Garamond Premier Pro too, and it has
 so many kerning information that the tfms are very big.

Is regenerating the format needed in such a case?

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


Re: [NTG-context] texfont error

2006-09-18 Thread Mojca Miklavec
On 9/17/06, Hans Hagen wrote:
 Johan Sandblom wrote:
  Digging further reveals a working texfont.pl installed with debians
  texlive. The two texfonts claim to be the same version (in header) but
  are quite different. Both are included in the attached zip.
 
  R

But it's true that some variables ($lm and such) were added recently
without declaring them first and adding some default value somewhere,
so perl complains about undeclared variables (adding my $lm at the
beginning surely helps, but that's not the only undeclared variable).

 hm, yuu can always run the latest with

 texmfstart texfont .

 that will take the one from the tex tree

The problem is exactly that: the latest version doesn't work.

But I can't comment much more - whenever I try to use it under windows
I give up trying to find the cause of the problems and proceed
manually (texfont claims to have produced such-and-such files, but no
files are created and no checking is made whether they are produced or
not - some steps which return an error are simply ignored).

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


Re: [NTG-context] texfont error

2006-09-18 Thread Hans Hagen
Mojca Miklavec wrote:
 On 9/17/06, Hans Hagen wrote:
   
 Johan Sandblom wrote:
 
 Digging further reveals a working texfont.pl installed with debians
 texlive. The two texfonts claim to be the same version (in header) but
 are quite different. Both are included in the attached zip.

 R
   

 But it's true that some variables ($lm and such) were added recently
 without declaring them first and adding some default value somewhere,
 so perl complains about undeclared variables (adding my $lm at the
 beginning surely helps, but that's not the only undeclared variable).

   
 hm, yuu can always run the latest with

 texmfstart texfont .

 that will take the one from the tex tree
 

 The problem is exactly that: the latest version doesn't work.

 But I can't comment much more - whenever I try to use it under windows
 I give up trying to find the cause of the problems and proceed
 manually (texfont claims to have produced such-and-such files, but no
 files are created and no checking is made whether they are produced or
 not - some steps which return an error are simply ignored).
   
ah, i see, seems that i merged some code without declarations

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


Re: [NTG-context] Bibmodule and sectionblocks

2006-09-18 Thread fisker
Thank you very much, Thomas.
Yes, it also works perfectly for me now. I also had this problem for a while
but only got to looking at it seriously yesterday.
I was thinking in the direction of criterium=all but I was looking at the
setuppublications command where it has a different meaning. By reading closely
the manual again I see that there is some hint to your solution. The behaviour
is a bit strange, though.

Peter

Thomas A. Schmitz wrote:
 This is the most bizarre coincidence I've ever seen - this problem  
 has bugged me for several months. Yesterday, I was preparing a  
 minimal test file to send to the list, and by sheer dumb luck found  
 the solution/a workaround: if you put
 
 \placepublications[criterium=all]
 
 at the end, the numbers turn up again. Taco, this seems like a  
 strange interaction, so I guess it's unwanted, right?
 
 All best
 
 Thomas
 
 On Sep 17, 2006, at 11:54 PM, Peter Fisker Skjoldan wrote:
 
  Using the t-bib module I can't get the numbered cite option to work
  with the sectionblocks \startfrontmatter and the like. When I put the
  publication list inside one of the blocks I get the number only
  inside that block. In the other blocks the result is [ ]. If I put
  the publication list outside of any blocks the number appears only in
  the bodymatter sectionblock.
 
 
  Is this correct behaviour? And how can I fix the problem?
 
  Thanks in advance,
  Peter
 

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


Re: [NTG-context] Greek hyphenation problem

2006-09-18 Thread Mojca Miklavec
On 9/16/06, Alan Bowen wrote:
 I have not been able to get Greek hyphenation to work. To make sure
 that my set up was right (?),
 I ran
 texfmstart ctxtools --pat
 and put the pattern files in /usr/local/teTeX/share/texmf.local/tex/
 context/patterns
 The log file shows
 CtxTools | processing language agr
 CtxTools |
 CtxTools | using file /usr/local/teTeX/share/texmf.local/tex/context/
 base/enco-acc.tex
 CtxTools | preloading accent conversions
 CtxTools | preloading agr character mappings
 CtxTools | accepting vector agr
 CtxTools | file grahyph4.tex is not present
 CtxTools | file oldgrhyph.tex is not present

Does it help if you download
ftp://tug.ctan.org/pub/tex-archive/language/hyphenation/elhyphen/GRAhyph4.tex
save it somewhere in the TeX tree, run mktexlsr or texhash
(whichever works) and run the command again?

(I don't find the other file on CTAN.)

 CtxTools |
 CtxTools | 0 changes in patterns and exceptions
 CtxTools | description found for language agr
 CtxTools | patterns saved in file lang-agr.pat

 I then  ran
 sudo texmfstart texexec --make --all
 and cont-en.log shows
 (/Users/acbowen/Library/texmf/tex/context/enco-agr.tex)
 encoding: coding agr is loaded
 then
 loading : Context Language Macros / Generic Patterns
 language: patterns for agr not loaded
 then
 ) (/usr/local/teTeX/share/texmf.local/tex/context/base/lang-grk.tex
 loading : Greek Language
 language: patterns for gr not loaded
 language: patterns for agr not loaded
 )
 then
 language: patterns agr for agr loaded (n=25,e=agr,m=agr)
 (/usr/local/teTeX/share/texmf.local/tex/context/patterns/lang-agr.pat)
 language: hyphenations agr for agr loaded (n=25,e=agr,m=agr)
 (/usr/local/teTeX/share/texmf.local/tex/context/patterns/lang-agr.hyp)

 The test file is:

 \usemodule[ancientgreek]
 [font=GreekGentiumAlt,altfont=GreekOxoniensis,altscale=1.03]
 \setupfontsynonym[GreekGentium]
 \setupfontsynonym[GreekGentiumAlt]
 \setupfontsynonym[GreekOxoniensis]

 \def\grk{\localgreek}
 \def\altgrk{\localaltgreek}

 \starttext

 \hyphenatedword{transformational}

 \startgreek
 \hyphenatedword{filosofo'umena}

 filosofo'umena filosofo'umena filosofo'umena filosofo'umena
 filosofo'umena filosofo'umena filosofo'umena filosofo'umena
 filosofo'umena filosofo'umena filosofo'umena filosofo'umena
 filosofo'umena filosofo'umena filosofo'umena filosofo'umena
 filosofo'umena
 \stopgreek

 \stoptext

 and the log file has
 ConTeXt  ver: 2006.09.13 23:47 MK II  fmt: 2006.9.13  int: english/
 english
 and
 language: patterns nl-texnansi:texnansi-1-2:3 nl-ec:ec-
  2-2:3 fr-
 texnansi:texnansi-3-2:3 fr-ec:ec-4-2:3 de-texnansi:texnansi-5-
  2:3 de-e
 c:ec-6-2:3 it-texnansi:texnansi-7-2:3 it-ec:ec-8-2:3 pt-
  texnansi:texna
 nsi-9-2:3 pt-ec:ec-10-2:3 hr-ec:ec-11-2:3 pl-pl0:pl0-12-
  2:3 pl-ec:e
 c-13-2:3 pl-qx:qx-14-2:3 cz-il2:il2-15-2:3 cz-ec:ec-16-
  2:3 sk-il2:i
 l2-17-2:3 sk-ec:ec-18-2:3 sl-ec:ec-19-2:3 ru-t2a:t2a-21-
  2:3 en-ec:e
 c-22-2:3 uk-ec:ec-23-2:3 us-ec:ec-24-2:3 agr-agr:agr-25-
  2:3 da-ec:e
 c-26-2:3 sv-ec:ec-27-2:3 af-ec:ec-28-2:3 no-ec:ec-29-2:3
 deo-ec:ec-
 30-2:3 es-ec:ec-31-2:3 ca-ec:ec-32-2:3 la-ec:ec-33-2:3 ro-
  ec:ec-34
 -2:3 tr-ec:ec-35-2:3 fi-ec:ec-37-2:3 hu-ec:ec-38-2:3 loaded

 Yet, the output lacks Greek hyphenation—the English hyphenation is
 fine—and there are several overfull \hbox warnings.

It usually helped if I uncommented some lines in cont-usr.tex
(cont-usr.ori copied into cont-usr.tex if it doesn't exist), such as
\installlanguage [\s!sl] [\c!state=\v!start] % slovenian
but I don't see gr or agr there.

Does it help if you add the following two lines there
\installlanguage [\s!gr] [\c!state=\v!start]
\installlanguage [\s!agr] [\c!state=\v!start]
and rebuild the formats?

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


Re: [NTG-context] figurenumbering

2006-09-18 Thread Wolfgang Schuster
On Sun, 17 Sep 2006 16:10:05 +0200
Hans Hagen [EMAIL PROTECTED] wrote:

 Wolfgang Werners-Lucchini wrote:
  You need the option
 
  \setupfloats[numbering=nocheck]
 
  in your document settings.
 
  
 
  Hallo Wolfgang!
 
  This works.
  How do you find your peaces of wisdom?
 

Im not a TeXnician or a Texacker, more a TeX kiddie [1] and looked only
the ConTeXt module where \placefloat is defined and searched for the
command which is responsible for the numbermechanism.

  But I have not understand the whole figurenumber thing.
 

Me too.

  It is obviously (my example shows this), that there must
  be a hidden number.
 
  What is its name?
  How can this number be influenzed?

Search for \preparefloatnumber in page-flt.tex

  What is 'checked' or 'not checked' in the above option?

Try my example with checked and nochekced.

  And why does this produce the effect I wanted?

 it's rather comples
 
 - float numbers indeed use a number
 
 - but when places, this number is checked against the order in which the  
 floats were flushed, for which their final position on the page is used 
 
 - clone figures using the same number most be treated as well 
 
 - when on everloads the low level number, this mechanisme is to be bypassed 
 
 Hans 
 

Hallo Wolfgang,

you can see a bad sideeffects by figurenumber=nocheck in my example

example

\setupfloats[numbering=nocheck]

\starttext

\placefigure{}{\framed{Blub}}

\placefigure[page][]{}{\framed{Bautz}}

\placefigure{}{\framed{Bla}}

This were \rawnumber[figure] figures by now!

\setnumber[figure]{8}

We want to count on with \rawnumber[figure].

\placefigure{}{\framed{Plong}}

figurenumber is incremented to \rawnumber[figure].

\stoptext

/example

The number of the figures are set as they appear in the text and this
did not work well when one figure is set later as another one typed
later in your code.

[1] http://en.wikipedia.org/wiki/Script_kiddie

Hope you can find a solution for your problem before I send you one
when I have time too find one.

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


Re: [NTG-context] Greek hyphenation problem

2006-09-18 Thread Alan Bowen
Mojca—

Many thanks for your suggestions. Over the weekend, at Thomas’  
suggestion, I
• deleted and re-stalled teTeX
• unzipped cont-tmf.zip into /usr/local/teTeX/share/texmf.local
• copied lang-agr.pat (fr0m Thomas) into /usr/local/teTeX/share/ 
texmf.local/tex/context/patterns
• ran sudo texhash
• rebuilt the formats.
And I now have hyphenation with the fonts in Thomas’ ancient Greek  
module.

Alan

On Sep 18, 2006, at 6:41 AM, Mojca Miklavec wrote:

 On 9/16/06, Alan Bowen wrote:
 I have not been able to get Greek hyphenation to work. To make sure
 that my set up was right (?),
 I ran
 texfmstart ctxtools --pat
 and put the pattern files in /usr/local/teTeX/share/texmf.local/tex/
 context/patterns
 The log file shows
 CtxTools | processing language agr
 CtxTools |
 CtxTools | using file /usr/local/teTeX/share/texmf.local/ 
 tex/context/
 base/enco-acc.tex
 CtxTools | preloading accent conversions
 CtxTools | preloading agr character mappings
 CtxTools | accepting vector agr
 CtxTools | file grahyph4.tex is not present
 CtxTools | file oldgrhyph.tex is not present

 Does it help if you download
 ftp://tug.ctan.org/pub/tex-archive/language/hyphenation/elhyphen/ 
 GRAhyph4.tex
 save it somewhere in the TeX tree, run mktexlsr or texhash
 (whichever works) and run the command again?

 (I don't find the other file on CTAN.)

 CtxTools |
 CtxTools | 0 changes in patterns and exceptions
 CtxTools | description found for language agr
 CtxTools | patterns saved in file lang-agr.pat

 I then  ran
 sudo texmfstart texexec --make --all
 and cont-en.log shows
 (/Users/acbowen/Library/texmf/tex/context/enco-agr.tex)
 encoding: coding agr is loaded
 then
 loading : Context Language Macros / Generic Patterns
 language: patterns for agr not loaded
 then
 ) (/usr/local/teTeX/share/texmf.local/tex/context/base/ 
 lang-grk.tex
 loading : Greek Language
 language: patterns for gr not loaded
 language: patterns for agr not loaded
 )
 then
 language: patterns agr for agr loaded  
 (n=25,e=agr,m=agr)
 (/usr/local/teTeX/share/texmf.local/tex/context/patterns/ 
 lang-agr.pat)
 language: hyphenations agr for agr loaded  
 (n=25,e=agr,m=agr)
 (/usr/local/teTeX/share/texmf.local/tex/context/patterns/ 
 lang-agr.hyp)

 The test file is:

 \usemodule[ancientgreek]
 [font=GreekGentiumAlt,altfont=GreekOxoniensis,altscale=1.03]
 \setupfontsynonym[GreekGentium]
 \setupfontsynonym[GreekGentiumAlt]
 \setupfontsynonym[GreekOxoniensis]

 \def\grk{\localgreek}
 \def\altgrk{\localaltgreek}

 \starttext

 \hyphenatedword{transformational}

 \startgreek
 \hyphenatedword{filosofo'umena}

 filosofo'umena filosofo'umena filosofo'umena filosofo'umena
 filosofo'umena filosofo'umena filosofo'umena filosofo'umena
 filosofo'umena filosofo'umena filosofo'umena filosofo'umena
 filosofo'umena filosofo'umena filosofo'umena filosofo'umena
 filosofo'umena
 \stopgreek

 \stoptext

 and the log file has
 ConTeXt  ver: 2006.09.13 23:47 MK II  fmt: 2006.9.13  int:  
 english/
 english
 and
 language: patterns nl-texnansi:texnansi-1-2:3  
 nl-ec:ec-
 2-2:3 fr-
 texnansi:texnansi-3-2:3 fr-ec:ec-4-2:3 de- 
 texnansi:texnansi-5-
 2:3 de-e
 c:ec-6-2:3 it-texnansi:texnansi-7-2:3 it-ec:ec-8- 
 2:3 pt-
 texnansi:texna
 nsi-9-2:3 pt-ec:ec-10-2:3 hr-ec:ec-11-2:3 pl- 
 pl0:pl0-12-
 2:3 pl-ec:e
 c-13-2:3 pl-qx:qx-14-2:3 cz-il2:il2-15-2:3 cz- 
 ec:ec-16-
 2:3 sk-il2:i
 l2-17-2:3 sk-ec:ec-18-2:3 sl-ec:ec-19-2:3 ru- 
 t2a:t2a-21-
 2:3 en-ec:e
 c-22-2:3 uk-ec:ec-23-2:3 us-ec:ec-24-2:3 agr- 
 agr:agr-25-
 2:3 da-ec:e
 c-26-2:3 sv-ec:ec-27-2:3 af-ec:ec-28-2:3 no-ec:ec- 
 29-2:3
 deo-ec:ec-
 30-2:3 es-ec:ec-31-2:3 ca-ec:ec-32-2:3 la-ec:ec-33-2:3 ro-
 ec:ec-34
 -2:3 tr-ec:ec-35-2:3 fi-ec:ec-37-2:3 hu-ec:ec-38- 
 2:3 loaded

 Yet, the output lacks Greek hyphenation—the English hyphenation is
 fine—and there are several overfull \hbox warnings.

 It usually helped if I uncommented some lines in cont-usr.tex
 (cont-usr.ori copied into cont-usr.tex if it doesn't exist), such as
 \installlanguage [\s!sl] [\c!state=\v!start] % slovenian
 but I don't see gr or agr there.

 Does it help if you add the following two lines there
 \installlanguage [\s!gr] [\c!state=\v!start]
 \installlanguage [\s!agr] [\c!state=\v!start]
 and rebuild the formats?

 Mojca
 ___
 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] CM Super HF Bright -- encoding?

2006-09-18 Thread Michal Kvasnicka
Good evening.

I wish to typeset a document using Computer Modern Sans Bright font. 
There is HFBright package, and CM-Super package. The first one doesn't 
include all letters used in the Czech Typography, while the other does. 
So I'd like to use it. Now, what of encodings supported by the package 
should I use? I tried:

\mainlanguage[cz]
\enableregime[il2]
\loadmapfile[cm-super-t1.map]
\definefontsynonym [Serif][ebmr10][encoding=cm-super-t1]

but all accented letters were spoiled. I've got the same result when I 
tried to substitute cm-super-t1 with ec, ec-lm, and t1.

What mapfile and what encoding should I use?
Your thankful
Michal Kvasnicka


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


[NTG-context] Install New Chinese Fonts on ConTeXt using UTF8

2006-09-18 Thread Zhichu Chen
Hello everybody,
Time to disturb you again. :)
I've search the maillist and the internet to find a solution, but
all are about htsong.ttf, htfs.ttf, etc. In fact, I don't think these
fonts are nice. I download some other beautiful free fonts and use
Hans' ``ttf2uni.rb'' to create the tfm files, enc files, map file and
afm file, then I modified the ``font-chi.tex'' file, replacing all UTF
relating fontsynonyms and map files to what I've generated. Doesn't
work any way.

Whenever ConTeXt met Chinese characters, it gave an error message like:
-
! Font \unicodefont=cwmu0-49 at 10.0pt not loadable: Metric (TFM) file not foun
d.
recently read \bodyfontsize

\unicodeglyph ... \currentfontscale \bodyfontsize
  \unicodestrut \unicodefont...

\insertchineseglyph ... \else \insertunicodeglyph
  \fi
\horizontalchineseunicodeglyph ...ertchineseglyph
  \ifcase \chineseAstatus \r...

\handlechineseunicodeglyph ...chineseunicodeglyph
  \fi \fi
\uchar ...+\unicodetwo \relax \handleunicodeglyph
  \endgroup
...
l.11   ä½ å
   ¥½ï¼
---

but in font-chi.tex, I write

\definefontsynonym [ChineseRegular][cwmu][encoding=cjk-uni]

why context looked for cwmu0-49 rather than cwmu49?


I have configured LaTeX with CJK package to use this font, can ConTeXt
use LaTeX's configuration?
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] beta

2006-09-18 Thread Peter Münster
On Mon, 18 Sep 2006, Bernd Militzer wrote:

 {\startcombination[2]

2 is not a matrix. Try \startcombination[1*2] or \startcombination[2*1].
Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Help with mswincontext installation

2006-09-18 Thread Marcus Vinicius Mesquita de So
@ThomasI could not find a dimension for tfm words in my texmf.cnf file.Perhaps an entry only in the linux version ?It seems that you have a point, since if I use another fontfamily, things run smoothly.When you're using linux again, could you see pleasewhat the entry looks like?Greetings@MojcaI had a bad time with MikTeX! I was using version 2.4and I updated it (not upgraded for 2.5). ConTeXtstopped to function. I tried everything and gave up.Then I downloaded the mswincontext package andfinally managed to make ConTeXt work againg,but still with problems with the Adobe Garamond Premier fontfamily. But this with the mswincontex package.Then I uninstalled totally MikTeX 2.4, downloadedMikTeX 2.5 and installed it from scratch. Now ConTeXtworks again and I compiled the book with theAdobe Garamond Premier fonts without problems.Thank you for your
 concern.Marcus 
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Help with mswincontext installation

2006-09-18 Thread Thomas A. Schmitz

 @Thomas
 
 I could not find a dimension for tfm words in my texmf.cnf file.
 Perhaps an entry only in the linux version ?
 
 It seems that you have a point, since if I use another font
 family, things run smoothly.
 
 When you're using linux again, could you see please
 what the entry looks like?
 
 Greetings
 
 Marcus,


I rebooted into my linux system, and it is indeed a variable called
font_mem_size. Here is the setting in my texmf.cnf:

% Words of font info for TeX (total size of all TFM files,
approximately). 
font_mem_size = 250

(it was 50 before I changed the value). 

Sorry I can't be of more help, but I know nothing about windoze.

Thomas

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


Re: [NTG-context] Help with mswincontext installation

2006-09-18 Thread Marcus Vinicius Mesquita de So
Hi!I increased the variable in the texmf.cnf, but with no successwith the mswincontext package. Some fonts are loaded,but others not.With MikTeX 2.5 + ConTeXt, there are no problems to compilethe book."Thomas A. Schmitz" [EMAIL PROTECTED] wrote:  @Thomas  I could not find a dimension for tfm words in my texmf.cnf file. Perhaps an entry only in the linux version ?  It seems that you have a point, since if I use another font family, things run smoothly.  When you're using linux again, could you see please what the entry looks like?  Greetings  Marcus,I rebooted into my linux system, and it is indeed a variable calledfont_mem_size. Here is the setting in my
 texmf.cnf:% Words of font info for TeX (total size of all TFM files,approximately). font_mem_size = 250(it was 50 before I changed the value). Sorry I can't be of more help, but I know nothing about windoze.Thomas___ntg-context mailing listntg-context@ntg.nlhttp://www.ntg.nl/mailman/listinfo/ntg-context 
		Do you Yahoo!? Everyone is raving about the  all-new Yahoo! Mail.___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] beta

2006-09-18 Thread Bernd Militzer
Peter Münster schrieb:
 On Mon, 18 Sep 2006, Bernd Militzer wrote:

   
 {\startcombination[2]
 

 2 is not a matrix. Try \startcombination[1*2] or \startcombination[2*1].
 Cheers, Peter

   
thanks Peter,
it works again. With version 5.2.4 it worked also with 2 alone

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