On Fri, Feb 12, 2021, at 5:31 PM, LRP wrote:
I'm converting a document from markdown to PDF. The empty page following the title displays the Roman numeral ii. The Roman numerals continue down through the table of contents.

How can I suppress these page numbers?

Here's my pandoc call:

pandoc \
    -s \
    2-Writersglen.md \
    --top-level-division=chapter \
    --toc \
    -o \
    Writersglen.pdf

Many thanks,

LRP


I suppress page numbers with:

    \pagenumbering{gobble}

in my source doc.

-- John

--
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/25f723e1-e1c7-45b4-b8aa-09c1bb4f2633%40www.fastmail.com.