From 4d762393ead286d1c09a19fd3648b55aae3aaefa Mon Sep 17 00:00:00 2001
From: "Dmitry Yu. Naumov" <github@naumov.de>
Date: Mon, 10 Sep 2018 18:43:33 +0200
Subject: [PATCH] [web] TM; Add citation; fix formula for rendering.

use pandoc, not md, because of formula rendering.
---
 .../thermo-mechanics/thermomechanics.pandoc   | 20 +++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/web/content/docs/benchmarks/thermo-mechanics/thermomechanics.pandoc b/web/content/docs/benchmarks/thermo-mechanics/thermomechanics.pandoc
index 07643749c5f..db1ec79db78 100644
--- a/web/content/docs/benchmarks/thermo-mechanics/thermomechanics.pandoc
+++ b/web/content/docs/benchmarks/thermo-mechanics/thermomechanics.pandoc
@@ -15,23 +15,27 @@ weight = 156
 
 ## Problem description
 
-We solve a thermo-mechanical homogeneous model in cube domain. The dimensions of this cube model are 1\,m in all directions. The boundary conditions and temperature loadings, as well as the material can refer Chapter 14 in Kolditz et al. for detailed problem description.
+We solve a thermo-mechanical homogeneous model in cube domain. The dimensions of
+this cube model are 1 m in all directions. The boundary conditions and
+temperature loadings, as well as the material can refer Chapter 14 in Kolditz et
+al. \cite Kolditz2012 for detailed problem description.
 
 ## Results and evaluation
 
-Result showing temperature and stresses development with time in the centre node of the model:
+Result showing temperature and stresses development with time in the centre node
+of the model:
 
 {{< img src="../temperature.png" >}}
 {{< img src="../stress.png" >}}
 
 The analytical solution of stresses after heating is:
-$$
-\begin{equation}
-\sigma_{xx} = \sigma_{yy} = \sigma_{zz} = - \frac{\alpha \Delta T E}{1 - 2 \nu} = - 3.260869\, \mathrm{MPa}
-\end{equation}
-$$
+$$\begin{equation}
+\sigma_{xx} = \sigma_{yy} = \sigma_{zz} = - \frac{\alpha \Delta T E}{1 - 2 \nu}
+= - 3.260869\, \textrm{MPa}
+\end{equation}$$
 
-The relative error between the numerical simulation and the analytical solution is $9.2 \cdot 10^{-13}$.
+The relative error between the numerical simulation and the analytical solution
+is 9.2<span class="math inline">â‹…10<sup>-13</sup></span>.
 
 ## References
 
-- 
GitLab