Re: bold greek letters

2003-06-18 Thread Angus Leeming
Nirmal Govind wrote:

 Hi.. I need to use bold greek letters to denote vectors and currently
 even if I start a bold mode and then enter the greek letter I still get
 the usual greek letter.. Is there something I can put in the preamble
 that will actually put in a bold greek letter where a greek letter has
 been entered in bold mode? I use bold greeks so often that it wouldn't
 be efficient to change the text style to euro symobls or so everytime I
 need a bold greek. If there is something that can be added to the
 preamble then I won't have to touch my current docs (since I've
 entered all greek vectors in bold mode anyways) and all will be well..
 :-)
 
 Thanks,
 nirmal

I have used this in the past:

This in the preamble:

\newcommand{\bmath}[1]{\boldsymbol{#1}}
\let\newcommand=\providecommand

and this in the main body:

\begin_inset FormulaMacro
\newcommand{\bmath}[1]{{#1}}

\end_inset

\begin_inset FormulaMacro
\newcommand{\Matrix}[1]{\bmath{#1}}

\end_inset

I now need nothng in the preamble because this works perfectly:
\begin_inset FormulaMacro
\newcommand{\Matrix}[1]{\boldsymbol{#1}}
{\mathbf{#1}}
\end_inset

Hope this helps...

-- 
Angus



Re: bold greek letters

2003-06-18 Thread Nirmal Govind
Thanks for the solutions Angus.. I'm not sure if I'm implementing them
correctly since the first method (using the preamble and main body)
compiles fine but doesn't give me bold greeks and instead gives me the
following at the point where I put the begin_inset commands in ERT:

_inset FormulaMacro
inset
_inset FormulaMacro
inset

The second solution doesn't compile. I get the following errors:

1. You can't use `macro parameter character #' in vertical mode.
 {\mathbf{#1}
  }
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.

2. LaTeX Error: \mathbf allowed only in math mode.
 {\mathbf{#1}
  }
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.

You did mean include the command anywhere in the main body right? 

Thanks,
nirmal

 I have used this in the past:
 
 This in the preamble:
 
 \newcommand{\bmath}[1]{\boldsymbol{#1}}
 \let\newcommand=\providecommand
 
 and this in the main body:
 
 \begin_inset FormulaMacro
 \newcommand{\bmath}[1]{{#1}}
 
 \end_inset
 
 \begin_inset FormulaMacro
 \newcommand{\Matrix}[1]{\bmath{#1}}
 
 \end_inset
 
 I now need nothng in the preamble because this works perfectly:
 \begin_inset FormulaMacro
 \newcommand{\Matrix}[1]{\boldsymbol{#1}}
 {\mathbf{#1}}
 \end_inset
 
 Hope this helps...
 
 -- 
 Angus
 
 



Re: bold greek letters

2003-06-18 Thread Andre Poenitz
On Wed, Jun 18, 2003 at 11:51:26AM -0400, Nirmal Govind wrote:
 Thanks for the solutions Angus.. I'm not sure if I'm implementing them
 correctly since the first method (using the preamble and main body)
 compiles fine but doesn't give me bold greeks and instead gives me the
 following at the point where I put the begin_inset commands in ERT:

I am sure Angus meant you should put the  \begin_inset stuff directly in
your .lyx file

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: bold greek letters

2003-06-18 Thread Angus Leeming
Nirmal Govind wrote:
 The second solution doesn't compile. I get the following errors:

Try the example attached.
-- 
Angus#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset FormulaMacro 
\newcommand{\Matrix}[1]{\boldsymbol{#1}}
{\mathbf{#1}}
\end_inset 


\layout Standard


\begin_inset FormulaMacro 
\newcommand{\Vector}[1]{\boldsymbol{#1}}
{\mathbf{#1}}
\end_inset 


\layout Standard

An example equation:
\begin_inset Formula \[
\Matrix{M}\Vector{\gamma}=\Vector{\delta}\]

\end_inset 


\the_end


Re: bold greek letters

2003-06-18 Thread Nirmal Govind
 I am sure Angus meant you should put the  \begin_inset stuff directly
 in your .lyx file

Aah.. OK, did that.. now both the solutions compile fine but I still
don't see a difference in the greek letters that should be in bold.. am
I missing something?

Thanks,
nirmal



Re: bold greek letters

2003-06-18 Thread Angus Leeming
Nirmal Govind wrote:

 I am sure Angus meant you should put the  \begin_inset stuff
 directly in your .lyx file
 
 Aah.. OK, did that.. now both the solutions compile fine but I still
 don't see a difference in the greek letters that should be in bold..
 am I missing something?
 
 Thanks,
 nirmal

Works for me...

-- 
Angus#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset FormulaMacro 
\newcommand{\Vector}[1]{\boldsymbol{#1}}
{\mathbf{#1}}
\end_inset 


\layout Standard

Gamma 
\begin_inset Formula $\gamma$
\end_inset 

 and 
\begin_inset Formula $\Gamma$
\end_inset 

 and now in bold 
\begin_inset Formula $\Vector{\gamma}$
\end_inset 

 and 
\begin_inset Formula $\Vector{\Gamma}$
\end_inset 


\the_end
attachment: nirmal.png

Re: bold greek letters

2003-06-18 Thread Nirmal Govind

Thanks a lot Angus.. I see now..:-) 

I can use this from now on but is there any good way of converting all
the bold greeks (by bold greeks I mean those entered with a C-b and then
the greek letter) that I currently have in my document to these macros
without editing all of them? There are just too many and I'm bound to
miss a few if I manually edit them.. 

Thanks,
nirmal

 Try the example attached.
 -- 
 Angus



Re: bold greek letters

2003-06-18 Thread Angus Leeming
Nirmal Govind wrote:

 
 Thanks a lot Angus.. I see now..:-)
 
 I can use this from now on but is there any good way of converting all
 the bold greeks (by bold greeks I mean those entered with a C-b and then
 the greek letter) that I currently have in my document to these macros
 without editing all of them? There are just too many and I'm bound to
 miss a few if I manually edit them..

Well, you can try the attached script. It will convert all occurences of
\mathbf{\alpha} = \boldsymbol{\alpha}
whilst leaving any non-greek letters unchanged. It will not convert multiple 
instances like 
\mathbf{\alpha\beta} = \boldsymbol{\alpha\beta}
that is too hard.

In future, you should employ WYSIWYM on your document. Ie, the thing is a 
\Vector or a \Matrix etc. The typesetting of this should be defined once 
and once only...

Use so:
$ nirmal.sh yourfile.lyx  output.lyx

-- 
Angus

nirmal.sh
Description: application/shellscript


Re: bold greek letters

2003-06-18 Thread Nirmal Govind
Thanks a lot Angus.. I'll try the shell script.. I do have a lot of
those multiple instances that you mentioned.. will manually take care of
them once and for all!

Thanks for the help,
nirmal

On Wed, 18 Jun 2003 21:42:58 +
Angus Leeming [EMAIL PROTECTED] wrote:
 Well, you can try the attached script. It will convert all occurences
 of



Re: bold greek letters

2003-06-18 Thread Angus Leeming
Nirmal Govind wrote:

 Hi.. I need to use bold greek letters to denote vectors and currently
 even if I start a bold mode and then enter the greek letter I still get
 the usual greek letter.. Is there something I can put in the preamble
 that will actually put in a bold greek letter where a greek letter has
 been entered in bold mode? I use bold greeks so often that it wouldn't
 be efficient to change the text style to euro symobls or so everytime I
 need a bold greek. If there is something that can be added to the
 preamble then I won't have to touch my current docs (since I've
 entered all greek vectors in bold mode anyways) and all will be well..
 :-)
 
 Thanks,
 nirmal

I have used this in the past:

This in the preamble:

\newcommand{\bmath}[1]{\boldsymbol{#1}}
\let\newcommand=\providecommand

and this in the main body:

\begin_inset FormulaMacro
\newcommand{\bmath}[1]{{#1}}

\end_inset

\begin_inset FormulaMacro
\newcommand{\Matrix}[1]{\bmath{#1}}

\end_inset

I now need nothng in the preamble because this works perfectly:
\begin_inset FormulaMacro
\newcommand{\Matrix}[1]{\boldsymbol{#1}}
{\mathbf{#1}}
\end_inset

Hope this helps...

-- 
Angus



Re: bold greek letters

2003-06-18 Thread Nirmal Govind
Thanks for the solutions Angus.. I'm not sure if I'm implementing them
correctly since the first method (using the preamble and main body)
compiles fine but doesn't give me bold greeks and instead gives me the
following at the point where I put the begin_inset commands in ERT:

_inset FormulaMacro
inset
_inset FormulaMacro
inset

The second solution doesn't compile. I get the following errors:

1. You can't use `macro parameter character #' in vertical mode.
 {\mathbf{#1}
  }
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.

2. LaTeX Error: \mathbf allowed only in math mode.
 {\mathbf{#1}
  }
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.

You did mean include the command anywhere in the main body right? 

Thanks,
nirmal

 I have used this in the past:
 
 This in the preamble:
 
 \newcommand{\bmath}[1]{\boldsymbol{#1}}
 \let\newcommand=\providecommand
 
 and this in the main body:
 
 \begin_inset FormulaMacro
 \newcommand{\bmath}[1]{{#1}}
 
 \end_inset
 
 \begin_inset FormulaMacro
 \newcommand{\Matrix}[1]{\bmath{#1}}
 
 \end_inset
 
 I now need nothng in the preamble because this works perfectly:
 \begin_inset FormulaMacro
 \newcommand{\Matrix}[1]{\boldsymbol{#1}}
 {\mathbf{#1}}
 \end_inset
 
 Hope this helps...
 
 -- 
 Angus
 
 



Re: bold greek letters

2003-06-18 Thread Andre Poenitz
On Wed, Jun 18, 2003 at 11:51:26AM -0400, Nirmal Govind wrote:
 Thanks for the solutions Angus.. I'm not sure if I'm implementing them
 correctly since the first method (using the preamble and main body)
 compiles fine but doesn't give me bold greeks and instead gives me the
 following at the point where I put the begin_inset commands in ERT:

I am sure Angus meant you should put the  \begin_inset stuff directly in
your .lyx file

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: bold greek letters

2003-06-18 Thread Angus Leeming
Nirmal Govind wrote:
 The second solution doesn't compile. I get the following errors:

Try the example attached.
-- 
Angus#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset FormulaMacro 
\newcommand{\Matrix}[1]{\boldsymbol{#1}}
{\mathbf{#1}}
\end_inset 


\layout Standard


\begin_inset FormulaMacro 
\newcommand{\Vector}[1]{\boldsymbol{#1}}
{\mathbf{#1}}
\end_inset 


\layout Standard

An example equation:
\begin_inset Formula \[
\Matrix{M}\Vector{\gamma}=\Vector{\delta}\]

\end_inset 


\the_end


Re: bold greek letters

2003-06-18 Thread Nirmal Govind
 I am sure Angus meant you should put the  \begin_inset stuff directly
 in your .lyx file

Aah.. OK, did that.. now both the solutions compile fine but I still
don't see a difference in the greek letters that should be in bold.. am
I missing something?

Thanks,
nirmal



Re: bold greek letters

2003-06-18 Thread Angus Leeming
Nirmal Govind wrote:

 I am sure Angus meant you should put the  \begin_inset stuff
 directly in your .lyx file
 
 Aah.. OK, did that.. now both the solutions compile fine but I still
 don't see a difference in the greek letters that should be in bold..
 am I missing something?
 
 Thanks,
 nirmal

Works for me...

-- 
Angus#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset FormulaMacro 
\newcommand{\Vector}[1]{\boldsymbol{#1}}
{\mathbf{#1}}
\end_inset 


\layout Standard

Gamma 
\begin_inset Formula $\gamma$
\end_inset 

 and 
\begin_inset Formula $\Gamma$
\end_inset 

 and now in bold 
\begin_inset Formula $\Vector{\gamma}$
\end_inset 

 and 
\begin_inset Formula $\Vector{\Gamma}$
\end_inset 


\the_end
attachment: nirmal.png

Re: bold greek letters

2003-06-18 Thread Nirmal Govind

Thanks a lot Angus.. I see now..:-) 

I can use this from now on but is there any good way of converting all
the bold greeks (by bold greeks I mean those entered with a C-b and then
the greek letter) that I currently have in my document to these macros
without editing all of them? There are just too many and I'm bound to
miss a few if I manually edit them.. 

Thanks,
nirmal

 Try the example attached.
 -- 
 Angus



Re: bold greek letters

2003-06-18 Thread Angus Leeming
Nirmal Govind wrote:

 
 Thanks a lot Angus.. I see now..:-)
 
 I can use this from now on but is there any good way of converting all
 the bold greeks (by bold greeks I mean those entered with a C-b and then
 the greek letter) that I currently have in my document to these macros
 without editing all of them? There are just too many and I'm bound to
 miss a few if I manually edit them..

Well, you can try the attached script. It will convert all occurences of
\mathbf{\alpha} = \boldsymbol{\alpha}
whilst leaving any non-greek letters unchanged. It will not convert multiple 
instances like 
\mathbf{\alpha\beta} = \boldsymbol{\alpha\beta}
that is too hard.

In future, you should employ WYSIWYM on your document. Ie, the thing is a 
\Vector or a \Matrix etc. The typesetting of this should be defined once 
and once only...

Use so:
$ nirmal.sh yourfile.lyx  output.lyx

-- 
Angus

nirmal.sh
Description: application/shellscript


Re: bold greek letters

2003-06-18 Thread Nirmal Govind
Thanks a lot Angus.. I'll try the shell script.. I do have a lot of
those multiple instances that you mentioned.. will manually take care of
them once and for all!

Thanks for the help,
nirmal

On Wed, 18 Jun 2003 21:42:58 +
Angus Leeming [EMAIL PROTECTED] wrote:
 Well, you can try the attached script. It will convert all occurences
 of



Re: bold greek letters

2003-06-18 Thread Angus Leeming
Nirmal Govind wrote:

> Hi.. I need to use bold greek letters to denote vectors and currently
> even if I start a bold mode and then enter the greek letter I still get
> the usual greek letter.. Is there something I can put in the preamble
> that will actually put in a bold greek letter where a greek letter has
> been entered in bold mode? I use bold greeks so often that it wouldn't
> be efficient to change the text style to euro symobls or so everytime I
> need a bold greek. If there is something that can be added to the
> preamble then I won't have to touch my current docs (since I've
> entered all greek vectors in bold mode anyways) and all will be well..
> :-)
> 
> Thanks,
> nirmal

I have used this in the past:

This in the preamble:

\newcommand{\bmath}[1]{\boldsymbol{#1}}
\let\newcommand=\providecommand

and this in the main body:

\begin_inset FormulaMacro
\newcommand{\bmath}[1]{{#1}}

\end_inset

\begin_inset FormulaMacro
\newcommand{\Matrix}[1]{\bmath{#1}}

\end_inset

I now need nothng in the preamble because this works perfectly:
\begin_inset FormulaMacro
\newcommand{\Matrix}[1]{\boldsymbol{#1}}
{\mathbf{#1}}
\end_inset

Hope this helps...

-- 
Angus



Re: bold greek letters

2003-06-18 Thread Nirmal Govind
Thanks for the solutions Angus.. I'm not sure if I'm implementing them
correctly since the first method (using the preamble and main body)
compiles fine but doesn't give me bold greeks and instead gives me the
following at the point where I put the begin_inset commands in ERT:

_inset FormulaMacro
inset
_inset FormulaMacro
inset

The second solution doesn't compile. I get the following errors:

1. You can't use `macro parameter character #' in vertical mode.
 {\mathbf{#1}
  }
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.

2. LaTeX Error: \mathbf allowed only in math mode.
 {\mathbf{#1}
  }
You're in trouble here.  Try typingto proceed.
If that doesn't work, type  X   to quit.

You did mean include the command anywhere in the main body right? 

Thanks,
nirmal

> I have used this in the past:
> 
> This in the preamble:
> 
> \newcommand{\bmath}[1]{\boldsymbol{#1}}
> \let\newcommand=\providecommand
> 
> and this in the main body:
> 
> \begin_inset FormulaMacro
> \newcommand{\bmath}[1]{{#1}}
> 
> \end_inset
> 
> \begin_inset FormulaMacro
> \newcommand{\Matrix}[1]{\bmath{#1}}
> 
> \end_inset
> 
> I now need nothng in the preamble because this works perfectly:
> \begin_inset FormulaMacro
> \newcommand{\Matrix}[1]{\boldsymbol{#1}}
> {\mathbf{#1}}
> \end_inset
> 
> Hope this helps...
> 
> -- 
> Angus
> 
> 



Re: bold greek letters

2003-06-18 Thread Andre Poenitz
On Wed, Jun 18, 2003 at 11:51:26AM -0400, Nirmal Govind wrote:
> Thanks for the solutions Angus.. I'm not sure if I'm implementing them
> correctly since the first method (using the preamble and main body)
> compiles fine but doesn't give me bold greeks and instead gives me the
> following at the point where I put the begin_inset commands in ERT:

I am sure Angus meant you should put the  \begin_inset stuff directly in
your .lyx file

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: bold greek letters

2003-06-18 Thread Angus Leeming
Nirmal Govind wrote:
> The second solution doesn't compile. I get the following errors:

Try the example attached.
-- 
Angus#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset FormulaMacro 
\newcommand{\Matrix}[1]{\boldsymbol{#1}}
{\mathbf{#1}}
\end_inset 


\layout Standard


\begin_inset FormulaMacro 
\newcommand{\Vector}[1]{\boldsymbol{#1}}
{\mathbf{#1}}
\end_inset 


\layout Standard

An example equation:
\begin_inset Formula \[
\Matrix{M}\Vector{\gamma}=\Vector{\delta}\]

\end_inset 


\the_end


Re: bold greek letters

2003-06-18 Thread Nirmal Govind
> I am sure Angus meant you should put the  \begin_inset stuff directly
> in your .lyx file

Aah.. OK, did that.. now both the solutions compile fine but I still
don't see a difference in the greek letters that should be in bold.. am
I missing something?

Thanks,
nirmal



Re: bold greek letters

2003-06-18 Thread Angus Leeming
Nirmal Govind wrote:

>> I am sure Angus meant you should put the  \begin_inset stuff
>> directly in your .lyx file
> 
> Aah.. OK, did that.. now both the solutions compile fine but I still
> don't see a difference in the greek letters that should be in bold..
> am I missing something?
> 
> Thanks,
> nirmal

Works for me...

-- 
Angus#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset FormulaMacro 
\newcommand{\Vector}[1]{\boldsymbol{#1}}
{\mathbf{#1}}
\end_inset 


\layout Standard

Gamma 
\begin_inset Formula $\gamma$
\end_inset 

 and 
\begin_inset Formula $\Gamma$
\end_inset 

 and now in bold 
\begin_inset Formula $\Vector{\gamma}$
\end_inset 

 and 
\begin_inset Formula $\Vector{\Gamma}$
\end_inset 


\the_end
<>

Re: bold greek letters

2003-06-18 Thread Nirmal Govind

Thanks a lot Angus.. I see now..:-) 

I can use this from now on but is there any good way of converting all
the bold greeks (by bold greeks I mean those entered with a C-b and then
the greek letter) that I currently have in my document to these macros
without editing all of them? There are just too many and I'm bound to
miss a few if I manually edit them.. 

Thanks,
nirmal

> Try the example attached.
> -- 
> Angus



Re: bold greek letters

2003-06-18 Thread Angus Leeming
Nirmal Govind wrote:

> 
> Thanks a lot Angus.. I see now..:-)
> 
> I can use this from now on but is there any good way of converting all
> the bold greeks (by bold greeks I mean those entered with a C-b and then
> the greek letter) that I currently have in my document to these macros
> without editing all of them? There are just too many and I'm bound to
> miss a few if I manually edit them..

Well, you can try the attached script. It will convert all occurences of
\mathbf{\alpha} => \boldsymbol{\alpha}
whilst leaving any non-greek letters unchanged. It will not convert multiple 
instances like 
\mathbf{\alpha\beta} => \boldsymbol{\alpha\beta}
that is too hard.

In future, you should employ WYSIWYM on your document. Ie, the thing is a 
\Vector or a \Matrix etc. The typesetting of this should be defined once 
and once only...

Use so:
$ nirmal.sh yourfile.lyx > output.lyx

-- 
Angus

nirmal.sh
Description: application/shellscript


Re: bold greek letters

2003-06-18 Thread Nirmal Govind
Thanks a lot Angus.. I'll try the shell script.. I do have a lot of
those multiple instances that you mentioned.. will manually take care of
them once and for all!

Thanks for the help,
nirmal

On Wed, 18 Jun 2003 21:42:58 +
Angus Leeming <[EMAIL PROTECTED]> wrote:
> Well, you can try the attached script. It will convert all occurences
> of



Re: Bold greek letters in math-mode

2001-10-04 Thread Dekel Tsur

On Wed, Oct 03, 2001 at 05:37:39PM +0200, Herbert Voss wrote:
 Alessandro Cafarella wrote:
  
  How can I write a bold greek letter in math-mode?
 
 http://www.educat.hu-berlin.de/~voss/lyx/mathmode.html#bold_2

Or \usepackage{bm} in the preamble,
and e.g. \bm{\alpha} in math mode.



Re: Bold greek letters in math-mode

2001-10-04 Thread Nick Burgan

On Thu,  4 Oct 2001 12:38:am, Alessandro Cafarella wrote:
 How can I write a bold greek letter in math-mode?

The easiest way I have found to do it, is to put
\boldsymbol
before any characters that you wish to be bold

eg
\boldsymbol\alpha

hope thats of some help

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Bold greek letters in math-mode

2001-10-04 Thread Dekel Tsur

On Wed, Oct 03, 2001 at 05:37:39PM +0200, Herbert Voss wrote:
 Alessandro Cafarella wrote:
  
  How can I write a bold greek letter in math-mode?
 
 http://www.educat.hu-berlin.de/~voss/lyx/mathmode.html#bold_2

Or \usepackage{bm} in the preamble,
and e.g. \bm{\alpha} in math mode.



Re: Bold greek letters in math-mode

2001-10-04 Thread Nick Burgan

On Thu,  4 Oct 2001 12:38:am, Alessandro Cafarella wrote:
 How can I write a bold greek letter in math-mode?

The easiest way I have found to do it, is to put
\boldsymbol
before any characters that you wish to be bold

eg
\boldsymbol\alpha

hope thats of some help

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Bold greek letters in math-mode

2001-10-04 Thread Dekel Tsur

On Wed, Oct 03, 2001 at 05:37:39PM +0200, Herbert Voss wrote:
> Alessandro Cafarella wrote:
> > 
> > How can I write a bold greek letter in math-mode?
> 
> http://www.educat.hu-berlin.de/~voss/lyx/mathmode.html#bold_2

Or \usepackage{bm} in the preamble,
and e.g. \bm{\alpha} in math mode.



Re: Bold greek letters in math-mode

2001-10-04 Thread Nick Burgan

On Thu,  4 Oct 2001 12:38:am, Alessandro Cafarella wrote:
> How can I write a bold greek letter in math-mode?
>
The easiest way I have found to do it, is to put
\boldsymbol
before any characters that you wish to be bold

eg
\boldsymbol\alpha

hope thats of some help

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Bold greek letters in math-mode

2001-10-03 Thread Herbert Voss

Alessandro Cafarella wrote:
 
 How can I write a bold greek letter in math-mode?

http://www.educat.hu-berlin.de/~voss/lyx/mathmode.html#bold_2

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: Bold greek letters in math-mode

2001-10-03 Thread Herbert Voss

Alessandro Cafarella wrote:
 
 How can I write a bold greek letter in math-mode?

http://www.educat.hu-berlin.de/~voss/lyx/mathmode.html#bold_2

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: Bold greek letters in math-mode

2001-10-03 Thread Herbert Voss

Alessandro Cafarella wrote:
> 
> How can I write a bold greek letter in math-mode?

http://www.educat.hu-berlin.de/~voss/lyx/mathmode.html#bold_2

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: Bold Greek Letters

1999-11-29 Thread Vincent Bonin

Ruediger Thul wrote:

 I want to type bold Greek letters in a math environnement, but I have
 found no way to get a greek letter bold.
 
 Anyone knows an answer?

just enter the latex command

\boldsymbol{\MySymbol}

ex.
\boldsymbol{\Lambda}

this also work for number

cu
vince

-- 
 O O O  Vincent Bonin - [EMAIL PROTECTED] 
 O O O  Dept. Arquitectura de computadors
 O O O  Universitat Politècnica de Catalunya
 U P C  Tel.: (34) 9 3401 6799 Fax: ... 7055



Re: Bold Greek Letters

1999-11-29 Thread Vincent Bonin

Ruediger Thul wrote:

 I want to type bold Greek letters in a math environnement, but I have
 found no way to get a greek letter bold.
 
 Anyone knows an answer?

just enter the latex command

\boldsymbol{\MySymbol}

ex.
\boldsymbol{\Lambda}

this also work for number

cu
vince

-- 
 O O O  Vincent Bonin - [EMAIL PROTECTED] 
 O O O  Dept. Arquitectura de computadors
 O O O  Universitat Politècnica de Catalunya
 U P C  Tel.: (34) 9 3401 6799 Fax: ... 7055



Re: Bold Greek Letters

1999-11-29 Thread Vincent Bonin

Ruediger Thul wrote:

> I want to type bold Greek letters in a math environnement, but I have
> found no way to get a greek letter bold.
> 
> Anyone knows an answer?

just enter the latex command

\boldsymbol{\MySymbol}

ex.
\boldsymbol{\Lambda}

this also work for number

cu
vince

-- 
 O O O  Vincent Bonin - [EMAIL PROTECTED] 
 O O O  Dept. Arquitectura de computadors
 O O O  Universitat Politècnica de Catalunya
 U P C  Tel.: (34) 9 3401 6799 Fax: ... 7055