Re: Math mode ERT problems

2005-12-04 Thread Andre Poenitz
On Sat, Dec 03, 2005 at 09:40:55AM +, Drop Box wrote:
[If that was my real name I'd seriously consider sueing my mother...]

 ERT in mathed seems to have a few issues. 

It surely has. There is no such thing like a TeX parser other than TeX
itself... And TeX has the benefit of operating on static text only, it
does not have to edit it.

 One of them is that LyX determines when to end an ERT sequence.  For
 example, if I hit C-L (to start ERT) and then hit the underscore
 character, LyX exits out of ERT mode, and the TeX produced is \_.
 Although it's not relevant to my example, I often want to be able to
 ERT more than just the one character.  I'm currently having issues
 because of the backslash that LyX adds.
 
 Now comes my original motivation.  I'm trying to use xypic in LyX.  I
 want to produce the following code: \ar@/_/[r] By omitting the
 underscore, I can produce \ar@//[r] by typing this literally.  When I
 type the underscore literally, LyX produces \ar@/_{/}[r] which doesn't
 work.  If I try to use ERT, I get \ar@/\_/[r] which doesn't work
 because of the extra backslash.

You could try to define a macro in ERT outside math and use it inside,
i.e. something like

Outside Mathed, in ERT or preamble: \def\arsub{\ar@/_/[r]}
In math: \arsub
 
 More specifically, I'd like to second H. Peter Gumm's question (28-Oct-05). 
 I'm trying to make ERT for xypic, but I can't get the /_/ part of
 
 \ar@/^/[r]

I am afraid this is too far off from what mathed considers 'plain
LaTeX'.

Andre'


\xrightarrow

2005-12-04 Thread Herbert Voss

When I insert in mathed \xrighterror amsmath is not enabled by
default.

LyX 1.3.5

is it fixed in 1.3.6 ?

Herbert



Re: \xrightarrow

2005-12-04 Thread Uwe Stöhr

Herbert Voss schrieb:


When I insert in mathed

 \xrighterror ;-)

amsmath is not enabled by default in LyX 1.3.5
is it fixed in 1.3.6 ?


No, also not in LyX 1.3.7CVS.

regards Uwe


c++2tex

2005-12-04 Thread mywebs2005-lyx
Hey guys, how are you?
Well, I need some program to transform my C++
source in a .tex or .lyx file, but I need a Windows
version of that program.  I have already a Linux
version at home, but all the C++ sources we need are 
at the office in windows, and many guys of my team
work at Windows version of Lyx only.
Hence, are there some way to transform C++ syntax
code in .tex or .lyx?
Thanks in advance!
--

 Abraços!
 Douglas










___ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 



Re: Math mode ERT problems

2005-12-04 Thread H. Peter Gumm
Hi Bob,

Drop Box wrote:

 Thanks so much for the article!  It is very well-written, and it answered

