Plugin Directory

Changeset 489050


Ignore:
Timestamp:
01/12/2012 10:39:02 PM (14 years ago)
Author:
divinenephron
Message:

Modified readme.

Location:
latex-everything/trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • latex-everything/trunk/readme.txt

    r489029 r489050  
    1313Latex. Or at least everything worth putting into a PDF.
    1414
    15 Latex everything can make PDF documents from individual posts and groups of
    16 posts like categories, tags and custom taxonomy terms). The plugins contains
     15Latex Everything can make PDF documents from individual posts and groups of
     16posts like categories, tags and custom taxonomy terms. The plugins contains
    1717everything a theme needs to define its own Latex templates, and link to the PDFs
    1818produced.
     
    2828        `<a href="<?php the_latex_url( 'single_post', get_the_ID() ) ?>">PDF Version</a`
    29295. For more advanced usage (user-defined templates and generating Latex
    30 documents for other things) see the Usage section.
     30documents for other things) see the Frequently Asked Questions.
    3131
    32 == Usage ==
     32== Frequently Asked Questions ==
    3333
    34 = Typsetting More Than Posts =
     34= Why isn't this working? =
     35
     36If something isn't working, check this FAQ for a relevent answer. If there isn't one,
     37create a new topic in the [plugin forum](http://wordpress.org/tags/latex-everything?forum_id=10#postform)
     38and the author will try to get back to you.
     39
     40= How do I typset things besides posts? =
    3541
    3642Go to `Settings->Reading`. There is a "Latex Everything" section where you can
     
    5157You need to know what sort of document you're looking for when getting its url.
    5258
    53 = Linking to Generated Documents =
     59= When are the PDF files generated? =
     60
     61PDF files that contain a post are updated when it is saved. PDF files are also
     62generated in bulk after the plugin is activated (this uses WP-Cron, so it takes
     63a while). If you have a large number of posts and want to generate PDF files for
     64all of them, deactivate and reactivate the plugin, then wait.
     65
     66= How do I link to the generated documents? =
    5467
    5568Functions have been provided to link to the generated PDFs.
     
    92105    `<?php endif; // get_latex_permalink ?>` 
    93106
    94 = Custom Templates =
     107= How do I use my own Latex Templates? =
    95108
    96109Latex Everything has a default template inside the plugin directory, but it only
     
    120133how to make your own.
    121134
    122 = Extending =
     135= How can I extend this? =
    123136
    124137The plugin has been built with the intention of being extensible. The internals
    125138have documentaion in comments, and if you want to know how to do something that
    126 isn't obvious, create a new topic in the [plugin forum](http://wordpress.org/tags/latex-everything?forum_id=10#postform) and the author will try to get back to you.
    127 
    128 == Frequently Asked Questions ==
    129 
    130 = When are the PDF files generated? =
    131 
    132 PDF files that contain a post are updated when it is saved. PDF files are also
    133 generated in bulk after the plugin is activated (this uses WP-Cron, so it takes
    134 a while). If you have a large number of posts and want to generate PDF files for
    135 all of them, deactivate and reactivate the plugin, then wait.
    136 
    137 = Why isn't this working? =
    138 
    139 If something isn't working, create a new topic in the [plugin
    140 forum](http://wordpress.org/tags/latex-everything?forum_id=10#postform) and the
    141 author will try to get back to you.
     139isn't obvious, create a new topic in the [plugin forum](http://wordpress.org/tags/latex-everything?forum_id=10#postform)
     140and the author will try to get back to you.
    142141
    143142== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.