aboutsummaryrefslogtreecommitdiff
path: root/arabluatex.lua
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex.lua')
-rw-r--r--arabluatex.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/arabluatex.lua b/arabluatex.lua
index dec3649..72b1e38 100644
--- a/arabluatex.lua
+++ b/arabluatex.lua
@@ -1194,6 +1194,7 @@ function arabluatex.uc(str)
1194 str = string.gsub(str, "\\@al@ob", "{") 1194 str = string.gsub(str, "\\@al@ob", "{")
1195 str = string.gsub(str, "\\@al@cb@sp ", "} ") 1195 str = string.gsub(str, "\\@al@cb@sp ", "} ")
1196 str = string.gsub(str, "\\@al@cb", "}") 1196 str = string.gsub(str, "\\@al@cb", "}")
1197 str = "\\altrfont{}"..str
1197 if export_utf == "yes" then 1198 if export_utf == "yes" then
1198 tofile = str 1199 tofile = str
1199 arabluatex.tooutfile(tofile) 1200 arabluatex.tooutfile(tofile)