To avoid creating an appendix entry for each different paper, an
`appendix` key is provided to make easier referring to appendices.
To change the text that appears for the appendix, you can set
appropriately the `\bibAppendix` and `\bibAppendixAuthor` macros in
the preamble.
#### Changing venue names
In the beginning of the `.bib` file there are macros defined with
names for all conferences and journals used in the bibliography. These
macros can be changed accordingly depending on the desired publishing
style.
#### Suppressing a particular field
Instead of having to manually edit the bibliography, with `biblatex` one
can put a command like the following in the preamble, in order to suppress, e.g.,
the `note` field:
\AtEveryBibitem{%
\clearfield{note}%
}
These [guidelines](https://tex.stackexchange.com/questions/12806/guidelines-for-customizing-biblatex-styles/13076#13076) are extremely useful for customizing the appearance
of a bibliography.
<a name="problems">Troubleshooting</a>
-----------------------------------
### Citation commands do not work properly
If some previous version of the bibliography file had been compiled
using `natbib`, you may need to delete some of the auxiliary files
created by LaTeX and BibTeX (`.aux`, `.bbl`, `.blg`) for it to work
properly.
### Balancing the bibliography
If the bibliography does not turn out balanced, use a `\balance`
command just above the `printbibliography` to make it balanced.
### The names of all the authors are printed when citing a paper
By default, if there are more than one papers by the same authors,
`biblatex` will print the full names when using `\citet`, to avoid
ambiguity in text. This is why the `maxcitenames=2` option is necessary.
To avoid creating an appendix entry for each different paper, an
`appendix` key is provided to make easier referring to appendices.
To change the text that appears for the appendix, you can set
appropriately the `\bibAppendix` and `\bibAppendixAuthor` macros in
the preamble.
#### Changing venue names
In the beginning of the `.bib` file there are macros defined with
names for all conferences and journals used in the bibliography. These
macros can be changed accordingly depending on the desired publishing
style.
#### Suppressing a particular field
Instead of having to manually edit the bibliography, with `biblatex` one
can put a command like the following in the preamble, in order to suppress, e.g.,
the `note` field:
\AtEveryBibitem{%
\clearfield{note}%
}
These [guidelines](https://tex.stackexchange.com/questions/12806/guidelines-for-customizing-biblatex-styles/13076#13076) are extremely useful for customizing the appearance
of a bibliography.
You can use long names for conferences/journals by setting
`M4FLAGS=-DFULL` when building the database.
<a name="edit">Editing the database</a>
-------------------------------
--------------------------------------
### Styling
The `.bib` file is sorted alphabetically according to the citation
The `.m4` file is sorted alphabetically according to the citation
keys, braces are used for the field values, and the fields are sorted in
a particular fashion.
...
...
@@ -203,31 +52,7 @@ style:
### Inserting new items
In order to make sure that the new item adheres to the guidelines,
you can use `bibtool`, provided that at least the key of the entry
you can use `sort.sh`, provided that at least the key of the entry
is properly set, and the venue name uses the proper macro.