Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29418
| 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 | <gandalf@shopzeus.com> |
| 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 <gandalf@shopzeus.com> |
| 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 | <mailman.829.1347871673.27098.python-list@python.org> <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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.864.1347959058.27098.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
reportlab and python 3 Laszlo Nagy <gandalf@shopzeus.com> - 2012-09-17 10:47 +0200
Re: reportlab and python 3 wxjmfauth@gmail.com - 2012-09-18 00:16 -0700
Re: reportlab and python 3 Laszlo Nagy <gandalf@shopzeus.com> - 2012-09-18 11:04 +0200
Re: reportlab and python 3 wxjmfauth@gmail.com - 2012-09-18 04:17 -0700
Re: reportlab and python 3 Laszlo Nagy <gandalf@shopzeus.com> - 2012-09-18 15:31 +0200
Re: reportlab and python 3 wxjmfauth@gmail.com - 2012-09-18 10:10 -0700
Re: reportlab and python 3 wxjmfauth@gmail.com - 2012-09-18 10:10 -0700
Re: reportlab and python 3 Terry Reedy <tjreedy@udel.edu> - 2012-09-18 13:33 -0400
Re: reportlab and python 3 wxjmfauth@gmail.com - 2012-09-18 04:17 -0700
Re: reportlab and python 3 wxjmfauth@gmail.com - 2012-09-18 00:16 -0700
csiph-web