Re: Linespread

2002-08-15 Thread Eugenio Guevara

Try using setspace package and then use the commands

\singlespacing
\doublespacing

to modify your line spacing

Eugenio


- Original Message -
From: "Anke Degenkolb" <[EMAIL PROTECTED]>
To: "LyX users" <[EMAIL PROTECTED]>
Sent: Thursday, August 15, 2002 10:25 PM
Subject: Re: Linespread


Am Dienstag, 13. August 2002 16:09 schrieb Dekel Tsur:
> On Mon, Aug 12, 2002 at 09:43:05PM +0200, Marko wrote:
> > Hi all,
> >
> > I'm looking for a way to get a document with line spacing of 1.5 -
> > however, the TOC, bibliography, footnotes and quotes should still have a
> > line spacing of 1.0.
> >
> > I already have a \linespread{1.5} in the preamble and have experimented
> > with \renewenvironment{quote} but had no success so far.
> >
> > Is there an easy way to get this?
>
> Set the spacing in the document dialog, and not by changing the preamble.
>
> The spacing for the TOC or bibliography can be changed using the
> paragraph dialog (in lyx 1.2.0), or by using
>  \begin{singlespace} .. \end{singlespace}
>
> The spacing for quotes can be changed by putting the following code
> in the preamble:
>
> \let\oldquote=\quote
> \let\oldendquote=\endquote
> \renewenvironment{quote}
>   {\begin{singlespace}\oldquote}
>   {\oldendquote\end{singlespace}}

Hi Dekel,

thanks a lot. This works nearly perfect ;-)
The line spacing is now perfect but the new quote-definition leads to an
extra
vertical space between the previous paragraph and the beginning of the
quote.
It looks like an additional empty line just before the quote begins.
Unfortunately I have no idea how to fix this.

Marko




Re: Linespread

2002-08-15 Thread Anke Degenkolb

Am Dienstag, 13. August 2002 16:09 schrieb Dekel Tsur:
> On Mon, Aug 12, 2002 at 09:43:05PM +0200, Marko wrote:
> > Hi all,
> >
> > I'm looking for a way to get a document with line spacing of 1.5 -
> > however, the TOC, bibliography, footnotes and quotes should still have a
> > line spacing of 1.0.
> >
> > I already have a \linespread{1.5} in the preamble and have experimented
> > with \renewenvironment{quote} but had no success so far.
> >
> > Is there an easy way to get this?
>
> Set the spacing in the document dialog, and not by changing the preamble.
>
> The spacing for the TOC or bibliography can be changed using the
> paragraph dialog (in lyx 1.2.0), or by using
>  \begin{singlespace} .. \end{singlespace}
>
> The spacing for quotes can be changed by putting the following code
> in the preamble:
>
> \let\oldquote=\quote
> \let\oldendquote=\endquote
> \renewenvironment{quote}
>   {\begin{singlespace}\oldquote}
>   {\oldendquote\end{singlespace}}

Hi Dekel,

thanks a lot. This works nearly perfect ;-)
The line spacing is now perfect but the new quote-definition leads to an extra 
vertical space between the previous paragraph and the beginning of the quote. 
It looks like an additional empty line just before the quote begins.
Unfortunately I have no idea how to fix this.

Marko



Potentially unsafe content: A good tool

2002-08-15 Thread postmaster


A message sent to you by [EMAIL PROTECTED]
was scanned for potentially harmful content.

The suspicious attachment has been removed
from the original message.  The cleaned message
is attached in this message.

Contact your postmaster for more information.

Scan report:
File 'size.pif' has a forbidden name



--- Begin Message ---


Hello,This is a  good tool
I hope you would like it=2E


--- End Message ---


Re: Lyx and jurabib : message to coders

2002-08-15 Thread Moritz Moeller-Herrmann

Jade wrote:

> 
> I saw that in lyx 1.2.0 there was some support for the natbib package.
> 
> In the next version if someone would like to include other packages like
> jurabib, it would be really really cool.
[...]