Great, and thanks for the flowers :-)

 (Arrow labels are by default are centered according to the midpoints of the
 corresponding objects.  If one object label is large and the other is small,
 the arrow label will be off-center with respect to the midpoint of the
 actual arrow.)

 The only workaround I've found is adding to the preamble
 \newcommand{\uc}[2]{#1^-{#2}}
 \newcommand{\lc}[2]{#1_-{#2}}

The simpler workaround is just to use \ \ \ p or p\ \ \ \  as label. The 
effect
of the first is that label p will be shifted to the right, of the second that 
it is
shifted to the left. Use as many \  as desired. \hskipmeasurelabel and
label\hskipmeasure will work likewise.

 P.S.  H. Peter's article is very nice, but after all the Google searching I
 did, it never came up.  I wonder if there's anything that could be done to
 increase its pagerank.

I wrote this article 
http://www.mathematik.uni-marburg.de/~gumm/LyX/xypic/xypic.pdf.
as my first LyX-experiment - and that happened just a few weeks ago. Until 
yesterday,
when Uwe pointed the wiki to it,, there was no external link to it.  Now it 
waits for
the google bots to pay it a visit. If you want to increase its rank, thanks.

Peter




Just an idea - would like to hear your opinion

2005-12-04 Thread .
Hi,

I just got an idea. I often using lyx - but I also like mindmapping. For 
mindmapping I am using kdissert. But it right now it is only a stony one way 
direction:

kdissert - latex - Lyx and adding the rest

I would like to hear, what you are thinking about a combination of kdissert 
(mindmapping) and lyx (semantic writing)?

Lyx as a plugin in kdissert or the other way round?

What would be needed in your eyes?

Would are you thinking about «roundtrip writing» in the style of roudtring 
engineering?

Ciao, Henning 


Re: Just an idea - would like to hear your opinion

2005-12-04 Thread Nusret BALCI
Hi,
I've seen the flash demo on their website: what's
kdissert about? Is it just to draw charts like that?
Probably it has other uses, right?
Thanks.

Nusret

--- . [EMAIL PROTECTED] wrote:

 Hi,
 
 I just got an idea. I often using lyx - but I also
 like mindmapping. For 
 mindmapping I am using kdissert. But it right now it
 is only a stony one way 
 direction:
 
   kdissert - latex - Lyx and adding the rest
 
 I would like to hear, what you are thinking about a
 combination of kdissert 
 (mindmapping) and lyx (semantic writing)?
 
 Lyx as a plugin in kdissert or the other way round?
 
 What would be needed in your eyes?
 
 Would are you thinking about «roundtrip writing» in
 the style of roudtring 
 engineering?
 
 Ciao, Henning 
 




__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs


Re[2]: [LyX] translation of new Windows installer

2005-12-04 Thread alex
Dear Uwe,

I have some correcting the introduction. Once I found that I cannot render
the document anymore.

I attach two files, the one with work suffix is my working copy. I dont know 
where
is the problem.

The other with the new suffix will work if delete the last line in the
LyX editor!


Can somebody help me?

-- 
Best regards,
 alexmailto:[EMAIL PROTECTED]





Re: c++2tex

2005-12-04 Thread Uwe Stöhr

[EMAIL PROTECTED] wrote:



I need some program to transform my C++
source in a .tex or .lyx file
Are there some way to transform C++ syntax
code in .tex or .lyx?


Use the LaTeX-package listings. I attached an example LyX-file.
Perhaps LyX should support the listings-package in one of the next releases.

regards Uwe


listings.lyx
Description: application/lyx


Re: c++2tex

2005-12-04 Thread Georg Baum
Am Sonntag, 4. Dezember 2005 17:54 schrieb Uwe Stöhr:

 Use the LaTeX-package listings. I attached an example LyX-file.
 Perhaps LyX should support the listings-package in one of the next 
releases.

Yes, it should. See http://bugzilla.lyx.org/show_bug.cgi?id=508


Georg



Re: c++2tex

2005-12-04 Thread mywebs2005-lyx
Andres Becerra Sandoval [EMAIL PROTECTED]
wrote:
 Look for the listings latex package

I tried to find it, but the c++ search at the
MikTex package manager didn't return any result.  Do
you have the specific name of the package?
---



[EMAIL PROTECTED] wrote:
 
 Hey guys, how are you?
 Well, I need some program to transform my C++
  source in a .tex or .lyx file, but I need a
 Windows
  version of that program.  I have already a Linux
  version at home, but all the C++ sources we need
 are
  at the office in windows, and many guys of my team
  work at Windows version of Lyx only.
 Hence, are there some way to transform C++
 syntax
  code in .tex or .lyx?
 Thanks in advance!
  --
 
  Abraços!
  Douglas

 Abraços!
 Douglas










___ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 



WinInstaller

2005-12-04 Thread Geoffrey Lloyd
Hi

I am having problems downloading the wininstaller (v0.4) from the berlios 
website. Everytime it clicks through to Cannot find Server.

Does anyone know if this is a problem at their end or mine - my XP box is 
gently corrupting so it wouldn't surprise me.

Geoff

Re: c++2tex

2005-12-04 Thread Gunnar
 Use the LaTeX-package listings. I attached an example LyX-file.
 Perhaps LyX should support the listings-package in one of the next
 releases.
No offense, but how do you make it look good?


Re: Just an idea - would like to hear your opinion

2005-12-04 Thread Rich Shepard

On Sun, 4 Dec 2005, Nusret BALCI wrote:


I've seen the flash demo on their website: what's kdissert about? Is it
just to draw charts like that? Probably it has other uses, right? Thanks.


Nusret,

  Mind mapping is a tool for people who were never taught to organize their
thoughts and ideas in an outline. A few years ago I thought it was something
special and useful. Then I discovered that I had been doing all this -- under
a different name, of course -- for decades. :-)

  If someone wants to make a link between that tool and LyX, it's OK with me
as long as it's an optional add on during the ./configure step. I don't want
it cluttering up a highly productive tool.

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


float position

2005-12-04 Thread Sanda Pavel
Hi all,

is there in lyx any way, howto indent float object (or table,figure)
to the left border, so it will overlap the left margin used for
the rest of the text ?

 |text-|
 |text-|
 |float|
 |text-|
 |text-|

into
 
 |text-|
 |text-|
|float--|
 |text-|
 |text-|

thanks
pavel


Re: Mysterious addition of dots after citation

2005-12-04 Thread Bo Peng
 This is absolutely not our bug.

I did not say this is lyx' fault. I said that lyx is vulnerable to an
existing mail system caveat, and lyx is likely to be the scapegoat. To
the best interest of lyx, I suggest that lyx do something with it.

You and other developers have all the reasons to say 'this is not our
bug' and ignore this problem. But as a lyx user, I will have to be
careful about the encoding of the lyx attachment and check for doubled
dots for every lyx file I receive. Users who are not aware  of this
problem may give up lyx because of this.

 Send you attachments as application/octet-stream and be done with it.

As far as I can tell, my mutt encodes lyx file with 7 bits by default
and my MS/OE/SMTP does the same. I do hope that I am among the extreme
minority who suffer from this problem.

I will CC this email to lyx-users in case that they are not aware of the risk.

Bo


Re: Just an idea - would like to hear your opinion

2005-12-04 Thread Nusret BALCI
So, it's doing basically what I think :)? Anyways,
something that doesn't talk to me may very well be
useful for others.

But this brings to mind something else: as far as I
remember from previous emails in this list, it's
possible to interface lyx with several external
programs. (Someone asked about octave or mathematica,
or something similar). For example, is there a
complete enough interface with gnuplot (which I find
useful, whereas others may disagree :)) out there?

Regards,

Nusret

--- Rich Shepard [EMAIL PROTECTED] wrote:

 On Sun, 4 Dec 2005, Nusret BALCI wrote:
 
  I've seen the flash demo on their website: what's
 kdissert about? Is it
  just to draw charts like that? Probably it has
 other uses, right? Thanks.
 
 Nusret,
 
Mind mapping is a tool for people who were
 never taught to organize their
 thoughts and ideas in an outline. A few years ago I
 thought it was something
 special and useful. Then I discovered that I had
 been doing all this -- under
 a different name, of course -- for decades. :-)
 
If someone wants to make a link between that tool
 and LyX, it's OK with me
 as long as it's an optional add on during the
 ./configure step. I don't want
 it cluttering up a highly productive tool.
 
 Rich
 
 -- 
 Richard B. Shepard, Ph.D.   |   Author
 of Quantifying Environmental
 Applied Ecosystem Services, Inc. (TM)   |  Impact
 Assessments Using Fuzzy Logic
 http://www.appl-ecosys.com Voice: 503-667-4517
 Fax: 503-667-8863
 




__ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 



Re: c++2tex

2005-12-04 Thread Herbert Voss

Gunnar wrote:

Use the LaTeX-package listings. I attached an example LyX-file.
Perhaps LyX should support the listings-package in one of the next
releases.


No offense, but how do you make it look good?



http://perce.de/temp/listings-qt.png
http://perce.de/temp/listings-xforms.png

Herbert



Re: c++2tex

2005-12-04 Thread Nusret BALCI
I couldn't find how to get to that dialog. Under which
menu is it? Do one need to install a plugin, or is it
a standard dialog?
Thank you.

