public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Center image in beamer using markdown
@ 2014-11-25 10:36 David Demelier
       [not found] ` <34bcd1f2-d3ef-40b5-9f63-5d037951d4d7-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: David Demelier @ 2014-11-25 10:36 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


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

Hi,

Is there a way to center an image in a beamer slide?

Markdown does not have any alignment feature.

I also tried restructuredtext image directive plus align attribute but it 
does not work.

Regards,
David.

-- 
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/34bcd1f2-d3ef-40b5-9f63-5d037951d4d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: Center image in beamer using markdown
       [not found] ` <34bcd1f2-d3ef-40b5-9f63-5d037951d4d7-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2014-11-25 18:13   ` John MacFarlane
       [not found]     ` <20141125181320.GB33260-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: John MacFarlane @ 2014-11-25 18:13 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

If you're just targeting beamer, you can always use raw latex alignment
(and image) commands (assuming your source is Markdown).


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

* Re: Center image in beamer using markdown
       [not found]     ` <20141125181320.GB33260-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
@ 2014-11-26  9:08       ` David Demelier
       [not found]         ` <796aacc2-a6ea-4360-9713-12e0f3a7e4b2-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: David Demelier @ 2014-11-26  9:08 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


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

Le mardi 25 novembre 2014 19:13:33 UTC+1, John MacFarlane a écrit :
>
> If you're just targeting beamer, you can always use raw latex alignment 
> (and image) commands (assuming your source is Markdown). 
>

Thanks, in fact I've realized that I was on a level 1 slide title (where 
the title should be centered) so that's why I had my image on the left.

I have a second quick question. I saw that beamer usually put small circles 
to show the current "section" item.

See : http://mcclinews.free.fr/latex/beamergalerie/maxi/singapore2.png

I cannot get them to work, is it a special option to activate ?

With that content :

# Initialisation

## Example

Some content.

## New features

> - Powerful
> - Safe

# Destruction

## Finally

> - It does not work 

And invoking like this :

pandoc --toc -s -fmarkdown -tbeamer -Vtheme=Singapore test.md -o test.pdf

I get only "Initialisation" and "Destruction" in the navigation bar.

-- 
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/796aacc2-a6ea-4360-9713-12e0f3a7e4b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: Center image in beamer using markdown
       [not found]         ` <796aacc2-a6ea-4360-9713-12e0f3a7e4b2-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2014-11-26  9:23           ` David Demelier
  0 siblings, 0 replies; 4+ messages in thread
From: David Demelier @ 2014-11-26  9:23 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


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

Nevermind, I've found with --slide-level 3 :-).

-- 
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/402ec109-04f1-48db-8c14-3072e6d6c761%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

end of thread, other threads:[~2014-11-26  9:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-25 10:36 Center image in beamer using markdown David Demelier
     [not found] ` <34bcd1f2-d3ef-40b5-9f63-5d037951d4d7-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2014-11-25 18:13   ` John MacFarlane
     [not found]     ` <20141125181320.GB33260-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
2014-11-26  9:08       ` David Demelier
     [not found]         ` <796aacc2-a6ea-4360-9713-12e0f3a7e4b2-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2014-11-26  9:23           ` David Demelier

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