summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-bwl/doc/bwl-FU.tex
blob: 5bded0077971703e41525cb53c9cae60a12fdf40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\documentclass{article}

\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{csquotes}

\usepackage[backend=biber,style=bwl-FU]{biblatex}
\addbibresource{bwl-FU.bib}

\title{Bibliographystyle for publications of the Business Administration department of the\newline
Free University of Berlin}
\author{Herbert Voß}

\begin{document}
\maketitle

\section{Usage}
\begin{verbatim}
\usepackage[backend=biber,style=bwl-FU]{biblatex}
\end{verbatim}

\section{Example}
This is a test. According to~\cite{Weisbrod:1964,Heal:1998} and~\cite{Wunder:2008} this is all 
right or wrong.

This is a test. According to~\parencite{Weisbrod:1964} and~\parencite{Wunder:2008} this is all 
right or wrong.




\printbibliography

\end{document}