--- Herbert Voss [EMAIL PROTECTED] wrote:

 Gunnar wrote:
 Use the LaTeX-package listings. I attached an
 example LyX-file.
 Perhaps LyX should support the listings-package in
 one of the next
 releases.
  
  No offense, but how do you make it look good?
  
 
 http://perce.de/temp/listings-qt.png
 http://perce.de/temp/listings-xforms.png
 
 Herbert
 
 




__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs


Re: c++2tex

2005-12-04 Thread Herbert Voss

Nusret BALCI wrote:

I couldn't find how to get to that dialog. Under which
menu is it? Do one need to install a plugin, or is it
a standard dialog?


no, it is an extension to my personal LyX ... and
shows how it could be for all ...

Herbert



Re[3]: [LyX] translation of ... [again]

2005-12-04 Thread Alex
Dear list,

I doing some correcting in the introduction. Once, I found that I cannot render
the document anymore.

The rendering will work if you delete the last line in the
LyX editor!


alh Can somebody help me?
I tryed it with my old 1.3.3 under windows and on 1.3.7 compiled from cvs
on Linux.

Both failed.

Now, I am figured out that the problem could come from the hungarian
support inside he latex. If I change the language of the doc for eg.
english it will compile. :(

Some help needed ...

-- 
Best regards,
 Alexmailto:[EMAIL PROTECTED]

hu_Intro_new.lyx
Description: Binary data


Re: WinInstaller

2005-12-04 Thread Uwe Stöhr

Geoffrey Lloyd wrote:


I am having problems downloading the wininstaller (v0.4) from the berlios 
website.


berlios.de is down, I don't know why. Please try it again later.

regards Uwe


Re: float position

2005-12-04 Thread Sanda Pavel
 is there in lyx any way, howto indent float object (or table,figure)
 to the left border, so it will overlap the left margin used for
 the rest of the text ?

i have solved it myself :),
its the same as for normal paragraphs - \leftskip, but it must be
typed inside the float object...

ps


Re: c++2tex

2005-12-04 Thread Stephen Harris


- Original Message - 
From: [EMAIL PROTECTED]

To: Lyx Contribute lyx-users@lists.lyx.org
Sent: Sunday, December 04, 2005 9:12 AM
Subject: Re: c++2tex



Andres Becerra Sandoval [EMAIL PROTECTED]
wrote:

Look for the listings latex package


   I tried to find it, but the c++ search at the
MikTex package manager didn't return any result.  Do
you have the specific name of the package?


I have a listings.cab in my MikTeX folder.



Re: c++2tex

2005-12-04 Thread Stephen Harris


