From f9cec7ea35dc79e1621afb5e96b6a96a05275ac4 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Wed, 7 May 2025 17:46:10 +0200 Subject: [PATCH] fix docs --- docs/Assignments/extra_research/FR-1-traces.md | 6 +++--- mkdocs.yml | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/Assignments/extra_research/FR-1-traces.md b/docs/Assignments/extra_research/FR-1-traces.md index 1e9bb35..fda7cf6 100644 --- a/docs/Assignments/extra_research/FR-1-traces.md +++ b/docs/Assignments/extra_research/FR-1-traces.md @@ -16,9 +16,9 @@ The same analogy goes for electricity. So for longer traces this is also the cas Whenever the resistance increases different things happen when voltage travels trough them. A higher resistance causes a voltage drop. This can be explained using Ohm's law - $V = I \cdot R$ - -The Voltage drop is Amperage ($I$) times the Resistance ($R$). So if you have a higher resistance or a lower Amperage you will get a voltage drop. + $$V = I \cdot R$$ + +The Voltage drop is Amperage $$I$$ times the Resistance $$R$$. So if you have a higher resistance or a lower Amperage you will get a voltage drop. Another side effect of having a higher resistance is that the resistor or trace will heat up more easily. ### Capacitance diff --git a/mkdocs.yml b/mkdocs.yml index 3e9d313..f05c216 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,3 +41,12 @@ markdown_extensions: +extra_javascript: + - javascripts/katex.js + - https://unpkg.com/katex@0/dist/katex.min.js + - https://unpkg.com/katex@0/dist/contrib/auto-render.min.js + +extra_css: + - https://unpkg.com/katex@0/dist/katex.min.css + +