Changeset 489050
- Timestamp:
- 01/12/2012 10:39:02 PM (14 years ago)
- Location:
- latex-everything/trunk
- Files:
-
- 2 added
- 1 edited
-
readme.txt (modified) (5 diffs)
-
screenshot-1.png (added)
-
screenshot-2.png (added)
Legend:
- Unmodified
- Added
- Removed
-
latex-everything/trunk/readme.txt
r489029 r489050 13 13 Latex. Or at least everything worth putting into a PDF. 14 14 15 Latex everything can make PDF documents from individual posts and groups of16 posts like categories, tags and custom taxonomy terms ). The plugins contains15 Latex Everything can make PDF documents from individual posts and groups of 16 posts like categories, tags and custom taxonomy terms. The plugins contains 17 17 everything a theme needs to define its own Latex templates, and link to the PDFs 18 18 produced. … … 28 28 `<a href="<?php the_latex_url( 'single_post', get_the_ID() ) ?>">PDF Version</a` 29 29 5. For more advanced usage (user-defined templates and generating Latex 30 documents for other things) see the Usage section.30 documents for other things) see the Frequently Asked Questions. 31 31 32 == Usage==32 == Frequently Asked Questions == 33 33 34 = Typsetting More Than Posts = 34 = Why isn't this working? = 35 36 If something isn't working, check this FAQ for a relevent answer. If there isn't one, 37 create a new topic in the [plugin forum](http://wordpress.org/tags/latex-everything?forum_id=10#postform) 38 and the author will try to get back to you. 39 40 = How do I typset things besides posts? = 35 41 36 42 Go to `Settings->Reading`. There is a "Latex Everything" section where you can … … 51 57 You need to know what sort of document you're looking for when getting its url. 52 58 53 = Linking to Generated Documents = 59 = When are the PDF files generated? = 60 61 PDF files that contain a post are updated when it is saved. PDF files are also 62 generated in bulk after the plugin is activated (this uses WP-Cron, so it takes 63 a while). If you have a large number of posts and want to generate PDF files for 64 all of them, deactivate and reactivate the plugin, then wait. 65 66 = How do I link to the generated documents? = 54 67 55 68 Functions have been provided to link to the generated PDFs. … … 92 105 `<?php endif; // get_latex_permalink ?>` 93 106 94 = Custom Templates=107 = How do I use my own Latex Templates? = 95 108 96 109 Latex Everything has a default template inside the plugin directory, but it only … … 120 133 how to make your own. 121 134 122 = Extending=135 = How can I extend this? = 123 136 124 137 The plugin has been built with the intention of being extensible. The internals 125 138 have 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. 139 isn't obvious, create a new topic in the [plugin forum](http://wordpress.org/tags/latex-everything?forum_id=10#postform) 140 and the author will try to get back to you. 142 141 143 142 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.