From 93c20b2aa48725ddbd0cf4f09a9c3c0d8a02d47d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 26 Nov 2018 21:55:18 +0100 Subject: [PATCH] m.math,doxygen: another case of math rendering in different order. Similar issue appeared in c327de907e1de101636f7b3e5697eda6416902e8, what that hell is causing this?! Is it because I ran updmap?! Is that shit not deterministic?! What the hell?! --- doxygen/test/contents_math/index.html | 2 +- doxygen/test/contents_math_cached/math.html | 2 +- doxygen/test/test_contents.py | 2 +- pelican-plugins/m/test/math/page.html | 4 ++-- pelican-plugins/m/test/math_cached/page.html | 2 +- pelican-plugins/m/test/test_math.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doxygen/test/contents_math/index.html b/doxygen/test/contents_math/index.html index 49f733c8..c4a9c295 100644 --- a/doxygen/test/contents_math/index.html +++ b/doxygen/test/contents_math/index.html @@ -27,7 +27,6 @@ \[ \hat q = [\boldsymbol 0, 1] + \epsilon [\frac{\boldsymbol v}{2}, 0] \] - @@ -37,6 +36,7 @@ + diff --git a/doxygen/test/contents_math_cached/math.html b/doxygen/test/contents_math_cached/math.html index 7c7b6168..41127f5b 100644 --- a/doxygen/test/contents_math_cached/math.html +++ b/doxygen/test/contents_math_cached/math.html @@ -40,9 +40,9 @@ $ \pi $ \[ a^2 + b^2 = c^2 \] - + diff --git a/doxygen/test/test_contents.py b/doxygen/test/test_contents.py index 5c808144..095e9a80 100644 --- a/doxygen/test/test_contents.py +++ b/doxygen/test/test_contents.py @@ -146,9 +146,9 @@ class MathCached(IntegrationTestCase): - + diff --git a/pelican-plugins/m/test/math/page.html b/pelican-plugins/m/test/math/page.html index 975af51f..b93fc724 100644 --- a/pelican-plugins/m/test/math/page.html +++ b/pelican-plugins/m/test/math/page.html @@ -123,12 +123,12 @@ b^2 - \color{m-info}{4ac} - + @@ -163,11 +163,11 @@ the lines - + -- 2.30.2