Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python.': 0.02; 'anyway.': 0.04; 'python': 0.09; 'separately': 0.09; 'subject:python': 0.11; 'assume': 0.11; ':-).': 0.16; 'bonus:': 0.16; 'problem).': 0.16; 'versatile': 0.16; 'thanks,': 0.18; 'solution.': 0.18; 'installation': 0.23; 'installed': 0.23; 'to:2**1': 0.23; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'embedded': 0.27; 'plain': 0.27; 'separate': 0.27; 'case,': 0.29; 'figure': 0.30; 'file': 0.32; 'quickly': 0.32; 'to:no real name:2**1': 0.32; 'to:addr:python-list': 0.33; 'text': 0.34; 'something': 0.35; 'there': 0.35; 'created': 0.36; 'but': 0.36; 'wanted': 0.36; 'thank': 0.36; 'editor': 0.37; 'pdf': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'your': 0.60; 'you.': 0.61; 'side': 0.61; 'more': 0.63; 'here': 0.65; 'received:204': 0.72; 'difference.': 0.84; 'tex': 0.84; 'engines.': 0.91; 'hand.': 0.91 Date: Tue, 18 Sep 2012 11:04:04 +0200 From: Laszlo Nagy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: wxjmfauth@gmail.com, python-list@python.org Subject: Re: reportlab and python 3 References: <9aa9f1dd-f6b1-4de4-8606-e83a54318765@googlegroups.com> In-Reply-To: <9aa9f1dd-f6b1-4de4-8606-e83a54318765@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 33 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347959058 news.xs4all.nl 6906 [2001:888:2000:d::a6]:35687 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29418 > A big yes and it is very easy. I assume you know how > to write a plain text file with Python :-). > > Use your Python to generate a .tex file and let it compile > with one of the pdf TeX engines. > > Potential problems: > - It requires a TeX installation (a no problem). > - Of course I requires some TeX knowledge. Learning it > is not so complicate. Learn how to use TeX with a text > editor and you will quickly understand what you have to > program in Python. Bonus: you learn at the same time > a good text editing engine. > > I can not figure out something more simple, versatile and > powerful. > > jmf > This is a good idea. Thank you. I wanted to learn TeX anyway. The TeX installation is problematic. I also want to use this under MS Windows. Yes, I know here is MikTeX for Windows. But there is significant difference. ReportLab can be embedded into a small program created with py2exe. LaTeX on the other side is a 150MB separate installation package that must be installed separately by hand. But in my particular case, it is still a good solution. Thanks, Laszlo