Re: Please help me

2024-06-15 Thread Christopher Menzel


> On Jun 11, 2024, at 3:55 PM, Anders Ekberg via lyx-users 
>  wrote:
> 
>> 11 juni 2024 kl. 15:51 skrev Christopher Menzel :
>> 
>>> I have spent hours trying to figure out how one might be able to run BOTH 
>>> LyX 2.4 and LyX 2.3.8 on the same Mac computer with a Silicon chip and Mac 
>>> OS 14.5. No luck finding any useful information about this issue.
>>> Is this possible?
>> 
>> ...
>> If all you want to do is install both versions of LyX, then, assuming you 
>> currently have LyX 2.3.8 installed, just open the Applications folder on 
>> your machine and rename LyX.app to “LyX 2.3.8.app” and then install LyX 2.4. 
>> I think the only issue is that LyX 2.3.8 will look in ~/Library/Application 
>> Support/LyX-2.3 for its support files (personal bind files, personal 
>> spellcheck files, etc) and LyX 2.4 will look in ~/Library/Application 
>> Support/LyX-2.4 so those could get out of sync. (You could probably create 
>> symlinks in your LyX-2.3 folder to keep things in sync but you can kick that 
>> can down the road for now.)
> 
> I have used a setup like that for over a year with no problem. No Symlinks or 
> anything, just calling one app LyX, and the other LyX-23 (or whatever).

You’d need symlinks if you wanted to keep user files (e.g., the personal 
spelling dictionary files pwl_english.dict) for LyX 2.3.x and LyX 2.4.y in 
sync, as they are in separate directories under ~/Library/Application Support.

-chris

-- 
lyx-users mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Please help me

2024-06-11 Thread Anders Ekberg via lyx-users


> 11 juni 2024 kl. 15:51 skrev Christopher Menzel :
> 
>> I have spent hours trying to figure out how one might be able to run BOTH 
>> LyX 2.4 and LyX 2.3.8 on the same Mac computer with a Silicon chip and Mac 
>> OS 14.5. No luck finding any useful information about this issue.
>> Is this possible?
> 
> ...
> 
> If all you want to do is install both versions of LyX, then, assuming you 
> currently have LyX 2.3.8 installed, just open the Applications folder on your 
> machine and rename LyX.app to “LyX 2.3.8.app” and then install LyX 2.4. I 
> think the only issue is that LyX 2.3.8 will look in ~/Library/Application 
> Support/LyX-2.3 for its support files (personal bind files, personal 
> spellcheck files, etc) and LyX 2.4 will look in ~/Library/Application 
> Support/LyX-2.4 so those could get out of sync. (You could probably create 
> symlinks in your LyX-2.3 folder to keep things in sync but you can kick that 
> can down the road for now.)

I have used a setup like that for over a year with no problem. No Symlinks or 
anything, just calling one app LyX, and the other LyX-23 (or whatever).
/Anders

-- 
lyx-users mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Please help me

2024-06-11 Thread Christopher Menzel
> I have spent hours trying to figure out how one might be able to run BOTH LyX 
> 2.4 and LyX 2.3.8 on the same Mac computer with a Silicon chip and Mac OS 
> 14.5. No luck finding any useful information about this issue.
> Is this possible?

It’s not clear what you are asking. There should be no problem installing both 
versions on your machine. But it is usually the case that you can’t smoothly 
edit the same document with different versions of LyX, as there are usually 
changes in the .lyx file format from version to version. (There’s usually no 
problem importing documents created from older versions of LyX into newer 
versions but vice versa is usually (always?) problematic.)

If all you want to do is install both versions of LyX, then, assuming you 
currently have LyX 2.3.8 installed, just open the Applications folder on your 
machine and rename LyX.app to “LyX 2.3.8.app” and then install LyX 2.4. I think 
the only issue is that LyX 2.3.8 will look in ~/Library/Application 
Support/LyX-2.3 for its support files (personal bind files, personal spellcheck 
files, etc) and LyX 2.4 will look in ~/Library/Application Support/LyX-2.4 so 
those could get out of sync. (You could probably create symlinks in your 
LyX-2.3 folder to keep things in sync but you can kick that can down the road 
for now.)

LyX wizards might be appalled at something I’ve said here...

-chris

-- 
lyx-users mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Please help: how do I insert a list of my publications in an otherwise ready thesis?

2018-11-19 Thread Daniel Kian Mc Kiernan (the best Daniel of the bunch)

On 11/16/18 5:36 PM, Polina Proutskova wrote:


I have written my PhD thesis in LyX and have to do my minor 
corrections. I’ve been asked to put a list of my publications in the 
thesis. What is the proper way to do it?


My suggestion is rather brutal.  That is to create a separate document 
for the own-publications list, process it with command-line 
applications (latex and biblatex) to get a final .tex file, and then 
drop its essential content into the dissertation file.


I'm sorry that I don't have a happier solution.


Re: Please help: how do I insert a list of my publications in an otherwise ready thesis?

2018-11-17 Thread Jürgen Spitzmüller
Am Samstag, den 17.11.2018, 01:36 + schrieb Polina Proutskova:
> The publications list should include my publications (I have created
> an extra bib file for it in case that helps), sorted by year, ideally
> something like here: https://wiki.lyx.org/BibTeX/Publist#toc3, in
> other words, completely different to my normal bibliography, using a
> different style. I have created a similar file for myself which works
> fine in itself, but when I include it as a child document I get an
> error that refsection cannot be nested. Apparently when I tell the
> master document that I want multiple bibliographies it creates
> refsections for each unit. 

Biblatex does not allow to mix different styles in a document.

I would suggest that you compile the publication list on your own and
adapt the pagination via \setcounter{page}{}

Jürgen


signature.asc
Description: This is a digitally signed message part


Re: Please help: how do I insert a list of my publications in an otherwise ready thesis?

2018-11-17 Thread Rich Shepard

On Sat, 17 Nov 2018, Polina Proutskova wrote:


I have written my PhD thesis in LyX and have to do my minor corrections.
I’ve been asked to put a list of my publications in the thesis. What is
the proper way to do it?


Polina,

  I doubt there is a 'proper' way, only one acceeptable to your committee.

  Have you considered putting your publication list as a separate,
un-numbered chapter, or an appendix? Those would be what I would try, but
I've not had an need to use the master-child document format (my publishedf
book was one document with a single reference appendix).

  Others likely have other solutions which better fit your needs and your
committee's preference.

Good luck defending,

Rich



Re: Please help!

2012-10-18 Thread Les Denham
On Thu, 18 Oct 2012 23:03:35 +0200
jezZiFeR iMap  wrote:

> 2.
> Maybe I subsribed with one of the following:
> [email protected]
> [email protected]
> 
> Unfortunately I don’t have the welcome message anymore…

Have you tried unsubscribing using these two addresses? I don't use
Gmail, so I  don't know whether this is feasible sending from Gmail,
but with SMTP it is certainly possible to set the "From" field as
something other than the actual sender.

