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