ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* border widths with TABLE
@ 2005-04-12  1:50 Paul Tremblay
  2005-04-12 11:05 ` Eckhart Guthöhrlein
  0 siblings, 1 reply; 22+ messages in thread
From: Paul Tremblay @ 2005-04-12  1:50 UTC (permalink / raw)


How does one create different border widths in TABLE? For example, say
you want to create an extra thick border between the head and the
body? 

% this sets up the thickness for *all the borders
% need just the bottom border
\setupTABLE[r][first][rulethickness=1pt]

Thanks

Paul

-- 

************************
*Paul Tremblay         *
*phthenry@iglou.com    *
************************

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

* Re: border widths with TABLE
  2005-04-12  1:50 border widths with TABLE Paul Tremblay
@ 2005-04-12 11:05 ` Eckhart Guthöhrlein
  2005-04-12 19:54   ` Paul Tremblay
  0 siblings, 1 reply; 22+ messages in thread
From: Eckhart Guthöhrlein @ 2005-04-12 11:05 UTC (permalink / raw)


On Mon, 11 Apr 2005 at 21:50:42-0400, Paul Tremblay wrote:
> How does one create different border widths in TABLE? For example, say
> you want to create an extra thick border between the head and the
> body? 
> 
> % this sets up the thickness for *all the borders
> % need just the bottom border
> \setupTABLE[r][first][rulethickness=1pt]

As far as I know, this is not possible in an easy way. Have a look about
the booktabs dicussions some days ago.

-- 
Eckhart

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

* Re: border widths with TABLE
  2005-04-12 11:05 ` Eckhart Guthöhrlein
@ 2005-04-12 19:54   ` Paul Tremblay
  2005-04-12 20:20     ` Hans Hagen
                       ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Paul Tremblay @ 2005-04-12 19:54 UTC (permalink / raw)


On Tue, Apr 12, 2005 at 01:05:45PM +0200, Eckhart Guthöhrlein wrote:
> 
> As far as I know, this is not possible in an easy way. Have a look about
> the booktabs dicussions some days ago.

That's really too bad. You can do so much else with TABLE.

Paul

-- 

************************
*Paul Tremblay         *
*phthenry@iglou.com    *
************************

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

* Re: border widths with TABLE
  2005-04-12 19:54   ` Paul Tremblay
@ 2005-04-12 20:20     ` Hans Hagen
  2005-04-12 20:35       ` Henning Hraban Ramm
  2005-04-12 20:49     ` Hans Hagen
  2005-04-13  8:17     ` Eckhart Guthöhrlein
  2 siblings, 1 reply; 22+ messages in thread
From: Hans Hagen @ 2005-04-12 20:20 UTC (permalink / raw)


Paul Tremblay wrote:
> On Tue, Apr 12, 2005 at 01:05:45PM +0200, Eckhart Guthöhrlein wrote:
> 
>>As far as I know, this is not possible in an easy way. Have a look about
>>the booktabs dicussions some days ago.
> 
> 
> That's really too bad. You can do so much else with TABLE.

what are booktabe

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
-----------------------------------------------------------------

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

* Re: border widths with TABLE
  2005-04-12 20:20     ` Hans Hagen
@ 2005-04-12 20:35       ` Henning Hraban Ramm
  2005-04-12 21:01         ` Hans Hagen
  0 siblings, 1 reply; 22+ messages in thread
From: Henning Hraban Ramm @ 2005-04-12 20:35 UTC (permalink / raw)


Am 12.04.2005 um 22:20 schrieb Hans Hagen:
>>> As far as I know, this is not possible in an easy way. Have a look 
>>> about
>>> the booktabs dicussions some days ago.
>> That's really too bad. You can do so much else with TABLE.
> what are booktabs

That refers to the "booktabs" LaTeX package and the accomanying docs
that setup/describe conservative table settings.
It shows some interesting considerations, but I find most settings
not only oldfashioned but a matter of taste (indents, different
line widths etc.)


Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
http://contextgarden.net

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

* Re: border widths with TABLE
  2005-04-12 19:54   ` Paul Tremblay
  2005-04-12 20:20     ` Hans Hagen
@ 2005-04-12 20:49     ` Hans Hagen
  2005-04-13  1:25       ` Paul Tremblay
  2005-04-13  8:17     ` Eckhart Guthöhrlein
  2 siblings, 1 reply; 22+ messages in thread
From: Hans Hagen @ 2005-04-12 20:49 UTC (permalink / raw)


Paul Tremblay wrote:
> On Tue, Apr 12, 2005 at 01:05:45PM +0200, Eckhart Guthöhrlein wrote:
> 
>>As far as I know, this is not possible in an easy way. Have a look about
>>the booktabs dicussions some days ago.
> 
> 
> That's really too bad. You can do so much else with TABLE.

you can hook in metapost code and draw any border you want

\setupcolors[state=start]

\startuniqueMPgraphic{border}
   draw OverlayBox withpen pencircle scaled 1pt withcolor red ;
   draw leftboundary OverlayBox withpen pencircle scaled 3pt withcolor green ;
\stopuniqueMPgraphic

\defineoverlay[border][\uniqueMPgraphic{border}]

\starttext

\bTABLE[frame=off]
\bTR \bTD[background=border] some test   \eTD \bTD oeps       \eTD \eTR
\bTR \bTD just a test \eTD \bTD[background=border] oeps again \eTD \eTR
\eTABLE

\stoptext



-----------------------------------------------------------------
                                           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
-----------------------------------------------------------------

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

* Re: border widths with TABLE
  2005-04-12 20:35       ` Henning Hraban Ramm
@ 2005-04-12 21:01         ` Hans Hagen
  0 siblings, 0 replies; 22+ messages in thread
From: Hans Hagen @ 2005-04-12 21:01 UTC (permalink / raw)


Henning Hraban Ramm wrote:
> Am 12.04.2005 um 22:20 schrieb Hans Hagen:
> 
>>>> As far as I know, this is not possible in an easy way. Have a look 
>>>> about
>>>> the booktabs dicussions some days ago.
>>>
>>> That's really too bad. You can do so much else with TABLE.
>>
>> what are booktabs
> 
> 
> That refers to the "booktabs" LaTeX package and the accomanying docs
> that setup/describe conservative table settings.
> It shows some interesting considerations, but I find most settings
> not only oldfashioned but a matter of taste (indents, different
> line widths etc.)

ah ... you're in sync with tufte; btw, once you've read his books you never dare 
to use rules and such again -)

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
-----------------------------------------------------------------

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

* Re: border widths with TABLE
  2005-04-12 20:49     ` Hans Hagen
@ 2005-04-13  1:25       ` Paul Tremblay
  0 siblings, 0 replies; 22+ messages in thread
From: Paul Tremblay @ 2005-04-13  1:25 UTC (permalink / raw)


On Tue, Apr 12, 2005 at 10:49:30PM +0200, Hans Hagen wrote:
> 
> \setupcolors[state=start]
> 
> \startuniqueMPgraphic{border}
>   draw OverlayBox withpen pencircle scaled 1pt withcolor red ;
>   draw leftboundary OverlayBox withpen pencircle scaled 3pt withcolor green 
>   ;
> \stopuniqueMPgraphic
> 
> \defineoverlay[border][\uniqueMPgraphic{border}]
> 
> \starttext
> 
> \bTABLE[frame=off]
> \bTR \bTD[background=border] some test   \eTD \bTD oeps       \eTD \eTR
> \bTR \bTD just a test \eTD \bTD[background=border] oeps again \eTD \eTR
> \eTABLE
> 
> \stoptext

The code hangs:

MP test-mpgraph.4000] [MP test-mpgraph.3999])
*

But even if I could fix that, this seems like a difficult workaround.

Thanks

Paul


-- 

************************
*Paul Tremblay         *
*phthenry@iglou.com    *
************************

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

* Re: border widths with TABLE
  2005-04-12 19:54   ` Paul Tremblay
  2005-04-12 20:20     ` Hans Hagen
  2005-04-12 20:49     ` Hans Hagen
@ 2005-04-13  8:17     ` Eckhart Guthöhrlein
  2005-04-13  9:44       ` Russian Albrecht Kauffmann
  2 siblings, 1 reply; 22+ messages in thread
From: Eckhart Guthöhrlein @ 2005-04-13  8:17 UTC (permalink / raw)


On Tue, 12 Apr 2005 at 15:54:49-0400, Paul Tremblay wrote:
> On Tue, Apr 12, 2005 at 01:05:45PM +0200, Eckhart Guthöhrlein wrote:
> > 
> > As far as I know, this is not possible in an easy way. Have a look about
> > the booktabs dicussions some days ago.
> 
> That's really too bad. You can do so much else with TABLE.

Ah really? It is not intended to be used as it is, just an idea how you
can get lines with different widths.

-- 
Eckhart

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

* Russian
  2005-04-13  8:17     ` Eckhart Guthöhrlein
@ 2005-04-13  9:44       ` Albrecht Kauffmann
  2005-04-13 15:03         ` Russian Albrecht Kauffmann
  0 siblings, 1 reply; 22+ messages in thread
From: Albrecht Kauffmann @ 2005-04-13  9:44 UTC (permalink / raw)


[-- Attachment #1: Type: TEXT/PLAIN, Size: 589 bytes --]

Hi all,

I've tried to typeset in Russian with utf-8 fonts, like explained at
contextgarden.net/Russian. cm-super-fonts are installed, included tfm-,
enc- and map-files. Running the example

\enableregime[utf]
\useencoding[cyr]

\definetypeface [russian]
  [rm] [serif] [computer-modern] [default] [encoding=t2a]

\setupbodyfont[russian]
\starttext
???? ? ???? % Some Russian characters
\stoptext

I got error messages (see the attached logfile): the font larm1000 was not
found.

Have I to edit some lines in type-map.tex? Or what could be wrong?

With many thanks for any hint
Albrecht


[-- Attachment #2: Type: TEXT/PLAIN, Size: 5639 bytes --]

This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.3) (format=cont-en 2005.4.13)  13 APR 2005 11:22
entering extended mode
**&cont-en bsp.tex
(./bsp.tex

ConTeXt  ver: 2005.01.28  fmt: 2005.4.13  int: english  mes: english

language        : language en is active
<protectionstate 0>
system          : cont-new loaded
(/usr/share/texmf/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex!
color           : palette rollover is available
system (E-TEX) : [line 878] 
system (E-TEX) : [line 933] 
)
system          : cont-old loaded
(/usr/share/texmf/tex/context/base/cont-old.tex
loading         : Context Old Macros
)
system          : cont-fil loaded
(/usr/share/texmf/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
)
system          : cont-sys loaded
(/var/lib/texmf/tex/context/config/cont-sys.tex)
bodyfont        : 12pt rm is loaded
language        : patterns en->default:default->1->2:2 uk->default:default->2->
2:2 de->default:default->3->2:2 fr->default:default->4->2:2 es->default:default
->5->2:2 it->default:default->6->2:2 nl->default:default->7->2:2 loaded
specials        : tex,postscript,rokicki loaded
\openout2 = `bsp.tui'.

system          : bsp.top loaded
(./bsp.top)
\openout0 = `bsp-mpgraph.mp'.

\openout0 = `mpgraph.mp'.

Missing character: There is no ^^ef in font cmr12!
Missing character: There is no ^^bb in font cmr12!
Missing character: There is no ^^bf in font cmr12!

specials        : loading definition file tpd
(/usr/share/texmf/tex/context/base/spec-tpd.tex
specials        : loading definition file fdf
(/usr/share/texmf/tex/context/base/spec-fdf.tex <unprotect 3>
system (E-TEX) : [line 2280] \ifcsname 
<protect 3>)
specials        : fdf loaded
)
specials        : fdf,tpd loaded
encoding        : coding cyr is loaded
(/usr/share/texmf/tex/context/base/enco-cyr.tex
encoding        : coding t2a
encoding        : coding t2b
encoding        : coding t2c
encoding        : coding x2
encoding        : coding lcy
) (/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-dis.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-buy.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-dis.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-buy.tex) (./bsp.tuo
systems         : possible problem with 8 bit output
) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo)
(./bsp.tuo) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo)
fonts           : using map file: texnansi-public-lm.map
fonts           : using map file: original-public-vnr.map
fonts           : using map file: original-public-csr.map
fonts           : using map file: original-public-plr.map
fonts           : using map file: original-public-lm.map
fonts           : using map file: original-ams-euler.map
fonts           : using map file: original-ams-cmr.map
fonts           : using map file: texnansi-base.map
fonts           : using map file: t5-base.map
fonts           : using map file: qx-base.map
fonts           : using map file: 8r-base.map
fonts           : using map file: ec-base.map
fonts           : using map file: ec-public-lm.map
fonts           : using map file: original-base.map
systems         : begin file bsp at line 9
[1.1{/usr/share/texmf/fonts/map/pdftex/context/original-empty.map}{/usr/share/t
exmf/fonts/map/pdftex/context/texnansi-public-lm.map}{/usr/share/texmf/fonts/ma
p/pdftex/context/original-public-vnr.map}{/usr/share/texmf/fonts/map/pdftex/con
text/original-public-csr.map}{/usr/share/texmf/fonts/map/pdftex/context/origina
l-public-plr.map}{/usr/share/texmf/fonts/map/pdftex/context/original-public-lm.
map}{/usr/share/texmf/fonts/map/pdftex/context/original-ams-euler.map}{/usr/sha
re/texmf/fonts/map/pdftex/context/original-ams-cmr.map}{/usr/share/texmf/fonts/
map/pdftex/context/texnansi-base.map}{/usr/share/texmf/fonts/map/pdftex/context
/t5-base.map}{/usr/share/texmf/fonts/map/pdftex/context/qx-base.map}{/usr/share
/texmf/fonts/map/pdftex/context/8r-base.map}{/usr/share/texmf/fonts/map/pdftex/
context/ec-base.map}{/usr/share/texmf/fonts/map/pdftex/context/ec-public-lm.map
}{/usr/share/texmf/fonts/map/pdftex/context/original-base.map}]
systems         : end file bsp at line 11
 ) 
Here is how much of TeX's memory you used:
 2361 strings out of 63947
 38888 string characters out of 682543
 4491092 words of memory out of 5554700
 36116 multiletter control sequences out of 10000+50000
 18699 words of font info for 55 fonts, out of 500000 for 1000
 62 hyphenation exceptions out of 1000
 44i,17n,54p,224b,370s stack positions out of 1500i,500n,5000p,200000b,5000s
PDF statistics:
 5 PDF objects out of 300000
 0 named destinations out of 131072
 1 words of extra memory for PDF output out of 65536

Warning: pdfetex (file larm1000): Font larm1000 at 86 not found
Output written on bsp.pdf (1 page, 1157 bytes).

[-- 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] 22+ messages in thread

* Re: Russian
  2005-04-13  9:44       ` Russian Albrecht Kauffmann
@ 2005-04-13 15:03         ` Albrecht Kauffmann
  2005-04-13 15:59           ` Russian Mikael Persson
  0 siblings, 1 reply; 22+ messages in thread
From: Albrecht Kauffmann @ 2005-04-13 15:03 UTC (permalink / raw)




On Wed, 13 Apr 2005, Albrecht Kauffmann wrote:

> Hi all,
>
> I've tried to typeset in Russian with utf-8 fonts, like explained at
> contextgarden.net/Russian. cm-super-fonts are installed, included tfm-,
> enc- and map-files. Running the example
>
> \enableregime[utf]
> \useencoding[cyr]
>
> \definetypeface [russian]
>   [rm] [serif] [computer-modern] [default] [encoding=t2a]
>
> \setupbodyfont[russian]
> \starttext
> ???? ? ???? % Some Russian characters
> \stoptext
>
> I got error messages (see the attached logfile): the font larm1000 was not
> found.
>
> Have I to edit some lines in type-map.tex? Or what could be wrong?

If I add to type-map.tex:
\starttypescript [map] [computer-modern] [t2a]
   \loadmapfile[cm-super-t2a.map]
\stoptypescript

I get russian fonts, but these are not the right ones.

I would be very glad, if anyone could help me to solve the problem.

Thanks
Albrecht


>
> With many thanks for any hint
> Albrecht
>
>

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

* Re: Re: Russian
  2005-04-13 15:03         ` Russian Albrecht Kauffmann
@ 2005-04-13 15:59           ` Mikael Persson
  2005-04-14  8:04             ` Albrecht Kauffmann
  0 siblings, 1 reply; 22+ messages in thread
From: Mikael Persson @ 2005-04-13 15:59 UTC (permalink / raw)


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

On 4/13/05, Albrecht Kauffmann <alkauffm@rz.uni-potsdam.de> wrote:
> 
> 
> On Wed, 13 Apr 2005, Albrecht Kauffmann wrote:
> 
> > Hi all,
> >
> > I've tried to typeset in Russian with utf-8 fonts, like explained at
> > contextgarden.net/Russian. cm-super-fonts are installed, included tfm-,
> > enc- and map-files. Running the example
> >
> > \enableregime[utf]
> > \useencoding[cyr]
> >
> > \definetypeface [russian]
> >   [rm] [serif] [computer-modern] [default] [encoding=t2a]
> >
> > \setupbodyfont[russian]
> > \starttext
> > ???? ? ???? % Some Russian characters
> > \stoptext
> >
> > I got error messages (see the attached logfile): the font larm1000 was not
> > found.
> >
> > Have I to edit some lines in type-map.tex? Or what could be wrong?
> 
> If I add to type-map.tex:
> \starttypescript [map] [computer-modern] [t2a]
>    \loadmapfile[cm-super-t2a.map]
> \stoptypescript
> 
> I get russian fonts, but these are not the right ones.
> 
> I would be very glad, if anyone could help me to solve the problem.
> 
> Thanks
> Albrecht
> 
> 

