From 6080c64dcff468c1bff0a9e73c66eb9b1a0ae5f0 Mon Sep 17 00:00:00 2001 From: Lukas Pietzschmann Date: Mon, 8 Apr 2024 08:52:06 +0000 Subject: [PATCH] Added examples --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b20a807..51824f0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,11 @@ If you're using latexmk you don't have to do this manually as latexmk can figure ## Example slides -![example.pdf](https://github.com/LukasPietzschmann/awesome-beamer/blob/master/example.pdf) +I already prepared many presentations using this style. Here are some examples: +- [Hydrogen is an energy carrier](https://raw.githubusercontent.com/LukasPietzschmann/hydrogen-energy/build/talk.pdf) ([Repo](https://github.com/LukasPietzschmann/hydrogen-energy)) +- [Building a dataflow graph for java](https://github.com/LukasPietzschmann/java-dataflow-graph/files/13249805/main.pdf) ([Repo](https://github.com/LukasPietzschmann/java-dataflow-graph)) +- [Distributed configuration stores](https://github.com/LukasPietzschmann/Configuration-Stores/files/12793983/main.pdf) ([Repo](https://github.com/LukasPietzschmann/Configuration-Stores)) +- [SIMD intrinsics](https://github.com/LukasPietzschmann/SIMD-Intrinsics/files/12775327/talk.pdf) ([Repo](https://github.com/LukasPietzschmann/SIMD-Intrinsics)) ## Related stuff If you're looking for other LaTeX classes in the same style, you may want to take a look at this repo: [tex-classes](https://github.com/LukasPietzschmann/tex-classes).