Re: change References to other

2004-07-16 Thread Nirmal Govind
Angus Leeming wrote:
This one I do know ;-)
Add this to your preamble:
%% Print the References title in uppercase
%% To get this to work we _have_ to load babel first.
\usepackage{babel}
\AtBeginDocument{\renewcommand\refname{Publications}}
It's in Herbert's tips 'n' tricks...
http://www.lyx.org/help

Hi... in what case(s) might the above not work? I'm trying this but 
it does not change References to REFERENCES. There's a .sty file 
that I'm using (provided by the conference) and that redefines 
\refname to REFERENCES using \renewcommand.. I tried commenting this 
line out but still no luck... any ideas on what might be going wrong?

Thanks,
nirmal


Re: change References to other

2004-07-16 Thread Angus Leeming
Nirmal Govind wrote:

 Angus Leeming wrote:
 
 This one I do know ;-)
 
 Add this to your preamble:
 
 %% Print the References title in uppercase
 %% To get this to work we _have_ to load babel first.
 \usepackage{babel}
 \AtBeginDocument{\renewcommand\refname{Publications}}
 
 It's in Herbert's tips 'n' tricks...
 http://www.lyx.org/help
 
 
 
 Hi... in what case(s) might the above not work? I'm trying this but
 it does not change References to REFERENCES. There's a .sty file
 that I'm using (provided by the conference) and that redefines
 \refname to REFERENCES using \renewcommand.. I tried commenting this
 line out but still no luck... any ideas on what might be going wrong?

Yes. Hazily. You're probably using a book class rather than an article
class. Try \bibname. If that doesn't work, I'm sure that Herbert will put
you straight.

Incidentally, Herbert, www.texnik.de appears to be down at the moment.

-- 
Angus



Re: change References to other

2004-07-16 Thread Nirmal Govind
Angus Leeming wrote:
This one I do know ;-)
Add this to your preamble:
%% Print the References title in uppercase
%% To get this to work we _have_ to load babel first.
\usepackage{babel}
\AtBeginDocument{\renewcommand\refname{Publications}}
It's in Herbert's tips 'n' tricks...
http://www.lyx.org/help

Hi... in what case(s) might the above not work? I'm trying this but 
it does not change References to REFERENCES. There's a .sty file 
that I'm using (provided by the conference) and that redefines 
\refname to REFERENCES using \renewcommand.. I tried commenting this 
line out but still no luck... any ideas on what might be going wrong?

Thanks,
nirmal


Re: change References to other

2004-07-16 Thread Angus Leeming
Nirmal Govind wrote:

 Angus Leeming wrote:
 
 This one I do know ;-)
 
 Add this to your preamble:
 
 %% Print the References title in uppercase
 %% To get this to work we _have_ to load babel first.
 \usepackage{babel}
 \AtBeginDocument{\renewcommand\refname{Publications}}
 
 It's in Herbert's tips 'n' tricks...
 http://www.lyx.org/help
 
 
 
 Hi... in what case(s) might the above not work? I'm trying this but
 it does not change References to REFERENCES. There's a .sty file
 that I'm using (provided by the conference) and that redefines
 \refname to REFERENCES using \renewcommand.. I tried commenting this
 line out but still no luck... any ideas on what might be going wrong?

Yes. Hazily. You're probably using a book class rather than an article
class. Try \bibname. If that doesn't work, I'm sure that Herbert will put
you straight.

Incidentally, Herbert, www.texnik.de appears to be down at the moment.

-- 
Angus



Re: change "References" to other

2004-07-16 Thread Nirmal Govind
Angus Leeming wrote:
This one I do know ;-)
Add this to your preamble:
%% Print the References title in uppercase
%% To get this to work we _have_ to load babel first.
\usepackage{babel}
\AtBeginDocument{\renewcommand\refname{Publications}}
It's in Herbert's tips 'n' tricks...
http://www.lyx.org/help

Hi... in what case(s) might the above not work? I'm trying this but 
it does not change References to REFERENCES. There's a .sty file 
that I'm using (provided by the conference) and that redefines 
\refname to REFERENCES using \renewcommand.. I tried commenting this 
line out but still no luck... any ideas on what might be going wrong?

