diff options
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r-- | arabluatex_voc.lua | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua index 0544a63..5eafca5 100644 --- a/arabluatex_voc.lua +++ b/arabluatex_voc.lua | |||
@@ -1,27 +1,34 @@ | |||
1 | --[[ | 1 | --[[ |
2 | This file is part of the `arabluatex' package | 2 | This file is part of the `arabluatex' package |
3 | 3 | ||
4 | ArabLuaTeX -- Processing ArabTeX notation under LuaLaTeX | ||
4 | Copyright (C) 2016 Robert Alessi | 5 | Copyright (C) 2016 Robert Alessi |
5 | 6 | ||
6 | Please send error reports and suggestions for improvements to | 7 | Please send error reports and suggestions for improvements to Robert |
7 | Robert Alessi <alessi@robertalessi.net> | 8 | Alessi <alessi@robertalessi.net> |
8 | 9 | ||
9 | This program is free software; you can redistribute it and/or | 10 | This program is free software: you can redistribute it and/or modify |
10 | modify it under the terms of the GNU General Public License | 11 | it under the terms of the GNU General Public License as published by |
11 | as published by the Free Software Foundation; either version 2 | 12 | the Free Software Foundation, either version 3 of the License, or |
12 | of the License, or (at your option) any later version. | 13 | (at your option) any later version. |
13 | 14 | ||
14 | This program is distributed in the hope that it will be useful, | 15 | This program is distributed in the hope that it will be useful, but |
15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | WITHOUT ANY WARRANTY; without even the implied warranty of |
16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
17 | GNU General Public License for more details. | 18 | General Public License for more details. |
18 | 19 | ||
19 | You should have received a copy of the GNU General Public License | 20 | You should have received a copy of the GNU General Public License |
20 | along with this program; if not, write to the Free Software | 21 | along with this program. If not, see |
21 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | 22 | <http://www.gnu.org/licenses/>. |
22 | 02111-1307, USA. | ||
23 | --]] | 23 | --]] |
24 | 24 | ||
25 | abjad = { | ||
26 | {"a\"'", "b", "j", "d", "h", "w", "z", ".h", ".t"}, | ||
27 | {"y", "k", "l", "m", "n", "s", "`", "f", ".s", }, | ||
28 | {"q", "r", "^s", "t", "_t", "x", "_d", ".d", ".z", }, | ||
29 | {".g"} | ||
30 | } | ||
31 | |||
25 | numbers = { | 32 | numbers = { |
26 | {a="0", b="٠"}, | 33 | {a="0", b="٠"}, |
27 | {a="1", b="١"}, | 34 | {a="1", b="١"}, |