From ef42bf586ab866b0d30ae256b83a86ef3842c160 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 8 Dec 2010 23:09:27 +0000 Subject: xetex-itrans 3.0 (9dec10) git-svn-id: svn://tug.org/texlive/trunk@20690 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/xelatex/xetex-itrans/README | 38 ++++++++++++++++------- 1 file changed, 27 insertions(+), 11 deletions(-) (limited to 'Master/texmf-dist/doc/xelatex') diff --git a/Master/texmf-dist/doc/xelatex/xetex-itrans/README b/Master/texmf-dist/doc/xelatex/xetex-itrans/README index 2c1243d35f1..718ef2548a5 100644 --- a/Master/texmf-dist/doc/xelatex/xetex-itrans/README +++ b/Master/texmf-dist/doc/xelatex/xetex-itrans/README @@ -1,7 +1,7 @@ % README for ITRANS and Baraha mapping files to be used with XeLaTeX. % Copyright (C) 2010, Abhinandan S.P. and Shrisha Rao. % -% Version 2.0, Time-stamp: <2010-10-20 13:35:13 shrao> +% Version 3.0, Time-stamp: <2010-12-08 05:00:01 shrao> % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -14,11 +14,11 @@ % This work has the LPPL maintenance status `maintained'. % %∞ The Current Maintainer of this work is Shrisha Rao. -% % This work consists of the files brh-kan.map, brh-kan.tec, % itrans-dvn.map, itrans-dvn.tec, itrans-sdvn.map, itrans-sdvn.tec, -% itrans-kan.map, itrans-kan.tec, itrans-sankan.map, -% itrans-sankan.tec, itrans-tel.map, itrans-tel.tec, and README. +% itrans-iast.map, itrans-iast.tec, itrans-kan.map, itrans-kan.tec, +% itrans-sankan.map, itrans-sankan.tec, itrans-santel.map, +% itrans-santel.tec, itrans-tel.map, itrans-tel.tec, and README. The following files are mappings that can be used with XeLaTeX for codings done in the ITRANS and Baraha formats. In each instance, the @@ -39,6 +39,10 @@ itrans-sdvn: This mapping is very similar to the above, but does not need the use of a vowel `a' at the ends of words; thus, `rAm' can be used rather than `rAma'. +itrans-iast: This mapping should be used with codings done in ITRANS, + where the output is desired in accented Roman (IAST) + script. + itrans-kan: This mapping should be used with codings done in ITRANS of Kannada texts, where the output is desired in Kannada script. @@ -47,17 +51,21 @@ itrans-sankan: This mapping should be used with codings done in ITRANS of Sanskrit texts, where the output is desired in Kannada script. +itrans-santel: This mapping should be used with codings done in ITRANS + of Sanskrit texts, where the output is desired in Telugu + script. + itrans-tel: This mapping should be used with codings done in ITRANS of Telugu texts, where the output is desired in Telugu script. -Note that `e' and `o' get mapped to the long-vowels with itrans-sankan, but to -the short vowels in itrans-kan (where `E' and `O' are needed for the long -vowels). +Note that `e' and `o' get mapped to the long-vowels with itrans-sankan +and in itrans-santel, but to the short vowels in itrans-kan and +itrans-tel (where `E' and `O' are needed for the long vowels). -To use these mappings, insert one of the following sets of lines in your *.tex -files after the \documentclass command and appropriate other includes and -settings: +To use these mappings, insert one or more of the following sets of +lines in your *.tex files after the \documentclass command and +appropriate other includes and settings: \newcommand\abc{\catcode`\^=11 \catcode`\~=11 @@ -71,6 +79,10 @@ settings: \catcode`\~=11 \fontspec[Script=Devanagari,Mapping=itrans-sdvn]{}} +\newcommand\abc{\catcode`\^=11 + \catcode`\~=11 + \fontspec[Script=Roman,Mapping=itrans-iast]{}} + \newcommand\abc{\catcode`\^=11 \catcode`\~=11 \fontspec[Script=Kannada,Mapping=itrans-kan]{}} @@ -81,7 +93,11 @@ settings: \newcommand\abc{\catcode`\^=11 \catcode`\~=11 - \fontspec[Script=Telugu,Mapping=itrans-tel]{}} + \fontspec[Mapping=itrans-santel]{}} + +\newcommand\abc{\catcode`\^=11 + \catcode`\~=11 + \fontspec[Mapping=itrans-tel]{}} Replace `abc' by the desired macro name, and by the name of an appropriate Unicode font in that script (e.g., Sanskrit 2003 for -- cgit v1.2.3