von malo » Mi 26. Apr 2017, 08:22
Vielleicht könnt ihr mir noch etwas weiter helfen.
Und zwar müsst ich noch etwas änder.
1. Das IN zwischen Title und Zeitschrift müsste durch ein -
ersetzt werden. Ich habe eine Lösung gefunden es zu entfernen, aber zu ersetzten klappt leider nicht. Mit dem Befehl
[/code]
kann ich es entfernen .
2. Bandnummer müsste Fett sein.
3. Nach der Bandnummer ein Doppelpunkt
4. Journal darf nicht kursiv sein
\DeclareFieldFormat{journaltitle}{#1\isdot}%
5. Der Title darf nicht in Anführungszeichen: Das Habe ich so gelöst
\DeclareFieldFormat[article]{title}{{#1}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Welcome to Overleaf --- just edit your LaTeX on the left,
% and we'll compile it for you on the right. If you give
% someone the link to this page, they can edit at the same
% time. See the help menu above for more info. Enjoy!
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Welcome to Overleaf --- just edit your LaTeX on the left,
% and we'll compile it for you on the right. If you give
% someone the link to this page, they can edit at the same
% time. See the help menu above for more info. Enjoy!
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage{filecontents}
\begin{filecontents}{foo.bib}
@ARTICLE{Ausubel2004,
author = {Cramton, Peter and Ausubel, Lawrence M. and Milgrom, Paul},
title = {The Clock-Proxy Auction: A Practical Combinatorial Auction Design},
year = {2006},
volume = {Combinatorial auctions},
pages = {115-138},
chapter = {5},
editor = {Peter Cramton and Yoav Shoham and Richard Steinberg},
institution = {University of Maryland, Department of Economics -- Peter Cramton},
keywords = {Auctions; Combinatorial Auctions; Market Design; Clock Auctions},
publisher = {MIT Press},
timestamp = {2013.07.10},
url = {http://ideas.repec.org/p/pcc/pccumd/04mit5.html}
}
@Article{Kjaergaard2012,
Title = {Phosphorus mobilization in rewetted peat and sand at variable flow rate and redox regimes },
Author = {Kjaergaard, C. and Heiberg, L. and Henning S. J. and Hansen, H. C. B.},
Year = {2012},
Doi = {http://dx.doi.org/10.1016/j.geoderma.2011.12.029},
ISSN = {0016-7061},
Pages = {311 - 321},
Url = {http://www.sciencedirect.com/science/article/pii/S0016706112000067},
Volume = {173–174},
Journal = {Geoderma },
Keywords = {Wetland restoration}
}
@ARTICLE{Cramton2011,
author = {Cramton, Peter and Kwerel, Evan and Rosston, Gregory and Skrzypacz,
Andrzej},
title = {Using spectrum auctions to enhance competition in wireless services},
journal = {Journal of Law and Economics},
year = {2011},
volume = {54},
timestamp = {2013.07.17}
}
\end{filecontents}
\documentclass[listof=numbered,numbers=noenddot,
bibliography=numbered,chapterprefix=false,11pt]{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english,ngerman]{babel}
\usepackage[maxbibnames=9, maxcitenames=1 ,bibstyle=authoryear,citestyle=authoryear-icomp,uniquename=false,uniquelist=false,sorting=nyt,
sortcase=false,isbn=false,url=false,doi=false,backend=biber]{biblatex}
\usepackage{csquotes}
\DefineBibliographyStrings{ngerman}{andothers={et\addabbrvspace al\adddot}} % et al. statt u.a.
\setlength{\bibitemsep}{1em} % Abstand zwischen den Literaturangaben
\setlength{\bibhang}{2em} % Einzug nach jeweils erster Zeile
\renewcommand*{\labelnamepunct}{\addcolon\space}
\renewcommand*{\mkbibnamefamily}[1]{\textsc{#1}}
\DefineBibliographyStrings{ngerman}{andothers={et\addabbrvspace al\adddot}}
\renewcommand*{\multinamedelim}{\space\addcomma\space} %dür das & statt und in Biblifragfie
\renewcommand*{\finalnamedelim}{\space\addcomma\space}
\DeclareFieldFormat[article]{title}{{#1}}
\DeclareFieldFormat{journaltitle}{#1\isdot}%
\addbibresource{foo.bib}
\begin{document}
Bla bla \parencite{Ausubel2004}. Foo bar \parencite{Cramton2011} , aufhsdf \parencite{Kjaergaard2012}
\clearpage
\printbibliography
\end{document}
\DeclareFieldFormat{journaltitle}{#1\isdot}%
Vielleicht könnt ihr mir noch etwas weiter helfen.
Und zwar müsst ich noch etwas änder.
1. Das IN zwischen Title und Zeitschrift müsste durch ein -
ersetzt werden. Ich habe eine Lösung gefunden es zu entfernen, aber zu ersetzten klappt leider nicht. Mit dem Befehl
[/code][code]\renewbibmacro{In:}{}[/code]
kann ich es entfernen .
2. Bandnummer müsste Fett sein.
3. Nach der Bandnummer ein Doppelpunkt
4. Journal darf nicht kursiv sein
[code]\DeclareFieldFormat{journaltitle}{#1\isdot}% [/code]
5. Der Title darf nicht in Anführungszeichen: Das Habe ich so gelöst
[code]\DeclareFieldFormat[article]{title}{{#1}}[/code]
[code]%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Welcome to Overleaf --- just edit your LaTeX on the left,
% and we'll compile it for you on the right. If you give
% someone the link to this page, they can edit at the same
% time. See the help menu above for more info. Enjoy!
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Welcome to Overleaf --- just edit your LaTeX on the left,
% and we'll compile it for you on the right. If you give
% someone the link to this page, they can edit at the same
% time. See the help menu above for more info. Enjoy!
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage{filecontents}
\begin{filecontents}{foo.bib}
@ARTICLE{Ausubel2004,
author = {Cramton, Peter and Ausubel, Lawrence M. and Milgrom, Paul},
title = {The Clock-Proxy Auction: A Practical Combinatorial Auction Design},
year = {2006},
volume = {Combinatorial auctions},
pages = {115-138},
chapter = {5},
editor = {Peter Cramton and Yoav Shoham and Richard Steinberg},
institution = {University of Maryland, Department of Economics -- Peter Cramton},
keywords = {Auctions; Combinatorial Auctions; Market Design; Clock Auctions},
publisher = {MIT Press},
timestamp = {2013.07.10},
url = {http://ideas.repec.org/p/pcc/pccumd/04mit5.html}
}
@Article{Kjaergaard2012,
Title = {Phosphorus mobilization in rewetted peat and sand at variable flow rate and redox regimes },
Author = {Kjaergaard, C. and Heiberg, L. and Henning S. J. and Hansen, H. C. B.},
Year = {2012},
Doi = {http://dx.doi.org/10.1016/j.geoderma.2011.12.029},
ISSN = {0016-7061},
Pages = {311 - 321},
Url = {http://www.sciencedirect.com/science/article/pii/S0016706112000067},
Volume = {173–174},
Journal = {Geoderma },
Keywords = {Wetland restoration}
}
@ARTICLE{Cramton2011,
author = {Cramton, Peter and Kwerel, Evan and Rosston, Gregory and Skrzypacz,
Andrzej},
title = {Using spectrum auctions to enhance competition in wireless services},
journal = {Journal of Law and Economics},
year = {2011},
volume = {54},
timestamp = {2013.07.17}
}
\end{filecontents}
\documentclass[listof=numbered,numbers=noenddot,
bibliography=numbered,chapterprefix=false,11pt]{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english,ngerman]{babel}
\usepackage[maxbibnames=9, maxcitenames=1 ,bibstyle=authoryear,citestyle=authoryear-icomp,uniquename=false,uniquelist=false,sorting=nyt,
sortcase=false,isbn=false,url=false,doi=false,backend=biber]{biblatex}
\usepackage{csquotes}
\DefineBibliographyStrings{ngerman}{andothers={et\addabbrvspace al\adddot}} % et al. statt u.a.
\setlength{\bibitemsep}{1em} % Abstand zwischen den Literaturangaben
\setlength{\bibhang}{2em} % Einzug nach jeweils erster Zeile
\renewcommand*{\labelnamepunct}{\addcolon\space}
\renewcommand*{\mkbibnamefamily}[1]{\textsc{#1}}
\DefineBibliographyStrings{ngerman}{andothers={et\addabbrvspace al\adddot}}
\renewcommand*{\multinamedelim}{\space\addcomma\space} %dür das & statt und in Biblifragfie
\renewcommand*{\finalnamedelim}{\space\addcomma\space}
\DeclareFieldFormat[article]{title}{{#1}}
\DeclareFieldFormat{journaltitle}{#1\isdot}%
\addbibresource{foo.bib}
\begin{document}
Bla bla \parencite{Ausubel2004}. Foo bar \parencite{Cramton2011} , aufhsdf \parencite{Kjaergaard2012}
\clearpage
\printbibliography
\end{document}[/code][code]\DeclareFieldFormat{journaltitle}{#1\isdot}%