Changeset 582623
- Timestamp:
- 08/07/2012 11:31:12 AM (14 years ago)
- File:
-
- 1 edited
-
latex-everything/trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
latex-everything/trunk/readme.txt
r582621 r582623 3 3 Tags: latex, pdf, attachment 4 4 Requires at least: 3.0 5 Tested up to: 3.3.1 6 Stable tag: trunk 5 Tested up to: 3.4.1 6 Stable tag: 1.1 7 License: GPLv2 or later 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 9 8 10 Produce PDF documents of everything on your site with Latex. … … 34 36 = Why isn't this working? = 35 37 36 If something isn't working, check this FAQ for a relev ent answer. If there isn't one,38 If something isn't working, check this FAQ for a relevant answer. If there isn't one, 37 39 create a new topic in the [plugin forum](http://wordpress.org/tags/latex-everything?forum_id=10#postform) 38 40 and the author will try to get back to you. 39 41 40 = How do I typ set things besides posts? =42 = How do I typeset things besides posts? = 41 43 42 44 Go to `Settings->Reading`. There is a "Latex Everything" section where you can 43 45 choose which documents Latex Everything creates. By default only "Single Posts" 44 option is selected, but you can typ set other post types (including custom ones),46 option is selected, but you can typeset other post types (including custom ones), 45 47 documents containing every post in a category (or other taxonomies), and 46 48 documents containing every post of a specific post type. … … 115 117 `latex-single-<post_type>-<post slug>.php` 116 118 `latex-single-<post_type>.php` 117 `latex-single.php` 119 `latex-single.php` 118 120 `latex.php` 119 121 … … 121 123 `latex-post-type-<post type name>.pdf` 122 124 `latex-post-type.pdf` 123 `latex.pdf` 125 `latex.pdf` 124 126 125 127 For a `term` PDF: … … 136 138 137 139 The plugin has been built with the intention of being extensible. The internals 138 have documenta ion in comments, and if you want to know how to do something that140 have documentation in comments, and if you want to know how to do something that 139 141 isn't obvious, create a new topic in the [plugin forum](http://wordpress.org/tags/latex-everything?forum_id=10#postform) 140 142 and the author will try to get back to you. … … 147 149 == Changelog == 148 150 151 = 1.1 = 152 * Fixed a bug where PDFs for custom post types would not be generated. 153 149 154 = 1.0 = 150 155 * First released version. … … 152 157 == Upgrade Notice == 153 158 159 = 1.1 = 160 This version fixes a bug where PDFs for custom post types would not be generated. 161 154 162 = 1.0 = 155 163 First stable version.
Note: See TracChangeset
for help on using the changeset viewer.