[web2py] Re: web2py report pdflatex template

2014-05-09 Thread Peter Pan
ate.tex is: \documentclass{article} \begin{document} The task is: $$args \end{document} Am Mittwoch, 7. Mai 2014 20:59:29 UTC+2 schrieb Massimo Di Pierro: > > > > On Wednesday, 7 May 2014 13:37:25 UTC-5, Peter Pan wrote: >> >> Hey Massimo, >> >> i follwo the link,

[web2py] Re: web2py report pdflatex template

2014-05-09 Thread Peter Pan
Ok, i find a way to work with the template and it works well: I use this code in web2py: def print_task(): task = db.task(request.args(0,cast=int)) from gluon.contrib.markmin.markmin2pdf import latex2pdf template = open('//home/user/web2py/applications/Tagesaufgaben/tex/tex/te

[web2py] Re: web2py report pdflatex template

2014-05-07 Thread Peter Pan
x and then calls > pdflatex. Only a subset of markmin is supported. Formulas go in between > $$...$$ in markmin. > > Massimo > > > On Monday, 5 May 2014 14:29:34 UTC-5, Peter Pan wrote: >> >> Hey >> I' m a teacher and work with pdflatex. I think its a

[web2py] report with a pdflatex template

2014-05-06 Thread Peter Pan
Hi, it is possible to implement a pdflatex template in web2py to generate a pdf-report? tanks for help Peter -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issue

[web2py] web2py report pdflatex template

2014-05-05 Thread Peter Pan
Hey I' m a teacher and work with pdflatex. I think its a good idea to learn LaTeX with web2py. The Students create theire own reports with pdflatex. I do Not know how to implement a pdflatex-Template in web2py. I read the informations about markmin But i couldn' t find the answer. -- Resou

[web2py] Hide fields in Forms...

2012-02-02 Thread Peter Pan
Hello, want to hide certan Fields in Forms derived from Tables. I already tried everything but i cant make it happen. Here's the link with my source code: http://pastebin.com/V8MAE4en I already tried to set the Fields "parent" and "created_by" from the "task"-Table to "readable/writeable = Fals