public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Changing enumeration style for Beamer
@ 2015-08-31  3:15 Thomas Hodgson
  0 siblings, 0 replies; only message in thread
From: Thomas Hodgson @ 2015-08-31  3:15 UTC (permalink / raw)
  To: pandoc-discuss


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

Pandoc's 'fancy_lists' extension converts a list like this

```
i. One

ii. Two
```

to this

```

\begin{enumerate}

\def\labelenumi{\roman{enumi}.}

\item

  One

\item

  Two

\end{enumerate}

```


for LaTeX output. It does this for the Beamer writer too, but because of 
how Beamer works it doesn't have the desired result i.e. Arabic numerals 
will be displayed.


This would, I think, give the right result. My understanding is that Beamer 
is loading enumerate.sty and that that is what one has to use.


```

\begin{enumerate}[i.]

\item

  One

\item

  Two

\end{enumerate}

```


Am I right about what's going on? Would a change in the writer be needed to 
get the right behaviour?

-- 
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/78ca35a4-0c26-406e-8773-0b0d5b50a05c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-31  3:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-31  3:15 Changing enumeration style for Beamer Thomas Hodgson

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