Note that the mail server is almost certainly case-sensitive, so while
it may send an email addressed to [email protected] to the same place
as an email addressed to [email protected], it might not regard them
as the same address when editing lists.

Les


Re: Please help!

2012-10-18 Thread jezZiFeR iMap

Dear Scott,

Thank you for your ideas.

1.
I have thought of this, but there is just shown this address here in  
the complete header. There also is an e-mail-address, in which one  
could enter another address than the one you write from, to  
unsubscribe the entered address. It might really be, that another  
address is forwarded, but when I looked on the google-site, I idid not  
find it. And in the header I could find the following:

Delivered-To:   [email protected]


2.
Maybe I subsribed with one of the following:
[email protected]
[email protected]

Unfortunately I don’t have the welcome message anymore…









Am 18.10.2012 um 14:06 schrieb Scott Kostyshak:


Hi jezzifer,

A couple of ideas:

1. did you subscribe with another email address that is being
forwarded to your gmail address?

2. gmail allows you to receive email from [email protected] . Did
you enter your address in a different way like this when you
subscribed?

To find out, search your inbox for the welcome message, which says
"Acknowledgment: I have added the address

"

and

"Please save this message so that you know the address you are
subscribed under, in case you later want to unsubscribe or change your
subscription address."

Scott

On Thu, Oct 18, 2012 at 4:30 AM, jezZiFeR iMap   
wrote:

Thank you, Les,

yes, I have tried this. After doing so I get the message, that my
e-mail-address is not an the list, it starts like thies:

Hi! This is the ezmlm program. I'm managing the
[email protected] mailing list.

I'm working for my owner, who can be reached
at [email protected].

I'm sorry, I've been unable to carry out your request,
since the address

[email protected]

was not on the lyx-users mailing list when I received
your request and is not a subscriber of this list.


etc.

Don’t know what else to do…













Am 17.10.2012 um 18:28 schrieb Les Denham:

On Wed, 17 Oct 2012 17:11:17 +0200
jezZiFeR iMap  wrote:

»[email protected]« to unsubscribe

did not work.


I think even there it is not easy enough to find that information.

But well, I understood, that in every header there is an

e-mail-adress to unsubscribe.


The instructions say to send an empty email to
[email protected]

Is this exactly what you did? The email you send should have your
address in the "From" field, [email protected] in  
the

"To" field and nothing in the "Subject" line, and nothing in the body
of the message. I haven't tried it myself (don't want to get of the
list) but it should work.

Les






Re: Please help!

2012-10-18 Thread David L. Johnson

On 10/18/2012 04:30 AM, jezZiFeR iMap wrote:

Thank you, Les,

yes, I have tried this. After doing so I get the message, that my 
e-mail-address is not an the list, it starts like thies:
Do you perhaps have another e-mail address, or alias, that might be 
subscribed to the list?  I always have to check the address to which the 
lists are sent to know which address to use when changing anything, 
since I use [email protected] as an alias to my real account name.


--

David L. Johnson

I believe that the motion picture is destined to revolutionize our
educational system and that in a few years it will supplant largely,
if not entirely, the use of textbooks
-- Thomas Edison, 1922



Re: Please help!

2012-10-18 Thread Richard Heck

On 10/18/2012 08:06 AM, Scott Kostyshak wrote:

Hi jezzifer,

A couple of ideas:

1. did you subscribe with another email address that is being
forwarded to your gmail address?

2. gmail allows you to receive email from [email protected] . Did
you enter your address in a different way like this when you
subscribed?

To find out, search your inbox for the welcome message, which says
"Acknowledgment: I have added the address

"

and

"Please save this message so that you know the address you are
subscribed under, in case you later want to unsubscribe or change your
subscription address."
I have found it impossible to unsubscribe one address from lyx-devel 
myself, though I have tried all of these options. I did manage to get 
that address off lyx-users.


Richard



Re: Please help!

2012-10-18 Thread Scott Kostyshak
Hi jezzifer,

A couple of ideas:

1. did you subscribe with another email address that is being
forwarded to your gmail address?

2. gmail allows you to receive email from [email protected] . Did
you enter your address in a different way like this when you
subscribed?

To find out, search your inbox for the welcome message, which says
"Acknowledgment: I have added the address

"

and

"Please save this message so that you know the address you are
subscribed under, in case you later want to unsubscribe or change your
subscription address."

Scott

On Thu, Oct 18, 2012 at 4:30 AM, jezZiFeR iMap  wrote:
> Thank you, Les,
>
> yes, I have tried this. After doing so I get the message, that my
> e-mail-address is not an the list, it starts like thies:
>
> Hi! This is the ezmlm program. I'm managing the
> [email protected] mailing list.
>
> I'm working for my owner, who can be reached
> at [email protected].
>
> I'm sorry, I've been unable to carry out your request,
> since the address
>
> [email protected]
>
> was not on the lyx-users mailing list when I received
> your request and is not a subscriber of this list.
>
>
> etc.
>
> Don’t know what else to do…
>
>
>
>
>
>
>
>
>
>
>
>
>
> Am 17.10.2012 um 18:28 schrieb Les Denham:
>
> On Wed, 17 Oct 2012 17:11:17 +0200
> jezZiFeR iMap  wrote:
>
> »[email protected]« to unsubscribe
>
> did not work.
>
>
> I think even there it is not easy enough to find that information.
>
> But well, I understood, that in every header there is an
>
> e-mail-adress to unsubscribe.
>
>
> The instructions say to send an empty email to
> [email protected]
>
> Is this exactly what you did? The email you send should have your
> address in the "From" field, [email protected] in the
> "To" field and nothing in the "Subject" line, and nothing in the body
> of the message. I haven't tried it myself (don't want to get of the
> list) but it should work.
>
> Les
>
>


Re: Please help!

2012-10-18 Thread jezZiFeR iMap

Thank you, Les,

yes, I have tried this. After doing so I get the message, that my e- 
mail-address is not an the list, it starts like thies:



Hi! This is the ezmlm program. I'm managing the
[email protected] mailing list.

I'm working for my owner, who can be reached
at [email protected].

I'm sorry, I've been unable to carry out your request,
since the address

[email protected]

was not on the lyx-users mailing list when I received
your request and is not a subscriber of this list.



etc.

Don’t know what else to do…













Am 17.10.2012 um 18:28 schrieb Les Denham:


On Wed, 17 Oct 2012 17:11:17 +0200
jezZiFeR iMap  wrote:


»[email protected]« to unsubscribe
did not work.

I think even there it is not easy enough to find that information.
But well, I understood, that in every header there is an
e-mail-adress to unsubscribe.


The instructions say to send an empty email to
[email protected]

Is this exactly what you did? The email you send should have your
address in the "From" field, [email protected] in  
the

"To" field and nothing in the "Subject" line, and nothing in the body
of the message. I haven't tried it myself (don't want to get of the
list) but it should work.

Les




Re: Please help!

2012-10-17 Thread jezZiFeR iMap

Hello,

I have tried so many different things, I could not remember them all.  
Is there a safe way to really get out of the list? I am not from an  
english speaking country, so every message is hard to write, and maybe  
sometimes things not too easy to understand.


