Skip to content

toshiakiasakura/pandoc_plosone_sample_reproduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Pandoc PLOS ONE sample reproduction.

Use pandoc to reproduce sample manuscript for PLOS ONE journal.
See PLOS ONE Submission Guidelines.

To convert a document

For both case, you need to install

  • Pandoc
  • Pantable
  • pandoc-mustache
  • pandoc-docx-pagebreak-py
  • pandoc-crossref

and just run to create document.

pandoc -d default.yaml

For a manuscript with reference, I already prepared bibText style of references 1_plosone.bib and citation syle language plos-one.csl, so that you can convert markdon to docx.

In sum, all you need to do is,

  • Install above packages.
  • Prepare default.yaml (already provided in this repository).
  • Prepare variables.yaml. (Empty is ok, or remove pandoc-mustache)
  • Write markdown.
  • Prepare bib style references and citation style language, and specify these paths in default.yaml.

That's all!

About

Reproduce plosone sample title page and manuscript with pandoc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages