[NTG-context] mailing, Arkady Shraer предлаг ает Вам завести электронный адрес в поч те Gmail.

2007-03-21 Thread Arkady Shraer
---
Arkady Shraer приглашает Вас создать бесплатный почтовый аккаунт Gmail.

Чтобы принять это приглашение и зарегистрировать аккаунт, посетите
сайт http://mail.google.com/mail/a-6822f915cb-20870894f7-a033019292.

После того как Вы создадите аккаунт, Arkady Shraer получит уведомление
с Вашим новым адресом электронной почты, чтобы Вы могли переписываться
с помощью Gmail!

Возможно, Вы еще не слышали о Gmail. Gmail - это новая почтовая
служба, основанная на поиске и предлагающая следующие возможности:

- более 2700 мегабайтов (более двух гигабайтов) пространства для хранения почты;
- встроенную функцию поиска Google, позволяющую быстро находить любые сообщения;
- автоматическое представление сообщений и ответов в виде цепочек;
- новаторскую технологию Google, обеспечивающую превосходную защиту от спама;
- отсутствие больших раздражающих объявлений (только небольшие
текстовые объявления и ссылки на страницы, соответствующие содержанию
сообщений).

Чтобы получить дополнительную информацию о Gmail перед тем, как
зарегистрироваться, посетите страницу:
http://mail.google.com/mail/help/intl/ru/benefits.html.

Чтобы понять, насколько просто перейти к использованию новой почтовой
службы, прочтите наше новое руководство:
http://mail.google.com/mail/help/switch/

Мы еще не закончили работу по усовершенствованию Gmail, поэтому
периодически мы будем просить Вас делиться с нами своими замечаниями и
предложениями. Надеемся, что почта Gmail придется Вам по вкусу. Нам
нравится. А главное - она не перестает улучшаться.

С благодарностью,

Коллектив Gmail

Если ссылки в этом письме не работают, скопируйте и вставьте их в
адресную строку браузера.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Russian letters transliterated

2006-07-31 Thread Arkady Shraer
Hans Hagen:
 can you try ...
 \usetypescriptfile[type-pre]
 \enableregime[utf]
 \mainlanguage[ru]
 \usetypescript[lh-t2a]
 \setupbodyfont[modern,10pt]
 this assumes cm-super to be present
 it would be nice if we had cyrillic on the latin modern fonts ...
 Hans

I got cyrillic letters ok. But there's no hyphenation and fonts in pdf
are raster fonts.

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


Re: [NTG-context] Russian letters transliterated

2006-07-29 Thread Arkady Shraer
Hans Hagen пишет:

 can you make a test file so that we can see what happens?
 
 Hans

OK. They're attached with source and logs.


cyr-test.tar.bz2
Description: application/bzip
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Russian letters transliterated

2006-07-28 Thread Arkady Shraer
Hello,

I updated ConTeXt as in updating context on Ubuntu 6.06 post and it
worked, moreover I got russian hyphenation working out of the box.

But I have a little problem: all my cyrillic letters displayed as
transliterated latin letters (or letter codes).

What should I do in this case?

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


[NTG-context] Russian hyphenation how to use?

2006-07-23 Thread Arkady Shraer
Hello,

Recently, I made lang-ru.hyp and lang-ru.pat files from TeX's ruhyphal.tex .
I read Hans' Hyphenation patterns and didn't understand how to use
my patterns to enable hyphenation (btw, in manual used key --patterns
but in current ctxtools used --patternfiles)

What I've done:
1. Created lang-ru.hyp (UTF-8) and lang-ru.pat (UTF-8) from TeX's
ruhyphal.tex by hands (ctxtools generated patterns, but russian and
ukrainian didn't)
2. Copied files to directory with other languages' patterns
3. texexec --make --all (get an error while compiling lang-cyr.tex
. undefined sequence)
4. in tex file used \language[ru]
5. Still don't have my text hyphenated.

What I do wrong? Should I upgrade my ConTeXt to recent version?
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Russian hyphenation how to use?

2006-07-23 Thread Arkady Shraer
I spent some time and decided to start from the beginning:
1. I deleted all old ConTeXt files from my tetex distribution.
2. Unzipped recent cont-tmf into texmf-local analog in my system.
3. Unzipped recent font metrics to appropriate folder
4. texexec --make --all   runs perfectly
5. texexec --make --language=ru  runs without errors
6. When I try to texexec --pdf --language=ru anyfile.tex
I get errors, e.g. font metrics ec-lmr12 can't be found etc...(I
can attach full log and source file)

So I can't compile any tex file with ConTeXt even in English. Maybe
I'm just unlucky :)

2006/7/23, Mojca Miklavec [EMAIL PROTECTED]:
 On 7/23/06, Arkady Shraer wrote:
  Hello,
 
  Recently, I made lang-ru.hyp and lang-ru.pat files from TeX's ruhyphal.tex
 .
  I read Hans' Hyphenation patterns and didn't understand how to use
  my patterns to enable hyphenation (btw, in manual used key --patterns
  but in current ctxtools used --patternfiles)
 
  What I've done:
  1. Created lang-ru.hyp (UTF-8) and lang-ru.pat (UTF-8) from TeX's
  ruhyphal.tex by hands (ctxtools generated patterns, but russian and
  ukrainian didn't)
  2. Copied files to directory with other languages' patterns
  3. texexec --make --all (get an error while compiling lang-cyr.tex
  . undefined sequence)

 Which one was undefined?

  4. in tex file used \language[ru]
  5. Still don't have my text hyphenated.

 copy cont-usr.ori into cont-usr.tex and uncomment the line
 % \installlanguage [\s!ru] [\c!state=\v!start] % russian

  What I do wrong? Should I upgrade my ConTeXt to recent version?

 The version may not be more than 2 months old (so yes, take that as
 it has to be the latest one).

 (Try ctxtools --update. If that one doesn't work your version
 probably is too old. Download cont-tmf.zip, unzip and replace the old
 files and do texexec --make --all.)

 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] How to update ConTeXt

2006-07-21 Thread Arkady Shraer
Hello,

I just downloaded file cont-tmf.zip from pragma-ade site.
Can I update my ConTeXt with the contents of the archive or I have to
do other manipulations?
I'm using tetex distribution in Ubuntu 6.06.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context