Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29422
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2012-09-18 04:17 -0700 |
| References | <mailman.829.1347871673.27098.python-list@python.org> <9aa9f1dd-f6b1-4de4-8606-e83a54318765@googlegroups.com> <mailman.864.1347959058.27098.python-list@python.org> |
| Subject | Re: reportlab and python 3 |
| From | wxjmfauth@gmail.com |
| Message-ID | <mailman.868.1347967047.27098.python-list@python.org> (permalink) |
Le mardi 18 septembre 2012 11:04:19 UTC+2, Laszlo Nagy a écrit : > > 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 I understood, you have Python on a platform and starting from this you wish to create pdf files. Obviously, embedding "TeX" is practically a no solution, although distibuting a portable standalone TeX distribution is a perfectly viable solution, especially on Windows! To "I wanted to learn TeX anyway.": I can only warmly recommend to start with one of the two unicode compliant engines, LuaTeX or XeTeX. jmf
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