public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Does anyone know how to create a nicely formatted APA document?
@ 2018-10-02 22:58 Victor Hupay
       [not found] ` <fa76a584-8411-4699-9ea9-8a4188f6e9f1-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Victor Hupay @ 2018-10-02 22:58 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1727 bytes --]

I have searched, researched, and spent hours trying to find a perfect 
pandoc system to output my markdown files into a perfectly formatted APA 
document, but nothing works. I am able to reproduce using yaml an output 
that is close using:

pandoc --filter pandoc-citeproc yaml.yaml md.md -o paper.pdf

But it's not perfect. I want properly formatted page numbers, and I want my 
references section to be indented to APA standards (hanging), I want my 
headings to appear properly up to level 5. But my only work around has been 
to put in a word document and then format it manually. 

I've googled: markdown thesis, markdown latex apa thesis, and so much more. 
I've tried painstakenly to find a solution but I just can't seem to figure 
it out. I'm not a computer science major so I have very limited 
understanding. I just know that I want to use markdown and sublime to write 
my thesis.

I have tried papaja using R studio. I dislike it very much. It always 
produces some kind of error. Even if you just remove the second author. 
It's so frustrating.

Hopefully someone can point me in the right direction.

I would greatly appreciate your time. 

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/fa76a584-8411-4699-9ea9-8a4188f6e9f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 3407 bytes --]

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

* Re: Does anyone know how to create a nicely formatted APA document?
       [not found] ` <fa76a584-8411-4699-9ea9-8a4188f6e9f1-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2018-10-02 23:22   ` John MacFarlane
  2018-10-02 23:24   ` John MacFarlane
  1 sibling, 0 replies; 4+ messages in thread
From: John MacFarlane @ 2018-10-02 23:22 UTC (permalink / raw)
  To: Victor Hupay, pandoc-discuss


You could try

    -Vdocumentclass=apa

which might help with page numbers and other
aspects of formatting.

I'm not sure what you mean about the headings not
appearing properly.  Can you be more specific?

Hanging indents: workaronud here
https://groups.google.com/forum/#!topic/pandoc-discuss/SUZ08-Kc6Og


Victor Hupay <impoorbuthappy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> I have searched, researched, and spent hours trying to find a perfect 
> pandoc system to output my markdown files into a perfectly formatted APA 
> document, but nothing works. I am able to reproduce using yaml an output 
> that is close using:
>
> pandoc --filter pandoc-citeproc yaml.yaml md.md -o paper.pdf
>
> But it's not perfect. I want properly formatted page numbers, and I want my 
> references section to be indented to APA standards (hanging), I want my 
> headings to appear properly up to level 5. But my only work around has been 
> to put in a word document and then format it manually. 
>
> I've googled: markdown thesis, markdown latex apa thesis, and so much more. 
> I've tried painstakenly to find a solution but I just can't seem to figure 
> it out. I'm not a computer science major so I have very limited 
> understanding. I just know that I want to use markdown and sublime to write 
> my thesis.
>
> I have tried papaja using R studio. I dislike it very much. It always 
> produces some kind of error. Even if you just remove the second author. 
> It's so frustrating.
>
> Hopefully someone can point me in the right direction.
>
> I would greatly appreciate your time. 
>
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/fa76a584-8411-4699-9ea9-8a4188f6e9f1%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.


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

* Re: Does anyone know how to create a nicely formatted APA document?
       [not found] ` <fa76a584-8411-4699-9ea9-8a4188f6e9f1-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2018-10-02 23:22   ` John MacFarlane
@ 2018-10-02 23:24   ` John MacFarlane
       [not found]     ` <yh480k7ej07x08.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  1 sibling, 1 reply; 4+ messages in thread
From: John MacFarlane @ 2018-10-02 23:24 UTC (permalink / raw)
  To: Victor Hupay, pandoc-discuss


Don't know if you've seen this
https://github.com/iamamutt/pandoc-apa


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

* Re: Does anyone know how to create a nicely formatted APA document?
       [not found]     ` <yh480k7ej07x08.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
@ 2018-10-02 23:32       ` Victor Hupay
  0 siblings, 0 replies; 4+ messages in thread
From: Victor Hupay @ 2018-10-02 23:32 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 817 bytes --]

thank you - I will figure it out eventually... I wrote that post out of 
frustration...

On Tuesday, October 2, 2018 at 7:24:39 PM UTC-4, John MacFarlane wrote:
>
>
> Don't know if you've seen this 
> https://github.com/iamamutt/pandoc-apa 
>
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/5d281001-b3f9-429c-8a70-620f5ae2ba76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 1858 bytes --]

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

end of thread, other threads:[~2018-10-02 23:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-02 22:58 Does anyone know how to create a nicely formatted APA document? Victor Hupay
     [not found] ` <fa76a584-8411-4699-9ea9-8a4188f6e9f1-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-10-02 23:22   ` John MacFarlane
2018-10-02 23:24   ` John MacFarlane
     [not found]     ` <yh480k7ej07x08.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2018-10-02 23:32       ` Victor Hupay

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).