inserting cross references

2006-01-03 Thread Martin A. Hansen
For the 100th time I trapped myself, and now I am getting annoyed.

I want to insert a cross reference, so I go insert-cross reference - and a
the menu of labels popups.

Next, I locate the cross-reference I want to insert in the list, and
double-click it.

That does not insert the cross-reference, but jumps to the label!!! This is
not the expected behaviour, especially since inserting citation references
works by double-clicking the reference of choice in the list.

Somebody, please reconsider this!


Sincerely


Martin


Language spec. changes caption settings?

2006-01-03 Thread Johan Tegin

Hi,
I have this .cls file that defines the figure captions to start with 
Fig. instead of Figure. Running the file using LaTeX, the output is 
correct, but when using LyX, the full word is used instead of the 
abbreviation.


This behaviour occurs since the latex output generated by LyX is 
slightly different from the original LaTeX file. LyX writes 
\documentclass[onesided,english]{ifacmtg} where the original sample 
contains just \documentclass{ifacmtg}. (Quoting Paul Rubin. Many 
thanks!) It seems the additional language option triggers the use of the 
full word instead of the abbreviation.


One could export to latex, edit that file and then run latex. But it 
would be nice not have to do that. So...

1. Is there away to avoid adding the options? ([onesided,english])
2. Why do these options force the use of the full word instead of the 
abbreviation?
3. Are there any other ways to change the figure caption from Figure 
to Fig.? (preferrably without having to edit the .cls file.)


/johan

(This thread was previously Class files on Mac: Cannot really use the 
.cls file. But we kind of went of on a tanget... This issue occurs on 
both linux and mac.)




ACM SIG for LYX

2006-01-03 Thread Supheakmungkol SARIN
 Hello lyxers,
  
  I have to write an ACM Sig paper and I'd like to know whether there is such a 
layout or template ever made for Lyx or not.
  
  Every comment is highly appreciated.
  
  Thank you,
  
  Mungkol
  




-
 Yahoo! DSL Something to write home about. Just $16.99/mo. or less

Re: Language spec. changes caption settings?

2006-01-03 Thread Georg Baum
Johan Tegin wrote:

 Hi,
 I have this .cls file that defines the figure captions to start with
 Fig. instead of Figure. Running the file using LaTeX, the output is
 correct, but when using LyX, the full word is used instead of the
 abbreviation.
 
 This behaviour occurs since the latex output generated by LyX is
 slightly different from the original LaTeX file. LyX writes
 \documentclass[onesided,english]{ifacmtg} where the original sample

I am pretty sure that there is another difference: \usepackage{babel}

 contains just \documentclass{ifacmtg}. (Quoting Paul Rubin. Many
 thanks!) It seems the additional language option triggers the use of the
 full word instead of the abbreviation.
 
 One could export to latex, edit that file and then run latex. But it
 would be nice not have to do that. So...
 1. Is there away to avoid adding the options? ([onesided,english])

I don't know of any.

 2. Why do these options force the use of the full word instead of the
 abbreviation?

It is probably only the option english, together with the babel package.

 3. Are there any other ways to change the figure caption from Figure
 to Fig.? (preferrably without having to edit the .cls file.)

You can write something like this in the preamble (untested):

% redefine \figurename after babel is loaded
\AtBeginDocument{\def\figurename{Fig.}}

The best option IMO would be to make the .cls file babel aware.


Georg



Re: [announce] sixth release of LyXWinInstaller

2006-01-03 Thread Uwe Stöhr

Bo Peng asked:


It is confirmed that if the .bst file is in a path without space, the
bibliography will be generated correctly, even if lyx is installed
under c:\program files\lyx.


Yes, I can confirm this.


1. It is safe to install lyx to c:\program files,


Yes it is.


2. It is not safe to put .bst files in a path with spaces. .lyx files
and all figure files are OK, as well as .bib files.


Also yes. The problem is only a problem of bibtex not of LyX. I sent a
bug report to the MiKTeX developer. Perhaps he has a fix for this.

regards Uwe




Re: [announce] sixth release of LyXWinInstaller

2006-01-03 Thread Herbert Voss

Uwe Stöhr wrote:

Bo Peng asked:


It is confirmed that if the .bst file is in a path without space, the
bibliography will be generated correctly, even if lyx is installed
under c:\program files\lyx.



Yes, I can confirm this.


1. It is safe to install lyx to c:\program files,



Yes it is.


2. It is not safe to put .bst files in a path with spaces. .lyx files
and all figure files are OK, as well as .bib files.



Also yes. The problem is only a problem of bibtex not of LyX. I sent a
bug report to the MiKTeX developer. Perhaps he has a fix for this.


it is _always_ safe to use c:\texmf or c:\localtexmf for the
TeX files, which is also the MikTeX default. And personally
bst files should always go into c:\localtexmf\bibtex\bst\


Herbert



Re: Language spec. changes caption settings?

2006-01-03 Thread Kevin Pfeiffer
Georg Baum writes:
 Johan Tegin wrote:
[...]
  3. Are there any other ways to change the figure caption from
  Figure to Fig.? (preferrably without having to edit the .cls
  file.)

 You can write something like this in the preamble (untested):

 % redefine \figurename after babel is loaded
 \AtBeginDocument{\def\figurename{Fig.}}

 The best option IMO would be to make the .cls file babel aware.

This is more or less above my head (and no time to digest it all) so 
please excuse this if wrong or inappropriate, but I am using the 
subfigure package to do almost the same thing thing.

\usepackage{subfigure}
[EMAIL PROTECTED],
\thesubfigure}\hskip\subfiglabelskip}

% Fig.  in italics

Couldn't one do this here as well (or similarly)?

-Kevin





-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: different line spacing for text and quotes

2006-01-03 Thread Paul A. Rubin

mail.k wrote:

Hello!

Is it possible to one-half space my text and single space the quotes?


Eran



Choose the one-half option in Layout-Document-Layout-Line spacing. 
Then put the cursor into each quotation and use 
Layout-Paragraph-General-Line spacing to select single spacing for 
the quote.


If you have a lot of quotes, you might want to bind the command 
paragraph-spacing single to a keyboard shortcut.


I'm not sure, but it might be possible to hack a layout file to set 
single spacing for Quote or Quotation environments regardless of the 
global spacing option.


/Paul




Re: Language spec. changes caption settings?

2006-01-03 Thread Uwe Stöhr

Johan Tegin wrote:


1. Is there away to avoid adding the options? ([onesided,english])


Not that I know.

2. Why do these options force the use of the full word instead of the 
abbreviation?


The option english and the line

\usepackage{babel}

that is added automatically to the preamble by LyX force it.

3. Are there any other ways to change the figure caption from Figure 
to Fig.? (preferrably without having to edit the .cls file.)


Add these lines to your preamble:

\usepackage[english]{babel}
\addto\captionsenglish{\renewcommand{\figurename}{Fig.}}

attached an example LyX-file.

I described the details in the wiki page

http://wiki.lyx.org/pmwiki.php/LyX/I18nLabels

in the section Labels.

regards Uwe


newfile13.lyx
Description: application/lyx


Re: inserting cross references

2006-01-03 Thread Uwe Stöhr

Martin A. Hansen wrote:


Next, I locate the cross-reference I want to insert in the list, and
double-click it.

That does not insert the cross-reference, but jumps to the label!!! This is
not the expected behaviour, especially since inserting citation references
works by double-clicking the reference of choice in the list.


Indeed this is different from the citation dialog. Please fill out a bug 
report at bugzilla.lyx.org


regards uwe


Re: Language spec. changes caption settings?

2006-01-03 Thread Uwe Stöhr

Johan Tegin wrote:


1. Is there away to avoid adding the options? ([onesided,english])


Not that I know.

2. Why do these options force the use of the full word instead of the 
abbreviation?


The option english and the line

\usepackage{babel}

that is added automatically to the preamble by LyX force it.

3. Are there any other ways to change the figure caption from Figure 
to Fig.? (preferrably without having to edit the .cls file.)


Add these lines to your preamble:

\usepackage[english]{babel}
\addto\captionsenglish{\renewcommand{\figurename}{Fig.}}

I described the details in the wiki page

http://wiki.lyx.org/pmwiki.php/LyX/I18nLabels

in the section Labels.

regards Uwe


Re: LyX 1.4.0pre3 on MacOSX - first impressions

2006-01-03 Thread Bennett Helm

On Dec 30, 2005, at 9:18 AM, Anders Ekberg wrote:


* Anders Ekberg (2005-12-30):
 LyX 1.4.0-pre3 on MacOSX 10.4.3 generally works excellent.

Could you make it available for download?

-Andre


I was actually planning to. The problem is that the binary I  
created did not appear to be self-contained (at least it didn't  
work when I moved it to another computer). If there are  
instructions on how to create a self-standing binary I'd be happy  
to give it a try.


There are instructions, but for some reason they were omitted from  
1.4.0-pre3. Also, the LyX.app skeleton distributed with 1.4.0-pre3 is  
incomplete, and I'm a bit surprised you got it to work (unless you  
installed into another version of LyX.app).


What might explain the non-portability of the LyX.app you created is  
that you created it on one version of OS X and tried to move it to an  
earlier version.


Apart from that the file is huge (40 MB zipped), but that's not a  
problem with enough bandwidth. I guess it is due to debugging code.


Yes. You can strip it by doing make install-strip from within the  
lyx source directory.


Bennett



Re: LyX 1.4.0pre3 on MacOSX - first impressions

2006-01-03 Thread Bennett Helm

On Dec 30, 2005, at 11:39 PM, Bennett Helm wrote:


On Dec 30, 2005, at 7:40 AM, Andre Berger wrote:


* Anders Ekberg (2005-12-30):

LyX 1.4.0-pre3 on MacOSX 10.4.3 generally works excellent.


Could you make it available for download?


I will try to make something available as soon as I can ...  
possibly by Tuesday. I'll post a message here when I do.


I've posted a version here: http://edisk.fandm.edu/bennett.helm/LyX/ 
LyX-140pre3.app.zip.


Note the following:

* The LyX-1.4.0 file format has changed, so that files saved with  
LyX-1.4.0 may not be readable by LyX-1.3.


* If you have customized any .bind files or .ui files, they likely  
will not be compatible with LyX-1.4.0.


* I am confident (but not sure) that this version will run on at  
least OS X 10.3.9 and greater. I hope it will run on 10.2, though I  
am not confident. If you have access to machines running 10.2 or  
10.3.x, please let me know what your experiences are.


Of course, let me know (through the list) if you have any problems.

Bennett


Re: different line spacing for text and quotes

2006-01-03 Thread Andre Berger
* mail.k (2006-01-03):
 Hello!
 
 Is it possible to one-half space my text and single space the quotes?

Yes: http://www.tug.org/TeXnik/mainFAQ.cgi?file=space/space, look
for Quote, Quotation and Verse with another spacing

-Andre


Re: different line spacing for text and quotes

2006-01-03 Thread mail.k

Thanks, Paul.

I do have lots of quotes and I'd like to use a consistent style throughout.
I've come across the  setspace.sty package, and also this:


\makeatletter


\renewenvironment{quote}
  {\begin{spacing}{1}\list{}{\rightmargin\leftmargin}%
  \item\relax}
  {\endlist\end{spacing}\noindent\hspace{-0.333em}}
\makeatother

but being a newbie, I don't understand which one should be used in what 
circumstances. To clarify, I need all the text to be 1.5 spaced, except 
for the quotes (and footnotes), which should be single spaced (and with 
a smaller font).


Thanks for the help.

Eran


RE: ACM SIG for LYX

2006-01-03 Thread Jeroen Boydens
Hello,

I did this some time ago, only a few steps are needed:
the answer to your problem is described in the following posting:

http://thread.gmane.org/gmane.editors.lyx.general/24733

;)

Jeroen

 -Oorspronkelijk bericht-
 Van: Supheakmungkol SARIN [mailto:[EMAIL PROTECTED]
 Verzonden: dinsdag 3 januari 2006 15:58
 Aan: lyx-users@lists.lyx.org
 Onderwerp: ACM SIG for LYX
 
  Hello lyxers,
 
   I have to write an ACM Sig paper and I'd like to know whether there is
 such a layout or template ever made for Lyx or not.
 
   Every comment is highly appreciated.
 
   Thank you,
 
   Mungkol
 
 
 
 
 
 -
  Yahoo! DSL Something to write home about. Just $16.99/mo. or less


smime.p7s
Description: S/MIME cryptographic signature


Re: [announce] sixth release of LyXWinInstaller

2006-01-03 Thread Stephen Harris


- Original Message - 
From: Bo Peng [EMAIL PROTECTED]

To: Herbert Voss [EMAIL PROTECTED]
Cc: lyx-users@lists.lyx.org; lyx-devel@lists.lyx.org
Sent: Tuesday, January 03, 2006 9:23 AM
Subject: Re: [announce] sixth release of LyXWinInstaller



And personally bst files should always go into c:\localtexmf\bibtex\bst\


Since the .bst file (downloaded from a Journal's website) is only
needed for a paper I am writing, it makes sense to put it along with
the paper. Also, it is troublesome, and sometimes not allowed, to put
it to the texmf directory. Fortunately, I only need to do so for
windows systems.

Cheers,
Bo

As an ordinary user I was able to add test.bst to 
C:\localtexmf\bibtex\bst (but not C:\local texmf\bibtex\bst) 
and testbst.bst to C:\texmf\bibtex\bst with Windows Explorer.


Then I ran Miktex Options, Refresh.
Then LyX Reconfigure. Close Lyx and reopen.
I still had to run Rescan (with show directories checked) to see them.

I would say that is troublesome, but ordinarily allowed. 
It seems to me your solution should have worked if you stored 
the lyx file and the .bst file under C:\My_Journal_Papers but not

C:\My Journal Papers because then the tex-engine has to traverse
a path with spaces to get to the .bst file. TeX sees every space
as an end of file so it would just truncate/read C:\My   although 
C:\My Journal Papers should work though, if the .bst file is under 
(local)texmf because only the lyx file for the paper is behind space.


I spent two hours on Google searching   path spaces problem 
and found that it used to apply to Firefox for example, but
no explanation at all describing the various contexts the problem 
crops up in. And I read that spaces are harder to put into a

Windows script than a *nix script!

When one considers that TeXLive2004 did not have a Windows
installer (a couple of very poor attempts were made) because one
guy, Fabrice Popineau, was unavailable, and the TeX User Group
has dozens of more developers to draw on than LyX, then the
Angus LyX1.3.6 Windows port is seen as quite an accomplishment.

For me, a typical someone who hasn't actually overcome certain 
WinLyx porting hurdles, it is difficult to evaluate how much effort it 
would take to provide a certain return for the time invested or even

estimate the amount of time it would take. Just once in 1.3.6 I tried
to change the postscript viewer from gsview to Adobe Pro which
was installed behind C:\program files and another directory with
spaces. I was writing an absolute path for the viewer application. It
took me only three hours to get the s and \ correct for the one line.

Tally Ho,
Stephen 






export to text includes Comments

2006-01-03 Thread Jeremy C. Reed
I have a lot of Comments in my lyx document. When I export to postscript 
or DVI they are not included (as I expect).


When I choose File - Export - ASCII then they are included in the 
resulting .txt file.


How can I stop my comments from being outputted?

I am not sure what converter is used for this. (I don't see in my 
preferences.)


I am using lyx 1.3.6.


 Jeremy C. Reed

 BSD News, BSD tutorials, BSD links
 http://www.bsdnewsletter.com/


inserting cross references

2006-01-03 Thread Martin A. Hansen
For the 100th time I trapped myself, and now I am getting annoyed.

I want to insert a cross reference, so I go insert-cross reference - and a
the menu of labels popups.

Next, I locate the cross-reference I want to insert in the list, and
double-click it.

That does not insert the cross-reference, but jumps to the label!!! This is
not the expected behaviour, especially since inserting citation references
works by double-clicking the reference of choice in the list.

Somebody, please reconsider this!


Sincerely


Martin


Language spec. changes caption settings?

2006-01-03 Thread Johan Tegin

Hi,
I have this .cls file that defines the figure captions to start with 
Fig. instead of Figure. Running the file using LaTeX, the output is 
correct, but when using LyX, the full word is used instead of the 
abbreviation.


This behaviour occurs since the latex output generated by LyX is 
slightly different from the original LaTeX file. LyX writes 
\documentclass[onesided,english]{ifacmtg} where the original sample 
contains just \documentclass{ifacmtg}. (Quoting Paul Rubin. Many 
thanks!) It seems the additional language option triggers the use of the 
full word instead of the abbreviation.


One could export to latex, edit that file and then run latex. But it 
would be nice not have to do that. So...

1. Is there away to avoid adding the options? ([onesided,english])
2. Why do these options force the use of the full word instead of the 
abbreviation?
3. Are there any other ways to change the figure caption from Figure 
to Fig.? (preferrably without having to edit the .cls file.)


/johan

(This thread was previously Class files on Mac: Cannot really use the 
.cls file. But we kind of went of on a tanget... This issue occurs on 
both linux and mac.)




ACM SIG for LYX

2006-01-03 Thread Supheakmungkol SARIN
 Hello lyxers,
  
  I have to write an ACM Sig paper and I'd like to know whether there is such a 
layout or template ever made for Lyx or not.
  
  Every comment is highly appreciated.
  
  Thank you,
  
  Mungkol
  




-
 Yahoo! DSL Something to write home about. Just $16.99/mo. or less

Re: Language spec. changes caption settings?

2006-01-03 Thread Georg Baum
Johan Tegin wrote:

 Hi,
 I have this .cls file that defines the figure captions to start with
 Fig. instead of Figure. Running the file using LaTeX, the output is
 correct, but when using LyX, the full word is used instead of the
 abbreviation.
 
 This behaviour occurs since the latex output generated by LyX is
 slightly different from the original LaTeX file. LyX writes
 \documentclass[onesided,english]{ifacmtg} where the original sample

I am pretty sure that there is another difference: \usepackage{babel}

 contains just \documentclass{ifacmtg}. (Quoting Paul Rubin. Many
 thanks!) It seems the additional language option triggers the use of the
 full word instead of the abbreviation.
 
 One could export to latex, edit that file and then run latex. But it
 would be nice not have to do that. So...
 1. Is there away to avoid adding the options? ([onesided,english])

I don't know of any.

 2. Why do these options force the use of the full word instead of the
 abbreviation?

It is probably only the option english, together with the babel package.

 3. Are there any other ways to change the figure caption from Figure
 to Fig.? (preferrably without having to edit the .cls file.)

You can write something like this in the preamble (untested):

% redefine \figurename after babel is loaded
\AtBeginDocument{\def\figurename{Fig.}}

The best option IMO would be to make the .cls file babel aware.


Georg



Re: [announce] sixth release of LyXWinInstaller

2006-01-03 Thread Uwe Stöhr

Bo Peng asked:


It is confirmed that if the .bst file is in a path without space, the
bibliography will be generated correctly, even if lyx is installed
under c:\program files\lyx.


Yes, I can confirm this.


1. It is safe to install lyx to c:\program files,


Yes it is.


2. It is not safe to put .bst files in a path with spaces. .lyx files
and all figure files are OK, as well as .bib files.


Also yes. The problem is only a problem of bibtex not of LyX. I sent a
bug report to the MiKTeX developer. Perhaps he has a fix for this.

regards Uwe




Re: [announce] sixth release of LyXWinInstaller

2006-01-03 Thread Herbert Voss

Uwe Stöhr wrote:

Bo Peng asked:


It is confirmed that if the .bst file is in a path without space, the
bibliography will be generated correctly, even if lyx is installed
under c:\program files\lyx.



Yes, I can confirm this.


1. It is safe to install lyx to c:\program files,



Yes it is.


2. It is not safe to put .bst files in a path with spaces. .lyx files
and all figure files are OK, as well as .bib files.



Also yes. The problem is only a problem of bibtex not of LyX. I sent a
bug report to the MiKTeX developer. Perhaps he has a fix for this.


it is _always_ safe to use c:\texmf or c:\localtexmf for the
TeX files, which is also the MikTeX default. And personally
bst files should always go into c:\localtexmf\bibtex\bst\


Herbert



Re: Language spec. changes caption settings?

2006-01-03 Thread Kevin Pfeiffer
Georg Baum writes:
 Johan Tegin wrote:
[...]
  3. Are there any other ways to change the figure caption from
  Figure to Fig.? (preferrably without having to edit the .cls
  file.)

 You can write something like this in the preamble (untested):

 % redefine \figurename after babel is loaded
 \AtBeginDocument{\def\figurename{Fig.}}

 The best option IMO would be to make the .cls file babel aware.

This is more or less above my head (and no time to digest it all) so 
please excuse this if wrong or inappropriate, but I am using the 
subfigure package to do almost the same thing thing.

\usepackage{subfigure}
[EMAIL PROTECTED],
\thesubfigure}\hskip\subfiglabelskip}