Hello Albrecht,

Are you sure that you have saved your file in the utf-8 encoding and
not in koi8r or something? The problem of getting the wrong characters
can come from that. Moreover, the example:

%%%%%%%%%%%%%%%%%%
\enableregime[utf]
\useencoding[cyr]

\definetypeface [russian]
  [rm] [serif] [computer-modern] [default] [encoding=t2a]

\setupbodyfont[russian]
\starttext
Мама и Папа % Some Russian characters
\stoptext
%%%%%%%%%%%%%%%%%%

from the wiki page works here. (Ok, since I wrote the page it would be
kind of weird if it did not). Have you generated the tmf files?

Have anyone else tried if it works for them?

Regards, Micke P

[-- Attachment #2: 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] 22+ messages in thread

* Re: Re: Russian
  2005-04-13 15:59           ` Russian Mikael Persson
@ 2005-04-14  8:04             ` Albrecht Kauffmann
  2005-04-14  8:57               ` Mikael Persson
  0 siblings, 1 reply; 22+ messages in thread
From: Albrecht Kauffmann @ 2005-04-14  8:04 UTC (permalink / raw)
  Cc: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 2167 bytes --]

Dear Mikael,

thank you very much for your interest. tfm-files I have generated, and the
tex-file is really saved in utf-8-encoding (I proved this with yudit).
After editing the lines

\starttypescript [map] [computer-modern] [t2a]
  \loadmapfile[cm-super-t2a.map]
\stoptypescript

in type-map.tex, the interpreter finds the font sfrm1000; but the
characters are wrong. I send you the log- and pdf-file attached.

Thanks again
Albrecht


On Wed, 13 Apr 2005, Mikael Persson wrote:

> On 4/13/05, Albrecht Kauffmann <alkauffm@rz.uni-potsdam.de> wrote:
>
>
> On Wed, 13 Apr 2005, Albrecht Kauffmann wrote:
>
> > Hi all,
> >
> > I've tried to typeset in Russian with utf-8 fonts, like explained at
> > contextgarden.net/Russian. cm-super-fonts are installed, included tfm-,
> > enc- and map-files. Running the example
> >
> > \enableregime[utf]
> > \useencoding[cyr]
> >
> > \definetypeface [russian]
> >   [rm] [serif] [computer-modern] [default] [encoding=t2a]
> >
> > \setupbodyfont[russian]
> > \starttext
> > ???? ? ???? % Some Russian characters
> > \stoptext
> >
> > I got error messages (see the attached logfile): the font larm1000 was not
> > found.
> >
> > Have I to edit some lines in type-map.tex? Or what could be wrong?
>
> If I add to type-map.tex:
> \starttypescript [map] [computer-modern] [t2a]
>    \loadmapfile[cm-super-t2a.map]
> \stoptypescript
>
> I get russian fonts, but these are not the right ones.
>
> I would be very glad, if anyone could help me to solve the problem.
>
> Thanks
> Albrecht
>
>

Hello Albrecht,

Are you sure that you have saved your file in the utf-8 encoding and
not in koi8r or something? The problem of getting the wrong characters
can come from that. Moreover, the example:

%%%%%%%%%%%%%%%%%%
\enableregime[utf]
\useencoding[cyr]

\definetypeface [russian]
  [rm] [serif] [computer-modern] [default] [encoding=t2a]

\setupbodyfont[russian]
\starttext
???? ? ???? % Some Russian characters
\stoptext
%%%%%%%%%%%%%%%%%%

from the wiki page works here. (Ok, since I wrote the page it would be
kind of weird if it did not). Have you generated the tmf files?

Have anyone else tried if it works for them?

Regards, Micke P

[-- Attachment #2: Type: TEXT/PLAIN, Size: 253 bytes --]

\setupoutput[pdftex]
\enableregime[utf]
\useencoding[cyr]

\definetypeface [russian]
  [rm] [serif] [computer-modern] [default] [encoding=t2a]

\setupbodyfont[russian]
\starttext
Мама и Папа  Some Russian characters


\stoptext

[-- Attachment #3: Type: APPLICATION/PDF, Size: 17453 bytes --]

[-- Attachment #4: Type: TEXT/PLAIN, Size: 5810 bytes --]

This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.3) (format=cont-en 2005.4.13)  14 APR 2005 10:02
entering extended mode
**&cont-en bsp.tex
(./bsp.tex

ConTeXt  ver: 2005.01.28  fmt: 2005.4.13  int: english  mes: english

language        : language en is active
<protectionstate 0>
system          : cont-new loaded
(/usr/share/texmf/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex!
color           : palette rollover is available
system (E-TEX) : [line 878] 
system (E-TEX) : [line 933] 
)
system          : cont-old loaded
(/usr/share/texmf/tex/context/base/cont-old.tex
loading         : Context Old Macros
)
system          : cont-fil loaded
(/usr/share/texmf/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
)
system          : cont-sys loaded
(/var/lib/texmf/tex/context/config/cont-sys.tex)
bodyfont        : 12pt rm is loaded
language        : patterns en->default:default->1->2:2 uk->default:default->2->
2:2 de->default:default->3->2:2 fr->default:default->4->2:2 es->default:default
->5->2:2 it->default:default->6->2:2 nl->default:default->7->2:2 loaded
specials        : tex,postscript,rokicki loaded
\openout2 = `bsp.tui'.

system          : bsp.top loaded
(./bsp.top)
\openout0 = `bsp-mpgraph.mp'.

\openout0 = `mpgraph.mp'.

Missing character: There is no ^^ef in font cmr12!
Missing character: There is no ^^bb in font cmr12!
Missing character: There is no ^^bf in font cmr12!

specials        : loading definition file tpd
(/usr/share/texmf/tex/context/base/spec-tpd.tex
specials        : loading definition file fdf
(/usr/share/texmf/tex/context/base/spec-fdf.tex <unprotect 3>
system (E-TEX) : [line 2280] \ifcsname 
<protect 3>)
specials        : fdf loaded
)
specials        : fdf,tpd loaded
encoding        : coding cyr is loaded
(/usr/share/texmf/tex/context/base/enco-cyr.tex
encoding        : coding t2a
encoding        : coding t2b
encoding        : coding t2c
encoding        : coding x2
encoding        : coding lcy
) (/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-dis.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-buy.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-dis.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-buy.tex) (./bsp.tuo
systems         : possible problem with 8 bit output
) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo)
(./bsp.tuo) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo) (./bsp.tuo)
fonts           : using map file: cm-super-t2a.map
fonts           : using map file: texnansi-public-lm.map
fonts           : using map file: original-public-vnr.map
fonts           : using map file: original-public-csr.map
fonts           : using map file: original-public-plr.map
fonts           : using map file: original-public-lm.map
fonts           : using map file: original-ams-euler.map
fonts           : using map file: original-ams-cmr.map
fonts           : using map file: texnansi-base.map
fonts           : using map file: t5-base.map
fonts           : using map file: qx-base.map
fonts           : using map file: 8r-base.map
fonts           : using map file: ec-base.map
fonts           : using map file: ec-public-lm.map
fonts           : using map file: original-base.map
systems         : begin file bsp at line 9
[1.1{/usr/share/texmf/fonts/map/pdftex/context/original-empty.map}{/usr/share/t
exmf/fonts/map/dvips/cm-super/cm-super-t2a.map}{/usr/share/texmf/fonts/map/pdft
ex/context/texnansi-public-lm.map}{/usr/share/texmf/fonts/map/pdftex/context/or
iginal-public-vnr.map}{/usr/share/texmf/fonts/map/pdftex/context/original-publi
c-csr.map}{/usr/share/texmf/fonts/map/pdftex/context/original-public-plr.map}{/
usr/share/texmf/fonts/map/pdftex/context/original-public-lm.map}{/usr/share/tex
mf/fonts/map/pdftex/context/original-ams-euler.map}{/usr/share/texmf/fonts/map/
pdftex/context/original-ams-cmr.map}{/usr/share/texmf/fonts/map/pdftex/context/
texnansi-base.map}{/usr/share/texmf/fonts/map/pdftex/context/t5-base.map}{/usr/
share/texmf/fonts/map/pdftex/context/qx-base.map}{/usr/share/texmf/fonts/map/pd
ftex/context/8r-base.map}{/usr/share/texmf/fonts/map/pdftex/context/ec-base.map
}{/usr/share/texmf/fonts/map/pdftex/context/ec-public-lm.map}{/usr/share/texmf/
fonts/map/pdftex/context/original-base.map}]
systems         : end file bsp at line 13
 ) 
