equal
deleted
inserted
replaced
|
1 #copyright ReportLab Inc. 2000 |
|
2 #see license.txt for license details |
|
3 #history http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/docs/tools/stylesheet.py?cvsroot=reportlab |
|
4 #$Header: /tmp/reportlab/docs/tools/stylesheet.py,v 1.7 2000/10/25 08:57:45 rgbecker Exp $ |
1 #standard stylesheet for our manuals |
5 #standard stylesheet for our manuals |
2 from reportlab.lib.styles import StyleSheet1, ParagraphStyle |
6 from reportlab.lib.styles import StyleSheet1, ParagraphStyle |
3 from reportlab.lib.enums import TA_CENTER, TA_LEFT, TA_RIGHT, TA_JUSTIFY |
7 from reportlab.lib.enums import TA_CENTER, TA_LEFT, TA_RIGHT, TA_JUSTIFY |
4 from reportlab.lib import colors |
8 from reportlab.lib import colors |
5 |
9 |