% Fig.  in italics

Couldn't one do this here as well (or similarly)?

-Kevin





-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: different line spacing for text and quotes

2006-01-03 Thread Paul A. Rubin

mail.k wrote:

Hello!

Is it possible to one-half space my text and single space the quotes?


Eran



Choose the one-half option in Layout-Document-Layout-Line spacing. 
Then put the cursor into each quotation and use 
Layout-Paragraph-General-Line spacing to select single spacing for 
the quote.


If you have a lot of quotes, you might want to bind the command 
paragraph-spacing single to a keyboard shortcut.


I'm not sure, but it might be possible to hack a layout file to set 
single spacing for Quote or Quotation environments regardless of the 
global spacing option.


/Paul




Re: Language spec. changes caption settings?

2006-01-03 Thread Uwe Stöhr

Johan Tegin wrote:


1. Is there away to avoid adding the options? ([onesided,english])


Not that I know.

2. Why do these options force the use of the full word instead of the 
abbreviation?


The option english and the line

\usepackage{babel}

that is added automatically to the preamble by LyX force it.

3. Are there any other ways to change the figure caption from Figure 
to Fig.? (preferrably without having to edit the .cls file.)


Add these lines to your preamble:

\usepackage[english]{babel}
\addto\captionsenglish{\renewcommand{\figurename}{Fig.}}

attached an example LyX-file.

I described the details in the wiki page

http://wiki.lyx.org/pmwiki.php/LyX/I18nLabels

in the section Labels.

regards Uwe


newfile13.lyx
Description: application/lyx


Re: inserting cross references

2006-01-03 Thread Uwe Stöhr

Martin A. Hansen wrote:


Next, I locate the cross-reference I want to insert in the list, and
double-click it.

That does not insert the cross-reference, but jumps to the label!!! This is
not the expected behaviour, especially since inserting citation references
works by double-clicking the reference of choice in the list.


Indeed this is different from the citation dialog. Please fill out a bug 
report at bugzilla.lyx.org


regards uwe


Re: Language spec. changes caption settings?

2006-01-03 Thread Uwe Stöhr

Johan Tegin wrote:


1. Is there away to avoid adding the options? ([onesided,english])


Not that I know.

2. Why do these options force the use of the full word instead of the 
abbreviation?


The option english and the line

\usepackage{babel}

that is added automatically to the preamble by LyX force it.