[email protected] is the »human being« which is mentioned,  
if the automized version does not work, but nothing happend after the  
several times I have told my problems there.


Why is it so difficult to get out of this list? I have treid  
everything which is written on http://www.lyx.org/MailingLists#toc2 on  
how to get out of the list.


»[email protected]« to unsubscribe
did not work.

I think even there it is not easy enough to find that information. But  
well, I understood, that in every header there is an e-mail-adress to  
unsubscribe. I have tried this several times also, before trying to  
communicate with human beings.


Which is the normal way to get out? Do the mentioned ways work  
normally? I always got the answer, that my address would not be on the  
list – but I still get the e-mails.


Is there anybody in the list who could help?
Thank you!





Am 17.10.2012 um 16:53 schrieb Andreas Hilboll:


I try to get off of this meiling-list for weeks now, and nothing
works. I also wrote to [email protected] several times,
but get no respond. All the automatic possibilities did not work – I
also tried loads of times. How could I get off? Maybe I want to be on
the list one day again, but in the moment I want to get off. Please
please help. Thanks!


If you don't say exactly what you tried, it's hard to help you.
A.





Re: Please help a newbie with APA citation style in LyX

2008-09-13 Thread Max Nabble


squidy wrote:
> 
> Here's my problem,
> I have written my Master's Thesis in the document class article but I am
> required to format my references according to APA manual, 5th edition. I
> have tried the packages called apalike and apalike2, these work but they
> get it almost but not quite right, (volume numbers aren't emphasised and
> inbook references are incorrectly formatted).

If you can get it almost right with the LyX settings for Natbib then I would
stick with it. There is a Natbib manual which is not too long and you can
find a lot about Natbib in Google Groups. I would try to add some extra
setup information for Natbib to the LaTeX preamble in LyX -> Document
settings to get it working. Unfortunately I never use Natbib nor APA so I
can not help you more.
-- 
View this message in context: 
http://n2.nabble.com/Please-help-a-newbie-with-APA-citation-style-in-LyX-tp787261p1087309.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Please help a newbie with APA citation style in LyX

2008-08-27 Thread Bob Lounsbury
On Wed, Aug 27, 2008 at 10:54 AM, quiddity <[EMAIL PROTECTED]> wrote:
> Thank you to Zan and Bob for very quick replies! They haven't shown up
> directly on the forum - is this usual?
>
> I have managed to solve the captalisation problem with curly brackets in
> Jabref, so thanks for that tip! I guess I might get away with the lack of
> emphasis for the volume no., as it's such a small detail.
>
> I shall make another request for help to see if anyone knows a way around
> the natbib/apacite incompatibility problem.
>
> Thanks again

An ugly workaround, IF, you only need to use the \cite command would
be to change the bibliography setting back to Default (numerical) from
Natbib. Then put (in your preamble):

\usepackage(apacite)
\usepackage[authoryear]{natbib}

Otherwise, if you need to use something other than \cite, you'd have
to use ERT rather than the LyX dialog to insert bibliography
citations. But, if you just need to do this for one paper it may not
be a bad way to go. It does work, it's just not pretty.

/Bob


Re: Please help a newbie with APA citation style in LyX

2008-08-27 Thread quiddity
Thank you to Zan and Bob for very quick replies! They haven't shown up
directly on the forum - is this usual?

I have managed to solve the captalisation problem with curly brackets in
Jabref, so thanks for that tip! I guess I might get away with the lack of
emphasis for the volume no., as it's such a small detail.

I shall make another request for help to see if anyone knows a way around
the natbib/apacite incompatibility problem.

Thanks again

2008/8/27 Bob Lounsbury <[EMAIL PROTECTED]>

> On Wed, Aug 27, 2008 at 9:12 AM, squidy <[EMAIL PROTECTED]> wrote:
> >
> > Hello I am very new to this ...
> >
> > I'm using LyX 1.5.5 in Windows XP.
> > I'm using JabRef 2.3.1 to manage my bibliography.
> > I'm using the document class 'article' and have bibliography set to
> Natbib
> > author-year.
> >
> > Here's my problem,
> > I have written my Master's Thesis in the document class article but I am
> > required to format my references according to APA manual, 5th edition. I
> > have tried the packages called apalike and apalike2, these work but they
> get
> > it almost but not quite right, (volume numbers aren't emphasised and
> inbook
> > references are incorrectly formatted).
> >
> > I saw in this forum that there is a package called apacite, I have
> installed
> > this in MikTeX, however I can't get it to work. When I compile the
> document
> > I get an error message which says LyX LaTeX error - Undefined control
> > sequence, repeated many times! This also happens on my computer at home
> > where I'm running v. 1.5.3 in Ubuntu HH.
> >
> > Can anyone help with this? I don't want to go back to using MS Word :(
> > Thank you
> >
> >
> > --
> > View this message in context:
> http://n2.nabble.com/Please-help-a-newbie-with-APA-citation-style-in-LyX-tp787261p787261.html
> > Sent from the LyX - Users mailing list archive at Nabble.com.
> >
> >
>
> There is a package conflict between apacite and Natbib. Please read
> through the apacite documentation and specifically the Natbib section:
>
> http://tug.ctan.org/tex-archive/biblio/bibtex/contrib/apacite/apacite.pdf
>
> It seems that apacite needs to be loaded before Natbib, but because of
> the LyX document settings Natbib will be loaded first. So, the real
> question to post to the list is how do you load apacite before Natbib?
> Which I don't know.
>
> Cheers,
> /Bob
>


Re: Please help a newbie with APA citation style in LyX

2008-08-27 Thread Bob Lounsbury
On Wed, Aug 27, 2008 at 9:12 AM, squidy <[EMAIL PROTECTED]> wrote:
>
> Hello I am very new to this ...
>
> I'm using LyX 1.5.5 in Windows XP.
> I'm using JabRef 2.3.1 to manage my bibliography.
> I'm using the document class 'article' and have bibliography set to Natbib
> author-year.
>
> Here's my problem,
> I have written my Master's Thesis in the document class article but I am
> required to format my references according to APA manual, 5th edition. I
> have tried the packages called apalike and apalike2, these work but they get
> it almost but not quite right, (volume numbers aren't emphasised and inbook
> references are incorrectly formatted).
>
> I saw in this forum that there is a package called apacite, I have installed
> this in MikTeX, however I can't get it to work. When I compile the document
> I get an error message which says LyX LaTeX error - Undefined control
> sequence, repeated many times! This also happens on my computer at home
> where I'm running v. 1.5.3 in Ubuntu HH.
>
> Can anyone help with this? I don't want to go back to using MS Word :(
> Thank you
>
>
> --
> View this message in context: 
> http://n2.nabble.com/Please-help-a-newbie-with-APA-citation-style-in-LyX-tp787261p787261.html
> Sent from the LyX - Users mailing list archive at Nabble.com.
>
>

There is a package conflict between apacite and Natbib. Please read
through the apacite documentation and specifically the Natbib section:

http://tug.ctan.org/tex-archive/biblio/bibtex/contrib/apacite/apacite.pdf

It seems that apacite needs to be loaded before Natbib, but because of
the LyX document settings Natbib will be loaded first. So, the real
question to post to the list is how do you load apacite before Natbib?
Which I don't know.

Cheers,
/Bob


Re: Please help a newbie with APA citation style in LyX

2008-08-27 Thread Zan

squidy wrote:

Here's my problem,
I have written my Master's Thesis in the document class article but I am
required to format my references according to APA manual, 5th edition. I
have tried the packages called apalike and apalike2, these work but they get
it almost but not quite right, (volume numbers aren't emphasised and inbook
references are incorrectly formatted).

  

LyX - JabRef: Great combination.

I can't help with the LaTeX/LyX side of this, but I found I needed to 
alter the document type (article, book, inproceedings), and add {} 
brackets to force cap's in JabRef to get my bibliography formatted 
correctly.  So if there is only a problem with a relatively small number 
of references you may try tweaking things on the JabRef side.


Z


Re: Please Help.

2008-03-16 Thread Paul A. Rubin

Bob Lounsbury wrote:

On Sat, Mar 15, 2008 at 4:18 PM, Paul A. Rubin <[EMAIL PROTECTED]> wrote:

Peter M. 'Mike' Sanchez wrote:
 > Hello Fellow LyX users!  I need some help...please!
 >
 > Problem: When I try to use any of the view or export features (e.g.,
 > pdflatex, ps2pdf, etc.), the software seems to get in a loop utilizing
 > about 50% CPU.  My system is a 2.6Ghz Intel duo processor Windows XP
 > with all update service packs.  I used the Standard Web Installer:
 > LyX-1.5.4-1-Installer.exe
 >  (10 MB).


This installer will setup a complete LyX environment, required

 > components will be downloaded automatically...from
 > http://wiki.lyx.org/Windows/Windows.  Everything seems to have installed
 > ok, and I have created a book using LyX.  I just cannot create a PDF or
 > DVI output file
 >
 > Kindest regards,
 >
 > Peter M. 'Mike' Sanchez
 >

 Does this happen with other documents, or just the book you created?  If
 it's just the book, I suspect that MiKTeX is choking on something.  Try
 exporting the book to a LaTeX file and running MiKTeX on it from a
 command prompt.  Maybe MiKTeX will throw up a message indicating what's
 going wrong.  Another possibility is divide-and-conquer; lop out about
 half the book and see if you can get a PDF out of the rest.  If so, try
 adding back bits at a time until something comes unglued.

 /Paul



I'm wondering if MiKTeX is installed as the link he points to is not
the 'complete' installer.

Bob



If there's no MiKTeX (or other LaTeX distro), the LyX installer should 
fail during the configuration script, and I don't think he'd be able to 
open documents.  But I'm not positive about that.


/Paul



Re: Please Help.

2008-03-15 Thread Bob Lounsbury
On Sat, Mar 15, 2008 at 4:18 PM, Paul A. Rubin <[EMAIL PROTECTED]> wrote:
> Peter M. 'Mike' Sanchez wrote:
>  > Hello Fellow LyX users!  I need some help...please!
>  >
>  > Problem: When I try to use any of the view or export features (e.g.,
>  > pdflatex, ps2pdf, etc.), the software seems to get in a loop utilizing
>  > about 50% CPU.  My system is a 2.6Ghz Intel duo processor Windows XP
>  > with all update service packs.  I used the Standard Web Installer:
>  > LyX-1.5.4-1-Installer.exe
>  >  (10 MB).
>
> > This installer will setup a complete LyX environment, required
>  > components will be downloaded automatically...from
>  > http://wiki.lyx.org/Windows/Windows.  Everything seems to have installed
>  > ok, and I have created a book using LyX.  I just cannot create a PDF or
>  > DVI output file
>  >
>  > Kindest regards,
>  >
>  > Peter M. 'Mike' Sanchez
>  >
>
>  Does this happen with other documents, or just the book you created?  If
>  it's just the book, I suspect that MiKTeX is choking on something.  Try
>  exporting the book to a LaTeX file and running MiKTeX on it from a
>  command prompt.  Maybe MiKTeX will throw up a message indicating what's
>  going wrong.  Another possibility is divide-and-conquer; lop out about
>  half the book and see if you can get a PDF out of the rest.  If so, try
>  adding back bits at a time until something comes unglued.
>
>  /Paul


I'm wondering if MiKTeX is installed as the link he points to is not
the 'complete' installer.

Bob


Re: Please Help.

2008-03-15 Thread Paul A. Rubin

Peter M. 'Mike' Sanchez wrote:

Hello Fellow LyX users!  I need some help...please!
 
Problem: When I try to use any of the view or export features (e.g., 
pdflatex, ps2pdf, etc.), the software seems to get in a loop utilizing 
about 50% CPU.  My system is a 2.6Ghz Intel duo processor Windows XP 
with all update service packs.  I used the Standard Web Installer: 
LyX-1.5.4-1-Installer.exe 
 (10 MB). 
This installer will setup a complete LyX environment, required 
components will be downloaded automatically...from 
http://wiki.lyx.org/Windows/Windows.  Everything seems to have installed 
ok, and I have created a book using LyX.  I just cannot create a PDF or 
DVI output file
 
Kindest regards,


Peter M. 'Mike' Sanchez



Does this happen with other documents, or just the book you created?  If 
it's just the book, I suspect that MiKTeX is choking on something.  Try 
exporting the book to a LaTeX file and running MiKTeX on it from a 
command prompt.  Maybe MiKTeX will throw up a message indicating what's 
going wrong.  Another possibility is divide-and-conquer; lop out about 
half the book and see if you can get a PDF out of the rest.  If so, try 
adding back bits at a time until something comes unglued.


/Paul



Re: please help me

2007-05-04 Thread Abdelrazak Younes

Jorge Mario wrote:

Hello

i am work with Lyx 1.5beta2,i have a problem  with  load  files

1) am make the file in Lyx 1.5beta2
2) go home
3) back to work  and i try load file 
and...exception  (0x4015)  in adress  
0x005b9531


Lyx  is been closed because of an unexpected  situation this is most 
likely  caused by a flaw in the software


please help me


If it is not confidential, send the file to the developer list. It if it 
you can send it privately to me.


Abdel.



Re: Please help me with Document class Book for LYX

2007-02-18 Thread Rich Shepard

On Tue, 26 Dec 2006, [EMAIL PROTECTED] wrote:


Please tell me how ??/ please .If its not so good when I have done it I
can always reverse my settings back thanks


  A very good place to look for solutions is found by the 'Tips and Tricks'
link on the main LyX web page. If you follow those links you come to this
page:

  

where you'll see this tip:

New Chapter on odd and even pages
If the documentclass option openany is not available, then write in the
LaTeX preamble

