Continue fixing refs
[worg.git] / exporters / plos-one-template-worg.org
blob1e6f2090799eec3378089752bddcc432b7619af0
1 #+TITLE: Org Mode Template for a /PLOS ONE/ Journal Article
2 #+AUTHOR: Thomas S. Dye
3 #+EMAIL: tsd at tsdye dot com
4 #+OPTIONS: html-link-use-abs-url:nil html-postamble:auto
5 #+OPTIONS: html-preamble:t html-scripts:t html-style:t
6 #+OPTIONS: html5-fancy:nil tex:t
7 #+CREATOR: <a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.3.1 (<a href="https://orgmode.org">Org</a> mode 8.2.5c)
8 #+HTML_CONTAINER: div
9 #+HTML_DOCTYPE: xhtml-strict
11 #+call: plos-one-start(kwd="TITLE") :wrap latex
13 # This file is released by its authors and contributors under the GNU
14 # Free Documentation license v1.3 or later, code examples are released
15 # under the GNU General Public License v3 or later.
17 * Template overview
19 This project provides a template to export an Org mode file to a LaTeX
20 file that meets the specifications of the open-access journal
21 [[http://www.plosone.org][/PLOS ONE/]]. It features:
23  - environment setup with [[https://www.gnu.org/software/emacs/manual/html_node/emacs/File-Variables.html][Emacs local variables]];
24  - [[https://orgmode.org/manual/The-export-dispatcher.html][asynchronous export]] to pdf via LaTeX;
25  - [[http://en.wikibooks.org/wiki/LaTeX/Document_Structure#Document_classes][custom document classes]] for article development and for submitting
26    to the journal;
27  - an optional [[http://www.plosone.org/static/supportingInformation][supporting information document]] capable of creating a
28    [[http://biostats.bepress.com/bioconductor/paper2/][compendium]] in pdf format;
29  - [[http://www.bibtex.org][BibTeX]] bibliography management with [[http://joostkremers.github.io/ebib/][Ebib]]
31 In addition, there is a checklist to help guide you through
32 configuration and document preparation.
34 The template is distributed as =plos-one-template.org= at
35 https://github.com/tsdye/org-plos-one-template.git.