diff options
-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 |