public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Unwanted page numbers
@ 2021-02-12 22:31 LRP
       [not found] ` <f514998f-fbc6-4def-9a16-f3c1f7fe2649n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: LRP @ 2021-02-12 22:31 UTC (permalink / raw)
  To: pandoc-discuss


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

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


-- 
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 view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/f514998f-fbc6-4def-9a16-f3c1f7fe2649n%40googlegroups.com.

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

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

* Re: Unwanted page numbers
       [not found] ` <f514998f-fbc6-4def-9a16-f3c1f7fe2649n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-02-22  2:21   ` John Gabriele
  0 siblings, 0 replies; 2+ messages in thread
From: John Gabriele @ 2021-02-22  2:21 UTC (permalink / raw)
  To: 'Oliver Demetz' via pandoc-discuss

[-- Attachment #1: Type: text/plain, Size: 956 bytes --]

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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.

[-- Attachment #2: Type: text/html, Size: 2214 bytes --]

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

end of thread, other threads:[~2021-02-22  2:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12 22:31 Unwanted page numbers LRP
     [not found] ` <f514998f-fbc6-4def-9a16-f3c1f7fe2649n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-02-22  2:21   ` John Gabriele

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