I agree completely. Lacking jurabib support is a shame. jurabib makes 
handlign citations in lawe and humanities a breeze. Unfortunately lyx is 
created by and therefore intended mainly for technically inclined people.


> the jurabib package seems cool (all of those features included) if it
> worked...

I am currently using jurabib with lyx on my thesis and it works fine. Of 
course lyx does not support any of the cool features of jurabib, so I have 
to use ERT to cite commentaries.  \cite[page §][author]{bibkey}

All lyx would have to do is support a second optional argument for 
citations. How hard can it be?

-- 
Moritz Moeller-Herrmann ICQ #3585990
(wiss. Mitarbeiter, IMGB, Mannheim)





Re: figure numeration

2002-08-15 Thread Andre Poenitz

On Thu, Aug 15, 2002 at 05:57:44PM +0200, Axel Heinrici wrote:
> Everyting works fine with this.
> The caption starts with: "Abbildung 4.2: Funktion..."
> This is used in Subsection 4.1.5 but the number of the picture is 
> 4.2.

What happens if you put the label inside the caption?

Andre'

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



figure numeration

2002-08-15 Thread Axel Heinrici

Hi

I have a problem with the numeration of figures. I use lyx 1.2 and 
document layout is report.
I used some tex commands to put in some pictures in my document. 
This was just because I wantet to label things inside the picture.
I used something like this:

\begin{figure}[h] 
\unitlength1cm \begin{picture}(11,10) 
\put(0,0){\includegraphics[width=6cm,height=10cm]{Bilder/Doppeldiode}} 
\put(7,9){Paralleler Strahl: Beide Hälften} 
\put(7,1.8){...

\end{picture} \caption[Funktion der 
Autofokusregelung.]{Funktion } \
\label{Doppeldiode} 
\end{figure}

Everyting works fine with this.
The caption starts with: "Abbildung 4.2: Funktion..."
This is used in Subsection 4.1.5 but the number of the picture is 
4.2. Also every reference is done as 4.2
When I use a float with lyx the picture is referred to picture 
4.1.5. I prefer refering to it as 4.2, but anyway it should always 
be done in the same way.
At the end of my document I placed a "list of pictures" with lyx 
(Einfügen -> Listen & Inhalt -> Liste der Abbildungen). The picture 
4.1.5 is missing there completely. Only the pictures inserted with 
tex commands are listed.
What is wrong here?
Or is lyx not working together with the tex commands I used.  I 
cannot abandon the tex parts because of the labeling. So, do I have 
to use "the tex way" during the complete document?

greetings
Axel




Re: problem with pstricks and PDF

2002-08-15 Thread Michael Abshoff



On Thu, 15 Aug 2002, David A. Case wrote:

> 
> On Thu, Aug 15, 2002, Ben Stanley wrote:
> >
> > I know that xfig can do what you want, but I don't think it runs on
> > Windows.
> 
> xfig runs fine under Windows, using cygwin (the same environment you need
> to run LyX under Windows).  It is a standard part of the X11 cygwin
> environment (should be in /usr/X11R6/bin).
> 
> .hope this helps...dac
> 

Under

  http://tech-www.informatik.uni-hamburg.de/applets/javafig/


you will also find a java-applet that can produced fig-files and a
precompiled version of fig2dev. You in case you don't want to use the
cygwin-port.

Michael

-- 
Michael Abshoff - MRB - Universität Dortmund - Telefon 755-3463 (intern)




Re: figure float insertion (lyx 1.2)

2002-08-15 Thread Nelson Hogg

Jean-Marc Lasgouttes wrote:

>>"Nelson" == Nelson Hogg <[EMAIL PROTECTED]> writes:
>>
>>
>
>Nelson> Sorry but this isn't my problem. I can
>Nelson> get the caption part to work by doing as you say but when I
>Nelson> then try to insert the graphic (using second last button on
>Nelson> toolbox row at top) the graphic is inserted into the caption
>Nelson> text rather than above the caption (or below depending on
>Nelson> where the insertion is made). 
>Nelson>   
>
>Put the cursor at the first character of the caption and press return.
>You should see an empty paragraph above the section, and you can
>insert your figure here.
>
>JMarc
>
>PS: please do not send your mail in html format...
>
JMarc: Thanks so much. That did the trick and explains to me the other 
postings referring to the centering issue. I would hope this would be 
returned to the 1.6 method in future releases - so many fewer clicks and 
things to remember involved. Sorry for the html. Nelson





Re: problem with pstricks and PDF

2002-08-15 Thread David A. Case


On Thu, Aug 15, 2002, Ben Stanley wrote:
>
> I know that xfig can do what you want, but I don't think it runs on
> Windows.

xfig runs fine under Windows, using cygwin (the same environment you need
to run LyX under Windows).  It is a standard part of the X11 cygwin
environment (should be in /usr/X11R6/bin).

.hope this helps...dac

-- 

==
David A. Case |  e-mail:  [EMAIL PROTECTED]
Dept. of Molecular Biology, TPC15 |  fax:  +1-858-784-8896
The Scripps Research Institute|  phone:+1-858-784-9768
10550 N. Torrey Pines Rd. |  home page:   
La Jolla CA 92037  USA|http://www.scripps.edu/case
==




Re: figure float insertion (lyx 1.2)

2002-08-15 Thread Jean-Marc Lasgouttes

> "Nelson" == Nelson Hogg <[EMAIL PROTECTED]> writes:

Nelson> Sorry but this isn't my problem. I can
Nelson> get the caption part to work by doing as you say but when I
Nelson> then try to insert the graphic (using second last button on
Nelson> toolbox row at top) the graphic is inserted into the caption
Nelson> text rather than above the caption (or below depending on
Nelson> where the insertion is made). 
Nelson>   

Put the cursor at the first character of the caption and press return.
You should see an empty paragraph above the section, and you can
insert your figure here.

JMarc

PS: please do not send your mail in html format...



Re: figure float insertion (lyx 1.2)

2002-08-15 Thread Jean-Marc Lasgouttes

> "Nelson" == Nelson Hogg <[EMAIL PROTECTED]> writes:

Nelson> I suspect this problem has been covered but I can't find a
Nelson> reference to it in the newsgroup. When I try to insert a
Nelson> figure into a float (yes, I did find out how to make the
Nelson> caption) the figure displays in line with the caption text,
Nelson> rather than above it. With Lyx 1.6 this was all
Nelson> straightforward but something has changed with 1.2 and I can't
Nelson> figure out how to get these floating figures to display
Nelson> properly.

Select the 'Caption' layout from the toolbar, or use M-p M-c. This
behaviour will be changed to the old one, since we did not realize
that so many people would be confused by the change (although I still
thing the old behaviour is wrong).

JMarc





Re: [chekanov@mail.desy.de] Feedback from www.lyx.org

2002-08-15 Thread Tuukka Toivonen

>  click on 'landscape' on gv, I cannot see all text of this
>  example (it is cut on left side).

I have had this same problem. I think it is a bug in either gv or
ghostscript (I would suspect gv but also ghostview and other viewers have
the same problem).

It sometimes works if you select Layout/Document/Paper and select "Use
Geometry Package".

>  However, I can get it work if I do the following:
>  1) convert 'lyx' file to latex
>  2) dvips landslide.dvi -o landslide.ps -t landscape
>  3) gv  landslide.ps
>
>   now if I use 'landscape' option in gv, I can see all
>   text.

I didn't know this. I will try this next time when I encounter the problem.




figure float insertion (lyx 1.2)

2002-08-15 Thread Nelson Hogg

