Skip to content

Commit

Permalink
instance naming bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmybutton committed Dec 18, 2023
1 parent f0f67b7 commit 8b84cdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions byrne.sty
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
\directlua{
function byFormatImageName(s)
local resultingName = s:gsub ("[,| |/|0-9]","")
resultingName = resultingName:gsub ("-","minus")
tex.print("instanceOffspringPicture"..resultingName)
end
}
Expand Down

0 comments on commit 8b84cdb

Please sign in to comment.