aboutsummaryrefslogtreecommitdiff
path: root/arabluatex.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-01-23 10:00:41 +0100
committerRobert Alessi <alessi@robertalessi.net>2018-01-23 10:00:41 +0100
commitcf4ae7f383207050b319d96757964ab5e2e2ed62 (patch)
tree5fba64f00067a747ce8985a7e21d88dbee0ed6f2 /arabluatex.lua
parenta5962363602757d592da1d2f3d6d2a8f98ed906a (diff)
downloadarabluatex-cf4ae7f383207050b319d96757964ab5e2e2ed62.tar.gz
newfile is no longer required
Diffstat (limited to 'arabluatex.lua')
-rw-r--r--arabluatex.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/arabluatex.lua b/arabluatex.lua
index 495e6a0..2b1360c 100644
--- a/arabluatex.lua
+++ b/arabluatex.lua
@@ -761,10 +761,3 @@ function aemph(str)
761 end 761 end
762 return str 762 return str
763end 763end
764
765function writevrb(str)
766 local f = io.open(tex.jobname.."-out.tex", "a+")
767 f:write(str)
768 f:close()
769 return true
770end