From d52c2885a8201d1bb90f087fcca9d9f9ff5eda6f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 17:10:46 +0000 Subject: [PATCH] Use correct latex command. git-svn-id: https://svn.dealii.org/trunk@12638 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-10/step-10.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-10/step-10.cc b/deal.II/examples/step-10/step-10.cc index c51d88c6a1..b6ffb6a8e9 100644 --- a/deal.II/examples/step-10/step-10.cc +++ b/deal.II/examples/step-10/step-10.cc @@ -266,8 +266,8 @@ void gnuplot_output() // of value 1 over the whole // computational domain, i.e. by // computing the areas $\int_K 1 - // dx=\int_{\hat K} 1\ \text{det}\ J(\hat x) - // d\hat x \approx \sum_i \text{det}\ J(\hat + // dx=\int_{\hat K} 1\ \textrm{det}\ J(\hat x) + // d\hat x \approx \sum_i \textrm{det}\ J(\hat // x_i)w(\hat x_i)$, where the sum // extends over all quadrature points // on all active cells in the -- 2.39.5