[Paraview] Latex preamble (bold math ) in paraview

2015-06-01 Thread Raj Kumar Manna
Hi,

I want to use bold math like $\bm{x/a}$ in Paraview text. Is it possible to
inclue latex preamble like we do in matplotlib

plt.rc('text', usetex=True)
plt.rcParams['text.latex.preamble']=[r\usepackage{bm}]


Is there any other way to include bold math?

Thanks
Raj


-- 
##
Raj Kumar Manna
Complex Fluid  Biological Physics Lab
IIT Madras

Ph. No. 8144637401

alternate email: r...@physics.iitm.ac.in rajphysics@gmail.com

___
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


Re: [Paraview] Latex preamble (bold math ) in paraview

2015-06-01 Thread David Lonie
On Mon, Jun 1, 2015 at 12:35 PM, Raj Kumar Manna rajphysics@gmail.com
wrote:

 I have seen the answer
 http://tex.stackexchange.com/questions/595/how-can-i-get-bold-math-symbolsbefore
 But \mathbf does not give the latex bold font, it just gives bold font
 without the latex font. I would prefer font of \boldmath or \bm. Thanks for
 your help.


It is not possible to load additional packages or set the matplotlib latex
preamble at this time.

Dave
___
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


Re: [Paraview] Latex preamble (bold math ) in paraview

2015-06-01 Thread Raj Kumar Manna
I have seen the answer
http://tex.stackexchange.com/questions/595/how-can-i-get-bold-math-symbolsbefore
But \mathbf does not give the latex bold font, it just gives bold font
without the latex font. I would prefer font of \boldmath or \bm. Thanks for
your help.

Raj

On Mon, Jun 1, 2015 at 8:19 PM, Dan Lipsa dan.li...@kitware.com wrote:

 \mathbf also works.

 See
 http://tex.stackexchange.com/questions/595/how-can-i-get-bold-math-symbols
 second answer.

 On Mon, Jun 1, 2015 at 10:15 AM, Dan Lipsa dan.li...@kitware.com wrote:

 Try using \bf instead of \bm.

 On Mon, Jun 1, 2015 at 10:06 AM, Raj Kumar Manna 
 rajphysics@gmail.com wrote:

 In paraview text, ${x/a}$ gives the latex font but $\bm{x/a}$ does not
 work. Whereas in matplotlib we can set the latex preamble like I mentioned.

 Raj

 On Mon, Jun 1, 2015 at 7:14 PM, Dan Lipsa dan.li...@kitware.com wrote:

 Does this help?

 http://www.kitware.com/blog/home/post/509


 On Mon, Jun 1, 2015 at 4:48 AM, Raj Kumar Manna 
 rajphysics@gmail.com wrote:

 Hi,

 I want to use bold math like $\bm{x/a}$ in Paraview text. Is it
 possible to inclue latex preamble like we do in matplotlib

 plt.rc('text', usetex=True)
 plt.rcParams['text.latex.preamble']=[r\usepackage{bm}]


 Is there any other way to include bold math?

 Thanks
 Raj


 --
 ##
 Raj Kumar Manna
 Complex Fluid  Biological Physics Lab
 IIT Madras

 Ph. No. 8144637401

 alternate email: r...@physics.iitm.ac.in rajphysics@gmail.com
 

 ___
 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





 --
 ##
 Raj Kumar Manna
 Complex Fluid  Biological Physics Lab
 IIT Madras

 Ph. No. 8144637401

 alternate email: r...@physics.iitm.ac.in rajphysics@gmail.com
 






-- 
##
Raj Kumar Manna
Complex Fluid  Biological Physics Lab
IIT Madras

Ph. No. 8144637401

alternate email: r...@physics.iitm.ac.in rajphysics@gmail.com

___
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


Re: [Paraview] Latex preamble (bold math ) in paraview

2015-06-01 Thread Dan Lipsa
Try using \bf instead of \bm.

On Mon, Jun 1, 2015 at 10:06 AM, Raj Kumar Manna rajphysics@gmail.com
wrote:

 In paraview text, ${x/a}$ gives the latex font but $\bm{x/a}$ does not
 work. Whereas in matplotlib we can set the latex preamble like I mentioned.

 Raj

 On Mon, Jun 1, 2015 at 7:14 PM, Dan Lipsa dan.li...@kitware.com wrote:

 Does this help?

 http://www.kitware.com/blog/home/post/509


 On Mon, Jun 1, 2015 at 4:48 AM, Raj Kumar Manna rajphysics@gmail.com
  wrote:

 Hi,

 I want to use bold math like $\bm{x/a}$ in Paraview text. Is it possible
 to inclue latex preamble like we do in matplotlib

 plt.rc('text', usetex=True)
 plt.rcParams['text.latex.preamble']=[r\usepackage{bm}]


 Is there any other way to include bold math?

 Thanks
 Raj


 --
 ##
 Raj Kumar Manna
 Complex Fluid  Biological Physics Lab
 IIT Madras

 Ph. No. 8144637401

 alternate email: r...@physics.iitm.ac.in rajphysics@gmail.com
 

 ___
 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





 --
 ##
 Raj Kumar Manna
 Complex Fluid  Biological Physics Lab
 IIT Madras

 Ph. No. 8144637401

 alternate email: r...@physics.iitm.ac.in rajphysics@gmail.com
 

