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

Figure centering

parent b6fc132d
No related branches found
No related tags found
1 merge request!39Fixing the vertical offset in inline math rendered by mathjax output/CommonHTML
Pipeline #123203 passed
......@@ -70,7 +70,7 @@ 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 etc.) from the angular one expressed in degrees ($0^\circ$, $45^\circ$ 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>
......
.figure { display: table; }
.figcaption { display: table-caption; caption-side: bottom ; }
......@@ -54,6 +54,7 @@ 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