I suspect this problem has been covered but I can't find a reference to 
it in the newsgroup. When I try to insert a figure into a float (yes, I 
did find out how to make the caption) the figure displays in line with 
the caption text, rather than above it. With Lyx 1.6 this was all 
straightforward but something has changed with 1.2 and I can't figure 
out how to get these floating figures to display properly.

TIA, Nelson Hogg






Re: no french spellchecking

2002-08-15 Thread thomas schönhoff

Juergen Spitzmueller wrote:
> thomas schönhoff wrote:

> 
> Try in the spellchecker options:
> "alternative language -> francais"
> 
> Jürgen.


Hello Jürgen,

I now know what was going wrong, there are 2 sets for French 
in the selection dialog.
I simply selected the wrong French dictionary, when changing 
this via "Layout -> document -> language too 
GUTenberg-French everything went fine!


Thanks for response

Thomas




Re: no french spellchecking

2002-08-15 Thread Juergen Spitzmueller

thomas schönhoff wrote:
> after enhancing aspell to french correction spellchekcing
> dos not working properly in LyX-1.2.0, aspell 0.33.7alpha
> works well in LyX for German and English spelling only !!
>
> After compiling the french wordbook frome source without any
> problems, doing a "texhash", "reconfigure" in LyX nothing
> happens, that is:
> No error messages are given, LyX seems to freeze for a
> moment and continues to run again after about 30 seconds.
>
> Does someone know what's wrong and how to come across ?

Try in the spellchecker options:
"alternative language -> francais"

Jürgen.



Re: Smaller characters for matrix elements

2002-08-15 Thread Paolo Pumilia

>From Andre Poenitz, Thu Aug 15, at 10:42:
 .This is fixed in 1.2.1cvs.
 .

Are you suggesting to get and compile the latest cvs version?   

 .
 .PS: Is your name really "Desktop Crew"?
 .


ha, it's a fancy name, for sharing access to the lyx-users  mailing list  



ciao

--
Paolo Pumilia
---
OpenSource AICA workgroup
Website: http//www.linfe.it


--- Begin Message ---

>From Andre Poenitz, Thu Aug 15, at 10:42:
 .This is fixed in 1.2.1cvs.
 .

Are you suggesting to get and compile the latest cvs version?

 .
 .PS: Is your name really "Desktop Crew"?
 .


ha, it's a fancy name, for sharing access to the lyx-users  mailing list



ciao  

-- 
Paolo Pumilia
---
OpenSource AICA workgroup
Website: http//www.linfe.it


--- End Message ---


[chekanov@mail.desy.de] Feedback from www.lyx.org

2002-08-15 Thread Jean-Marc Lasgouttes


Hello,

I have forwarded your mail to the lyx-users mailing list. Hope this
helps.

JMarc


--- Begin Message ---


Sergei ([EMAIL PROTECTED]) entered the 
following feedback message on the LyX home page:



  Hi, 

  I have one problem to view landscape files with 'gv' for LyX1.2.

  If I load 'landslide.lyx' example from /example
  directory to LyX, and  to view it I'm using LyX as 
  'view->postscrip'. By default, it uses gv (version 3.5.8).
  
   I've got pickture, but in portrait style. If I'll click 
  click on 'landscape' on gv, I cannot see all text of this
  example (it is cut on left side).

  However, I can get it work if I do the following:
  1) convert 'lyx' file to latex 
  2) dvips landslide.dvi -o landslide.ps -t landscape
  3) gv  landslide.ps

   now if I use 'landscape' option in gv, I can see all
   text.

   Could you please tell me, what goes wrong ?

   cheers, Sergei

--- End Message ---


Re: Smaller characters for matrix elements

2002-08-15 Thread Andre Poenitz

On Thu, Aug 15, 2002 at 01:13:41PM +0200, Paolo Pumilia wrote:
> >From Andre Poenitz, Thu Aug 15, at 10:42:
>  .This is fixed in 1.2.1cvs.
>  .
> 
> Are you suggesting to get and compile the latest cvs version?

If that is an option for you, why not. (1.2.1cvs, not 1.3.0cvs)

