public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* variable monofont for PPTX slideshow
@ 2021-03-27 14:08 christophe dervieux
       [not found] ` <5de90e95-7747-4503-aff9-e08db9c83ab6n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: christophe dervieux @ 2021-03-27 14:08 UTC (permalink / raw)
  To: pandoc-discuss


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

Hi, 

I am following this 
doc https://pandoc.org/MANUAL.html#variables-for-powerpoint where *monofont* is 
a variable that can be set. 

With other formats setting a variable in YAML metadata block works but it 
seems not with pptx format. 

Considering this *test.md* file

--- 
title: "toy_example"
monofont: Source Code Pro
---

# Slide 1

With `2+2` inline 

# Slide 2 

```r
1+1
```

This does not seem to work
pandoc -t pptx -o test.pptx test.md

but this works
pandoc -t pptx -o test.pptx -V"monofont=Source Code Pro" test.md

the former should be working, right ?

 Am I missing something or should I open an issue ? 

Thank you.

-- 
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/5de90e95-7747-4503-aff9-e08db9c83ab6n%40googlegroups.com.

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

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

* Re: variable monofont for PPTX slideshow
       [not found] ` <5de90e95-7747-4503-aff9-e08db9c83ab6n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-03-29 17:53   ` John MacFarlane
  0 siblings, 0 replies; 2+ messages in thread
From: John MacFarlane @ 2021-03-29 17:53 UTC (permalink / raw)
  To: christophe dervieux, pandoc-discuss


Yes, please submit an issue.  This is a bug, probably easily fixed.

christophe dervieux <christophe.dervieux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Hi, 
>
> I am following this 
> doc https://pandoc.org/MANUAL.html#variables-for-powerpoint where *monofont* is 
> a variable that can be set. 
>
> With other formats setting a variable in YAML metadata block works but it 
> seems not with pptx format. 
>
> Considering this *test.md* file
>
> --- 
> title: "toy_example"
> monofont: Source Code Pro
> ---
>
> # Slide 1
>
> With `2+2` inline 
>
> # Slide 2 
>
> ```r
> 1+1
> ```
>
> This does not seem to work
> pandoc -t pptx -o test.pptx test.md
>
> but this works
> pandoc -t pptx -o test.pptx -V"monofont=Source Code Pro" test.md
>
> the former should be working, right ?
>
>  Am I missing something or should I open an issue ? 
>
> Thank you.
>
> -- 
> 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/5de90e95-7747-4503-aff9-e08db9c83ab6n%40googlegroups.com.


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

end of thread, other threads:[~2021-03-29 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27 14:08 variable monofont for PPTX slideshow christophe dervieux
     [not found] ` <5de90e95-7747-4503-aff9-e08db9c83ab6n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-03-29 17:53   ` John MacFarlane

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