What is the problem exactly? Installing pdflatex? markmin2pdf cannot
find pdflatex? can you see pdflatex outside of web2py? Does it make
the latex at all?

On Jan 1, 11:25 am, Martin Weissenboeck <[email protected]> wrote:
> I have found this description in the book:
>
> You can use markmin to generate HTML, LaTeX and PDF documents:
>
> m = "Hello **world** [[linkhttp://web2py.com]]";
>
> from gluon.contrib.markmin.markmin2html import markmin2html
>
> print markmin2html(m)
>
> from gluon.contrib.markmin.markmin2latex import markmin2latex
>
> print markmin2latex(m)
>
> from gluon.contrib.markmin.markmin2pdf import markmin2pdf
>
> print markmin2pdf(m)* # requires pdflatex*
>
>  (the MARKMIN helper is a shortcut for markmin2html)
>
> There is a short line "requires pdflatex".
> Sorry - I have tried it for some hours, but I could not install it.
> Has anybody used markmin2pdf?
>
> Regards, Martin

Reply via email to