diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-22 23:35:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-22 23:35:08 +0000 |
commit | 7d3e52c3d1f706817bb17d8ce36fc9e2fdadc578 (patch) | |
tree | 51e3ca900fe7623ae05250535638e32d59095432 /Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex | |
parent | 4e4bb5b0b9eb71dbc88b140b9bfe43026324b79f (diff) |
biblatex-dw (22sep10)
git-svn-id: svn://tug.org/texlive/trunk@19846 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex index 0d45af6b97f..1f6dbcd712a 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex @@ -1,23 +1,24 @@ -% v 1.3 +% v 1.3a % This file presents the `footnote-dw' style % \documentclass[a4paper]{article} \usepackage[T1]{fontenc} \usepackage[british]{babel} -\usepackage[babel]{csquotes} +\usepackage[autostyle]{csquotes} \usepackage[ style=footnote-dw, + useeditor=true, %%% biblatex-dw options %%% %acronyms=true, annotation=true, %citedas=false, + %citepages=suppress,%omit,%permit,%separate, %edbyidem=false, %editorstring=normal,%brackets, %edstringincitations=false, %edsuper=true, %firstfullname=true, %firstnamefont=smallcaps,%italic,%bold, - %herename=false, %ibidemfont=smallcaps,%italic,%bold, %idembib=false, %idembibformat=dash, @@ -29,7 +30,6 @@ %nopublisher=false, %oldauthor=false, %omiteditor=true, - %omitpages=true, %origfields=false, %origfieldsformat=parens,%brackets,%punct, %pageref=true, @@ -37,6 +37,7 @@ %pseudoauthor=false, %series=afteryear, %shorthandibid=false, + %shorthandinbib=true, %shorthandwidth=40pt,%3em, %shortjournal=true, %terselos=false, @@ -46,6 +47,7 @@ %citetracker=false, %doi=true, %eprint=true, + %ibidpage=true, %ibidtracker=false, %idemtracker=false, %isbn=true, @@ -59,6 +61,7 @@ \usepackage{xcolor} \newcommand{\option}[1]{\textcolor{red}{#1}} \setlength{\parindent}{0pt} + \begin{document} \section*{The \texttt{footnote-dw} style} |