public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: "John Gabriele" <jgabriele-97jfqw80gc6171pxa8y+qA@public.gmane.org>
To: "'Oliver Demetz' via pandoc-discuss"
	<pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: Unwanted page numbers
Date: Sun, 21 Feb 2021 21:21:04 -0500	[thread overview]
Message-ID: <25f723e1-e1c7-45b4-b8aa-09c1bb4f2633@www.fastmail.com> (raw)
In-Reply-To: <f514998f-fbc6-4def-9a16-f3c1f7fe2649n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>

[-- 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 --]

      parent reply	other threads:[~2021-02-22  2:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-12 22:31 LRP
     [not found] ` <f514998f-fbc6-4def-9a16-f3c1f7fe2649n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-02-22  2:21   ` John Gabriele [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=25f723e1-e1c7-45b4-b8aa-09c1bb4f2633@www.fastmail.com \
    --to=jgabriele-97jfqw80gc6171pxa8y+qa@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).