Hi Jason,


> On 14 Sep 2018, at 02:48, Craggs, Jason G. <crag...@health.missouri.edu> 
> wrote:
> 
> Hi again Simon, 
> 
> Thanks again for the information.
> I’ve been reading through the links you sent me.
> Something I noticed though, is that while I can add a field to my .bib file 
> (e.g., impact factor), I still haven’t found how to get that extra field 
> included in the bibliography biber, biblatex, or bibtex creates. Apparently I 
> have to edit  a .bbx or .cbx  style file, but I don’t know which one or where 
> they are located. 

first, you have to choose a style from which you start, something which looks 
similar to what you want to achieve. The default biblatex styles installed by 
your TeX Distribution are somewhere in …/tex/latex/biblatex Here you have a bbx 
and cbx folder. bbx is for the bibliography, cbx for the in-text citations. 
Copy the style which fits your needs to ~/Library/texmf/tex/latex/biblatex (you 
have to create this folder and the bbx and cbx subfolders) and rename them to 
your liking. Once you’ve done that, you can simply call the new style with 
\usepackage[style=<yourstyle>]{biblatex}.

If you want to add a new field, you have to tell biblatex that it exists. For 
this, you have to create a .dbx file in which new fields are defined. This is 
explained here: 
https://tex.stackexchange.com/questions/286987/how-can-i-add-a-field-to-an-existing-biblatex-type

Once you’ve done that, biblatex knows about your new field and you can use it 
in your style files like any other field.

HTH

Simon



--
Simon Spiegel
Maneggplatz 18
8041 Zürich

Telephon: ++41 44 451 5334
Mobophon: ++41 76 459 6039


http://www.simifilm.ch
http://www.utopia2016.ch

„Goethen getroffen. Beeindruckt.“ Unbekannt








_______________________________________________
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users

Reply via email to