Here is how much of TeX's memory you used:
 2364 strings out of 63479
 38949 string characters out of 672845
 4499507 words of memory out of 5554717
 36587 multiletter control sequences out of 10000+50000
 18699 words of font info for 55 fonts, out of 500000 for 1000
 62 hyphenation exceptions out of 1000
 44i,17n,54p,224b,370s stack positions out of 1500i,500n,5000p,200000b,5000s
PDF statistics:
 7 PDF objects out of 300000
 0 named destinations out of 131072
 1 words of extra memory for PDF output out of 65536
{/usr/share/texmf/fonts/enc/dvips/cm-super/cm-super-t2a.enc}</usr/share/texmf
/fonts/type1/public/cm-super/sfrm1000.pfb>
Output written on bsp.pdf (1 page, 17453 bytes).

[-- Attachment #5: 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] 22+ messages in thread

* Re: Re: Russian
  2005-04-14  8:04             ` Albrecht Kauffmann
@ 2005-04-14  8:57               ` Mikael Persson
  2005-04-14 12:00                 ` mswintex.zip Lutz Haseloff
  0 siblings, 1 reply; 22+ messages in thread
From: Mikael Persson @ 2005-04-14  8:57 UTC (permalink / raw)
  Cc: mailing list for ConTeXt users

Hello Albrecht,

Hm, I got no idea but to upgrade your context distribution. From the
wiki page it seems I tested it on a context from 27th or 30th of
january this year, and yours seems to be from th 28th. Sorry for being
of no great help...

/Micke P

On 4/14/05, Albrecht Kauffmann <alkauffm@rz.uni-potsdam.de> wrote:
> Dear Mikael,
> 
> thank you very much for your interest. tfm-files I have generated, and the
> tex-file is really saved in utf-8-encoding (I proved this with yudit).
> After editing the lines
> 
> \starttypescript [map] [computer-modern] [t2a]
>   \loadmapfile[cm-super-t2a.map]
> \stoptypescript
> 
> in type-map.tex, the interpreter finds the font sfrm1000; but the
> characters are wrong. I send you the log- and pdf-file attached.
> 
> Thanks again
> Albrecht
> 
> 
> On Wed, 13 Apr 2005, Mikael Persson wrote:
> 
> > On 4/13/05, Albrecht Kauffmann <alkauffm@rz.uni-potsdam.de> wrote:
> >
> >
> > On Wed, 13 Apr 2005, Albrecht Kauffmann wrote:
> >
> > > Hi all,
> > >
> > > I've tried to typeset in Russian with utf-8 fonts, like explained at
> > > contextgarden.net/Russian. cm-super-fonts are installed, included tfm-,
> > > enc- and map-files. Running the example
> > >
> > > \enableregime[utf]
> > > \useencoding[cyr]
> > >
> > > \definetypeface [russian]
> > >   [rm] [serif] [computer-modern] [default] [encoding=t2a]
> > >
> > > \setupbodyfont[russian]
> > > \starttext
> > > ???? ? ???? % Some Russian characters
> > > \stoptext
> > >
> > > I got error messages (see the attached logfile): the font larm1000 was not
> > > found.
> > >
> > > Have I to edit some lines in type-map.tex? Or what could be wrong?
> >
> > If I add to type-map.tex:
> > \starttypescript [map] [computer-modern] [t2a]
> >    \loadmapfile[cm-super-t2a.map]
> > \stoptypescript
> >
> > I get russian fonts, but these are not the right ones.
> >
> > I would be very glad, if anyone could help me to solve the problem.
> >
> > Thanks
> > Albrecht
> >
> >
> 
> Hello Albrecht,
> 
> Are you sure that you have saved your file in the utf-8 encoding and
> not in koi8r or something? The problem of getting the wrong characters
> can come from that. Moreover, the example:
> 
> %%%%%%%%%%%%%%%%%%
> \enableregime[utf]
> \useencoding[cyr]
> 
> \definetypeface [russian]
>   [rm] [serif] [computer-modern] [default] [encoding=t2a]
> 
> \setupbodyfont[russian]
> \starttext
> ???? ? ???? % Some Russian characters
> \stoptext
> %%%%%%%%%%%%%%%%%%
> 
> from the wiki page works here. (Ok, since I wrote the page it would be
> kind of weird if it did not). Have you generated the tmf files?
> 
> Have anyone else tried if it works for them?
> 
> Regards, Micke P
> 
>

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

* mswintex.zip
  2005-04-14  8:57               ` Mikael Persson
@ 2005-04-14 12:00                 ` Lutz Haseloff
  2005-04-14 12:44                   ` AW: mswintex.zip Michael Fuchs
  2005-04-14 12:51                   ` mswintex.zip Patrick Gundlach
  0 siblings, 2 replies; 22+ messages in thread
From: Lutz Haseloff @ 2005-04-14 12:00 UTC (permalink / raw)


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

Hi Hans, Hi all,

i try to use mswintex.zip (16.03.05). Sometimes there are funny Characters
in the pdf i did not typed.
For instance the file:

---------
\starttext
\stoptext
--------

results in the appending pdf.

Can someone locate the bug?


Greetings Lutz

[-- Attachment #2: test.log --]
[-- Type: text/plain, Size: 3618 bytes --]

This is pdfeTeX, Version 3.141592-1.20b-2.2 (Web2c 7.5.3) (format=cont-en 2005.4.14)  14 APR 2005 13:53
entering extended mode
\write18 enabled.
 (c:\tex\texmf-local/web2c/natural.tcx)
**&cont-en test.tex
(./test.tex

ConTeXt  ver: 2005.03.16  fmt: 2005.4.14  int: english  mes: english

language        : language en is active
<protectionstate 0>
system          : cont-new loaded
(c:\tex\texmf-local/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
color           : palette rollover is available
)
system          : cont-old loaded
(c:\tex\texmf-local/tex/context/base/cont-old.tex
loading         : Context Old Macros
)
system          : cont-fil loaded
(c:\tex\texmf-local/tex/context/base/cont-fil.tex
loading         : Context File Synonyms
)
system          : cont-sys loaded
(c:\tex\texmf-local/tex/context/user/cont-sys.tex)
bodyfont        : 12pt rm is loaded
language        : patterns nl->texnansi:texnansi->1->2:2 nl->ec:ec->2->2:2 fr->
texnansi:texnansi->3->2:2 fr->ec:ec->4->2:2 de->texnansi:texnansi->5->2:2 de->e
c:ec->6->2:2 it->texnansi:texnansi->7->2:2 it->ec:ec->8->2:2 hr->ec:ec->9->2:2 
pl->pl0:pl0->10->2:2 pl->ec:ec->11->2:2 cz->il2:il2->12->2:2 cz->ec:ec->13->2:2
 sk->il2:il2->14->2:2 sk->ec:ec->15->2:2 sl->il2:il2->16->2:2 sl->ec:ec->17->2:
2 en->ec:ec->18->2:2 da->ec:ec->19->2:2 sv->ec:ec->20->2:2 af->ec:ec->21->2:2 n
o->ec:ec->22->2:2 deo->ec:ec->23->2:2 uk->ec:ec->24->2:2 us->ec:ec->25->2:2 es-
>ec:ec->26->2:2 ca->ec:ec->27->2:2 la->ec:ec->28->2:2 pt->ec:ec->29->2:2 ro->ec
:ec->30->2:2 tr->ec:ec->31->2:2 fi->ec:ec->33->2:2 loaded
specials        : tex,postscript,rokicki loaded
\openout2 = `test.tui'.

system          : test.top loaded
(./test.top
specials        : loading definition file tpd
(c:\tex\texmf-local/tex/context/base/spec-tpd.tex
specials        : loading definition file fdf
(c:\tex\texmf-local/tex/context/base/spec-fdf.tex)
specials        : fdf loaded
)
specials        : fdf,tpd loaded
)
\openout0 = `test-mpgraph.mp'.

\openout0 = `mpgraph.mp'.

 (./test.tuo) (./test.tuo) (./test.tuo) (./test.tuo) (./test.tuo) (./test.tuo) 
(./test.tuo) (./test.tuo) (./test.tuo) (./test.tuo) (./test.tuo) (./test.tuo)
(./test.tuo)
fonts           : using map file: original-base
fonts           : using map file: ec-public-lm
fonts           : using map file: ec-base
fonts           : using map file: original-ams-base
fonts           : using map file: original-public-lm
systems         : begin file test at line 1
[1.1
Warning: pdfetex.exe (file pdftex.map): cannot open font map file
{c:\tex\texmf-local/fonts/map/pdftex/context/original-base.map}{c:\tex\texmf-lo
cal/fonts/map/pdftex/context/ec-public-lm.map}{c:\tex\texmf-local/fonts/map/pdf
tex/context/ec-base.map}{c:\tex\texmf-local/fonts/map/pdftex/context/original-a
ms-base.map}{c:\tex\texmf-local/fonts/map/pdftex/context/original-public-lm.map
}]
systems         : end file test at line 2
 ) 
