I'm helping to organize a symposium, and I'd like to generate the event programs with LaTeX. Is there an appropriate package for this, or should I do it by hand? Thanks in advance!
Asked
Active
Viewed 5,275 times
1 Answers
6
Years ago I created a conference programme manual with the help of LaTeX. We used a self-developed online tool for the different sessions, so I asked the developer to give me a list of all days, rooms, session and presentations. I fed this list into my own MySQL database and with the help of PHP generated a series of SQL statements querying the days, rooms, sessions, etc. I generated then the necessary LaTeX code and pasted this directly into the programme. The big advantage was that with any change in the original database I just had to rerun my scripts.
If you are interested, have a look at the file http://uweziegenhagen.de/compstat/final8.pdf
Uwe Ziegenhagen
- 13,168
- 5
- 53
- 93
-
-
-
-
1I have fixed it again. Sorry. Today I would not use PHP but Python with the pandas library instead. – Uwe Ziegenhagen Jun 17 '16 at 20:27
longtablepackage (assuming they might span mulitple pages) and use thedatatoolpackage to read a CSV file containing the schedule information itself. Then its easy to generate new schedules as the CSV data is updated. – Alan Munn Feb 23 '12 at 00:49