diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/biblatex-contrib/biblatex-bwl/doc/bwl-FU.tex |
Initial commit
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-bwl/doc/bwl-FU.tex')
-rw-r--r-- | macros/latex/contrib/biblatex-contrib/biblatex-bwl/doc/bwl-FU.tex | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-bwl/doc/bwl-FU.tex b/macros/latex/contrib/biblatex-contrib/biblatex-bwl/doc/bwl-FU.tex new file mode 100644 index 0000000000..5bded00779 --- /dev/null +++ b/macros/latex/contrib/biblatex-contrib/biblatex-bwl/doc/bwl-FU.tex @@ -0,0 +1,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}
\ No newline at end of file |