The image isn't loading for me but I'll take a swing. Using the style.docx file you can set the heading level that the person's name is associated with to have a page break before. That sounds to me like what you described wanting. On Friday, October 3, 2014 7:50:31 AM UTC-7, Ken Kleinman wrote: > > Thanks, folks! > > On Friday, October 3, 2014 10:42:02 AM UTC-4, Jesse Rosenthal wrote: >> >> >> Ken Kleinman writes: >> >> > I suppose the dumb obvious workaround would be to insert some text like >> > "PAGEBREAK" and then do a replace all in Word. Duh. >> >> Or put PAGEBREAK on a line by itself in your markdown source, and then >> instead of the H1 filter I suggested before, just replace it in the >> filter: >> >> ~~~ >> insertPgBrks :: Block -> Block >> insertPgBrks (Para [Str "PAGEBREAK"]) = pgBrkBlock >> insertPgBrks blk = blk >> >> main = toJSONFilter insertPgBrks >> ~~~ >> > -- 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/9ce19d33-9c81-40bc-a1db-5bb77e8618e9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.