public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
To: 'dib' via pandoc-discuss
	<pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>,
	pandoc-discuss
	<pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: Removing section number in Pandoc-beamer?
Date: Mon, 31 Dec 2018 14:45:42 -0800	[thread overview]
Message-ID: <m2d0ph1fjd.fsf@johnmacfarlane.net> (raw)
In-Reply-To: <605b666f-1209-4c29-993f-a3392c5e3e42-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>


In the earlier example there's a section heading with
no content.  If you add some content, you'll get a
regular slide rather than just a section heading slide.

echo -e '# Title\n\nHi' | pandoc -t beamer -o test.pdf -M theme=Madrid

No "Section 1".

If your document has no hierarchical structure (e.g.
all level-1 headers) then you won't get title slides
like "Section 1".

If you have hierarchical structure, you'll get these
slides. Their formatting (including the numbering)
seems to be theme dependent.  I'm not sure why the
Madrid theme doesn't pay attention to

\setcounter{secnumdepth}{0}

in the latex pandoc produces.  I suggest you
generate a .tex file using `-t beamer -s -o test.tex`
and ask a beamer expert whether there's a way to
avoid the section number.


"'dib' via pandoc-discuss"
<pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> writes:

> Section 1
>
> Title (in blue "Madrid"-Box)
>
> What I can:
> Change the name "Section" to any other name, even an empty name.
> What I can not:
> Get rid of the figure "1".


  parent reply	other threads:[~2018-12-31 22:45 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-27 15:57 'dib' via pandoc-discuss
     [not found] ` <fd76035d-eeb2-4de6-a9ac-1985e190060a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-12-27 16:30   ` mb21
     [not found]     ` <4ff5dee3-16de-4fbf-8636-b2b646a76812-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-12-28 17:14       ` 'dib' via pandoc-discuss
2018-12-28 17:15       ` 'dib' via pandoc-discuss
     [not found]         ` <29f56b2a-e382-4a21-9052-3f2116042c1b-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-12-30  8:22           ` mb21
     [not found]             ` <4ba14316-facb-470c-b2f9-038e681cc3a2-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-12-30  9:37               ` 'dib' via pandoc-discuss
     [not found]                 ` <605b666f-1209-4c29-993f-a3392c5e3e42-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-12-30  9:55                   ` mb21
     [not found]                     ` <24d1a94c-78cf-42a7-9ba8-56637b22325b-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-12-30 11:18                       ` 'dib' via pandoc-discuss
     [not found]                         ` <03c24674-40af-4c30-b402-2b5d9350fd21-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-05-13 18:45                           ` Eduardo de Santana Medeiros Alexandre
     [not found]                             ` <e8c23eb6-5126-4671-814c-a4b736c4e484-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-05-13 18:48                               ` Eduardo de Santana Medeiros Alexandre
2018-12-31 22:45                   ` John MacFarlane [this message]
2018-12-31  2:55   ` John Muccigrosso
     [not found]     ` <3c1db6e8-ce72-4d2f-876e-d44a44de3016-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-12-31 13:59       ` mb21
2018-12-31 22:14       ` 'dib' via pandoc-discuss
2019-05-18 10:21   ` Duncan Murdoch
     [not found]     ` <b0cfeadd-f457-423e-9448-3c4edcc52ca2-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-05-18 15:09       ` Duncan Murdoch

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=m2d0ph1fjd.fsf@johnmacfarlane.net \
    --to=jgm-tvlzxgkolnx2fbvcvol8/a@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).