public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* APA-format paper from Markdown
@ 2018-12-19 17:19 Jack Bates
       [not found] ` <1674b2d0-1f02-fdc6-20ff-0959aa942ae9-dGoucM6QAyFhr70sJ4iBzQ@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Jack Bates @ 2018-12-19 17:19 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

When I wrote a paper in APA format with Pandoc and Markdown I ran into 
some obstacles, so when I figured it out, I made a blog post about it:
http://jdbates.blogspot.com/2018/12/heres-how-to-write-paper-in-apa-format.html

Summary: Use the `apa6` document class and BibLaTeX. Convert to PDF with:

> pandoc --output wellness-assignment.tex --standalone --biblatex wellness-assignment.md
> xelatex wellness-assignment
> biber wellness-assignment
> xelatex wellness-assignment

Start the paper with:

> ---
> title: Wellness Assignment
> author: Jack Bates
> documentclass: apa6
> classoption:
> - man
> - biblatex
> bibliography: wellness-assignment.bib
> ...
> 
> Markdown follows ...

If that post isn't accurate or I missed something, please correct me!

Thank you for these excellent tools!


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-12-31 22:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-19 17:19 APA-format paper from Markdown Jack Bates
     [not found] ` <1674b2d0-1f02-fdc6-20ff-0959aa942ae9-dGoucM6QAyFhr70sJ4iBzQ@public.gmane.org>
2018-12-19 18:18   ` John MacFarlane
     [not found]     ` <yh480kbm5hpehj.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2018-12-19 20:53       ` Jack Bates
     [not found]         ` <fb92679c-f165-eace-4bee-6923c50357d5-dGoucM6QAyFhr70sJ4iBzQ@public.gmane.org>
2018-12-19 22:44           ` John MacFarlane
     [not found]             ` <yh480k1s6dp25s.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2018-12-22 15:27               ` Jack Bates
     [not found]                 ` <b6f94e34-0988-2e12-76e0-d45a5eba13b0-dGoucM6QAyFhr70sJ4iBzQ@public.gmane.org>
2018-12-29 22:00                   ` Jack Bates
2018-12-31 22:54                   ` John MacFarlane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).