Usage notes
Citations and bibliographies can be customized by means of bibliography styles (.bbx) and citation styles (.cbx). You load a style by giving the name as value to the optional argument style
when loading the package biblatex:
\usepackage[style=authortitle-dw]{biblatex}
You can also use the bibliography and citation styles
independently. For that purpose, biblatex provides the optional
arguments bibstyle
and citestyle
.
But you have to keep in mind that bibliography styles and citation
styles mostly complement each other and thus should be used together.
Moreover, the biblatex-dw styles are built in a very entangled way
which means that the combination of a biblatex-dw style with another
style is not possible without fail.
Apart from that, I would like to refer you to the documentation of biblatex-dw and especially to the comprehensive package documentation of biblatex.

