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/yaml2pdf.py?cvsroot=reportlab |
|
4 #$Header: /tmp/reportlab/docs/tools/yaml2pdf.py,v 1.8 2000/10/25 08:57:45 rgbecker Exp $ |
1 # yaml2pdf - turns stuff in Yet Another Markup Language |
5 # yaml2pdf - turns stuff in Yet Another Markup Language |
2 # into PDF documents. Very crude - it assumes a |
6 # into PDF documents. Very crude - it assumes a |
3 # doc template and stylesheet (hard coded for now) |
7 # doc template and stylesheet (hard coded for now) |
4 # and basically cranks out paragraphs in each style |
8 # and basically cranks out paragraphs in each style |
5 """yaml2pdf.py - converts Yet Another Markup Language |
9 """yaml2pdf.py - converts Yet Another Markup Language |