Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29418
| Date | 2012-09-18 11:04 +0200 |
|---|---|
| From | Laszlo Nagy <gandalf@shopzeus.com> |
| Subject | Re: reportlab and python 3 |
| References | <mailman.829.1347871673.27098.python-list@python.org> <9aa9f1dd-f6b1-4de4-8606-e83a54318765@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.864.1347959058.27098.python-list@python.org> (permalink) |
> 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