Changeset 459
- Timestamp:
- 09/10/08 17:31:53 (2 months ago)
- Files:
-
- doc/poster/trunk/poster.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/poster/trunk/poster.py
r457 r459 292 292 self.restoreState() 293 293 294 def add_copyright(self): 295 self.saveState() 296 self.rotate(-90.0) 297 self.setFont("Helvetica-Bold", 24) 298 self.drawRightString(-10, 10, 'This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike License (http://creativecommons.org/licenses/by-nc-sa/3.0/)') 299 self.restoreState() 300 294 301 def make_title(self, styles, title, authors, institutions, logo_left, logo_right): 295 302 """Returns the y position of the bottom of the title (including bottom margin).""" … … 545 552 546 553 poster.make_footer(ACKNOWLEDGEMENTS) 554 poster.add_copyright() 547 555 548 556 print "--- Saving poster ---"

