OSDN Git Service

Changed "\" -> "\\" in ltj-otf.lua.
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Thu, 31 Jan 2013 03:09:02 +0000 (12:09 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Thu, 31 Jan 2013 03:09:02 +0000 (12:09 +0900)
src/ltj-otf.lua

index 71f9749..f449013 100644 (file)
@@ -52,7 +52,7 @@ function cid(key)
           curjfnt.cidinfo.ordering ~= "Korea1" then
       ltjb.package_error('luatexja-otf',
                          'Current Japanese font (or other CJK font) "'..curjfnt.psname..'" is not a CID-Keyed font (Adobe-Japan1 etc.)', 
-                         'Select a CID-Keyed font using \jfont.')
+                         'Select a CID-Keyed font using \\jfont.')
       return
    end
    local char = curjfnt.unicodes[curjfnt.cidinfo.ordering..'.'..tostring(key)]