From dd0741c4b28fd3f20a807772b4f5326a85a86812 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 27 Sep 2011 00:24:52 +0000 Subject: xetex-itrans (26sep11) git-svn-id: svn://tug.org/texlive/trunk@24105 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/xelatex/xetex-itrans/README | 22 ++++++++++++---- .../xelatex/xetex-itrans/itrans-tamil-sample.pdf | Bin 0 -> 19150 bytes .../xelatex/xetex-itrans/itrans-tamil-sample.tex | 29 +++++++++++++++++++++ 3 files changed, 46 insertions(+), 5 deletions(-) create mode 100644 Master/texmf-dist/doc/xelatex/xetex-itrans/itrans-tamil-sample.pdf create mode 100644 Master/texmf-dist/doc/xelatex/xetex-itrans/itrans-tamil-sample.tex (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 718ef2548a5..82bff95ad56 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. +% Copyright (C) 2010-2011, Abhinandan S. Prasad and Shrisha Rao. % -% Version 3.0, Time-stamp: <2010-12-08 05:00:01 shrao> +% Version 4.0, Time-stamp: <2011-09-25 18:30:00 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,14 @@ % 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-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. +% itrans-santel.tec, itrans-tamil.map, itrans-tamil.tec, +% itrans-tamil-sample.pdf, itrans-tamil-sample.tex, 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 @@ -55,6 +58,10 @@ itrans-santel: This mapping should be used with codings done in ITRANS of Sanskrit texts, where the output is desired in Telugu script. +itrans-tamil: This mapping should be used with codings done in ITRANS + of Tamil texts, where the output is desired in Tamil + script. + itrans-tel: This mapping should be used with codings done in ITRANS of Telugu texts, where the output is desired in Telugu script. @@ -65,7 +72,7 @@ itrans-tel (where `E' and `O' are needed for the long vowels). 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: +appropriate other includes and settings. \newcommand\abc{\catcode`\^=11 \catcode`\~=11 @@ -95,6 +102,10 @@ appropriate other includes and settings: \catcode`\~=11 \fontspec[Mapping=itrans-santel]{}} +\newcommand\abc{\catcode`\^=11 + \catcode`\~=11 + \fontspec[Script=Tamil,Mapping=itrans-tamil]{}} + \newcommand\abc{\catcode`\^=11 \catcode`\~=11 \fontspec[Mapping=itrans-tel]{}} @@ -106,7 +117,8 @@ Devanagari, Kedage for Kannada, Pothana for Telugu). The following is a small example using the Kannada `Kedage' font. Save the following as a *.tex file; if your installation and settings (including fonts) are correct, it will compile and produce a proper -PDF output. +PDF output. (See itrans-tamil-sample.tex and itrans-tamil-sample.pdf +for a Tamil usage example.) \documentclass[a4paper,11pt]{article} diff --git a/Master/texmf-dist/doc/xelatex/xetex-itrans/itrans-tamil-sample.pdf b/Master/texmf-dist/doc/xelatex/xetex-itrans/itrans-tamil-sample.pdf new file mode 100644 index 00000000000..3c00a783766 Binary files /dev/null and b/Master/texmf-dist/doc/xelatex/xetex-itrans/itrans-tamil-sample.pdf differ diff --git a/Master/texmf-dist/doc/xelatex/xetex-itrans/itrans-tamil-sample.tex b/Master/texmf-dist/doc/xelatex/xetex-itrans/itrans-tamil-sample.tex new file mode 100644 index 00000000000..43b5be19568 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/xetex-itrans/itrans-tamil-sample.tex @@ -0,0 +1,29 @@ +\documentclass[12pt]{article} +\usepackage{ifxetex} +\RequireXeTeX +\usepackage{fontspec} +\newcommand\dn{\catcode`\^=11 + \catcode`\~=11 + \fontspec[Script=Tamil,Mapping=itrans-tamil]{JanaTamil}} + +\obeylines + +\begin{document} + +{\dn + +a aa A i ii I u uu U e E ai o O au q + +ka ga ~Na N^a cha ~na Ta Tha Na ta tha na ^na pa ba + +ma ya ra la va wa Ja za La Ra Sha sa ja ha xa + +1 2 3 4 5 6 7 8 9 10 100 1000 + +ka kaa kA ki kii kI ku kuu kU ke kE kai ko kO kau kq + +na^nRi + +} +\end{document} + -- cgit v1.2.3