set conference_year 2010 # epitome_name is name of text file that contains entire March meeting # Epitome, cut-and-pasted from website. Likewise, speakers_name is the # name of a text file that contains a listing of all the invited speakers, # cut-and-pasted from the March Meeting website. set epitome_name "Mar10epitome.txt" set speakers_name "Mar10invited.txt" #The program generates three .tex files from these inputs: a listing of #all the sessions, a grid that shows session room numbers and the number #of invited talks, and a list of invited talks sorted by session. set session_out_name "Epitome_Mar10.tex" set grid_out_name "Grid_Mar10.tex" set speakers_out_name "Invited_Mar10.tex" # The room descriptions in the Epitome can be needlessly long, sometimes # containing fully redundant information like the name of the convention # center, and sometimes spelling out the whole fancy name of some # ballroom. textsublist is a list of alternating room names and shorter # abbreviations for them. set textsublist {"Portland Ballroom" "PB" "Oregon Ballroom" "OB"}