Difference between revisions of "Talk:Russian"

From Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
http://radhelorn.freeownhost.com/files/type-pscyr.tex cannot be found
 
http://radhelorn.freeownhost.com/files/type-pscyr.tex cannot be found
  
This page offers outdated and overcomplicated approach. In MKIV, only a few lines are really needed:
+
== Needs serious cleanup ==
 +
 
 +
This page offers outdated and overcomplicated approach. In MKIV, such a simple setup is possible (use UTF-8 encoding):
 +
<texcode>
 
\usetypescript[termes]
 
\usetypescript[termes]
 
\setupbodyfont[termes,12pt]
 
\setupbodyfont[termes,12pt]
Line 8: Line 11:
 
Русский текст
 
Русский текст
 
\stoptext
 
\stoptext
 +
</texcode>

Latest revision as of 21:49, 2 March 2009

http://radhelorn.freeownhost.com/files/type-pscyr.tex cannot be found

Needs serious cleanup

This page offers outdated and overcomplicated approach. In MKIV, such a simple setup is possible (use UTF-8 encoding):

\usetypescript[termes]
\setupbodyfont[termes,12pt]

\starttext
Русский текст
\stoptext