summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/otibet/tibovp.scm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/otibet/tibovp.scm')
-rw-r--r--Master/texmf-dist/source/latex/otibet/tibovp.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/otibet/tibovp.scm b/Master/texmf-dist/source/latex/otibet/tibovp.scm
new file mode 100644
index 00000000000..7a993813bcf
--- /dev/null
+++ b/Master/texmf-dist/source/latex/otibet/tibovp.scm
@@ -0,0 +1,19 @@
+;;
+;; tibovp.scm
+;; (c) Norbert Preining 1997
+;; This file is part of the otibet-package.
+;;
+;; Generating the otibetan.ovp file.
+
+(load 'pl2ovp.scm)
+
+;
+; args:
+; 1: from file tibetan.pl (tibetan also teh name in the MAPFONT)
+; 2: to file otibetan.ovp
+; 3: shift the characters
+; 4: FontDesignSize Value of the ovp-file
+; 5: FontAt Value of the MAPFONT entry
+(pl->ovp "tibetan" "otibetan" (hex->dec "1000") "10.0" "1.0")
+
+(exit)