\makeatletter
\renewcommand*{\cleardoublepage}{%
  % original definition, see latex.ltx
  \clearpage
  [EMAIL PROTECTED]
[EMAIL PROTECTED]
\else
  \thispagestyle{empty}% added
  \hbox{}\newpage
  [EMAIL PROTECTED]
\hbox{}\newpage
  \fi
\fi
  \fi
}
\makeatother

HTH,

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
 Voice: 503-667-4517  Fax: 503-667-8863


Re: Please help me with Document class Book for LYX

2007-02-18 Thread lewelyn . lee
On Friday 16 February 2007 11:04 pm, Rich Shepard wrote:
> On Mon, 25 Dec 2006, [EMAIL PROTECTED] wrote:
> > I am using  LYX 1.3.5 to write a novel Running on Suse Linux 9.3 I have
> > finally setteld to use Doc Class Memoir because it gives me least
> > problems regarding my preferences
>
> Llewelyn,
>
>First, let me encourage you to upgrade to -1.4.4. The -1.3.5 release is
> very old and no longer supported. No reason why the latest stable release
> will not run on your system.
>
> > All the Book classes available on my version of LYX have a common
> > shortcoming LOOK at any Book you buy or get from the Library and you will
> > see that chapter one starts on the right hand page . The page is
> > therefore bound on its left edge Similarly if I do some document for my
> > office or for a sales proposal we put it into a presentation folder with
> > the binding on the left.
> >
> > In the Book class in LYX odd pages  eg number one are always with the
> > Binding space on the right side of the page .This convention is very
> > troublesome
>
>Second, you're looking at it from the wrong viewpoint. Take a book from
> your shelf and open it anywhere. You'll see that the outer page margins are
> wider than the inner page margins. That's because when you lay the book
> flat on its back, the inner margins of both pages make the text area look
> centered.
>
> > The second problem is that LYX will only start a Chapter on odd number
> > pages and this results in Lyx inserting blank pages Blank pages are thus
> > even number and so always take up position on the left side of an open
> > book . I would be better served if A) no convention about chapters
> > starting on odd or even pages
> > OR
> > B)LYX started chapters on even pages if it had to have a convention about
> > this OR
> > C) If I had some code I could enter in the document to change the Chapter
> > start convention on the fly
>
>Third, you can make changes so chapters will start on either odd or even
> pages, but that's not standard for the types of books LaTeX and LyX were
> designed to handle. Yes, novels will start chapters anywhere they want --
> even in the middle of the page -- but that's not typographic convention for
> a book.
> please tell me how .I would like to insert it in my book preamble.I hope you 
would know which one of those definitions in the preamble conrol this even 
odd page matter for chapters ?
>Fourth, if you want to get the maximum from LyX you'll need to learn
> LaTeX. Whether you'll enter it in the unfortunately-named ERT, or in the
> preamble, or you want to know how to change the appearance of your
> document, you need LaTeX. Two recommendations: Guide to LaTeX, 4th Edition
> and The LaTeX Companion, 2nd Edition.
> It seems I must but but that will take time and I need in the meantime a 
work around for this specific problem . I have already written 34 words 
for a two book novel series ,please do help me.
> > The simplest would be if I could enter code so that all odd number pages
> > are set to have binding space on the left instead of right I can then
> > work around all other problems
>
>You can do this, but your book will look very odd when you're done. I've
> seen books like that: the text area is pushed to the outer edges of the
> pages with a huge white space on either side of the binding. Very
> amateurish, IMNSHO.
> Please tell me how ??/ please .If its not so good when I have done it I can   
>  
always reverse my settings back thanks
> Rich


Re: Please help me with Document class Book for LYX

2007-02-16 Thread Rich Shepard

On Mon, 25 Dec 2006, [EMAIL PROTECTED] wrote:


I am using  LYX 1.3.5 to write a novel Running on Suse Linux 9.3 I have
finally setteld to use Doc Class Memoir because it gives me least problems
regarding my preferences


Llewelyn,

  First, let me encourage you to upgrade to -1.4.4. The -1.3.5 release is
very old and no longer supported. No reason why the latest stable release
will not run on your system.


All the Book classes available on my version of LYX have a common
shortcoming LOOK at any Book you buy or get from the Library and you will
see that chapter one starts on the right hand page . The page is therefore
bound on its left edge Similarly if I do some document for my office or
for a sales proposal we put it into a presentation folder with the binding
on the left.



In the Book class in LYX odd pages  eg number one are always with the Binding
space on the right side of the page .This convention is very troublesome


  Second, you're looking at it from the wrong viewpoint. Take a book from
your shelf and open it anywhere. You'll see that the outer page margins are
wider than the inner page margins. That's because when you lay the book flat
on its back, the inner margins of both pages make the text area look
centered.


The second problem is that LYX will only start a Chapter on odd number
pages and this results in Lyx inserting blank pages Blank pages are thus
even number and so always take up position on the left side of an open
book . I would be better served if A) no convention about chapters
starting on odd or even pages
OR
B)LYX started chapters on even pages if it had to have a convention about this
OR
C) If I had some code I could enter in the document to change the Chapter
start convention on the fly


  Third, you can make changes so chapters will start on either odd or even
pages, but that's not standard for the types of books LaTeX and LyX were
designed to handle. Yes, novels will start chapters anywhere they want --
even in the middle of the page -- but that's not typographic convention for
a book.

  Fourth, if you want to get the maximum from LyX you'll need to learn
LaTeX. Whether you'll enter it in the unfortunately-named ERT, or in the
preamble, or you want to know how to change the appearance of your document,
you need LaTeX. Two recommendations: Guide to LaTeX, 4th Edition and The
LaTeX Companion, 2nd Edition.


The simplest would be if I could enter code so that all odd number pages are
set to have binding space on the left instead of right I can then work around
all other problems


  You can do this, but your book will look very odd when you're done. I've
seen books like that: the text area is pushed to the outer edges of the
pages with a huge white space on either side of the binding. Very
amateurish, IMNSHO.

Rich

--
Richard B. Shepard, Ph.D.   |The Environmental Permitting
Applied Ecosystem Services, Inc.|  Accelerator(TM)
 Voice: 503-667-4517  Fax: 503-667-8863


Re: Please help me to use nomencl package in LyX to generate list of symbols.

2004-01-15 Thread R S Ananda Murthy
On Wed, 14 Jan 2004 16:51:15 +0100 (MET)
"Jean-Pierre.Chretien" <[EMAIL PROTECTED]> wrote:

> 
> 
> >>I don't know is there is a way to explain to lyx how to automatically use the 
> >>command sequence: latex -> makeindex -> latex as it is done for the classical 
> >>index.
> 
> A simple wrapper script can handle this.
> An existing one is tex2pdf, but it produces pdf using pdflatex. 
> Producing dvi is simpler.
> 
> -- 
> Jean-Pierre
> 

Finally I solved this as follows:

In the preamble of the document in LyX I typed:

\usepackage{nomencl}
\makeglossary

Then, in the document where I wanted the Nomenclature I typed:

\printglossary

After this I exported the document into LaTeX format. Then, after closing LyX, at 
console I typed:

pdflatex filename.tex 
pdflatex filename.tex 

This created the filename.glo file. Then, at console I typed

makeindex filename.glo -s nomencl.ist -o filename.gls 

This created the glossary file filename.gls. Then, I opened the document in LyX. Then 
I exported the document to pdf format. Nomenclature came perfectly!

Anand


Re: Please help me to use nomencl package in LyX to generate list of symbols.

2004-01-14 Thread Jean-Pierre.Chretien


>>I don't know is there is a way to explain to lyx how to automatically use the 
>>command sequence: latex -> makeindex -> latex as it is done for the classical 
>>index.

A simple wrapper script can handle this.
An existing one is tex2pdf, but it produces pdf using pdflatex. 
Producing dvi is simpler.

-- 
Jean-Pierre






Re: Please help me to use nomencl package in LyX to generate list of symbols.

2004-01-14 Thread Roger Gadiou
hello,

Le Mercredi 14 Janvier 2004 14:01, R S Ananda Murthy a écrit :
>
> I know I should type \usepackage{nomencl} in the preamble and then I should
> follow the instructions given in the nomencl documentation. I have done
> this. But when I create the final pdf file using pdftex in LyX 1.3.3 I am
> not seeing the Nomenclature list. I am unable to figure out what I should
> do.
>
> Anand

the problem is that the building of the glossary needs a call to makeindex to 
build a .gls file from the .glo file which is created by the first call to 
latex.

I don't know is there is a way to explain to lyx how to automatically use the 
command sequence: latex -> makeindex -> latex as it is done for the classical 
index.

what can be done is of course to export to latex and build the pdf file 
manually...

-- 
Roger GADIOU
Institut de Chimie des Surfaces et Interfaces, CNRS UPR 9069
15, rue Jean Starcky, BP 2488  68057 Mulhouse cedex
tel: 03 89 60 87 19




Re: Please help me to use nomencl package in LyX to generate list of symbols.

2004-01-14 Thread R S Ananda Murthy
On Wed, 14 Jan 2004 13:06:45 +0100
Alfredo Braunstein <[EMAIL PROTECTED]> wrote:

> R S Ananda Murthy wrote:
> 
> > Hello:
> > 
> > Has anybody used nomencl package to create a list of symbols in LyX?
> > Please help me to do this.
> > 
> > I am writing a book in which I want to include a list of symbols used in
> > the book. I am using Koma-script book class. I am using pdftex to generate
> > the final output file in pdf format.
> 
> You have already been answered, so if you have not received the mail you
> should look up the archives (marc.theaimsgroup.com) and possibly correct
> your mail setup.
> If instead you have read the answer then you should answer to it, not top
> post again the same question.

Please excuse me. I will not repeat this again.

> 
> > Thanks for all the help.
> 
> You are welcome.
> 
> Alfredo
> 
> 

I know I should type \usepackage{nomencl} in the preamble and then I should follow the 
instructions given in the nomencl documentation. I have done this. But when I create 
the final pdf file using pdftex in LyX 1.3.3 I am not seeing the Nomenclature list. I 
am unable to figure out what I should do.

Anand


Re: Please help me to use nomencl package in LyX to generate list of symbols.

2004-01-14 Thread Alfredo Braunstein
R S Ananda Murthy wrote:

> Hello:
> 
> Has anybody used nomencl package to create a list of symbols in LyX?
> Please help me to do this.
> 
> I am writing a book in which I want to include a list of symbols used in
> the book. I am using Koma-script book class. I am using pdftex to generate
> the final output file in pdf format.

You have already been answered, so if you have not received the mail you
should look up the archives (marc.theaimsgroup.com) and possibly correct
your mail setup.
If instead you have read the answer then you should answer to it, not top
post again the same question.

> Thanks for all the help.

You are welcome.

Alfredo




Re: please help with toc..

2002-12-04 Thread Jeroen Vriesman
Thanks, I didn't got your previous email, don't know why, but
thanks for your patience.

It looks better now, but when I have long title's for a chapter name it does this:

Hoofdstuk I Very long chapter titel is
here and 
looks a bit
ugly.   10

While I want this:

Hoofdstuk I This very long chapter title
looks better this way.  10

Any ideas, anyone?

Cheers,
Jeroen.


On Wed, 4 Dec 2002 13:24:31 +0200
Dekel Tsur <[EMAIL PROTECTED]> wrote:

> On Tue, Dec 03, 2002 at 05:10:57PM +0100, Jeroen Vriesman wrote:
> > My table of content in amsbook does the following:
> > 
> > Hoofdstuk I   Name1   10
> > Hoofdstuk II   Name2  20
> > Hoofdstuk III   Name3 30
> > 
> > while I want this:
> > 
> > Hoofdstuk I   Name1   10
> > Hoofdstuk II  Name2   20
> > Hoofdstuk III Name3   30
> > 
> > If someone could please help me 
> 
> I already gave you an answer for this question few weeks ago.
> Here it is again:
> 
> Add the following line to the preamble:
> 
> \newlength{\tmp}
> \settowidth{\tmp}{Hoofdstuk VIII}
> \renewcommand{\tocchapter}[3]{%
>   \indentlabel{\@ifnotempty{#2}{%
>   \makebox[\tmp][l]{\ignorespaces #1 #2.}\quad}}#3}
> 



Re: please help with toc..

2002-12-04 Thread Dekel Tsur
On Tue, Dec 03, 2002 at 05:10:57PM +0100, Jeroen Vriesman wrote:
> My table of content in amsbook does the following:
> 
> Hoofdstuk I   Name1   10
> Hoofdstuk II   Name2  20
> Hoofdstuk III   Name3 30
> 
> while I want this:
> 
> Hoofdstuk I   Name1   10
> Hoofdstuk II  Name2   20
> Hoofdstuk III Name3   30
> 
> If someone could please help me 

I already gave you an answer for this question few weeks ago.
Here it is again:

Add the following line to the preamble:

\newlength{\tmp}
\settowidth{\tmp}{Hoofdstuk VIII}
\renewcommand{\tocchapter}[3]{%
  \indentlabel{\@ifnotempty{#2}{%
  \makebox[\tmp][l]{\ignorespaces #1 #2.}\quad}}#3}



Re: please help with toc..

2002-12-03 Thread Andre Poenitz
On Tue, Dec 03, 2002 at 05:10:57PM +0100, Jeroen Vriesman wrote:
> Hi all,
> 
> I got a deadline which is actually my lifeline.
> 
> My table of content in amsbook does the following:
> 
> Hoofdstuk I   Name1   10
> Hoofdstuk II   Name2  20
> Hoofdstuk III   Name3 30
> 
> while I want this:
> 
> Hoofdstuk I   Name1   10
> Hoofdstuk II  Name2   20
> Hoofdstuk III Name3   30

You could put

 \chapter[\hbox to 5cm{Hoofdstuk I\hfil}Name1]{Hoofdstuk I Name1}

in ERT instead of the usual "Chapter" layout.

Not nice, but should work.

> eternal gratitude in advance,

That's a long time...

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: Please help about: bibliography, LateX preamble in LyX, footnote

2002-01-30 Thread Matej Cepl

On Wed, Jan 30, 2002 at 07:12:01PM +0100, Herbert Voss wrote:
> nah ... it gives _some_ space!
> 
> >\def\@maketitle{%
> >\clearpage
> >\let\footnote\thanks
> >\begin{center}%
> >{\sectfont\huge \@title \par}%
> >  \end{center}%
> >  \par
> >  \vskip 2em}
> 
> 
> where is the sense when \date{} in preamble does nearly the

Sorry, my mistake the last two lines should be just

 \par}

(omitting \vskip command).

Matej


-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Ask not for whom the telephone bell tolls ... if thou art in the
bathtub, it tolls for thee.




Re: Please help about: bibliography, LateX preamble in LyX, footnote

2002-01-30 Thread Crlfr

(A)
I have used the information on www.lyx.org/help/...  it works. In detail, in
the
preamble:
\renewcommand{\@cite}[2]{{#1\if@tempswa , #2\fi}}
\renewcommand{\@biblabel}[1]{}


(B)
On that page it is also suggested to in the preamble:
\usepackage{cite}
\citeleft{}
\citeright{}
However, I have not yet try it.

So I am going to try both what you advise and the aforementioned (B), even
if what I have got, (A), it seems to me working fine.
Thanks and best regards
Carlo

- Original Message -
From: "Dekel Tsur" <[EMAIL PROTECTED]>
To: "Crlfr" <[EMAIL PROTECTED]>; "LyX users" <[EMAIL PROTECTED]>
Sent: Wednesday, January 30, 2002 6:23 PM
Subject: Re: Please help about: bibliography, LateX preamble in LyX,
footnote


: On Tue, Jan 29, 2002 at 05:33:22PM +0100, Crlfr wrote:
: > Hello everybody.
: > This is my first e.mail to the LyX users ML.
: > Only about one month ago I installed on my "not new" PC GNU/Linux,
Mandrake
: > 8.1 Distribution.
: > I need LateX. So, LyX  was advised to me as the fastest and simply way
to
: > write LateX documents. In the meantime I have been reading "the
tutorial",
: > something from "the user guide"and something from "the not so short
: > introduction to LateX".
: > However,  I am stopped on some problem:
: >
: > 1) I need the references section in the form summarized by the following
: > examples:
: >
: > Bass, L. (1966). Economics of Nondestructive Testing. Annul Technical
: > Conference Trasactions, ASQC, pp. 611-615.
: > Hans, B.L. (1963). Quality control: Theory and Applications.
Prentice-Hall,
: > Englewood Cliffs, NJ.
: > and so on...
: > So no label is present beside each item.
: > I have to be able to refer to those item in the article , as Bass (1966)
and
: > as Hans (1963) respectively.
: > How can I do this by LyX?
:
: If I understand correctly, what you need to do is to add
:   \usepackage{natbib}
: to the preamble, and use plainnat as the bibliography style.
: The other solutions given to you were wrong.
:




Re: Please help about: bibliography, LateX preamble in LyX, footnote

2002-01-30 Thread Crlfr

thanks. I will do some changes for taking into account your suggestion.
best regards
Carlo
- Original Message -
From: "Dekel Tsur" <[EMAIL PROTECTED]>
To: "LyX users" <[EMAIL PROTECTED]>; "Crlfr" <[EMAIL PROTECTED]>
Sent: Wednesday, January 30, 2002 6:26 PM
Subject: Re: Please help about: bibliography, LateX preamble in LyX,
footnote


: On Tue, Jan 29, 2002 at 05:49:35PM +0100, Herbert Voss wrote:
: > > 4) When I insert the title and the author name it is automatically
added
: > > also the date. I don't want it. How can I delete it?
: > > I have also some other problem but perhaps I will solve them by try
and
: > > re-try. On the contrary, the aforementioned ones I was not able to
solve and
: > > I am halted.
: >
: > http://www.lyx.org/help/titlepage/titlepage.php#date
:
: The first option there (to write \date{}) is the correct one.
: Note the help page doesn't tell you where to put it.
: You either need to put it in the preamble, or put it inside the document
in
: LaTeX mode, before the title.
:
: The second option (to put ctrl+space in the date style) is wrong because
it
: will put too much space between the title and the body of the document.




Re: Please help about: bibliography, LateX preamble in LyX, footnote

2002-01-30 Thread Herbert Voss

Matej Cepl wrote:

> On Tue, Jan 29, 2002 at 06:46:02PM +0200, Tuukka Toivonen wrote:
> 
>>>4) When I insert the title and the author name it is
>>>automatically added also the date. I don't want it. How can I
>>>delete it?
>>>
>>Press Ctrl-Space which will produce an blue empty space, and
>>set its style as "Date" from the tool bar.
>>
> 
> Well, this is probably the best advice for beginners, but it
> introduce huge gap between title and body of text. The better


nah ... it gives _some_ space!

> \def\@maketitle{%
> \clearpage
> \let\footnote\thanks
> \begin{center}%
> {\sectfont\huge \@title \par}%
>   \end{center}%
>   \par
>   \vskip 2em}


where is the sense when \date{} in preamble does nearly the

same??

Herbert


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




Re: Please help about: bibliography, LateX preamble in LyX, footnote

2002-01-30 Thread Matej Cepl

On Tue, Jan 29, 2002 at 06:46:02PM +0200, Tuukka Toivonen wrote:
> >4) When I insert the title and the author name it is
> >automatically added also the date. I don't want it. How can I
> >delete it?
> 
> Press Ctrl-Space which will produce an blue empty space, and
> set its style as "Date" from the tool bar.

Well, this is probably the best advice for beginners, but it
introduce huge gap between title and body of text. The better
advice is to look in the article.cls (or scrartcl.cls, or
something else -- the class of document you use), find definition
of \maketitle, and then redefine it without date. It is not so
bad as you would expect it to be. For example for scrartcl
('article [Koma-Script]' in Layout/Document dialog box), the new
command to be add to Layout/LaTeX preamble is just:

\def\@maketitle{%
\clearpage
\let\footnote\thanks
\begin{center}%
{\sectfont\huge \@title \par}%
  \end{center}%
  \par
  \vskip 2em}

(you may reconsider what kind of size you want for the title --
default \huge is probably inappropriate for just simple document;
either delete \huge at all, or use something smaller like \large)

Happy LyXing!

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 




Re: Please help about: bibliography, LateX preamble in LyX, footnote

2002-01-30 Thread Dekel Tsur

On Tue, Jan 29, 2002 at 05:49:35PM +0100, Herbert Voss wrote:
> > 4) When I insert the title and the author name it is automatically added
> > also the date. I don't want it. How can I delete it?
> > I have also some other problem but perhaps I will solve them by try and
> > re-try. On the contrary, the aforementioned ones I was not able to solve and
> > I am halted.
> 
> http://www.lyx.org/help/titlepage/titlepage.php#date

The first option there (to write \date{}) is the correct one.
Note the help page doesn't tell you where to put it.
You either need to put it in the preamble, or put it inside the document in
LaTeX mode, before the title.

The second option (to put ctrl+space in the date style) is wrong because it
will put too much space between the title and the body of the document.



Re: Please help about: bibliography, LateX preamble in LyX, footnote

2002-01-30 Thread Dekel Tsur

On Tue, Jan 29, 2002 at 05:33:22PM +0100, Crlfr wrote:
> Hello everybody.
> This is my first e.mail to the LyX users ML.
> Only about one month ago I installed on my "not new" PC GNU/Linux, Mandrake
> 8.1 Distribution.
> I need LateX. So, LyX  was advised to me as the fastest and simply way to
> write LateX documents. In the meantime I have been reading "the tutorial",
> something from "the user guide"and something from "the not so short
> introduction to LateX".
> However,  I am stopped on some problem:
> 
> 1) I need the references section in the form summarized by the following
> examples:
> 
> Bass, L. (1966). Economics of Nondestructive Testing. Annul Technical
> Conference Trasactions, ASQC, pp. 611-615.
> Hans, B.L. (1963). Quality control: Theory and Applications. Prentice-Hall,
> Englewood Cliffs, NJ.
> and so on...
> So no label is present beside each item.
> I have to be able to refer to those item in the article , as Bass (1966) and
> as Hans (1963) respectively.
> How can I do this by LyX?

If I understand correctly, what you need to do is to add
  \usepackage{natbib}
to the preamble, and use plainnat as the bibliography style.
The other solutions given to you were wrong.




Re: Please help about: bibliography, LateX preamble in LyX, footnote

2002-01-29 Thread Herbert Voss

Crlfr wrote:

> 
> 1) I need the references section in the form summarized by the following
> examples:
> 
> Bass, L. (1966). Economics of Nondestructive Testing. Annul Technical
> Conference Trasactions, ASQC, pp. 611-615.
> Hans, B.L. (1963). Quality control: Theory and Applications. Prentice-Hall,
> Englewood Cliffs, NJ.
> and so on...
> So no label is present beside each item.
> I have to be able to refer to those item in the article , as Bass (1966) and
> as Hans (1963) respectively.
> How can I do this by LyX?


http://www.lyx.org/help/bibtex/bibtex.php3#nolabel


> 2)And if I need to put some instruction in the Latex preamble, in order to
> reach my purpose, How can I insert the { and } for the latex command in the
> window opened by accessing the menu layout->Latex preamble? Is it possible
> that I need such parenthesis {} also in the main document for inserting some
> Latex parameter instruction ? And in the case, How can I do? Do I have to
> use mathed?
> For example how can I insert there  /usepackage[bla,bla]{bla,bla} ?


layout->latex preamble

> 3) I then have to introduce a biographical footnote. But I suppose, for
> seeing it in another paper, that it must be without any number? How can I

> obtain in LyX o footnote without any label ?


try this in latex preamble:
\renewcommand\@makefnmark{}


> 4) When I insert the title and the author name it is automatically added
> also the date. I don't want it. How can I delete it?
> I have also some other problem but perhaps I will solve them by try and
> re-try. On the contrary, the aforementioned ones I was not able to solve and
> I am halted.

http://www.lyx.org/help/titlepage/titlepage.php#date

Herbert




Re: Please help about: bibliography, LateX preamble in LyX, footnote

2002-01-29 Thread Tuukka Toivonen

On Tue, 29 Jan 2002, Crlfr wrote:

>Hans, B.L. (1963). Quality control: Theory and Applications. Prentice-Hall,
>Englewood Cliffs, NJ.
>and so on...
>So no label is present beside each item.
>I have to be able to refer to those item in the article , as Bass (1966) and
>as Hans (1963) respectively.

It might be best just to write "References" (or whatever word you use) and
mark it as "Section*" style, for example. Ie. you wouldn't use LyX/LaTeX
bibliography style at all.

>reach my purpose, How can I insert the { and } for the latex command in the
>window opened by accessing the menu layout->Latex preamble? Is it possible

By pressing the keys that produce { or } characters. On my keyboard,
AltGr+7 or AltGr+0.

>that I need such parenthesis {} also in the main document for inserting some

The same for main document, but then you have also mark them as TeX style
(they'll show up as red).

>For example how can I insert there  /usepackage[bla,bla]{bla,bla} ?

You write that exactly as it is (and use \ instead of /, by the way).
Nothing more is necessary for preamble, for main document you also need
to select the command (eg. paint it as cyan with mouse) and press the TeX
button in the tool bar (again with mouse).

>3) I then have to introduce a biographical footnote. But I suppose, for

I don't know, but try reading
http://www.lyx.org/help/footnotes.html
maybe you can find help there.

>4) When I insert the title and the author name it is automatically added
>also the date. I don't want it. How can I delete it?

Press Ctrl-Space which will produce an blue empty space, and set its style
as "Date" from the tool bar.




Re: please help

2001-01-19 Thread Jean-Marc Lasgouttes

> "Ying" == Ying Qiao <[EMAIL PROTECTED]> writes:

Ying> please help. How to put citation reference into superscript?
Ying> Thanks.

In Layout>LaTeX Preamble, add 
  \usepackage{overcite}

JMarc



Re: Please help with hyphenation - urgent

2000-05-24 Thread Jean-Pierre.Chretien


>>Date: Wed, 24 May 2000 09:30:01 +0200 (MET DST)
>>From: Herbert Voss <[EMAIL PROTECTED]>
>>To: Guillermo Rodriguez Garcia <[EMAIL PROTECTED]>
>>cc: [EMAIL PROTECTED], Herbert Voss <[EMAIL PROTECTED]>
>>Subject: Re: Please help with hyphenation - urgent
>>
[snip]
>>
>>
>>
>>try \sloppy in latex preample for the whole text
>>or \begin{sloppypar}
>>... bla bla bla
>>\end{sloppypar}
>>
>>Herbert
>>

I mailed the same idea, but I checked here and found that
these commands didn't work (report class, plain bibtex style).
However the direct TeX instructions:
\hyphenpenalty=1\exhyphenpenalty=1\relax
taken fron the Companion work fine.
I supect that the bibliogrphy environment kills the sloppy
commands. Any clue ?

-- 
Jean-Pierre




Re: Please help with hyphenation - urgent

2000-05-24 Thread Herbert Voss



On Wed, 24 May 2000, Guillermo Rodriguez Garcia wrote:

> Hi all,
> 
> Sorry for the catchy subject, but I have a problem and I have
> to solve it ASAP - the deadline for my thesis is today (in
> an hour or so, in fact). 
> 
> I need to turn hyphenation off for the bibliography. Is there
> any way to tell LyX (or Latex) 'please do not hyphenate from
> now on' ? If there is not, how can I tell it to not hyphenate
> _at all_ (the former option would be preferred)



try \sloppy in latex preample for the whole text
or \begin{sloppypar}
... bla bla bla
\end{sloppypar}

Herbert