Skip to content

Instantly share code, notes, and snippets.

@crazyscientist
Created October 15, 2020 12:40
Show Gist options
  • Save crazyscientist/02c4cae44cfc92d85c246274f31eec2e to your computer and use it in GitHub Desktop.
Save crazyscientist/02c4cae44cfc92d85c246274f31eec2e to your computer and use it in GitHub Desktop.
Example: PlantUML in a Beamer presentation
\documentclass{beamer}
\usepackage{listings}
\usepackage{graphicx}
\usepackage{plantuml}
\begin{document}
\begin{frame}
\begin{plantuml}
@startuml
class Car
Driver - Car : drives >
Car *- Wheel : have 4 >
Car -- Person : < owns
@enduml
\end{plantuml}
\end{frame}
\end{document}\begin{tabbing}
\end{tabbing}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment