public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Ant Eagle <ant-DePdjkTX6oTpmi9iPZTz7g@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: titlegraphic syntax
Date: Fri, 30 Jun 2023 18:41:33 -0700 (PDT)	[thread overview]
Message-ID: <fe93f88c-48a6-4a15-8ca8-1a6f865549a2n@googlegroups.com> (raw)


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

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.

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

             reply	other threads:[~2023-07-01  1:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-01  1:41 Ant Eagle [this message]
     [not found] ` <fe93f88c-48a6-4a15-8ca8-1a6f865549a2n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-07-01 15:57   ` John MacFarlane

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=fe93f88c-48a6-4a15-8ca8-1a6f865549a2n@googlegroups.com \
    --to=ant-depdjktx6otpmi9ipztz7g@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).