diff options
author | Robert Alessi <alessi@robertalessi.net> | 2016-06-20 18:36:41 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2016-06-20 18:36:41 +0200 |
commit | 6d95c21697233e375505fa93019bbb43322975c0 (patch) | |
tree | 7be5a35b7b056251b5f108f58e9cb96bb721120f | |
parent | d0f6579a76225fbdac0c8f0a31ba37465d59666e (diff) | |
download | arabluatex-6d95c21697233e375505fa93019bbb43322975c0.tar.gz |
bugfix: wrong font selection inside \cap{}
-rw-r--r-- | arabluatex.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arabluatex.lua b/arabluatex.lua index 3b0ed5e..3e574cf 100644 --- a/arabluatex.lua +++ b/arabluatex.lua | |||
@@ -538,7 +538,7 @@ function cap(str) | |||
538 | else | 538 | else |
539 | str = "\\MakeUppercase "..str | 539 | str = "\\MakeUppercase "..str |
540 | end | 540 | end |
541 | return str | 541 | return "\\txtrans{"..str.."}" |
542 | end | 542 | end |
543 | 543 | ||
544 | -- this function is adapted from an 'obsolete project' of Khaled | 544 | -- this function is adapted from an 'obsolete project' of Khaled |