matze / mtheme

A modern LaTeX Beamer theme
6.44k stars 846 forks source link

The section page and TikZ external #260

Closed kellertuer closed 7 years ago

kellertuer commented 7 years ago

I really like to use Metropolis since I discovered it. However, I have a few graphics I use in my talks, that are better to be prerendered and included, which is nicely done by the TiKz library external.

However when I activate external, every sectionpage produces also an extra externalized pdf (of just the line). Would it be possible to add an \tikzexternaldisable before and a \tikzexternalenableafter each tikzpicture the theme generates? I know, that this can be done, I did it myself a while ago; so this might also be seen as a reminder for myself ;) I am just not yet used to dtx files and haven't found my old files with the fix (in my old theme a while ago).

Best, Kellertuer.

kellertuer commented 7 years ago

Hi, thanks for the quick fix, the one point to keep in mind is, that if you don't load the external library of TikZ your solution will throw an error, because then the \tikzexternaldisable and enable-commands are not defined. That's what I meant with i'll have to look for that, i'm sorry, that I wasn't more clear in the first place.

matze commented 7 years ago

Yep, you are right. I think we could either define those to NOPs if they don't exist or prematurely load external. Hmm ...

kellertuer commented 7 years ago

I still can't find my old code, but I think I had something to check whether external was loaded, stored that value in a boolean and sorrounded both commands by an if. Which is a little longer that your NOPs Idea. I wouldn't just prematurely load external though.