Skip to content

Commit

Permalink
a bug in instance naming fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmybutton committed Dec 9, 2023
1 parent f30a70d commit f0f67b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion byrne.sty
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

\directlua{
function byFormatImageName(s)
local resultingName = s:gsub ("," , "")
local resultingName = s:gsub ("[,| |/|0-9]","")
tex.print("instanceOffspringPicture"..resultingName)
end
}
Expand Down

0 comments on commit f0f67b7

Please sign in to comment.