3. Are there any other ways to change the figure caption from Figure 
to Fig.? (preferrably without having to edit the .cls file.)


Add these lines to your preamble:

\usepackage[english]{babel}
\addto\captionsenglish{\renewcommand{\figurename}{Fig.}}

I described the details in the wiki page

http://wiki.lyx.org/pmwiki.php/LyX/I18nLabels

in the section Labels.

regards Uwe


Re: LyX 1.4.0pre3 on MacOSX - first impressions

2006-01-03 Thread Bennett Helm

On Dec 30, 2005, at 9:18 AM, Anders Ekberg wrote:


* Anders Ekberg (2005-12-30):
 LyX 1.4.0-pre3 on MacOSX 10.4.3 generally works excellent.

Could you make it available for download?

-Andre


I was actually planning to. The problem is that the binary I  
created did not appear to be self-contained (at least it didn't  
work when I moved it to another computer). If there are  
instructions on how to create a self-standing binary I'd be happy  
to give it a try.


There are instructions, but for some reason they were omitted from  
1.4.0-pre3. Also, the LyX.app skeleton distributed with 1.4.0-pre3 is  
incomplete, and I'm a bit surprised you got it to work (unless you  
installed into another version of LyX.app).


What might explain the non-portability of the LyX.app you created is  
that you created it on one version of OS X and tried to move it to an  
earlier version.


Apart from that the file is huge (40 MB zipped), but that's not a  
problem with enough bandwidth. I guess it is due to debugging code.


Yes. You can strip it by doing make install-strip from within the  
lyx source directory.


Bennett



Re: LyX 1.4.0pre3 on MacOSX - first impressions

2006-01-03 Thread Bennett Helm

On Dec 30, 2005, at 11:39 PM, Bennett Helm wrote:


On Dec 30, 2005, at 7:40 AM, Andre Berger wrote:


* Anders Ekberg (2005-12-30):

LyX 1.4.0-pre3 on MacOSX 10.4.3 generally works excellent.


Could you make it available for download?


I will try to make something available as soon as I can ...  
possibly by Tuesday. I'll post a message here when I do.


I've posted a version here: http://edisk.fandm.edu/bennett.helm/LyX/ 
LyX-140pre3.app.zip.


Note the following:

* The LyX-1.4.0 file format has changed, so that files saved with  
LyX-1.4.0 may not be readable by LyX-1.3.


* If you have customized any .bind files or .ui files, they likely  
will not be compatible with LyX-1.4.0.


* I am confident (but not sure) that this version will run on at  
least OS X 10.3.9 and greater. I hope it will run on 10.2, though I  
am not confident. If you have access to machines running 10.2 or  
10.3.x, please let me know what your experiences are.


Of course, let me know (through the list) if you have any problems.

Bennett


Re: different line spacing for text and quotes

2006-01-03 Thread Andre Berger
* mail.k (2006-01-03):
 Hello!
 
 Is it possible to one-half space my text and single space the quotes?

Yes: http://www.tug.org/TeXnik/mainFAQ.cgi?file=space/space, look
for Quote, Quotation and Verse with another spacing

-Andre


Re: different line spacing for text and quotes

2006-01-03 Thread mail.k

Thanks, Paul.

I do have lots of quotes and I'd like to use a consistent style throughout.
I've come across the  setspace.sty package, and also this:


\makeatletter


\renewenvironment{quote}
  {\begin{spacing}{1}\list{}{\rightmargin\leftmargin}%
  \item\relax}
  {\endlist\end{spacing}\noindent\hspace{-0.333em}}
\makeatother

but being a newbie, I don't understand which one should be used in what 
circumstances. To clarify, I need all the text to be 1.5 spaced, except 
for the quotes (and footnotes), which should be single spaced (and with 
a smaller font).


Thanks for the help.

Eran


RE: ACM SIG for LYX

2006-01-03 Thread Jeroen Boydens
Hello,

I did this some time ago, only a few steps are needed:
the answer to your problem is described in the following posting:

http://thread.gmane.org/gmane.editors.lyx.general/24733

;)