- Original Message - 
From: Stephen Harris [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; Lyx Contribute 
lyx-users@lists.lyx.org

Sent: Sunday, December 04, 2005 11:59 AM
Subject: Re: c++2tex




- Original Message - 
From: [EMAIL PROTECTED]

To: Lyx Contribute lyx-users@lists.lyx.org
Sent: Sunday, December 04, 2005 9:12 AM
Subject: Re: c++2tex



Andres Becerra Sandoval [EMAIL PROTECTED]
wrote:

Look for the listings latex package


   I tried to find it, but the c++ search at the
MikTex package manager didn't return any result.  Do
you have the specific name of the package?


I have a listings.cab in my MikTeX folder.




The listings.cab contains listings*.dvi which has
some C++ converters mentioned on pages 7  8

One of them is C++2LaTeX a C/C++ to LaTex converter.

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=codelist
for general information including highlight. 





increase size of figure and table captions

2005-12-04 Thread Matthew.Kelly
Hi all,

I apologise that this is a trivial question that would probably be answered 
with just a little digging.

One of the examiners of my thesis decided that the figure and table captions 
were too small, so I was wondering what the best way of making them bigger. 
Currently they are the same font size as the text. If there is no easy way I 
will just spend the same time making up a reason that this is the appropriate 
size for captions.


Matthew


Re: Math mode ERT problems

2005-12-04 Thread Andre Poenitz
On Sat, Dec 03, 2005 at 09:40:55AM +, Drop Box wrote:
[If that was my real name I'd seriously consider sueing my mother...]

 ERT in mathed seems to have a few issues. 

It surely has. There is no such thing like a TeX parser other than TeX
itself... And TeX has the benefit of operating on static text only, it
does not have to edit it.

 One of them is that LyX determines when to end an ERT sequence.  For
 example, if I hit C-L (to start ERT) and then hit the underscore
 character, LyX exits out of ERT mode, and the TeX produced is \_.
 Although it's not relevant to my example, I often want to be able to
 ERT more than just the one character.  I'm currently having issues
 because of the backslash that LyX adds.
 
 Now comes my original motivation.  I'm trying to use xypic in LyX.  I
 want to produce the following code: \ar@/_/[r] By omitting the
 underscore, I can produce \ar@//[r] by typing this literally.  When I
 type the underscore literally, LyX produces \ar@/_{/}[r] which doesn't
 work.  If I try to use ERT, I get \ar@/\_/[r] which doesn't work
 because of the extra backslash.

You could try to define a macro in ERT outside math and use it inside,
i.e. something like

Outside Mathed, in ERT or preamble: \def\arsub{\ar@/_/[r]}
In math: \arsub
 
 More specifically, I'd like to second H. Peter Gumm's question (28-Oct-05). 
 I'm trying to make ERT for xypic, but I can't get the /_/ part of
 
 \ar@/^/[r]

I am afraid this is too far off from what mathed considers 'plain
LaTeX'.

Andre'


\xrightarrow

2005-12-04 Thread Herbert Voss

When I insert in mathed \xrighterror amsmath is not enabled by
default.

LyX 1.3.5

is it fixed in 1.3.6 ?

Herbert



Re: \xrightarrow

2005-12-04 Thread Uwe Stöhr

Herbert Voss schrieb:


When I insert in mathed

 \xrighterror ;-)

amsmath is not enabled by default in LyX 1.3.5
is it fixed in 1.3.6 ?


No, also not in LyX 1.3.7CVS.

regards Uwe


c++2tex

2005-12-04 Thread mywebs2005-lyx
Hey guys, how are you?
Well, I need some program to transform my C++
source in a .tex or .lyx file, but I need a Windows
version of that program.  I have already a Linux
version at home, but all the C++ sources we need are 
at the office in windows, and many guys of my team
work at Windows version of Lyx only.
Hence, are there some way to transform C++ syntax
code in .tex or .lyx?
Thanks in advance!
--

 Abraços!
 Douglas










___ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 



Re: Math mode ERT problems

2005-12-04 Thread H. Peter Gumm
Hi Bob,

Drop Box wrote:

 Thanks so much for the article!  It is very well-written, and it answered

Great, and thanks for the flowers :-)

 (Arrow labels are by default are centered according to the midpoints of the
 corresponding objects.  If one object label is large and the other is small,
 the arrow label will be off-center with respect to the midpoint of the
 actual arrow.)

 The only workaround I've found is adding to the preamble
 \newcommand{\uc}[2]{#1^-{#2}}
 \newcommand{\lc}[2]{#1_-{#2}}

The simpler workaround is just to use \ \ \ p or p\ \ \ \  as label. The 
effect
of the first is that label p will be shifted to the right, of the second that 
it is
shifted to the left. Use as many \  as desired. \hskipmeasurelabel and
label\hskipmeasure will work likewise.

 P.S.  H. Peter's article is very nice, but after all the Google searching I
 did, it never came up.  I wonder if there's anything that could be done to
 increase its pagerank.

I wrote this article 
http://www.mathematik.uni-marburg.de/~gumm/LyX/xypic/xypic.pdf.
as my first LyX-experiment - and that happened just a few weeks ago. Until 
yesterday,
when Uwe pointed the wiki to it,, there was no external link to it.  Now it 
waits for
the google bots to pay it a visit. If you want to increase its rank, thanks.

Peter




Just an idea - would like to hear your opinion

2005-12-04 Thread .
Hi,

I just got an idea. I often using lyx - but I also like mindmapping. For 
mindmapping I am using kdissert. But it right now it is only a stony one way 
direction:

kdissert - latex - Lyx and adding the rest

I would like to hear, what you are thinking about a combination of kdissert 
(mindmapping) and lyx (semantic writing)?

Lyx as a plugin in kdissert or the other way round?

What would be needed in your eyes?

Would are you thinking about «roundtrip writing» in the style of roudtring 
engineering?

Ciao, Henning 


Re: Just an idea - would like to hear your opinion

2005-12-04 Thread Nusret BALCI
Hi,
I've seen the flash demo on their website: what's
kdissert about? Is it just to draw charts like that?
Probably it has other uses, right?
Thanks.

Nusret

--- . [EMAIL PROTECTED] wrote:

 Hi,
 
 I just got an idea. I often using lyx - but I also
 like mindmapping. For 
 mindmapping I am using kdissert. But it right now it
 is only a stony one way 
 direction:
 
   kdissert - latex - Lyx and adding the rest
 
 I would like to hear, what you are thinking about a
 combination of kdissert 
 (mindmapping) and lyx (semantic writing)?
 
 Lyx as a plugin in kdissert or the other way round?
 
 What would be needed in your eyes?
 
 Would are you thinking about «roundtrip writing» in
 the style of roudtring 
 engineering?
 
 Ciao, Henning 
 




__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs


Re[2]: [LyX] translation of new Windows installer

2005-12-04 Thread alex
Dear Uwe,

I have some correcting the introduction. Once I found that I cannot render
the document anymore.

I attach two files, the one with work suffix is my working copy. I dont know 
where
is the problem.

The other with the new suffix will work if delete the last line in the
LyX editor!


Can somebody help me?

-- 
Best regards,
 alexmailto:[EMAIL PROTECTED]





Re: c++2tex

2005-12-04 Thread Uwe Stöhr

[EMAIL PROTECTED] wrote:



I need some program to transform my C++
source in a .tex or .lyx file
Are there some way to transform C++ syntax
code in .tex or .lyx?


Use the LaTeX-package listings. I attached an example LyX-file.
Perhaps LyX should support the listings-package in one of the next releases.

regards Uwe


listings.lyx
Description: application/lyx


Re: c++2tex

2005-12-04 Thread Georg Baum
Am Sonntag, 4. Dezember 2005 17:54 schrieb Uwe Stöhr:

 Use the LaTeX-package listings. I attached an example LyX-file.
 Perhaps LyX should support the listings-package in one of the next 
releases.

Yes, it should. See http://bugzilla.lyx.org/show_bug.cgi?id=508


Georg



Re: c++2tex

2005-12-04 Thread mywebs2005-lyx
Andres Becerra Sandoval [EMAIL PROTECTED]
wrote:
 Look for the listings latex package

I tried to find it, but the c++ search at the
MikTex package manager didn't return any result.  Do
you have the specific name of the package?
---



[EMAIL PROTECTED] wrote:
 
 Hey guys, how are you?
 Well, I need some program to transform my C++
  source in a .tex or .lyx file, but I need a
 Windows
  version of that program.  I have already a Linux
  version at home, but all the C++ sources we need
 are
  at the office in windows, and many guys of my team
  work at Windows version of Lyx only.
 Hence, are there some way to transform C++
 syntax
  code in .tex or .lyx?
 Thanks in advance!
  --
 
  Abraços!
  Douglas

 Abraços!
 Douglas










___ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 



WinInstaller

2005-12-04 Thread Geoffrey Lloyd
Hi

I am having problems downloading the wininstaller (v0.4) from the berlios 
website. Everytime it clicks through to Cannot find Server.

Does anyone know if this is a problem at their end or mine - my XP box is 
gently corrupting so it wouldn't surprise me.

Geoff

Re: c++2tex

2005-12-04 Thread Gunnar
 Use the LaTeX-package listings. I attached an example LyX-file.
 Perhaps LyX should support the listings-package in one of the next
 releases.
No offense, but how do you make it look good?


Re: Just an idea - would like to hear your opinion

2005-12-04 Thread Rich Shepard

On Sun, 4 Dec 2005, Nusret BALCI wrote:


I've seen the flash demo on their website: what's kdissert about? Is it
just to draw charts like that? Probably it has other uses, right? Thanks.


Nusret,

  Mind mapping is a tool for people who were never taught to organize their
thoughts and ideas in an outline. A few years ago I thought it was something
special and useful. Then I discovered that I had been doing all this -- under
a different name, of course -- for decades. :-)

  If someone wants to make a link between that tool and LyX, it's OK with me
as long as it's an optional add on during the ./configure step. I don't want
it cluttering up a highly productive tool.

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


float position

2005-12-04 Thread Sanda Pavel
Hi all,

is there in lyx any way, howto indent float object (or table,figure)
to the left border, so it will overlap the left margin used for
the rest of the text ?

 |text-|
 |text-|
 |float|
 |text-|
 |text-|

into
 
 |text-|
 |text-|
|float--|
 |text-|
 |text-|

thanks
pavel


Re: Mysterious addition of dots after citation

2005-12-04 Thread Bo Peng
 This is absolutely not our bug.

I did not say this is lyx' fault. I said that lyx is vulnerable to an
existing mail system caveat, and lyx is likely to be the scapegoat. To
the best interest of lyx, I suggest that lyx do something with it.

You and other developers have all the reasons to say 'this is not our
bug' and ignore this problem. But as a lyx user, I will have to be
careful about the encoding of the lyx attachment and check for doubled
dots for every lyx file I receive. Users who are not aware  of this
problem may give up lyx because of this.

 Send you attachments as application/octet-stream and be done with it.

As far as I can tell, my mutt encodes lyx file with 7 bits by default
and my MS/OE/SMTP does the same. I do hope that I am among the extreme
minority who suffer from this problem.

I will CC this email to lyx-users in case that they are not aware of the risk.

Bo


Re: Just an idea - would like to hear your opinion

2005-12-04 Thread Nusret BALCI
So, it's doing basically what I think :)? Anyways,
something that doesn't talk to me may very well be
useful for others.

But this brings to mind something else: as far as I
remember from previous emails in this list, it's
possible to interface lyx with several external
programs. (Someone asked about octave or mathematica,
or something similar). For example, is there a
complete enough interface with gnuplot (which I find
useful, whereas others may disagree :)) out there?

