From 14315d41e28af87580d3470b7f02a177077b6bec Mon Sep 17 00:00:00 2001 From: Maciej Topyla <m.m.topyla@student.tudelft.nl> Date: Wed, 9 Nov 2022 11:34:36 +0000 Subject: [PATCH] Fix typos, remove ineffective css --- docs/2_coordinates.md | 6 +++--- docs/styles/extra.css | 3 --- mkdocs.yml | 1 - 3 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 docs/styles/extra.css diff --git a/docs/2_coordinates.md b/docs/2_coordinates.md index 75f849b..d546eb4 100644 --- a/docs/2_coordinates.md +++ b/docs/2_coordinates.md @@ -43,7 +43,7 @@ infinitesimal volumes $dV$ are given as: The formula for $dV$ also indicates that in Cartesian coordinates, the integral over a volume can be expressed as individual integrals over all coordinate directions: -$$\int dV = \idotsint dx_1 dx_2 \ldots dx_N$$. +$$\int dV = \idotsint dx_1 dx_2 \ldots dx_N.$$ Cartesian coordinates are used a lot and they are particularly suitable for infinite spaces or for rectangular volumes. @@ -69,8 +69,8 @@ In polar coordinates, the radius $r$ has a dimension of *length*, but the angular coordinate $\varphi$ is dimensionless. <figure markdown> - { width="auto" } - <figcaption>In this example of a polar plot, you can distinguish the radial coordinate $( 0.2, 0.4 \. \text{etc.. })$ from the angular one expressed in degrees $( 0^\circ, 45^\circ \. \text{etc..} )$</figcaption> +  + <figcaption>In this example of a polar plot, you can distinguish the radial coordinate $( 0.2, 0.4, \text{ etc.. })$ from the angular one expressed in degrees $( 0^\circ, 45^\circ, \text{ etc..} )$</figcaption> </figure> diff --git a/docs/styles/extra.css b/docs/styles/extra.css deleted file mode 100644 index 2c2235a..0000000 --- a/docs/styles/extra.css +++ /dev/null @@ -1,3 +0,0 @@ -.figure { display: table; } - -.figcaption { display: table-caption; caption-side: bottom ; } diff --git a/mkdocs.yml b/mkdocs.yml index 047ae2b..b84783d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -54,7 +54,6 @@ markdown_extensions: extra_css: - 'https://use.fontawesome.com/releases/v5.8.1/css/all.css' - 'styles/mathjax_overflowfix.css' - - 'styles/extra.css' extra_javascript: - 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS_CHTML' -- GitLab