Jeroen

 -Oorspronkelijk bericht-
 Van: Supheakmungkol SARIN [mailto:[EMAIL PROTECTED]
 Verzonden: dinsdag 3 januari 2006 15:58
 Aan: lyx-users@lists.lyx.org
 Onderwerp: ACM SIG for LYX
 
  Hello lyxers,
 
   I have to write an ACM Sig paper and I'd like to know whether there is
 such a layout or template ever made for Lyx or not.
 
   Every comment is highly appreciated.
 
   Thank you,
 
   Mungkol
 
 
 
 
 
 -
  Yahoo! DSL Something to write home about. Just $16.99/mo. or less


smime.p7s
Description: S/MIME cryptographic signature


Re: [announce] sixth release of LyXWinInstaller

2006-01-03 Thread Stephen Harris


- Original Message - 
From: Bo Peng [EMAIL PROTECTED]

To: Herbert Voss [EMAIL PROTECTED]
Cc: lyx-users@lists.lyx.org; lyx-devel@lists.lyx.org
Sent: Tuesday, January 03, 2006 9:23 AM
Subject: Re: [announce] sixth release of LyXWinInstaller



And personally bst files should always go into c:\localtexmf\bibtex\bst\


Since the .bst file (downloaded from a Journal's website) is only
needed for a paper I am writing, it makes sense to put it along with
the paper. Also, it is troublesome, and sometimes not allowed, to put
it to the texmf directory. Fortunately, I only need to do so for
windows systems.

Cheers,
Bo

As an ordinary user I was able to add test.bst to 
C:\localtexmf\bibtex\bst (but not C:\local texmf\bibtex\bst) 
and testbst.bst to C:\texmf\bibtex\bst with Windows Explorer.


Then I ran Miktex Options, Refresh.
Then LyX Reconfigure. Close Lyx and reopen.
I still had to run Rescan (with show directories checked) to see them.

I would say that is troublesome, but ordinarily allowed. 
It seems to me your solution should have worked if you stored 
the lyx file and the .bst file under C:\My_Journal_Papers but not

C:\My Journal Papers because then the tex-engine has to traverse
a path with spaces to get to the .bst file. TeX sees every space
as an end of file so it would just truncate/read C:\My   although 
C:\My Journal Papers should work though, if the .bst file is under 
(local)texmf because only the lyx file for the paper is behind space.


I spent two hours on Google searching   path spaces problem 
and found that it used to apply to Firefox for example, but
no explanation at all describing the various contexts the problem 
crops up in. And I read that spaces are harder to put into a

Windows script than a *nix script!

When one considers that TeXLive2004 did not have a Windows
installer (a couple of very poor attempts were made) because one
guy, Fabrice Popineau, was unavailable, and the TeX User Group
has dozens of more developers to draw on than LyX, then the
Angus LyX1.3.6 Windows port is seen as quite an accomplishment.

For me, a typical someone who hasn't actually overcome certain 
WinLyx porting hurdles, it is difficult to evaluate how much effort it 
would take to provide a certain return for the time invested or even

estimate the amount of time it would take. Just once in 1.3.6 I tried
to change the postscript viewer from gsview to Adobe Pro which
was installed behind C:\program files and another directory with
spaces. I was writing an absolute path for the viewer application. It
took me only three hours to get the s and \ correct for the one line.

Tally Ho,
Stephen 






export to text includes Comments

2006-01-03 Thread Jeremy C. Reed
I have a lot of Comments in my lyx document. When I export to postscript 
or DVI they are not included (as I expect).


When I choose File - Export - ASCII then they are included in the 
resulting .txt file.


How can I stop my comments from being outputted?

I am not sure what converter is used for this. (I don't see in my 
preferences.)


I am using lyx 1.3.6.


 Jeremy C. Reed

 BSD News, BSD tutorials, BSD links
 http://www.bsdnewsletter.com/


inserting cross references

2006-01-03 Thread Martin A. Hansen
For the 100th time I trapped myself, and now I am getting annoyed.

I want to insert a cross reference, so I go insert->cross reference - and a
the menu of labels popups.

Next, I locate the cross-reference I want to insert in the list, and
double-click it.

That does not insert the cross-reference, but jumps to the label!!! This is
not the expected behaviour, especially since inserting citation references
works by double-clicking the reference of choice in the list.

Somebody, please reconsider this!


Sincerely


Martin


Language spec. changes caption settings?

2006-01-03 Thread Johan Tegin

Hi,
I have this .cls file that defines the figure captions to start with 
"Fig." instead of "Figure". Running the file using LaTeX, the output is 
correct, but when using LyX, the full word is used instead of the 
abbreviation.


This behaviour occurs since the latex output generated by LyX is 
slightly different from the original LaTeX file. "LyX writes 
\documentclass[onesided,english]{ifacmtg} where the original sample 
contains just \documentclass{ifacmtg}". (Quoting Paul Rubin. Many 
thanks!) It seems the additional language option triggers the use of the 
full word instead of the abbreviation.


One could export to latex, edit that file and then run latex. But it 
would be nice not have to do that. So...

1. Is there away to avoid adding the options? ([onesided,english])
2. Why do these options force the use of the full word instead of the 
abbreviation?
3. Are there any other ways to change the figure caption from "Figure" 
to "Fig."? (preferrably without having to edit the .cls file.)


/johan

(This thread was previously "Class files on Mac: Cannot really use the 
.cls file." But we kind of went of on a tanget... This issue occurs on 
both linux and mac.)




ACM SIG for LYX

2006-01-03 Thread Supheakmungkol SARIN
 Hello lyxers,
  
  I have to write an ACM Sig paper and I'd like to know whether there is such a 
layout or template ever made for Lyx or not.
  
  Every comment is highly appreciated.
  
  Thank you,
  
  Mungkol
  




-
 Yahoo! DSL Something to write home about. Just $16.99/mo. or less

Re: Language spec. changes caption settings?

2006-01-03 Thread Georg Baum
Johan Tegin wrote:

> Hi,
> I have this .cls file that defines the figure captions to start with
> "Fig." instead of "Figure". Running the file using LaTeX, the output is
> correct, but when using LyX, the full word is used instead of the
> abbreviation.
> 
> This behaviour occurs since the latex output generated by LyX is
> slightly different from the original LaTeX file. "LyX writes
> \documentclass[onesided,english]{ifacmtg} where the original sample

I am pretty sure that there is another difference: \usepackage{babel}

> contains just \documentclass{ifacmtg}". (Quoting Paul Rubin. Many
> thanks!) It seems the additional language option triggers the use of the
> full word instead of the abbreviation.
> 
> One could export to latex, edit that file and then run latex. But it
> would be nice not have to do that. So...
> 1. Is there away to avoid adding the options? ([onesided,english])

I don't know of any.

> 2. Why do these options force the use of the full word instead of the
> abbreviation?

It is probably only the option "english", together with the babel package.

> 3. Are there any other ways to change the figure caption from "Figure"
> to "Fig."? (preferrably without having to edit the .cls file.)

You can write something like this in the preamble (untested):

% redefine \figurename after babel is loaded
\AtBeginDocument{\def\figurename{Fig.}}

The best option IMO would be to make the .cls file babel aware.


Georg



Re: [announce] sixth release of LyXWinInstaller

2006-01-03 Thread Uwe Stöhr

Bo Peng asked:


It is confirmed that if the .bst file is in a path without space, the
bibliography will be generated correctly, even if lyx is installed
under c:\program files\lyx.


Yes, I can confirm this.


1. It is safe to install lyx to c:\program files,


Yes it is.


2. It is not safe to put .bst files in a path with spaces. .lyx files
and all figure files are OK, as well as .bib files.


Also yes. The problem is only a problem of bibtex not of LyX. I sent a
bug report to the MiKTeX developer. Perhaps he has a fix for this.