Thanks,
nirmal


Re: change "References" to other

2004-07-16 Thread Angus Leeming
Nirmal Govind wrote:

> Angus Leeming wrote:
> 
>> This one I do know ;-)
>> 
>> Add this to your preamble:
>> 
>> %% Print the References title in uppercase
>> %% To get this to work we _have_ to load babel first.
>> \usepackage{babel}
>> \AtBeginDocument{\renewcommand\refname{Publications}}
>> 
>> It's in Herbert's tips 'n' tricks...
>> http://www.lyx.org/help
>> 
> 
> 
> Hi... in what case(s) might the above not work? I'm trying this but
> it does not change References to REFERENCES. There's a .sty file
> that I'm using (provided by the conference) and that redefines
> \refname to REFERENCES using \renewcommand.. I tried commenting this
> line out but still no luck... any ideas on what might be going wrong?

Yes. Hazily. You're probably using a book class rather than an article
class. Try \bibname. If that doesn't work, I'm sure that Herbert will put
you straight.

Incidentally, Herbert, www.texnik.de appears to be down at the moment.

-- 
Angus



change References to other

2003-11-14 Thread Tim J. Garrett
Along the lines of the previous posting from Paul Smith on relabeling theorems, how might one change 
References to Publications in the article class? I am using Bibtex generated references. 
\renewbibliography doesn't appear to be analogous to \renewtheorem

Thanks
Tim


Re: change References to other

2003-11-14 Thread Angus Leeming
Tim J. Garrett wrote:

 Along the lines of the previous posting from Paul Smith on
 relabeling theorems, how might one change References to
 Publications in the article class? I am using Bibtex generated
 references. \renewbibliography doesn't appear to be analogous to
 \renewtheorem

This one I do know ;-)

Add this to your preamble:

%% Print the References title in uppercase
%% To get this to work we _have_ to load babel first.
\usepackage{babel}
\AtBeginDocument{\renewcommand\refname{Publications}}

It's in Herbert's tips 'n' tricks...
http://www.lyx.org/help

-- 
Angus



change References to other

2003-11-14 Thread Tim J. Garrett
Along the lines of the previous posting from Paul Smith on relabeling theorems, how might one change 
References to Publications in the article class? I am using Bibtex generated references. 
\renewbibliography doesn't appear to be analogous to \renewtheorem

Thanks
Tim


Re: change References to other

2003-11-14 Thread Angus Leeming
Tim J. Garrett wrote:

 Along the lines of the previous posting from Paul Smith on
 relabeling theorems, how might one change References to
 Publications in the article class? I am using Bibtex generated
 references. \renewbibliography doesn't appear to be analogous to
 \renewtheorem

This one I do know ;-)

Add this to your preamble:

%% Print the References title in uppercase
%% To get this to work we _have_ to load babel first.
\usepackage{babel}
\AtBeginDocument{\renewcommand\refname{Publications}}

It's in Herbert's tips 'n' tricks...
http://www.lyx.org/help

-- 
Angus



change "References" to other

2003-11-14 Thread Tim J. Garrett
Along the lines of the previous posting from Paul Smith on relabeling theorems, how might one change 
"References" to "Publications" in the article class? I am using Bibtex generated references. 
\renewbibliography doesn't appear to be analogous to \renewtheorem

Thanks
Tim


Re: change "References" to other

2003-11-14 Thread Angus Leeming
Tim J. Garrett wrote:

> Along the lines of the previous posting from Paul Smith on
> relabeling theorems, how might one change "References" to
> "Publications" in the article class? I am using Bibtex generated
> references. \renewbibliography doesn't appear to be analogous to
> \renewtheorem

This one I do know ;-)

Add this to your preamble:

%% Print the References title in uppercase
%% To get this to work we _have_ to load babel first.
\usepackage{babel}
\AtBeginDocument{\renewcommand\refname{Publications}}

It's in Herbert's tips 'n' tricks...
http://www.lyx.org/help

-- 
Angus