Regards,

Nusret

--- Rich Shepard [EMAIL PROTECTED] wrote:

 On Sun, 4 Dec 2005, Nusret BALCI wrote:
 
  I've seen the flash demo on their website: what's
 kdissert about? Is it
  just to draw charts like that? Probably it has
 other uses, right? Thanks.
 
 Nusret,
 
Mind mapping is a tool for people who were
 never taught to organize their
 thoughts and ideas in an outline. A few years ago I
 thought it was something
 special and useful. Then I discovered that I had
 been doing all this -- under
 a different name, of course -- for decades. :-)
 
If someone wants to make a link between that tool
 and LyX, it's OK with me
 as long as it's an optional add on during the
 ./configure step. I don't want
 it cluttering up a highly productive tool.
 
 Rich
 
 -- 
 Richard B. Shepard, Ph.D.   |   Author
 of Quantifying Environmental
 Applied Ecosystem Services, Inc. (TM)   |  Impact
 Assessments Using Fuzzy Logic
 http://www.appl-ecosys.com Voice: 503-667-4517
 Fax: 503-667-8863
 




__ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 



Re: c++2tex

2005-12-04 Thread Herbert Voss

Gunnar wrote:

Use the LaTeX-package listings. I attached an example LyX-file.
Perhaps LyX should support the listings-package in one of the next
releases.


No offense, but how do you make it look good?



http://perce.de/temp/listings-qt.png
http://perce.de/temp/listings-xforms.png

Herbert



Re: c++2tex

2005-12-04 Thread Nusret BALCI
I couldn't find how to get to that dialog. Under which
menu is it? Do one need to install a plugin, or is it
a standard dialog?
Thank you.

--- Herbert Voss [EMAIL PROTECTED] wrote:

 Gunnar wrote:
 Use the LaTeX-package listings. I attached an
 example LyX-file.
 Perhaps LyX should support the listings-package in
 one of the next
 releases.
  
  No offense, but how do you make it look good?
  
 
 http://perce.de/temp/listings-qt.png
 http://perce.de/temp/listings-xforms.png
 
 Herbert
 
 




__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs


Re: c++2tex

2005-12-04 Thread Herbert Voss

Nusret BALCI wrote:

I couldn't find how to get to that dialog. Under which
menu is it? Do one need to install a plugin, or is it
a standard dialog?


no, it is an extension to my personal LyX ... and
shows how it could be for all ...

Herbert



Re[3]: [LyX] translation of ... [again]

2005-12-04 Thread Alex
Dear list,

I doing some correcting in the introduction. Once, I found that I cannot render
the document anymore.

The rendering will work if you delete the last line in the
LyX editor!


alh Can somebody help me?
I tryed it with my old 1.3.3 under windows and on 1.3.7 compiled from cvs
on Linux.

Both failed.

Now, I am figured out that the problem could come from the hungarian
support inside he latex. If I change the language of the doc for eg.
english it will compile. :(

Some help needed ...

-- 
Best regards,
 Alexmailto:[EMAIL PROTECTED]

hu_Intro_new.lyx
Description: Binary data


Re: WinInstaller

2005-12-04 Thread Uwe Stöhr

Geoffrey Lloyd wrote:


I am having problems downloading the wininstaller (v0.4) from the berlios 
website.


berlios.de is down, I don't know why. Please try it again later.

regards Uwe


Re: float position

2005-12-04 Thread Sanda Pavel
 is there in lyx any way, howto indent float object (or table,figure)
 to the left border, so it will overlap the left margin used for
 the rest of the text ?

i have solved it myself :),
its the same as for normal paragraphs - \leftskip, but it must be
typed inside the float object...

ps


Re: c++2tex

