From 69abf6ebfc8bee7919491112b7d901753a1b4ce6 Mon Sep 17 00:00:00 2001 From: Isabell Pflug Date: Wed, 25 May 2022 19:55:40 +0200 Subject: [PATCH] moved scrartcl layouts into a scrartcl folder, adjusted links in README.md --- README.md | 4 ++-- .../template_assignments_maths[English].tex | 0 .../template_assignments_maths[German].tex | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename template_assignments_maths[English].tex => scrartcl/template_assignments_maths[English].tex (100%) rename template_assignments_maths[German].tex => scrartcl/template_assignments_maths[German].tex (100%) diff --git a/README.md b/README.md index 09a1013..15a1c25 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ A collection of empty LaTeX documents for fancy college assignments For compiling, `LuaLaTeX` is strongly recommended! ## Overview -### scarctl layouts -* [English Template](https://git.floating-in.space/isabell/latex_for_college/src/branch/main/template_assignments_maths%5BEnglish%5D.tex) and [German Template](https://git.floating-in.space/isabell/latex_for_college/src/branch/main/template_assignments_maths%5BGerman%5D.tex) for calculus, linear algebra and similiar math assignments +### scrartcl layouts +* [English Template](https://git.floating-in.space/isabell/latex_for_college/src/branch/main/scrartcl/template_assignments_maths%5BEnglish%5D.tex) and [German Template](https://git.floating-in.space/isabell/latex_for_college/src/branch/main/scrartcl/template_assignments_maths%5BGerman%5D.tex) for calculus, linear algebra and similiar math assignments ### beamer layouts * [English Template](https://git.floating-in.space/isabell/latex_for_college/src/branch/main/beamer/soft_pink_beamer_layout%5BEnglish%5D.tex) for soft pink presentations, strongly recommending usage of font [Qtpi](https://github.com/zephyo/5fonts10hours/tree/master/qtpi) by [Angela He](https://github.com/zephyo), published under [Creative Commons Attribution 3.0](https://creativecommons.org/licenses/by/3.0/us/) (if you want to use a different font, adjust the font in the preamble at the marked location) diff --git a/template_assignments_maths[English].tex b/scrartcl/template_assignments_maths[English].tex similarity index 100% rename from template_assignments_maths[English].tex rename to scrartcl/template_assignments_maths[English].tex diff --git a/template_assignments_maths[German].tex b/scrartcl/template_assignments_maths[German].tex similarity index 100% rename from template_assignments_maths[German].tex rename to scrartcl/template_assignments_maths[German].tex