___
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


Re: [Paraview] Latex preamble (bold math ) in paraview

2015-06-01 Thread Dan Lipsa
Does this help?

http://www.kitware.com/blog/home/post/509


On Mon, Jun 1, 2015 at 4:48 AM, Raj Kumar Manna rajphysics@gmail.com
wrote:

 Hi,

 I want to use bold math like $\bm{x/a}$ in Paraview text. Is it possible
 to inclue latex preamble like we do in matplotlib

 plt.rc('text', usetex=True)
 plt.rcParams['text.latex.preamble']=[r\usepackage{bm}]


 Is there any other way to include bold math?

 Thanks
 Raj


 --
 ##
 Raj Kumar Manna
 Complex Fluid  Biological Physics Lab
 IIT Madras

 Ph. No. 8144637401

 alternate email: r...@physics.iitm.ac.in rajphysics@gmail.com
 

 ___
 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


___
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


Re: [Paraview] Latex preamble (bold math ) in paraview

2015-06-01 Thread Dan Lipsa
\mathbf also works.

See
http://tex.stackexchange.com/questions/595/how-can-i-get-bold-math-symbols
second answer.

On Mon, Jun 1, 2015 at 10:15 AM, Dan Lipsa dan.li...@kitware.com wrote:

 Try using \bf instead of \bm.

 On Mon, Jun 1, 2015 at 10:06 AM, Raj Kumar Manna rajphysics@gmail.com
  wrote:

 In paraview text, ${x/a}$ gives the latex font but $\bm{x/a}$ does not
 work. Whereas in matplotlib we can set the latex preamble like I mentioned.

 Raj

 On Mon, Jun 1, 2015 at 7:14 PM, Dan Lipsa dan.li...@kitware.com wrote:

 Does this help?

 http://www.kitware.com/blog/home/post/509


 On Mon, Jun 1, 2015 at 4:48 AM, Raj Kumar Manna 
 rajphysics@gmail.com wrote:

 Hi,

 I want to use bold math like $\bm{x/a}$ in Paraview text. Is it
 possible to inclue latex preamble like we do in matplotlib

 plt.rc('text', usetex=True)
 plt.rcParams['text.latex.preamble']=[r\usepackage{bm}]


 Is there any other way to include bold math?

 Thanks
 Raj


 --
 ##
 Raj Kumar Manna
 Complex Fluid  Biological Physics Lab
 IIT Madras

 Ph. No. 8144637401

 alternate email: r...@physics.iitm.ac.in rajphysics@gmail.com
 

 ___
 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





 --
 ##
 Raj Kumar Manna
 Complex Fluid  Biological Physics Lab
 IIT Madras

 Ph. No. 8144637401

 alternate email: r...@physics.iitm.ac.in rajphysics@gmail.com
 



___
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


Re: [Paraview] Latex preamble (bold math ) in paraview

2015-06-01 Thread Raj Kumar Manna
In paraview text, ${x/a}$ gives the latex font but $\bm{x/a}$ does not
work. Whereas in matplotlib we can set the latex preamble like I mentioned.

Raj

On Mon, Jun 1, 2015 at 7:14 PM, Dan Lipsa dan.li...@kitware.com wrote:

 Does this help?

 http://www.kitware.com/blog/home/post/509


 On Mon, Jun 1, 2015 at 4:48 AM, Raj Kumar Manna rajphysics@gmail.com
 wrote:

 Hi,

 I want to use bold math like $\bm{x/a}$ in Paraview text. Is it possible
 to inclue latex preamble like we do in matplotlib

 plt.rc('text', usetex=True)
 plt.rcParams['text.latex.preamble']=[r\usepackage{bm}]


 Is there any other way to include bold math?

 Thanks
 Raj


 --
 ##
 Raj Kumar Manna
 Complex Fluid  Biological Physics Lab
 IIT Madras

 Ph. No. 8144637401

 alternate email: r...@physics.iitm.ac.in rajphysics@gmail.com
 

 ___
 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





-- 
##
Raj Kumar Manna
Complex Fluid  Biological Physics Lab
IIT Madras

Ph. No. 8144637401

alternate email: r...@physics.iitm.ac.in rajphysics@gmail.com

___
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