I know that the beamer template includes a way to use the metadata variable `titlegraphic`. But the template seems to be quite basic: ``` $if(titlegraphic)$ \titlegraphic{\includegraphics{$titlegraphic$}} $endif$ ``` Is there any way to add standard image attributes, such as width, etc., without modifying the template? I guess the answer is no since there is nothing in the template that would yield `\includegraphics[width=5cm]{$titlegraphic$}`, but then my question, being mostly ignorant of the variable syntax in templates, is whether it is possible to parse a single metadata variable into two components, e.g., to take the markdown source `titlegraphic: image.png {width=5cm}` and yield the beamer code `\titlegraphic{\includegraphics[width=5cm]{image.png}}` -- 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/fe93f88c-48a6-4a15-8ca8-1a6f865549a2n%40googlegroups.com.