• Hello i have installed your plugin into my wordpress but no pdf are generated.

    root@vserver3405:~# which pdflatex
    /usr/bin/pdflatex
    root@vserver3405:~# which pdftk
    /usr/bin/pdftk
    #Both are installed

    root@vserver3405:~# ps -aux | grep tex
    Warning: bad ps syntax, perhaps a bogus ‘-‘? See http://procps.sf.net/faq.html
    root 13679 0.0 0.1 3332 828 pts/0 S+ 13:23 0:00 grep –color=auto tex
    root@vserver3405:~# ps -aux | grep pdf
    Warning: bad ps syntax, perhaps a bogus ‘-‘? See http://procps.sf.net/faq.html
    root 13685 0.0 0.1 3332 824 pts/0 S+ 13:23 0:00 grep –color=auto pdf
    # No processes running

    root@vserver3405:~# find /var/www/claw -name *.pdf
    # Finds nothing

    http://ww.wp.xz.cn/extend/plugins/latex-everything/

Viewing 1 replies (of 1 total)
  • Plugin Author divinenephron

    (@divinenephron)

    Is the plugin producing errors? Find out by adding the following to wp-config.php to enable debugging:

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);

    Try to generate a PDF again, and tell me if any errors appear in wp-content/debug.log.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Latex Everything] No PDFs generated’ is closed to new replies.