Here is how much of TeX's memory you used:
 978 strings out of 162125
 15191 string characters out of 646610
 2495294 words of memory out of 3526452
 36220 multiletter control sequences out of 10000+65000
 77248 words of font info for 37 fonts, out of 1000000 for 2000
 242 hyphenation exceptions out of 1000
 44i,17n,49p,230b,368s stack positions out of 10000i,500n,6000p,200000b,40000s
PDF statistics:
 7 PDF objects out of 300000
 0 named destinations out of 131072
 1 words of extra memory for PDF output out of 500000
{c:\tex\texmf-local/fonts/enc/dvips/lm/ec-lm.enc}<c:\tex\texmf/fonts/type1/pu
blic/lm/lmr12.pfb>
Output written on test.pdf (1 page, 19874 bytes).

[-- Attachment #3: test.pdf --]
[-- Type: application/pdf, Size: 19874 bytes --]

[-- Attachment #4: test.tex --]
[-- Type: text/plain, Size: 26 bytes --]

\starttext
\stoptext

[-- Attachment #5: 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] 22+ messages in thread

* AW: mswintex.zip
  2005-04-14 12:00                 ` mswintex.zip Lutz Haseloff
@ 2005-04-14 12:44                   ` Michael Fuchs
  2005-04-14 12:51                   ` mswintex.zip Patrick Gundlach
  1 sibling, 0 replies; 22+ messages in thread
From: Michael Fuchs @ 2005-04-14 12:44 UTC (permalink / raw)


Hi Lutz!

In your TeX file there are three characters in front of your
\starttext command. Which editor did you use to create the
TeX file? The editor, that comes with WinXP doesn't show these
characters. But you open the file with a hex editor you can see
them. 

Best regards

Michael 


> -----Ursprüngliche Nachricht-----
> Von: ntg-context-bounces@ntg.nl 
> [mailto:ntg-context-bounces@ntg.nl] Im Auftrag von Lutz Haseloff
> Gesendet: Donnerstag, 14. April 2005 13:00
> An: mailing list for ConTeXt users
> Betreff: [NTG-context] mswintex.zip
> 
> Hi Hans, Hi all,
> 
> i try to use mswintex.zip (16.03.05). Sometimes there are 
> funny Characters
> in the pdf i did not typed.
> For instance the file:
> 
> ---------
> \starttext
> \stoptext
> --------
> 
> results in the appending pdf.
> 
> Can someone locate the bug?
> 
> 
> Greetings Lutz
> 

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

* Re: mswintex.zip
  2005-04-14 12:00                 ` mswintex.zip Lutz Haseloff
  2005-04-14 12:44                   ` AW: mswintex.zip Michael Fuchs
@ 2005-04-14 12:51                   ` Patrick Gundlach
  2005-04-14 13:44                     ` mswintex.zip Lutz Haseloff
  1 sibling, 1 reply; 22+ messages in thread
From: Patrick Gundlach @ 2005-04-14 12:51 UTC (permalink / raw)


Hello Lutz,

is your text editor set to utf-16? If yes, set it to utf8 or something
else.

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net

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

* Re: Re: mswintex.zip
  2005-04-14 12:51                   ` mswintex.zip Patrick Gundlach
@ 2005-04-14 13:44                     ` Lutz Haseloff
  2005-04-14 18:43                       ` Willi Egger
  2005-04-14 19:16                       ` mswintex.zip Patrick Gundlach
  0 siblings, 2 replies; 22+ messages in thread
From: Lutz Haseloff @ 2005-04-14 13:44 UTC (permalink / raw)


Patrick Gundlach schrieb:

>Hello Lutz,
>
>is your text editor set to utf-16? If yes, set it to utf8 or something
>else.
>
>Patrick
>  
>
I think, my SciTe 1.63 editor puts these characters into every new file.
Is this a known problem?
Has anybody the same effect?
I use SciTe 1.63 for Windows + ConTeXt .properties files.

Greetings Lutz

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

* Re: Re: mswintex.zip
  2005-04-14 13:44                     ` mswintex.zip Lutz Haseloff
@ 2005-04-14 18:43                       ` Willi Egger
  2005-04-14 19:16                       ` mswintex.zip Patrick Gundlach
  1 sibling, 0 replies; 22+ messages in thread
From: Willi Egger @ 2005-04-14 18:43 UTC (permalink / raw)


Hi Lutz,

I use exclusively scite 1.63 with the properties files delivered with 
the Context distr. - I never had this problem. At least with
	TeXExec 5.2.4 - ConTeXt / PRAGMA ADE 1997-2005
	This is pdfeTeXk, Version 3.141592-1.20a-2.2 (Web2c 7.5.3)
\starttext\stoptext does create the expected empty doc with the 
pagenumber centered in the header.

Willi

Lutz Haseloff wrote:
> Patrick Gundlach schrieb:
> 
>> Hello Lutz,
>>
>> is your text editor set to utf-16? If yes, set it to utf8 or something
>> else.
>>
>> Patrick
>>  
>>
> I think, my SciTe 1.63 editor puts these characters into every new file.
> Is this a known problem?
> Has anybody the same effect?
> I use SciTe 1.63 for Windows + ConTeXt .properties files.
> 
> Greetings Lutz
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: mswintex.zip
  2005-04-14 13:44                     ` mswintex.zip Lutz Haseloff
  2005-04-14 18:43                       ` Willi Egger
@ 2005-04-14 19:16                       ` Patrick Gundlach
  2005-04-14 19:26                         ` mswintex.zip Hans Hagen
  1 sibling, 1 reply; 22+ messages in thread
From: Patrick Gundlach @ 2005-04-14 19:16 UTC (permalink / raw)



>>is your text editor set to utf-16? If yes, set it to utf8 or something
>>else.

> I think, my SciTe 1.63 editor puts these characters into every new file.
> Is this a known problem?
> Has anybody the same effect?
> I use SciTe 1.63 for Windows + ConTeXt .properties files.

are you sure that your scite does not use utf-16 and puts the BOM (byte
order mark) there?

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net

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

* Re: Re: mswintex.zip
  2005-04-14 19:16                       ` mswintex.zip Patrick Gundlach
@ 2005-04-14 19:26                         ` Hans Hagen
  0 siblings, 0 replies; 22+ messages in thread
From: Hans Hagen @ 2005-04-14 19:26 UTC (permalink / raw)


Patrick Gundlach wrote:

> are you sure that your scite does not use utf-16 and puts the BOM (byte
> order mark) there?

scite indeed does this (kind of annoying)

context can handle that for xml files

i can consider handling it automatically (i.e. when BOM before first start-stop, 
then assume utf-8)

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
-----------------------------------------------------------------

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

* Re: russian
       [not found]           ` <44D2E013.3000506@gmail.com>
@ 2006-08-05 15:45             ` Mojca Miklavec
  0 siblings, 0 replies; 22+ messages in thread
From: Mojca Miklavec @ 2006-08-05 15:45 UTC (permalink / raw)
  Cc: mailing list for ConTeXt users

I'm CC-ing this checklist about making new (Russian) hyphenation
patterns work to the mailing list (also because a while ago I didn't
manage to make them work either).

Arkady Shraer wrote:
> Yes, I replaced files from previous mail. While texexec --make --all I
> saw, that lang-ru.* processed by ConTeXt. But in the log file (I
> attached the full log) I cannot see if the "ru" language is loaded.
>
> In the output file text just ragged right as before -- no hypenation.

OK, so once more a checklist for you. From the fact that you're a
gmail user too I can imagine that you also got the files "garbled"
just as I did (I mean: written inline instead of getting attachments
unless you downloaded your mail with some program):

0. not necessary [texmfstart] ctxtools --update
(although I had problems downloading the latest beta)

1. check if all the files are OK:
- tex/context/patterns/lang-ru.hyp
- tex/context/patterns/lang-ru.pat
- new version of tex/context/base/lang-ctx.tex, has to include:

\installlanguage [\s!ru] [\s!mapping=t2a,\s!encoding=t2a]

(If you didn't get the files right, get them from a temporary location
http://pub.mojca.org/tex/russian/lang-ru.zip)

2. I don't know when this is needed and when not, but it might be that
you have to copy cont-usr.ori to cont-usr.tex and uncomment the
following line:

    \installlanguage [\s!ru] [\c!state=\v!start] % russian

(before I did that I couldn't make the Slovenian hyphenation work)

3. run mktexlsr (or I-forgot-the-synonym/other-command-if-this-doesn't-work)

4. [texmfstart] texexec --make --all
> after "texmfstart texexec --make --all" I have
> ConTeXt  ver: 2006.07.24 10:49  fmt: 2006.7.27  int: english  mes: english
> Is it right?

It's surely better than in one of the posts that you sent before this
one ;) "fmt:" has to bear the date when you ran "texmfstart texexec
--make --all". If that is older, the format file wasn't written to the
right place.

You seem to use Ubuntu. I don't know how things are configured there,
but I had numerous problems under MikTeX. The reason was that "texexec
--make --all" didn't have any influence there since a whole lot of
environmental variables were missing (the standalone distribution
doesn't have those problems).

In general I would suggest you to put the content of
scripts/context/stubs/unix to some "visible place", so that "texexec"
will execute "texmfstart texexec", you can surely google a bit for it,
there was also a discussion about installation on Ubuntu recently on
the mailing list.

5. Here's what I did to get antykwa torunska (if you don't have it you
can download it from here:
http://www.janusz.nowacki.strefa.pl/torunska-e.html):

\enableregime[utf]
\mainlanguage[ru]
\definetypeface [russian]
  [rm] [serif] [antykwa-torunska] [default] [encoding=t2a]
\setupbodyfont[russian]

(for computer modern it should be similar, but you need more than one
line to set it properly; however if you managed to make it work
already, your old file should already be OK)

I hope that you'll find some hint in this,
    Mojca

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

end of thread, other threads:[~2006-08-05 15:45 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-12  1:50 border widths with TABLE Paul Tremblay
2005-04-12 11:05 ` Eckhart Guthöhrlein
2005-04-12 19:54   ` Paul Tremblay
2005-04-12 20:20     ` Hans Hagen
2005-04-12 20:35       ` Henning Hraban Ramm
2005-04-12 21:01         ` Hans Hagen
2005-04-12 20:49     ` Hans Hagen
2005-04-13  1:25       ` Paul Tremblay
2005-04-13  8:17     ` Eckhart Guthöhrlein
2005-04-13  9:44       ` Russian Albrecht Kauffmann
2005-04-13 15:03         ` Russian Albrecht Kauffmann
2005-04-13 15:59           ` Russian Mikael Persson
2005-04-14  8:04             ` Albrecht Kauffmann
2005-04-14  8:57               ` Mikael Persson
2005-04-14 12:00                 ` mswintex.zip Lutz Haseloff
2005-04-14 12:44                   ` AW: mswintex.zip Michael Fuchs
2005-04-14 12:51                   ` mswintex.zip Patrick Gundlach
2005-04-14 13:44                     ` mswintex.zip Lutz Haseloff
2005-04-14 18:43                       ` Willi Egger
2005-04-14 19:16                       ` mswintex.zip Patrick Gundlach
2005-04-14 19:26                         ` mswintex.zip Hans Hagen
     [not found] <44CD4601.4010900@wxs.nl>
     [not found] ` <6faad9f00607311503jf2efe3fp7911923ffd6b875f@mail.gmail.com>
     [not found]   ` <44CF3C8E.6070908@wxs.nl>
     [not found]     ` <6faad9f00608011606kec04b11r90f9d55864955bf@mail.gmail.com>
     [not found]       ` <44D0230D.9040609@gmail.com>
     [not found]         ` <44D065A7.9040607@wxs.nl>
     [not found]           ` <44D2E013.3000506@gmail.com>
2006-08-05 15:45             ` russian Mojca Miklavec

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).