regards Uwe




Re: [announce] sixth release of LyXWinInstaller

2006-01-03 Thread Herbert Voss

Uwe Stöhr wrote:

Bo Peng asked:


It is confirmed that if the .bst file is in a path without space, the
bibliography will be generated correctly, even if lyx is installed
under c:\program files\lyx.



Yes, I can confirm this.


1. It is safe to install lyx to c:\program files,



Yes it is.


2. It is not safe to put .bst files in a path with spaces. .lyx files
and all figure files are OK, as well as .bib files.



Also yes. The problem is only a problem of bibtex not of LyX. I sent a
bug report to the MiKTeX developer. Perhaps he has a fix for this.


it is _always_ safe to use c:\texmf or c:\localtexmf for the
TeX files, which is also the MikTeX default. And personally
bst files should always go into c:\localtexmf\bibtex\bst\


Herbert



Re: Language spec. changes caption settings?

2006-01-03 Thread Kevin Pfeiffer
Georg Baum writes:
> Johan Tegin wrote:
[...]
> > 3. Are there any other ways to change the figure caption from
> > "Figure" to "Fig."? (preferrably without having to edit the .cls
> > file.)
>
> You can write something like this in the preamble (untested):
>
> % redefine \figurename after babel is loaded
> \AtBeginDocument{\def\figurename{Fig.}}
>
> The best option IMO would be to make the .cls file babel aware.

This is more or less above my head (and no time to digest it all) so 
please excuse this if wrong or inappropriate, but I am using the 
subfigure package to do almost the same thing thing.

\usepackage{subfigure}
[EMAIL PROTECTED],
\thesubfigure}\hskip\subfiglabelskip}

% "Fig. " in italics

Couldn't one do this here as well (or similarly)?

-Kevin





-- 
Kevin Pfeiffer <[EMAIL PROTECTED]>
Tiros-Translations


Re: different line spacing for text and quotes

2006-01-03 Thread Paul A. Rubin

mail.k wrote:

Hello!

Is it possible to one-half space my text and single space the quotes?


Eran



Choose the one-half option in Layout->Document->Layout->Line spacing. 
Then put the cursor into each quotation and use 
Layout->Paragraph->General->Line spacing to select single spacing for 
the quote.


If you have a lot of quotes, you might want to bind the command 
"paragraph-spacing single" to a keyboard shortcut.


I'm not sure, but it might be possible to hack a layout file to set 
single spacing for Quote or Quotation environments regardless of the 
global spacing option.


/Paul




Re: Language spec. changes caption settings?

2006-01-03 Thread Uwe Stöhr

Johan Tegin wrote:


1. Is there away to avoid adding the options? ([onesided,english])


Not that I know.

2. Why do these options force the use of the full word instead of the 
abbreviation?


The option "english" and the line

\usepackage{babel}

that is added automatically to the preamble by LyX force it.

3. Are there any other ways to change the figure caption from "Figure" 
to "Fig."? (preferrably without having to edit the .cls file.)


Add these lines to your preamble:

\usepackage[english]{babel}
\addto\captionsenglish{\renewcommand{\figurename}{Fig.}}

attached an example LyX-file.

I described the details in the wiki page

http://wiki.lyx.org/pmwiki.php/LyX/I18nLabels

in the section "Labels".

regards Uwe


newfile13.lyx
Description: application/lyx


Re: inserting cross references

2006-01-03 Thread Uwe Stöhr

Martin A. Hansen wrote:


Next, I locate the cross-reference I want to insert in the list, and
double-click it.

That does not insert the cross-reference, but jumps to the label!!! This is
not the expected behaviour, especially since inserting citation references
works by double-clicking the reference of choice in the list.


Indeed this is different from the citation dialog. Please fill out a bug 
report at bugzilla.lyx.org


regards uwe


Re: Language spec. changes caption settings?

2006-01-03 Thread Uwe Stöhr

Johan Tegin wrote:


1. Is there away to avoid adding the options? ([onesided,english])


Not that I know.

2. Why do these options force the use of the full word instead of the 
abbreviation?


The option "english" and the line

\usepackage{babel}

that is added automatically to the preamble by LyX force it.

3. Are there any other ways to change the figure caption from "Figure" 
to "Fig."? (preferrably without having to edit the .cls file.)


Add these lines to your preamble:

\usepackage[english]{babel}
\addto\captionsenglish{\renewcommand{\figurename}{Fig.}}

I described the details in the wiki page

http://wiki.lyx.org/pmwiki.php/LyX/I18nLabels

in the section "Labels".

regards Uwe


Re: LyX 1.4.0pre3 on MacOSX - first impressions

2006-01-03 Thread Bennett Helm

On Dec 30, 2005, at 9:18 AM, Anders Ekberg wrote:


* Anders Ekberg (2005-12-30):
> LyX 1.4.0-pre3 on MacOSX 10.4.3 generally works excellent.

Could you make it available for download?

-Andre


I was actually planning to. The problem is that the binary I  
created did not appear to be self-contained (at least it didn't  
work when I moved it to another computer). If there are  
instructions on how to create a self-standing binary I'd be happy  
to give it a try.


There are instructions, but for some reason they were omitted from  
1.4.0-pre3. Also, the LyX.app skeleton distributed with 1.4.0-pre3 is  
incomplete, and I'm a bit surprised you got it to work (unless you  
installed into another version of LyX.app).


What might explain the non-portability of the LyX.app you created is  
that you created it on one version of OS X and tried to move it to an  
earlier version.


Apart from that the file is huge (40 MB zipped), but that's not a  
problem with enough bandwidth. I guess it is due to debugging code.


Yes. You can strip it by doing "make install-strip" from within the  
lyx source directory.


Bennett



Re: LyX 1.4.0pre3 on MacOSX - first impressions

2006-01-03 Thread Bennett Helm

On Dec 30, 2005, at 11:39 PM, Bennett Helm wrote:


