Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author divinenephron

    (@divinenephron)

    Hi CJC,

    Go to Setting->Reading and check the Single Categories item to generate PDFs of each category. If you want to generate links to a category’s PDF, use this code from the README:

    <?php the_latex_url( 'term', $category_ID, 'category' ) ?>

    (Make sure $category_ID is the category ID you want of course.)

    Thread Starter caiusjuliuscaesar

    (@caiusjuliuscaesar)

    Hi,
    thank you, now i got it – hopefully. Is there any possibility to get the intermediate tex-files, which are converted from html and result into the pdfs?
    Regards
    CJC

    Plugin Author divinenephron

    (@divinenephron)

    Sure, but I’ll be a bit of a hack.

    Add the following to [your wordpress directory]/wp-config.php.

    define('WP_DEBUG', true);

    This will, among other things, stop the plugin from deleting its temporary files.

    Re-save a post in the category you’re concerned about in order to re-generate the category’s PDF file.

    You can then look in the directory /tmp/le-[random characters] for the temporary files (the path will be different if you’re not on unix). If you find you have millions of these directories, delete them and repeat the above step, so that you only have to look in the newest directories.

    Make sure you turn off WP_DEBUG when you’re finished.

    Hello divinenephron,

    I am new to WordPress, I just need verify with you where is the Setting->Reading is located.

    Thanks,

    ist

    Sorry for my previous. I got it. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Latex Everything] Where can latex everything be configured’ is closed to new replies.