"R. Lahaye" wrote:
> 
> Hello,
> 
> I use a bibtex file, that has all the fields filled in,
> such as the journal title.
> 
> Now I don't want the titles (and some other fields) to
> go into the reference list of my current document.
> 
> Is there a way to set the style of the reference list
> in my document, without editing the bibtex file?

you have to define your own bst-file for bibtex.
if you use the plain-style you have to modify the
file 
/usr/share/texmf/bibtex/bst/base/plain.bst

other style files are in /usr/share/texmf/bibtex/bst/

look in your *.bst for the following lines

FUNCTION {article}
{ output.bibitem
  format.authors "author" output.check
  new.block
  format.title "title" output.check
  new.block
...

comment the line for title with a % and it will
never appear in your bib-list.

%  format.title "title" output.check

this is possible too for all the other ones, like
book, techreport ...

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/voss

Reply via email to