On Dec 30, 2005, at 7:40 AM, Andre Berger wrote:


* Anders Ekberg (2005-12-30):

LyX 1.4.0-pre3 on MacOSX 10.4.3 generally works excellent.


Could you make it available for download?


I will try to make something available as soon as I can ...  
possibly by Tuesday. I'll post a message here when I do.


I've posted a version here: .


Note the following:

* The LyX-1.4.0 file format has changed, so that files saved with  
LyX-1.4.0 may not be readable by LyX-1.3.


* If you have customized any .bind files or .ui files, they likely  
will not be compatible with LyX-1.4.0.


* I am confident (but not sure) that this version will run on at  
least OS X 10.3.9 and greater. I hope it will run on 10.2, though I  
am not confident. If you have access to machines running 10.2 or  
10.3.x, please let me know what your experiences are.


Of course, let me know (through the list) if you have any problems.

Bennett


Re: different line spacing for text and quotes

2006-01-03 Thread Andre Berger
* mail.k (2006-01-03):
> Hello!
> 
> Is it possible to one-half space my text and single space the quotes?

Yes: , look
for "Quote, Quotation and Verse with another spacing"

-Andre


Re: different line spacing for text and quotes

2006-01-03 Thread mail.k

Thanks, Paul.

I do have lots of quotes and I'd like to use a consistent style throughout.
I've come across the  setspace.sty package, and also this:


\makeatletter


\renewenvironment{quote}
  {\begin{spacing}{1}\list{}{\rightmargin\leftmargin}%
  \item\relax}
  {\endlist\end{spacing}\noindent\hspace{-0.333em}}
\makeatother

but being a newbie, I don't understand which one should be used in what 
circumstances. To clarify, I need all the text to be 1.5 spaced, except 
for the quotes (and footnotes), which should be single spaced (and with 
a smaller font).


Thanks for the help.

Eran


RE: ACM SIG for LYX

2006-01-03 Thread Jeroen Boydens
Hello,

I did this some time ago, only a few steps are needed:
the answer to your problem is described in the following posting:

http://thread.gmane.org/gmane.editors.lyx.general/24733

;)

Jeroen

> -Oorspronkelijk bericht-
> Van: Supheakmungkol SARIN [mailto:[EMAIL PROTECTED]
> Verzonden: dinsdag 3 januari 2006 15:58
> Aan: lyx-users@lists.lyx.org
> Onderwerp: ACM SIG for LYX
> 
>  Hello lyxers,
> 
>   I have to write an ACM Sig paper and I'd like to know whether there is
> such a layout or template ever made for Lyx or not.
> 
>   Every comment is highly appreciated.
> 
>   Thank you,
> 
>   Mungkol
> 
> 
> 
> 
> 
> -
>  Yahoo! DSL Something to write home about. Just $16.99/mo. or less


smime.p7s
Description: S/MIME cryptographic signature


Re: [announce] sixth release of LyXWinInstaller

2006-01-03 Thread Stephen Harris


- Original Message - 
From: "Bo Peng" <[EMAIL PROTECTED]>

To: "Herbert Voss" <[EMAIL PROTECTED]>
Cc: ; 
Sent: Tuesday, January 03, 2006 9:23 AM
Subject: Re: [announce] sixth release of LyXWinInstaller



And personally bst files should always go into c:\localtexmf\bibtex\bst\


Since the .bst file (downloaded from a Journal's website) is only
needed for a paper I am writing, it makes sense to put it along with
the paper. Also, it is troublesome, and sometimes not allowed, to put
it to the texmf directory. Fortunately, I only need to do so for
windows systems.

Cheers,
Bo

As an ordinary user I was able to add test.bst to 
C:\localtexmf\bibtex\bst (but not C:\local texmf\bibtex\bst) 
and testbst.bst to C:\texmf\bibtex\bst with Windows Explorer.


Then I ran Miktex Options, Refresh.
Then LyX Reconfigure. Close Lyx and reopen.
I still had to run Rescan (with show directories checked) to see them.

I would say that is troublesome, but ordinarily allowed. 
It seems to me your solution should have worked if you stored 
the lyx file and the .bst file under C:\My_Journal_Papers but not

C:\My Journal Papers because then the tex-engine has to traverse
a path with spaces to get to the .bst file. TeX sees every space
as an end of file so it would just truncate/read C:\My   although 
C:\My Journal Papers should work though, if the .bst file is under 
(local)texmf because only the lyx file for the paper is behind space.


I spent two hours on Google searching   path spaces problem 
and found that it used to apply to Firefox for example, but
no explanation at all describing the various contexts the problem 
crops up in. And I read that spaces are harder to put into a

Windows script than a *nix script!

When one considers that TeXLive2004 did not have a Windows
installer (a couple of very poor attempts were made) because one
guy, Fabrice Popineau, was unavailable, and the TeX User Group
has dozens of more developers to draw on than LyX, then the
Angus LyX1.3.6 Windows port is seen as quite an accomplishment.

For me, a typical someone who hasn't actually overcome certain 
WinLyx porting hurdles, it is difficult to evaluate how much effort it 
would take to provide a certain return for the time invested or even

estimate the amount of time it would take. Just once in 1.3.6 I tried
to change the postscript viewer from gsview to Adobe Pro which
was installed behind C:\program files and another directory with
spaces. I was writing an absolute path for the viewer application. It
took me only three hours to get the "s and \ correct for the one line.

Tally Ho,
Stephen 






export to text includes Comments

2006-01-03 Thread Jeremy C. Reed
I have a lot of "Comments" in my lyx document. When I export to postscript 
or DVI they are not included (as I expect).


When I choose File -> Export -> ASCII then they are included in the 
resulting .txt file.


How can I stop my comments from being outputted?

I am not sure what converter is used for this. (I don't see in my 
preferences.)


I am using lyx 1.3.6.


 Jeremy C. Reed

 BSD News, BSD tutorials, BSD links
 http://www.bsdnewsletter.com/