Andre'

PS:

> ha, it's a fancy name, for sharing access to the lyx-users  mailing list

Things like that have a tendency to trigger my fingers to press 'd' when
reading mail so it's not exactly the easiest way to get my attention.
Of course, other people have other habits ;-)

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



Re: Smaller characters for matrix elements

2002-08-15 Thread Paolo Pumilia

>From Andre Poenitz, Thu Aug 15, at 10:42:
 .This is fixed in 1.2.1cvs.
 .

Are you suggesting to get and compile the latest cvs version?

 .
 .PS: Is your name really "Desktop Crew"?
 .


ha, it's a fancy name, for sharing access to the lyx-users  mailing list



ciao  

-- 
Paolo Pumilia
---
OpenSource AICA workgroup
Website: http//www.linfe.it




no french spellchecking

2002-08-15 Thread thomas schönhoff

Hello,

after enhancing aspell to french correction spellchekcing 
dos not working properly in LyX-1.2.0, aspell 0.33.7alpha 
works well in LyX for German and English spelling only !!


After compiling the french wordbook frome source without any 
problems, doing a "texhash", "reconfigure" in LyX nothing 
happens, that is:
No error messages are given, LyX seems to freeze for a 
moment and continues to run again after about 30 seconds.

Does someone know what's wrong and how to come across ?

Thomas




Re: problem with pstricks and PDF

2002-08-15 Thread Ben Stanley


Is there a graphics program which allows for easy inclusion of text,
graphics and math stuff like symbols and subscripts etc.?

Thanks,
nirmal


I looked into doing what you have done (using pstricks), but decied 
against it when I discovered that it was incompatible with pdflatex. It 
seemed to rely on some rather *ugly* hacks, and therefore I steered 
clear of it. However, getting good mathematics in figures continues to 
be a problem. I solve the problem by doing my diagrams in Mathematica, 
which can do math layout, but this is far from satisfactory (no gui to 
draw with - must write things like Line[{{0,0},{0,1}}] ), and is no 
solution to those who do not have Mathematica.

I know that xfig can do what you want, but I don't think it runs on 
Windows. I used to do math to some degree of success with Corel draw, 
using superscripts etc, but it's probably not the best solution. The 
ideal is to use TeX to layout the maths (since it's so good at that!), 
as you are trying to do... so perhaps the pstricks hack must be made 
portable to different output devices!

Ben.





Re: Cygwin Lyx CPU usage

2002-08-15 Thread Idar Tollefsen

It could also be related to your Cygwin setup in general,
not spesific to LyX. For instance, if you start a normal
bash shell window and run a few TeX/SGML/whatever commands,
does it take a long time before they actually start doing
something?

If it does, have you modified your PATH enviroment
variable? Is it exceedingly long? Then shorten it.
That speeded things up for me at least. And make sure
your Cygwin directories are at the beginning of your PATH.
If you haven't modified your PATH, but maybe some other
aspects of Cygwin, try to delete it and reinstall it.
Make sure you clean out your registry also before you
reinstall it. I had to do that once too, and I got rid
of the problem.


- IT

>>> "Eugenio Guevara" <[EMAIL PROTECTED]> 13.08.02 22:59 >>>
>Most of the times that Lyx freezes the computer for a while  is because of
>>the autosave feature.

Eugenio

- Original Message -
From: "Nirmal Govind" <[EMAIL PROTECTED]>
To: "lyX users" <[EMAIL PROTECTED]>
Sent: Wednesday, August 14, 2002 1:07 AM
Subject: Cygwin Lyx CPU usage


> Hi,
>
> I'm using Lyx 1.2.0 on cygwin. The CPU usage by LyX is consistently above
> 30% even though I may not be working in LyX at all. The memory usage is
> also considerably high. Sometimes, LyX starts doing something and it
> freezes my computer for a minute or so while it's doing whatever it's
doing...
>
> Has anybody else noticed this and can anyone explain this?
>
> Thanks,
> nirmal
>




Re: Possible BUG in LyX 1.2.0 (ERT inset related)

2002-08-15 Thread Andre Poenitz

On Thu, Aug 15, 2002 at 10:23:38AM +0200, Jean-Marc Lasgouttes wrote:
> If there is something you really want in 1.2.1, send a (well tested)
> patch.

Incidently, the layout file for Springer's 'cl2emult' which I just commited
to 1.3 could go to 1.2.1, too. This can hardly hurt...

Andre' 

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



Re: Smaller characters for matrix elements

2002-08-15 Thread Jean-Marc Lasgouttes

> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:

Andre> On Thu, Aug 15, 2002 at 10:10:53AM +0200, Desktop Crew wrote:
>> A problem seems to be due to \nicefrac

Andre> Ah, that's the overly clever {}-removal in the math parser.

Andre> This is fixed in 1.2.1cvs.

Andre> [Btw: Jean-Marc, are there showstoppers which prevent the
Andre> release of 1.2.1?]

No, I think I should really do it right now. We'll find out about
showstoppers later :)

