1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815
|
\relax
\documentclass[twocolumn]{article}
\usepackage[LCY]{fontenc}
\usepackage{fontdoc}
\title{The \TeX\ Cyrillic LCY text encoding vector}
\author{Werner Lemberg, Vladimir Volovich}
\date{15 October 1998\\
Version 0.1}
\begin{document}
\maketitle
\section{Introduction}
This document describes the \TeX\ text Cyrillic (LCY) encoding. It is
an 8-bit extension of the OT1 encoding, so the first 128 slots fully
coincide with OT1, and this part of file was taken from `ot1.etx' by
Alan Jeffrey and Ulrik Vieth. This font encoding is not standard (as
follows from it's name), but is important e.g.\ for Plain TeX-based
macro packages for Cyrillic typesetting. This encoding is close to the
so-called `New Alternative Variant' of the Microsoft MS-DOS cp866
Cyrillic encoding, and supports at least Russian, Ukrainian and
Byelorussian glyph repertory.
To use this encoding, you should define the following macros:
\begin{itemize}
\item \verb|\lc{A}{a}| should return the name of a lower-case
glyph, for example `{\tt a}' or `{\tt Asmall}'.
\item \verb|\uc{A}{a}| should return the name of an upper-case
glyph, for example `{\tt A}' or `{\tt Amedium}'.
\item \verb|\lclig{FI}{fi}| should return the name of a lower-case
ligature, for example `{\tt fi}' or `{\tt FIsmall}'.
\item \verb|\uclig{FI}{fi}| should return the name of an upper-case
ligature, for example `{\tt FI}' or `{\tt FImedium}'.
\item \verb|\digit{zero}| should return the name of a digit, for
example `{\tt zero}' or `{\tt zerooldstyle}'.
\item \verb|\tty| should be `y' if the encoding is \TeX\ typewriter
(cmtt) encoding, and `n' otherwise.
\item \verb|\currency| should be the name of the currency glyph, either
`sterling' or `dollar'.
\end{itemize}
These should all expand in the mouth, otherwise you may get error
messages!
For example, to get the standard upper and lower case font, you should
define:
\begin{verbatim}
\setcommand\lc#1#2{#2}
\setcommand\uc#1#2{#1}
\setcommand\lclig#1#2{#2}
\setcommand\uclig#1#2{#1}
\setcommand\digit#1{#1}
\setcommand\tty{n}
\setcommand\currency{dollar}
\end{verbatim}
To get a caps and small caps font with old style digits and letter
spacing, you should define:
\begin{verbatim}
\setcommand\lc#1#2{#1small}
\setcommand\uc#1#2{#1}
\setcommand\lclig#1#2{#2small}
\setcommand\uclig#1#2{#1spaced}
\setcommand\digit#1{#1oldstyle}
\setcommand\tty{n}
\setcommand\currency{dollar}
\end{verbatim}
To get an all-caps font with medium-cap composite letters and letter
spacing, you should define:
\begin{verbatim}
\setcommand\lc#1#2{#1}
\setcommand\uc#1#2{#1}
\setcommand\lclig#1#2{#1spaced}
\setcommand\uclig#1#2{#1spaced}
\setcommand\digit#1{#1}
\setcommand\tty{n}
\setcommand\currency{dollar}
\end{verbatim}
This document describes the upper and lower case encoding.
\encoding
\needsfontinstversion{1.800}
\comment{\section{Default values}}
\setcommand\lc#1#2{#2}
\setcommand\uc#1#2{#1}
\setcommand\lclig#1#2{#2}
\setcommand\uclig#1#2{#1}
\setcommand\digit#1{#1}
\ifisint{monowidth}\then
\setcommand\tty{y}
\else
\setcommand\tty{n}
\fi
\setcommand\currency{dollar}
\if \tty y
\setstr{codingscheme}{TEX CYRILLIC TYPEWRITER TEXT}
\else
\setstr{codingscheme}{TEX CYRILLIC TEXT}
\fi
\setint{italicslant}{0}
\ifisglyph{x}\then
\setint{xheight}{\height{x}}
\else
\setint{xheight}{500}
\fi
\ifisglyph{space}\then
\setint{interword}{\width{space}}
\else\ifisglyph{i}\then
\setint{interword}{\width{i}}
\else
\setint{interword}{333}
\fi\fi
\comment{\section{Default font dimensions}}
\setint{fontdimen(1)}{\int{italicslant}} % italic slant
\setint{fontdimen(2)}{\int{interword}} % interword space
\ifisint{monowidth}\then
\setint{fontdimen(3)}{0} % interword stretch
\setint{fontdimen(4)}{0} % interword shrink
\else
\setint{fontdimen(3)}{\scale{\int{interword}}{600}}% interword stretch
\setint{fontdimen(4)}{\scale{\int{interword}}{240}}% interword shrink
\fi
\setint{fontdimen(5)}{\int{xheight}} % x-height
\setint{fontdimen(6)}{1000} % quad
\ifisint{monowidth}\then
\setint{fontdimen(7)}{\int{interword}} % extra space after .
\else
\setint{fontdimen(7)}{\scale{\int{interword}}{240}}% extra space after .
\fi
\comment{\section{The encoding}
There are 130 glyphs in this encoding. 128 of these are in Knuth's CM
encoding, and the other two are `\l' and `\L', which are composite
letters in CM, but are single glyphs in almost every other font.}
\setslot{Gamma}
\comment{The greek letter `$\Gamma$'.}
\endsetslot
\setslot{Delta}
\comment{The greek letter `$\Delta$'.}
\endsetslot
\setslot{Theta}
\comment{The greek letter `$\Theta$'.}
\endsetslot
\setslot{Lambda}
\comment{The greek letter `$\Lambda$'.}
\endsetslot
\setslot{Xi}
\comment{The greek letter `$\Xi$'.}
\endsetslot
\setslot{Pi}
\comment{The greek letter `$\Pi$'.}
\endsetslot
\setslot{Sigma}
\comment{The greek letter `$\Sigma$'.}
\endsetslot
\setslot{Upsilon}
\comment{The greek letter `$\Upsilon$' named `Upsilon1' by Adobe.}
\endsetslot
\setslot{Phi}
\comment{The greek letter `$\Phi$'.}
\endsetslot
\setslot{Psi}
\comment{The greek letter `$\Psi$'.}
\endsetslot
\setslot{Omega}
\comment{The greek letter `$\Omega$'.}
\endsetslot
\if \tty y
\setslot{arrowup}
\comment{An upwards-facing arrow `$\uparrow$'.}
\endsetslot
\setslot{arrowdown}
\comment{A downwards-facing arrow `$\downarrow$'.}
\endsetslot
\setslot{quotesingle}
\comment{The `neutral' single quotation mark `{\tt\char`\'}', for use
with monowidth fonts.}
\endsetslot
\setslot{exclamdown}
\comment{The Spanish punctuation mark `!`'.}
\endsetslot
\setslot{questiondown}
\comment{The Spanish punctuation mark `?`'.}
\endsetslot
\else
\setslot{\lclig{FF}{ff}}
\ligature{LIG}{\lc{I}{i}}{\lclig{FFI}{ffi}}
\ligature{LIG}{\lc{L}{l}}{\lclig{FFL}{ffl}}
\comment{The `ff' ligature. It should be two characters wide in a
monowidth font.}
\endsetslot
\setslot{\lclig{FI}{fi}}
\comment{The `fi' ligature. It should be two characters wide in a
monowidth font.}
\endsetslot
\setslot{\lclig{FL}{fl}}
\comment{The `fl' ligature. It should be two characters wide in a
monowidth font.}
\endsetslot
\setslot{\lclig{FFI}{ffi}}
\comment{The `ffi' ligature. It should be three characters wide in a
monowidth font.}
\endsetslot
\setslot{\lclig{FFL}{ffl}}
\comment{The `ffl' ligature. It should be three characters wide in a
monowidth font.}
\endsetslot
\fi
\setslot{\lc{dotlessI}{dotlessi}}
\comment{A dotless i `\i', used to produce accented letters such as
`\=\i'.}
\endsetslot
\setslot{\lc{dotlessJ}{dotlessj}}
\comment{A dotless j `\j', used to produce accented letters such as
`\=\j'. Most non-\TeX\ fonts do not have this glyph.}
\endsetslot
\setslot{grave}
\comment{The grave accent `\`a'.}
\endsetslot
\setslot{acute}
\comment{The acute accent `\'a'.}
\endsetslot
\setslot{caron}
\comment{The caron or h\'a\v cek accent `\v a'.}
\endsetslot
\setslot{breve}
\comment{The breve accent `\u a'.}
\endsetslot
\setslot{macron}
\comment{The macron accent `\=a'.}
\endsetslot
\setslot{ringfitted}
\comment{The ring accent `\aa', fitted to be the same width as an
upper case `A'.}
\endsetslot
\setslot{cedilla}
\comment{The cedilla accent `\c a'.}
\endsetslot
\setslot{\lc{SS}{germandbls}}
\comment{The letter `\ss'.}
\endsetslot
\setslot{\lc{AE}{ae}}
\comment{The letter `\ae'. This is a single letter, and should not be
faked with `ae'.}
\endsetslot
\setslot{\lc{OE}{oe}}
\comment{The letter `\oe'. This is a single letter, and should not be
faked with `oe'.}
\endsetslot
\setslot{\lc{Oslash}{oslash}}
\comment{The letter `\o'.}
\endsetslot
\setslot{\uc{AE}{ae}}
\comment{The letter `\AE'. This is a single letter, and should not be
faked with `AE'.}
\endsetslot
\setslot{\uc{OE}{oe}}
\comment{The letter `\OE'. This is a single letter, and should not be
faked with `OE'.}
\endsetslot
\setslot{\uc{Oslash}{oslash}}
\comment{The letter `\o'.}
\endsetslot
\if \tty y
\setslot{visiblespace}
\comment{A visible space glyph `{\tt\char`\ }'.}
\endsetslot
\else
\setslot{lslashslash}
% \ligature{LIG}{\lc{L}{l}}{\lc{Lslash}{lslash}}
% \ligature{LIG}{\uc{L}{l}}{\uc{Lslash}{lslash}}
\comment{The slash used to make `\l' and `\L'. Since most fonts do
not have a separate glyph for this, I've added ligatures to `\l'
and `\L'.}
\endsetslot
\fi
\setslot{exclam}
\ligature{LIG}{quoteleft}{exclamdown}
\comment{The exclamation mark `!'.}
\endsetslot
\if \tty y
\setslot{quotedbl}
\comment{The `neutral' quotation mark `{\tt\char`\"}', included for
use in monowidth fonts, or for setting computer programs.}
\endsetslot
\else
\setslot{quotedblright}
\comment{An English double closing quote mark `\,''\,'.}
\endsetslot
\fi
\setslot{numbersign}
\comment{The hash sign `\#'.}
\endsetslot
\setslot{\currency}
\comment{Either the dollar sign `\$' or the pound sign `\pounds',
depending on the font.}
\endsetslot
\setslot{percent}
\comment{The percent sign `\%'.}
\endsetslot
\setslot{ampersand}
\comment{The ampersand sign `\&'.}
\endsetslot
\setslot{quoteright}
\if \tty y \else \ligature{LIG}{quoteright}{quotedblright} \fi
\comment{The English closing quotation mark `\,'\,'.}
\endsetslot
\setslot{parenleft}
\comment{The opening parenthesis `('.}
\endsetslot
\setslot{parenright}
\comment{The closing parenthesis `)'.}
\endsetslot
\setslot{asterisk}
\comment{The raised asterisk `*'.}
\endsetslot
\setslot{plus}
\comment{The addition sign `+'.}
\endsetslot
\setslot{comma}
\comment{The comma `,'.}
\endsetslot
\setslot{hyphen}
\if \tty y \else \ligature{LIG}{hyphen}{rangedash} \fi
\comment{The hyphen `-'.}
\endsetslot
\setslot{period}
\comment{The full point `.'.}
\endsetslot
\setslot{slash}
\comment{The forward oblique `/'.}
\endsetslot
\setslot{\digit{zero}}
\comment{The number zero `0'. This (and all the other numerals) may be
old style or ranging digits.}
\endsetslot
\setslot{\digit{one}}
\comment{The number one `1'.}
\endsetslot
\setslot{\digit{two}}
\comment{The number two `2'.}
\endsetslot
\setslot{\digit{three}}
\comment{The number three `3'.}
\endsetslot
\setslot{\digit{four}}
\comment{The number four `4'.}
\endsetslot
\setslot{\digit{five}}
\comment{The number five `5'.}
\endsetslot
\setslot{\digit{six}}
\comment{The number six `6'.}
\endsetslot
\setslot{\digit{seven}}
\comment{The number seven `7'.}
\endsetslot
\setslot{\digit{eight}}
\comment{The number eight `8'.}
\endsetslot
\setslot{\digit{nine}}
\comment{The number nine `9'.}
\endsetslot
\setslot{colon}
\comment{The colon punctuation mark `:'.}
\endsetslot
\setslot{semicolon}
\comment{The semi-colon punctuation mark `;'.}
\endsetslot
\if \tty y
\setslot{less}
\ligature{LIG}{less}{guillemotleft}
\comment{The less-than sign `$<$'.}
\endsetslot
\setslot{equal}
\comment{The equals sign `='.}
\endsetslot
\setslot{greater}
\ligature{LIG}{greater}{guillemotright}
\comment{The greater-than sign `$>$'.}
\endsetslot
\else
\setslot{exclamdown}
\comment{The Spanish punctuation mark `!`'.}
\endsetslot
\setslot{equal}
\comment{The equals sign `='.}
\endsetslot
\setslot{questiondown}
\comment{The Spanish punctuation mark `?`'.}
\endsetslot
\fi
\setslot{question}
\ligature{LIG}{quoteleft}{questiondown}
\comment{The question mark `?'.}
\endsetslot
\setslot{at}
\comment{The at sign `@'.}
\endsetslot
\setslot{\uc{A}{a}}
\comment{The letter `{A}'.}
\endsetslot
\setslot{\uc{B}{b}}
\comment{The letter `{B}'.}
\endsetslot
\setslot{\uc{C}{c}}
\comment{The letter `{C}'.}
\endsetslot
\setslot{\uc{D}{d}}
\comment{The letter `{D}'.}
\endsetslot
\setslot{\uc{E}{e}}
\comment{The letter `{E}'.}
\endsetslot
\setslot{\uc{F}{f}}
\comment{The letter `{F}'.}
\endsetslot
\setslot{\uc{G}{g}}
\comment{The letter `{G}'.}
\endsetslot
\setslot{\uc{H}{h}}
\comment{The letter `{H}'.}
\endsetslot
\setslot{\uc{I}{i}}
\comment{The letter `{I}'.}
\endsetslot
\setslot{\uc{J}{j}}
\comment{The letter `{J}'.}
\endsetslot
\setslot{\uc{K}{k}}
\comment{The letter `{K}'.}
\endsetslot
\setslot{\uc{L}{l}}
\comment{The letter `{L}'.}
\endsetslot
\setslot{\uc{M}{m}}
\comment{The letter `{M}'.}
\endsetslot
\setslot{\uc{N}{n}}
\comment{The letter `{N}'.}
\endsetslot
\setslot{\uc{O}{o}}
\comment{The letter `{O}'.}
\endsetslot
\setslot{\uc{P}{p}}
\comment{The letter `{P}'.}
\endsetslot
\setslot{\uc{Q}{q}}
\comment{The letter `{Q}'.}
\endsetslot
\setslot{\uc{R}{r}}
\comment{The letter `{R}'.}
\endsetslot
\setslot{\uc{S}{s}}
\comment{The letter `{S}'.}
\endsetslot
\setslot{\uc{T}{t}}
\comment{The letter `{T}'.}
\endsetslot
\setslot{\uc{U}{u}}
\comment{The letter `{U}'.}
\endsetslot
\setslot{\uc{V}{v}}
\comment{The letter `{V}'.}
\endsetslot
\setslot{\uc{W}{w}}
\comment{The letter `{W}'.}
\endsetslot
\setslot{\uc{X}{x}}
\comment{The letter `{X}'.}
\endsetslot
\setslot{\uc{Y}{y}}
\comment{The letter `{Y}'.}
\endsetslot
\setslot{\uc{Z}{z}}
\comment{The letter `{Z}'.}
\endsetslot
\setslot{bracketleft}
\comment{The opening square bracket `['.}
\endsetslot
\if \tty y
\setslot{backslash}
\comment{The backwards oblique `$\backslash$'.}
\endsetslot
\else
\setslot{quotedblleft}
\comment{An English double opening quote mark `\,``\,'.}
\endsetslot
\fi
\setslot{bracketright}
\comment{The closing square bracket `]'.}
\endsetslot
\setslot{circumflex}
\comment{The circumflex accent `\^ a'.}
\endsetslot
\if \tty y
\setslot{underscore}
\comment{The ASCII underline character `{\tt\char`\_}', usually set on
the baseline.}
\endsetslot
\else
\setslot{dotaccent}
\comment{The dot accent `\.a'.}
\endsetslot
\fi
\setslot{quoteleft}
\if \tty y \else \ligature{LIG}{quoteleft}{quotedblleft} \fi
\comment{The English opening single quotation mark `\,`\,'.}
\endsetslot
\setslot{\lc{A}{a}}
\comment{The letter `{a}'.}
\endsetslot
\setslot{\lc{B}{b}}
\comment{The letter `{b}'.}
\endsetslot
\setslot{\lc{C}{c}}
\comment{The letter `{c}'.}
\endsetslot
\setslot{\lc{D}{d}}
\comment{The letter `{d}'.}
\endsetslot
\setslot{\lc{E}{e}}
\comment{The letter `{e}'.}
\endsetslot
\setslot{\lc{F}{f}}
\if \tty y \else
\ligature{LIG}{\lc{I}{i}}{\lclig{FI}{fi}}
\ligature{LIG}{\lc{F}{f}}{\lclig{FF}{ff}}
\ligature{LIG}{\lc{L}{l}}{\lclig{FL}{fl}}
\fi
\comment{The letter `{f}'.}
\endsetslot
\setslot{\lc{G}{g}}
\comment{The letter `{g}'.}
\endsetslot
\setslot{\lc{H}{h}}
\comment{The letter `{h}'.}
\endsetslot
\setslot{\lc{I}{i}}
\comment{The letter `{i}'.}
\endsetslot
\setslot{\lc{J}{j}}
\comment{The letter `{j}'.}
\endsetslot
\setslot{\lc{K}{k}}
\comment{The letter `{k}'.}
\endsetslot
\setslot{\lc{L}{l}}
\comment{The letter `{l}'.}
\endsetslot
\setslot{\lc{M}{m}}
\comment{The letter `{m}'.}
\endsetslot
\setslot{\lc{N}{n}}
\comment{The letter `{n}'.}
\endsetslot
\setslot{\lc{O}{o}}
\comment{The letter `{o}'.}
\endsetslot
\setslot{\lc{P}{p}}
\comment{The letter `{p}'.}
\endsetslot
\setslot{\lc{Q}{q}}
\comment{The letter `{q}'.}
\endsetslot
\setslot{\lc{R}{r}}
\comment{The letter `{r}'.}
\endsetslot
\setslot{\lc{S}{s}}
\comment{The letter `{s}'.}
\endsetslot
\setslot{\lc{T}{t}}
\comment{The letter `{t}'.}
\endsetslot
\setslot{\lc{U}{u}}
\comment{The letter `{u}'.}
\endsetslot
\setslot{\lc{V}{v}}
\comment{The letter `{v}'.}
\endsetslot
\setslot{\lc{W}{w}}
\comment{The letter `{w}'.}
\endsetslot
\setslot{\lc{X}{x}}
\comment{The letter `{x}'.}
\endsetslot
\setslot{\lc{Y}{y}}
\comment{The letter `{y}'.}
\endsetslot
\setslot{\lc{Z}{z}}
\comment{The letter `{z}'.}
\endsetslot
\if \tty y
\setslot{braceleft}
\comment{The opening curly brace `\{'.}
\endsetslot
\setslot{bar}
\comment{The ASCII vertical bar `$|$'. This is
included for compatibility with typewriter fonts used for computer
listings.}
\endsetslot
\setslot{braceright}
\comment{The closing curly brace `\}'.}
\endsetslot
\else
\setslot{rangedash}
\ligature{LIG}{hyphen}{punctdash}
\comment{The number range dash `1--9'. In a monowidth font, this
might be set as `{\tt 1{-}9}'.}
\endsetslot
\setslot{punctdash}
\comment{The punctuation dash `Oh---boy.' In a monowidth font, this
might be set as `{\tt Oh{-}{-}boy.}'}
\endsetslot
\setslot{hungarumlaut}
\comment{The long Hungarian umlaut `\H a'.}
\endsetslot
\fi
\setslot{tilde}
\comment{The tilde accent `\~a'.}
\endsetslot
\setslot{dieresis}
\comment{The umlaut or dieresis accent `\"a'.}
\endsetslot
\comment{\subsection{Cyrillic part of the LCY encoding}
It can be used also as a separate encoding (LCY-hi) to build
virtual fonts.}
\inputetx{LCY-hi}
\endencoding
\end{document}
|