2005-12-04 Thread Stephen Harris


- Original Message - 
From: [EMAIL PROTECTED]

To: Lyx Contribute lyx-users@lists.lyx.org
Sent: Sunday, December 04, 2005 9:12 AM
Subject: Re: c++2tex



Andres Becerra Sandoval [EMAIL PROTECTED]
wrote:

Look for the listings latex package


   I tried to find it, but the c++ search at the
MikTex package manager didn't return any result.  Do
you have the specific name of the package?


I have a listings.cab in my MikTeX folder.



Re: c++2tex

2005-12-04 Thread Stephen Harris


- Original Message - 
From: Stephen Harris [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; Lyx Contribute 
lyx-users@lists.lyx.org

Sent: Sunday, December 04, 2005 11:59 AM
Subject: Re: c++2tex




- Original Message - 
From: [EMAIL PROTECTED]

To: Lyx Contribute lyx-users@lists.lyx.org
Sent: Sunday, December 04, 2005 9:12 AM
Subject: Re: c++2tex



Andres Becerra Sandoval [EMAIL PROTECTED]
wrote:

Look for the listings latex package


   I tried to find it, but the c++ search at the
MikTex package manager didn't return any result.  Do
you have the specific name of the package?


I have a listings.cab in my MikTeX folder.




The listings.cab contains listings*.dvi which has
some C++ converters mentioned on pages 7  8

One of them is C++2LaTeX a C/C++ to LaTex converter.

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=codelist
for general information including highlight. 





increase size of figure and table captions

2005-12-04 Thread Matthew.Kelly
Hi all,

I apologise that this is a trivial question that would probably be answered 
with just a little digging.

One of the examiners of my thesis decided that the figure and table captions 
were too small, so I was wondering what the best way of making them bigger. 
Currently they are the same font size as the text. If there is no easy way I 
will just spend the same time making up a reason that this is the appropriate 
size for captions.


Matthew


Re: Math mode ERT problems

2005-12-04 Thread Andre Poenitz
On Sat, Dec 03, 2005 at 09:40:55AM +, Drop Box wrote:
[If that was my real name I'd seriously consider sueing my mother...]

> ERT in mathed seems to have a few issues. 

It surely has. There is no such thing like a TeX parser other than TeX
itself... And TeX has the benefit of operating on static text only, it
does not have to edit it.

> One of them is that LyX determines when to end an ERT sequence.  For
> example, if I hit C-L (to start ERT) and then hit the underscore
> character, LyX exits out of ERT mode, and the TeX produced is "\_".
> Although it's not relevant to my example, I often want to be able to
> ERT more than just the one character.  I'm currently having issues
> because of the backslash that LyX adds.
> 
> Now comes my original motivation.  I'm trying to use xypic in LyX.  I
> want to produce the following code: \ar@/_/[r] By omitting the
> underscore, I can produce \ar@//[r] by typing this literally.  When I
> type the underscore literally, LyX produces \ar@/_{/}[r] which doesn't
> work.  If I try to use ERT, I get \ar@/\_/[r] which doesn't work
> because of the extra backslash.

You could try to define a macro in ERT outside math and use it inside,
i.e. something like

Outside Mathed, in ERT or preamble: \def\arsub{\ar@/_/[r]}
In math: \arsub
 
> More specifically, I'd like to second H. Peter Gumm's question (28-Oct-05). 
> I'm trying to make ERT for xypic, but I can't get the /_/ part of
> 
> \ar@/^/[r]

I am afraid this is too far off from what mathed considers 'plain
LaTeX'.

Andre'


\xrightarrow

2005-12-04 Thread Herbert Voss

When I insert in mathed \xrighterror amsmath is not enabled by
default.

LyX 1.3.5

is it fixed in 1.3.6 ?

Herbert



Re: \xrightarrow

2005-12-04 Thread Uwe Stöhr

Herbert Voss schrieb:


When I insert in mathed

 \xrighterror ;-)

amsmath is not enabled by default in LyX 1.3.5
is it fixed in 1.3.6 ?


No, also not in LyX 1.3.7CVS.

regards Uwe


c++2tex

2005-12-04 Thread mywebs2005-lyx
Hey guys, how are you?
Well, I need some program to transform my C++
source in a .tex or .lyx file, but I need a Windows
version of that program.  I have already a Linux
version at home, but all the C++ sources we need are 
at the office in windows, and many guys of my team
work at Windows version of Lyx only.
Hence, are there some way to transform C++ syntax
code in .tex or .lyx?
Thanks in advance!
--

 Abraços!
 Douglas










___ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 



Re: Math mode ERT problems

2005-12-04 Thread H. Peter Gumm
Hi Bob,

Drop Box wrote:

> Thanks so much for the article!  It is very well-written, and it answered

Great, and thanks for the flowers :-)

