summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/spelling/spelling-stage-4.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-13 23:22:28 +0000
committerKarl Berry <karl@freefriends.org>2013-02-13 23:22:28 +0000
commit469e41303044d048cec1de7cf5d814b9f2b5e52e (patch)
tree6c5aefbb73aa821e171c8beef63723044c2c5476 /Master/texmf-dist/scripts/spelling/spelling-stage-4.lua
parenta19e8fc23c74d8bb5f11c0fb7c135ab7e108c36a (diff)
spelling (13feb13)
git-svn-id: svn://tug.org/texlive/trunk@29102 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/spelling/spelling-stage-4.lua')
-rwxr-xr-xMaster/texmf-dist/scripts/spelling/spelling-stage-4.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/spelling/spelling-stage-4.lua b/Master/texmf-dist/scripts/spelling/spelling-stage-4.lua
index ee71c03a081..734d3006098 100755
--- a/Master/texmf-dist/scripts/spelling/spelling-stage-4.lua
+++ b/Master/texmf-dist/scripts/spelling/spelling-stage-4.lua
@@ -1,5 +1,5 @@
--- spelling-stage-4.lua
---- Copyright 2012 Stephan Hennig
+--- Copyright 2012, 2013 Stephan Hennig
--
-- This work may be distributed and/or modified under the conditions of
-- the LaTeX Project Public License, either version 1.3 of this license
@@ -18,8 +18,8 @@
-- document data structure to a file at the end of a LuaTeX run.
--
-- @author Stephan Hennig
--- @copyright 2012 Stephan Hennig
--- @release version 0.2
+-- @copyright 2012, 2013 Stephan Hennig
+-- @release version 0.3
--
-- @trick Prevent LuaDoc from looking past here for module description.
--[[ Trick LuaDoc into entering 'module' mode without using that command.
@@ -144,7 +144,7 @@ end
--
local function __write_text_document()
-- Open output file.
- local fname = __opts.output_file_name or (tex.jobname .. '.txt')
+ local fname = __opts.output_file_name or (tex.jobname .. '.spell.txt')
local f = assert(io.open(fname, 'wb'))
local eol = __opts.output_eol
-- Iterate through document paragraphs.