Hi Utkarsh,
thank you for publishing the source. I had some troubles to get it
compiling, there are many LaTeX packages used, that are not provided as
openSuse RPMs. That will need some more time.
There are plenty CMake warnings about CMP0046. I have not yet
investigated them further.

Find attached a small fix for a small glitch, at least in the published
PDF it was broken.

Bye
Christoph
>From 7a286d44bfd7fbc1ef9776c9932accd502f652df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <[email protected]>
Date: Mon, 6 Apr 2015 23:42:29 +0200
Subject: [PATCH] Fix broken circumflex.

---
 ParaView/FilteringData.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ParaView/FilteringData.tex b/ParaView/FilteringData.tex
index a0102bd..3bee115 100644
--- a/ParaView/FilteringData.tex
+++ b/ParaView/FilteringData.tex
@@ -1021,10 +1021,10 @@ operands for this function are not required to be enclosed in parentheses.
 \item \ui{tanh}: Compute the hyperbolic tangent of a scalar.
 \item \ui{min}: Compute minimum of two scalars.
 \item \ui{max}: Compute maximum of two scalars.
-\item \ui{x\^y}: Raise one scalar to the power of another scalar. The operands
+\item \ui{x\^\ y}: Raise one scalar to the power of another scalar. The operands
   for this function are not required to be enclosed in parentheses.
 \item \ui{sqrt}: Compute the square root of a scalar.
-\item \ui{e\^x}: Raise e to the power of a scalar.
+\item \ui{e\^\ x}: Raise e to the power of a scalar.
 \item \ui{log10}: Compute the logarithm of a scalar to the base 10.
 \item \ui{ln}: Compute the logarithm of a scalar to the base \texttt{e}.
 \item \ui{ceil}: Compute the ceiling of a scalar.
-- 
2.1.4

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to