Skip to content
Snippets Groups Projects
Commit 14315d41 authored by Maciej Topyla's avatar Maciej Topyla
Browse files

Fix typos, remove ineffective css

parent 9e24a3cf
No related branches found
No related tags found
1 merge request!39Fixing the vertical offset in inline math rendered by mathjax output/CommonHTML
Pipeline #123204 passed
......@@ -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>
![polarplot](figures/Coordinates_7_0.svg){ 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>
![polarplot](figures/Coordinates_7_0.svg)
<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>
......
.figure { display: table; }
.figcaption { display: table-caption; caption-side: bottom ; }
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment