summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thaispec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-02-23 22:07:15 +0000
committerKarl Berry <karl@freefriends.org>2018-02-23 22:07:15 +0000
commit01c5905c541381e74672a48e4750a6be0b5da8ee (patch)
treec014cc3ccc58ec718aa900adfc8e7861ba6f32e6 /Master/texmf-dist/doc/latex/thaispec
parente2dcaa76d2e5f1cf5d37fbdbe9c0ebb2a31251eb (diff)
thaispec (23feb18)
git-svn-id: svn://tug.org/texlive/trunk@46722 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thaispec')
-rw-r--r--Master/texmf-dist/doc/latex/thaispec/README.md49
-rw-r--r--Master/texmf-dist/doc/latex/thaispec/thaispec.pdfbin0 -> 113629 bytes
2 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/thaispec/README.md b/Master/texmf-dist/doc/latex/thaispec/README.md
new file mode 100644
index 00000000000..fe9a56a8e09
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/thaispec/README.md
@@ -0,0 +1,49 @@
+# thaispec
+Thai Language Typesetting in XeLaTeX
+
+# Version
+0.1 [2018-FEB-23]
+
+# Author
+Ratthaprom Promkam
+
+## Prerequisite
+Thai national fonts, i.e., SIPAFonts (See https://github.com/epsilonxe/sipafonts)
+
+## Recommendation
+Install TeX Gyre font family (Possibly included with your TeX distribution)
+
+## Usage
+If you already have TeX Gyre font family, just simply add the preamble
+```
+\usepackage{thaispec}
+```
+Otherwise
+```
+\usepackage[texgyrefont=false]{thaispec}
+```
+This package allows you to input Thai characters directly to ```.tex``` file,
+and choose any Thai fonts to be used in the document.
+In order to choose the font, please make sure that the font is system wide, then use
+```
+\usepackage[thaifont = <SYSTEM THAI FONT NAME>]{thaispec}
+```
+Moreover, the package give you options to choose any system wide fonts for
+```mainfont```,```sansfont```, ```monofont``` too
+
+
+## Credit
+This package is motivated by a set of LaTex commands for typesetting Thai documents
+provided by Dittaya Wanvarie from Chulalongkorn University.
+(See http://pioneer.netserv.chula.ac.th/~wdittaya/)
+
+## License
+Copyright 2018 Ratthaprom Promkam
+
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license of (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
diff --git a/Master/texmf-dist/doc/latex/thaispec/thaispec.pdf b/Master/texmf-dist/doc/latex/thaispec/thaispec.pdf
new file mode 100644
index 00000000000..2feeb8beb19
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/thaispec/thaispec.pdf
Binary files differ