koppor / plantuml

A LuaLaTeX package for PlantUML in LaTeX
https://koppor.github.io/plantuml/
LaTeX Project Public License v1.3c
55 stars 10 forks source link

Support of documentclass beamer #11

Open HaLo1701 opened 5 years ago

HaLo1701 commented 5 years ago

Can you add support for documentclass beamer?

koppor commented 4 years ago

Could you add a minimal example showing that this does not work?

crazyscientist commented 3 years ago

I used the minimal example from the repo (after verifying that it works) and changed it to be a beamer presentation. See https://gist.github.com/crazyscientist/02c4cae44cfc92d85c246274f31eec2e

The resulting files:

HaLo1701 commented 3 years ago

Hi,

i got the following error on line 21: grafik

carlosal1015 commented 3 years ago

Hi @HaLo1701, try put [fragile] after \begin{frame}.

crazyscientist commented 3 years ago

@carlosal1015 thanks for the tip, using fragile fixed my example document :+1:

I believe this issue can be closed now.

HaLo1701 commented 3 years ago

Hello @carlosal1015, also thanks from my site. It works perfect. Also with german "umlaut":

grafik

From my site close the issue too.