JMarc



Re: Smaller characters for matrix elements

2002-08-15 Thread Andre Poenitz

On Thu, Aug 15, 2002 at 10:10:53AM +0200, Desktop Crew wrote:
> A problem seems to be due to \nicefrac

Ah, that's the overly clever {}-removal in the math parser.

This is fixed in 1.2.1cvs.

[Btw: Jean-Marc, are there showstoppers which prevent the release of
1.2.1?]

Andre'

PS: Is your name really "Desktop Crew"?

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



Re: Possible BUG in LyX 1.2.0 (ERT inset related)

2002-08-15 Thread Jean-Marc Lasgouttes

> "John" == John Levon <[EMAIL PROTECTED]> writes:

John> On Wed, Aug 14, 2002 at 01:55:58PM +0200, Jean-Marc Lasgouttes
John> wrote:
>> Note that these changes are to the lyx2lyx script, which is new in
>> 1.3.0cvs and will not be included in 1.2.1. However, it is a

John> it won't ? Why not ? So all the minipage problems etc. are going
John> to stay in 1.2 ?

If somebody does it for me, I will consider to apply the patch. I do
not have much time to do it myself. Anyway, I already would like to
release 1.2.1 pretty soon, so some features have to be postponed.

If there is something you really want in 1.2.1, send a (well tested)
patch.

JMarc



Re: Smaller characters for matrix elements

2002-08-15 Thread Desktop Crew

Fromw Paolo Pumilia, Wed Aug 14, at 21:29:
 .Switching characters to smaller type in a matrix environment  seems 
 .to have unexpected results: side parethesis appears converted into 
 .a column of numbers
 .What is wrong?

A problem seems to be due to \nicefrac

Anyway, here enclosed is my log file

thank you  for your help



Paolo Pumilia

