• R/O
  • HTTP
  • SSH
  • HTTPS

luatexja: Commit

ソースコードの管理場所


Commit MetaInfo

Revisión5bb253ab78fb107b8f34b3b7d31c8cb9b9e57261 (tree)
Tiempo2019-01-19 00:19:06
AutorHironori Kitagawa <h_kitagawa2001@yaho...>
CommiterHironori Kitagawa

Log Message

bugfix

Cambiar Resumen

Diferencia incremental

--- a/src/ltj-rmlgbm.lua
+++ b/src/ltj-rmlgbm.lua
@@ -351,6 +351,9 @@ local function font_callback(name, size, id, fallback)
351351 if xname:len()+1==q then p = nil else p = q + 1 end
352352 end
353353 end
354+ p = basename:find(":")
355+ if p then basename=basename:sub(1,p-1) end
356+ if basename:sub(1,1)=="{" and basename:sub(-1)=="}" then basename = basename:sub(2,-2) end
354357 cid_reg, cid_order = string.match(s, "^(.-)%-(.-)%-(%d-)$")
355358 if not cid_reg then
356359 cid_reg, cid_order = string.match(s, "^(.-)%-(.-)$")
Show on old repository browser