svggvs/skel/Cardfile

20 lines
548 B
Plaintext
Raw Permalink Normal View History

@session.configure do |c|
# manipulate the data after reading from the spreadsheet
# c.post_read_data = proc { |data|
# data[:replacements]['Superpower Text'] << '!!'
# }
2014-03-05 11:34:14 +00:00
# only sheets with this in the title will be read for card data
# c.card_sheet_identifier = "Card Data"
# prepend this PDF to the outputted PDF (useful for game rules)
# c.prepend_pdf = "rules.pdf"
# the cards are landscape, so rotate them counterclockwise
# after rendering in Inkscape
# c.orientation = :landscape
c.data_source = "data.ods"
end