-- enc.-
This is TeX, Version 3.14159 (Web2C 7.3.7) (format=latex 2002.7.21)  15 AUG
2002 09:57
**a.tex
(./a.tex
LaTeX2e <2001/06/01>
Babel  and hyphenation patterns for american, french, german,
ngerman, n
ohyphenation, loaded.

(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo
File: size10.clo 2001/04/21 v1.4e Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
) (/usr/share/texmf/tex/latex/base/fontenc.sty
Package: fontenc 2001/06/05 v1.94 Standard LaTeX package
(/usr/share/texmf/tex/latex/base/t1enc.def
File: t1enc.def 2001/06/05 v1.94 Standard LaTeX file
LaTeX Font Info:Redeclaring font encoding T1 on input line 38.
)) (/usr/share/texmf/tex/latex/base/inputenc.sty
Package: inputenc 2001/07/10 v0.99a Input encoding file 
(/usr/share/texmf/tex/latex/base/latin1.def
File: latin1.def 2001/07/10 v0.99a Input encoding file 
)) (/usr/share/texmf/tex/latex/misc/geometry.sty
Package: geometry 2000/06/28 v2.3 Page Geometry
(/usr/share/texmf/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
\Geom@cnth=\count87
\Geom@cntv=\count88
(/usr/share/texmf/tex/latex/config/geometry.cfg
File: geometry.cfg 2001/06/05 v1.0 teTeX (uncustomised setup)
)) (/usr/share/texmf/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip43
For additional information on amsmath, use the `?' option.
(/usr/share/texmf/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01
(/usr/share/texmf/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks15
\ex@=\dimen103
)) (/usr/share/texmf/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen104
) (/usr/share/texmf/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count89
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count90
\leftroot@=\count91
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count92
\DOTSCASE@=\count93
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
\Mathstrutbox@=\box26
\strutbox@=\box27
\big@size=\dimen105
LaTeX Font Info:Redeclaring font encoding OML on input line 567.
LaTeX Font Info:Redeclaring font encoding OMS on input line 568.
\macc@depth=\count94
\c@MaxMatrixCols=\count95
\dotsspace@=\muskip10
\c@parentequation=\count96
\dspbrk@lvl=\count97
\tag@help=\toks16
\row@=\count98
\column@=\count99
\maxfields@=\count100
\andhelp@=\toks17
\eqnshift@=\dimen106
\alignsep@=\dimen107
\tagshift@=\dimen108
\tagwidth@=\dimen109
\totwidth@=\dimen110
\lineht@=\dimen111
\@envbody=\toks18
\multlinegap=\skip44
\multlinetaggap=\skip45
\mathdisplay@stack=\toks19
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
) (/usr/share/texmf/tex/latex/units/nicefrac.sty
Package: nicefrac 1998/08/04 v0.9b Nice fractions
\L@UnitsRaiseDisplaystyle=\skip46
\L@UnitsRaiseTextstyle=\skip47
\L@UnitsRaiseScriptstyle=\skip48
(/usr/share/texmf/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
LaTeX Info: Redefining \nicefrac on input line 131.
) (/usr/share/texmf/tex/generic/babel/babel.sty
Package: babel 2001/03/01 v3.7h The Babel package
(/usr/share/texmf/tex/generic/babel/english.ldf
Language: english 2001/04/15 v3.3l English support from the babel system
(/usr/share/texmf/tex/generic/babel/babel.def
File: babel.def 2001/03/01 v3.7h Babel common definitions
\babel@savecnt=\count101
\U@D=\dimen112
)
\l@canadian = a dialect from \language\l@english 
) (/usr/share/texmf/tex/generic/babel/english.ldf
Language: english 2001/04/15 v3.3l English support from the babel system
))
No file a.aux.
\openout1 = `a.aux'.

LaTeX Font Info:Checking defaults for OML/cmm/m/it on input line 23.
LaTeX Font Info:... okay on input line 23.
LaTeX Font Info:Checking defaults for T1/cmr/m/n on input line 23.
LaTeX Font Info:... okay on input line 23.
LaTeX Font Info:Checking defaults for OT1/cmr/m/n on input line 23.
LaTeX Font Info:... okay on input line 23.
LaTeX Font Info:Checking defaults for OMS/cmsy/m/n on input line 23.
LaTeX Font Info:... okay on input line 23

Re: Subscript text...

2002-08-15 Thread Herbert Voss

Pierre Marc Dumuid wrote:

> Andre Poenitz wrote:
> 
>> On Thu, Aug 15, 2002 at 09:00:10AM +0930, Pierre Marc Dumuid wrote:
>>
>>> I want to write a chemical equation, ( i.e. NO_x )


an easy solution:
in preamble
\def\Sb#1{%
   \raisebox{-0.5ex}{\small #1}%
}
\def\Sp#1{%
   \raisebox{0.9ex}{\small #1}%
}

and in text NO\Sb x

Herbert




-- 
http://www.lyx.org/help/