> (Arrow labels are by default are centered according to the midpoints of the
> corresponding objects.  If one object label is large and the other is small,
> the arrow label will be off-center with respect to the midpoint of the
> actual arrow.)
>
> The only workaround I've found is adding to the preamble
> \newcommand{\uc}[2]{#1^-{#2}}
> \newcommand{\lc}[2]{#1_-{#2}}

The simpler workaround is just to use "\ \ \ p" or "p\ \ \ \ " as label. The 
effect
of the first is that label p will be shifted to the right, of the second that 
it is
shifted to the left. Use as many "\ " as desired. "\hskip" and
"\hskip" will work likewise.

> P.S.  H. Peter's article is very nice, but after all the Google searching I
> did, it never came up.  I wonder if there's anything that could be done to
> increase its pagerank.

I wrote this article 
http://www.mathematik.uni-marburg.de/~gumm/LyX/xypic/xypic.pdf.
as my first LyX-experiment - and that happened just a few weeks ago. Until 
yesterday,
when Uwe pointed the wiki to it,, there was no external link to it.  Now it 
waits for
the google bots to pay it a visit. If you want to increase its rank, thanks.

Peter




Just an idea - would like to hear your opinion

2005-12-04 Thread .
Hi,

I just got an idea. I often using lyx - but I also like mindmapping. For 
mindmapping I am using kdissert. But it right now it is only a stony one way 
direction:

kdissert -> latex -> Lyx and adding the rest

I would like to hear, what you are thinking about a combination of kdissert 
(mindmapping) and lyx (semantic writing)?

Lyx as a plugin in kdissert or the other way round?

What would be needed in your eyes?

Would are you thinking about «roundtrip writing» in the style of roudtring 
engineering?

Ciao, Henning 


Re: Just an idea - would like to hear your opinion

2005-12-04 Thread Nusret BALCI
Hi,
I've seen the flash demo on their website: what's
kdissert about? Is it just to draw charts like that?
Probably it has other uses, right?
Thanks.

Nusret

--- "." <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I just got an idea. I often using lyx - but I also
> like mindmapping. For 
> mindmapping I am using kdissert. But it right now it
> is only a stony one way 
> direction:
> 
>   kdissert -> latex -> Lyx and adding the rest
> 
> I would like to hear, what you are thinking about a
> combination of kdissert 
> (mindmapping) and lyx (semantic writing)?
> 
> Lyx as a plugin in kdissert or the other way round?
> 
> What would be needed in your eyes?
> 
> Would are you thinking about «roundtrip writing» in
> the style of roudtring 
> engineering?
> 
> Ciao, Henning 
> 




__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs


Re[2]: [LyX] translation of new Windows installer

2005-12-04 Thread alex
Dear Uwe,

I have some correcting the introduction. Once I found that I cannot render
the document anymore.

I attach two files, the one with "work" suffix is my working copy. I dont know 
where
is the problem.

The other with the "new" suffix will work if delete the last line in the
LyX editor!


Can somebody help me?

-- 
Best regards,
 alexmailto:[EMAIL PROTECTED]





Re: c++2tex

2005-12-04 Thread Uwe Stöhr

[EMAIL PROTECTED] wrote:



I need some program to transform my C++
source in a .tex or .lyx file
Are there some way to transform C++ syntax
code in .tex or .lyx?


Use the LaTeX-package "listings". I attached an example LyX-file.
Perhaps LyX should support the listings-package in one of the next releases.

regards Uwe


listings.lyx
Description: application/lyx


Re: c++2tex

2005-12-04 Thread Georg Baum
Am Sonntag, 4. Dezember 2005 17:54 schrieb Uwe Stöhr:

> Use the LaTeX-package "listings". I attached an example LyX-file.
> Perhaps LyX should support the listings-package in one of the next 
releases.

Yes, it should. See http://bugzilla.lyx.org/show_bug.cgi?id=508


Georg



Re: c++2tex

2005-12-04 Thread mywebs2005-lyx
Andres Becerra Sandoval <[EMAIL PROTECTED]>
wrote:
> Look for the listings latex package

I tried to find it, but the "c++" search at the
MikTex package manager didn't return any result.  Do
you have the specific name of the package?
---



<[EMAIL PROTECTED]> wrote:
> >
> >Hey guys, how are you?
> >Well, I need some program to transform my C++
> > source in a .tex or .lyx file, but I need a
> Windows
> > version of that program.  I have already a Linux
> > version at home, but all the C++ sources we need
> are
> > at the office in windows, and many guys of my team
> > work at Windows version of Lyx only.
> >Hence, are there some way to transform C++
> syntax
> > code in .tex or .lyx?
> >Thanks in advance!
> > --
> >
> > Abraços!
> > Douglas

 Abraços!
 Douglas










___ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 



WinInstaller

2005-12-04 Thread Geoffrey Lloyd
Hi

I am having problems downloading the wininstaller (v0.4) from the berlios 
website. Everytime it clicks through to Cannot find Server.

Does anyone know if this is a problem at their end or mine - my XP box is 
gently corrupting so it wouldn't surprise me.

Geoff

Re: c++2tex

2005-12-04 Thread Gunnar
> Use the LaTeX-package "listings". I attached an example LyX-file.
> Perhaps LyX should support the listings-package in one of the next
> releases.
No offense, but how do you make it look good?


Re: Just an idea - would like to hear your opinion

2005-12-04 Thread Rich Shepard

On Sun, 4 Dec 2005, Nusret BALCI wrote:


I've seen the flash demo on their website: what's kdissert about? Is it
just to draw charts like that? Probably it has other uses, right? Thanks.


Nusret,

  "Mind mapping" is a tool for people who were never taught to organize their
thoughts and ideas in an outline. A few years ago I thought it was something
special and useful. Then I discovered that I had been doing all this -- under
a different name, of course -- for decades. :-)

  If someone wants to make a link between that tool and LyX, it's OK with me
as long as it's an optional add on during the ./configure step. I don't want
it cluttering up a highly productive tool.

Rich

--
Richard B. Shepard, Ph.D.   |   Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic"
 Voice: 503-667-4517 Fax: 503-667-8863


float position

2005-12-04 Thread Sanda Pavel
Hi all,

is there in lyx any way, howto indent float object (or table,figure)
to the left border, so it will overlap the left margin used for
the rest of the text ?

 |text-|
 |text-|
 |float|
 |text-|
 |text-|

into
 
 |text-|
 |text-|
|float--|
 |text-|
 |text-|

thanks
pavel


Re: Mysterious addition of dots after citation

2005-12-04 Thread Bo Peng
> This is absolutely not our bug.

I did not say this is lyx' fault. I said that lyx is vulnerable to an
existing mail system caveat, and lyx is likely to be the scapegoat. To
the best interest of lyx, I suggest that lyx do something with it.

You and other developers have all the reasons to say 'this is not our
bug' and ignore this problem. But as a lyx user, I will have to be
careful about the encoding of the lyx attachment and check for doubled
dots for every lyx file I receive. Users who are not aware  of this
problem may give up lyx because of this.

> Send you attachments as application/octet-stream and be done with it.

As far as I can tell, my mutt encodes lyx file with 7 bits by default
and my MS/OE/SMTP does the same. I do hope that I am among the extreme
minority who suffer from this problem.

I will CC this email to lyx-users in case that they are not aware of the risk.

Bo


Re: Just an idea - would like to hear your opinion

2005-12-04 Thread Nusret BALCI
So, it's doing basically what I think :)? Anyways,
something that doesn't talk to me may very well be
useful for others.

But this brings to mind something else: as far as I
remember from previous emails in this list, it's
possible to interface lyx with several external
programs. (Someone asked about octave or mathematica,
or something similar). For example, is there a
complete enough interface with "gnuplot" (which I find
useful, whereas others may disagree :)) out there?

Regards,

Nusret

--- Rich Shepard <[EMAIL PROTECTED]> wrote:

> On Sun, 4 Dec 2005, Nusret BALCI wrote:
> 
> > I've seen the flash demo on their website: what's
> kdissert about? Is it
> > just to draw charts like that? Probably it has
> other uses, right? Thanks.
> 
> Nusret,
> 
>"Mind mapping" is a tool for people who were
> never taught to organize their
> thoughts and ideas in an outline. A few years ago I
> thought it was something
> special and useful. Then I discovered that I had
> been doing all this -- under
> a different name, of course -- for decades. :-)
> 
>If someone wants to make a link between that tool
> and LyX, it's OK with me
> as long as it's an optional add on during the
> ./configure step. I don't want
> it cluttering up a highly productive tool.
> 
> Rich
> 
> -- 
> Richard B. Shepard, Ph.D.   |   Author
> of "Quantifying Environmental
> Applied Ecosystem Services, Inc. (TM)   |  Impact
> Assessments Using Fuzzy Logic"
>  Voice: 503-667-4517
> Fax: 503-667-8863
> 




__ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 



Re: c++2tex

2005-12-04 Thread Herbert Voss

Gunnar wrote:

Use the LaTeX-package "listings". I attached an example LyX-file.
Perhaps LyX should support the listings-package in one of the next
releases.


No offense, but how do you make it look good?



http://perce.de/temp/listings-qt.png
http://perce.de/temp/listings-xforms.png

Herbert



Re: c++2tex

2005-12-04 Thread Nusret BALCI
I couldn't find how to get to that dialog. Under which
menu is it? Do one need to install a plugin, or is it
a standard dialog?
Thank you.

--- Herbert Voss <[EMAIL PROTECTED]> wrote:

> Gunnar wrote:
> >>Use the LaTeX-package "listings". I attached an
> example LyX-file.
> >>Perhaps LyX should support the listings-package in
> one of the next
> >>releases.
> > 
> > No offense, but how do you make it look good?
> > 
> 
> http://perce.de/temp/listings-qt.png
> http://perce.de/temp/listings-xforms.png
> 
> Herbert
> 
> 




__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs


Re: c++2tex

2005-12-04 Thread Herbert Voss

Nusret BALCI wrote:

I couldn't find how to get to that dialog. Under which
menu is it? Do one need to install a plugin, or is it
a standard dialog?


no, it is an extension to my personal LyX ... and
shows how it could be for all ...

Herbert



Re[3]: [LyX] translation of ... [again]

2005-12-04 Thread Alex
Dear list,

I doing some correcting in the introduction. Once, I found that I cannot render
the document anymore.

The rendering will work if you delete the last line in the
LyX editor!


alh> Can somebody help me?
I tryed it with my old 1.3.3 under windows and on 1.3.7 compiled from cvs
on Linux.

Both failed.

Now, I am figured out that the problem could come from the hungarian
support inside he latex. If I change the language of the doc for eg.
english it will compile. :(

Some help needed ...

-- 
Best regards,
 Alexmailto:[EMAIL PROTECTED]

hu_Intro_new.lyx
Description: Binary data


Re: WinInstaller

2005-12-04 Thread Uwe Stöhr

Geoffrey Lloyd wrote:


I am having problems downloading the wininstaller (v0.4) from the berlios 
website.


berlios.de is down, I don't know why. Please try it again later.

regards Uwe


Re: float position

2005-12-04 Thread Sanda Pavel
> is there in lyx any way, howto indent float object (or table,figure)
> to the left border, so it will overlap the left margin used for
> the rest of the text ?

i have solved it myself :),
its the same as for normal paragraphs - \leftskip, but it must be
typed inside the float object...

ps


Re: c++2tex

2005-12-04 Thread Stephen Harris


- Original Message - 
From: <[EMAIL PROTECTED]>

To: "Lyx Contribute" 
Sent: Sunday, December 04, 2005 9:12 AM
Subject: Re: c++2tex



Andres Becerra Sandoval <[EMAIL PROTECTED]>
wrote:

Look for the listings latex package


   I tried to find it, but the "c++" search at the
MikTex package manager didn't return any result.  Do
you have the specific name of the package?


I have a "listings".cab in my MikTeX folder.



Re: c++2tex

2005-12-04 Thread Stephen Harris


- Original Message - 
From: "Stephen Harris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Lyx Contribute" 


Sent: Sunday, December 04, 2005 11:59 AM
Subject: Re: c++2tex




- Original Message - 
From: <[EMAIL PROTECTED]>

To: "Lyx Contribute" 
Sent: Sunday, December 04, 2005 9:12 AM
Subject: Re: c++2tex



Andres Becerra Sandoval <[EMAIL PROTECTED]>
wrote:

Look for the listings latex package


   I tried to find it, but the "c++" search at the
MikTex package manager didn't return any result.  Do
you have the specific name of the package?


I have a "listings".cab in my MikTeX folder.




The listings.cab contains listings*.dvi which has
some C++ converters mentioned on pages 7 & 8

One of them is C++2LaTeX a C/C++ to LaTex converter.

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=codelist
for general information including "highlight". 





increase size of figure and table captions

2005-12-04 Thread Matthew.Kelly
Hi all,

I apologise that this is a trivial question that would probably be answered 
with just a little digging.

One of the examiners of my thesis decided that the figure and table captions 
were too small, so I was wondering what the best way of making them bigger. 
Currently they are the same font size as the text. If there is no easy way I 
will just spend the same time making up a reason that this is the appropriate 
size for captions.


Matthew