public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: John MacFarlane <fiddlosopher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: titlegraphic syntax
Date: Sat, 1 Jul 2023 08:57:08 -0700	[thread overview]
Message-ID: <0E10A9F7-FF0C-45DB-928A-895E5AD74BC6@gmail.com> (raw)
In-Reply-To: <fe93f88c-48a6-4a15-8ca8-1a6f865549a2n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>

You could change the template so that it just has

$mytitlegraphic$

and then in your metadata

---
mytitlegraphic: '![](image.png){width=5cm}'
...

This markdown will be expanded to LaTeX before being passed to the mytitlegraphic variable.

> On Jun 30, 2023, at 6:41 PM, Ant Eagle <ant-DePdjkTX6oTpmi9iPZTz7g@public.gmane.org> wrote:
> 
> 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.

-- 
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/0E10A9F7-FF0C-45DB-928A-895E5AD74BC6%40gmail.com.


      parent reply	other threads:[~2023-07-01 15:57 UTC|newest]

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

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=0E10A9F7-FF0C-45DB-928A-895E5AD74BC6@gmail.com \
    --to=fiddlosopher-re5jqeeqqe8avxtiumwx3w@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).