From 46a927fe1c796102ec36d6e90844dab48a6cf9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20von=20der=20Weid?= Date: Mon, 15 Jan 2024 08:53:11 +0000 Subject: [PATCH] Add 'Home' --- Home.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..00249fe --- /dev/null +++ b/Home.md @@ -0,0 +1,25 @@ +This repository contains a list of templates for different technologies + +## Latex + +### Presentation + +Template for a slide show with premade styles for code blocks + +### Recipe + +Template for a simple recipe like original Betti Bossy recipes + +### Statement + +Template for a TP statement with styled code blocks + +## Typst + +Simplified and easier to use alternative to Latex + +### Recipe + +Equivalent of the Latex recipe template in Typst + +Composed of the recipe template to import (`recipe.typ`) and an example file to modify and rename (`example.typ`). \ No newline at end of file