Re: \abstractname failure

2006-07-12 Thread Juergen Spitzmueller
Eran Kaplinsky wrote:
> The first set of commands does work, but the second doesn't -- thanks.
> Perhaps you could explain it to me, since I was following the Latex
> Companion and could not figure out what was wrong.
>
> And perhaps the FAQ should be changed: not "However, if you are using
> babel", but "if the standard \renewcommand etc. does not work, then try
> this:"
>
>  Also, the FAQ should read "excecutIVE summary".

feel free to do so. The FAQ is a community project.

Jürgen


Re: \abstractname failure

2006-07-12 Thread Eran Kaplinsky



The first set of commands does work, but the second doesn't -- thanks. 
Perhaps you could explain it to me, since I was following the Latex 
Companion and could not figure out what was wrong.


And perhaps the FAQ should be changed: not "However, if you are using 
babel", but "if the standard \renewcommand etc. does not work, then try 
this:"


Also, the FAQ should read "excecutIVE summary".

Thanks again.


Re: \abstractname failure

2006-07-12 Thread Paul A. Rubin

mail.k wrote:

But I am /not /using Babel (to my knowledge, the document is in 
"English") and I got the preamble right. 


You may be using Babel anyway.  I'm set up to write in English (true 
English, i.e., the American version :-)) only, and I just created a new 
document with a few words in it and nothing else.  It loads Babel 
anyway.  Try View->LaTeX on your document and see if Babel insinuated 
itself into the preamble.


/Paul



Re: \abstractname failure

2006-07-12 Thread Juergen Spitzmueller
Also sprach mail.k:
> But I am /not /using Babel (to my knowledge, the document is in
> "English") and I got the preamble right. So what's wrong? I appreciate
> your help...

Did you actually try:

    \AtBeginDocument{%
    \addto\captionsenglish{%
    \renewcommand{\abstractname}{In nuce}%
    }}

Or

\AtBeginDocument{%
\renewcommand{\abstractname}{In nuce}%
}

Jürgen


Re: \abstractname failure

2006-07-12 Thread mail.k

Thanks for the vote of confidence. I did read the FAQ. It says:


   /However, if you are using babel (which you do most likely if you
   write in a language other than English), this will not work. In this
   case, you have to add to the preamble: /

   /\AtBeginDocument{%
\addto\captions{%
\renewcommand{\abstractname}{In nuce}%
}}/
 


   /Note that you have to substitute  with the name of
   your language, e.g. for French |\captionsfrench|./

   /
   /

But I am /not /using Babel (to my knowledge, the document is in 
"English") and I got the preamble right. So what's wrong? I appreciate 
your help...


   //

   //



Re: \abstractname failure

2006-07-12 Thread Juergen Spitzmueller
mail.k wrote:
> I still get "Abstract". Any tips??

Read the FAQ:
http://wiki.lyx.org/FAQ/Unsorted#renameEnv

Jürgen


\abstractname failure

2006-07-11 Thread mail.k
In a simple article, I'd like to redefine the fixed text for the 
abstract environment, so that above the text will appear "Summary" and 
not "Abstract".



In the preamble I inserted:


\renewcommand\abstractname{Summary}


I still get "Abstract". Any tips??