[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 --

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

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

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

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',

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

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,