von sceiler » Mo 13. Mai 2013, 18:12
% Präambel
\documentclass[fontsize=12pt,a4paper,oneside,
liststotoc, % Tabellen- und Abbildungsverzeichnis ins Inhaltsverzeichnis
bibtotoc, % Literaturverzeichnis ins Inhaltsverzeichnis aufnehmen
titlepage, % Titlepage-Umgebung statt \maketitle
headsepline, % horizontale Linie unter Kolumnentitel
%abstracton, % Überschrift beim Abstract einschalten, Abstract muss dazu in {abstract}-Umgebung stehen
DIV12, % auskommentieren, um den Seitenspiegel zu vergrößern
%BCOR6mm, % Bindekorrektur, die den Seitenspiegel um 6mm nach rechts verschiebt,
]{scrreprt}
\usepackage[utf8]{inputenc} % ermöglicht die direkte Eingabe von Umlauten
\usepackage[english]{babel} % deutsche Trennungsregeln und Übersetzung der festcodierten Überschriften
\usepackage[T1]{fontenc} % Ausgabe aller zeichen in einer T1-Codierung (wichtig für die Ausgabe von Umlauten!)
\usepackage[style=authoryear, backend=biber]{biblatex} %sorting=none if not alphabetically
\addbibresource{mylit.bib}
\usepackage{letltxmacro}\LetLtxMacro{\cite}{\Parencite}
\begin{document}
The\cite{Gottschalk.2005} aim of this seminar\cite[p. 123]{Hermes.2005} bla bla....
test test text textbla\cite{Putra.2011} and so on\cite{InformationServicesGroup.2013} whatever bla bub bla\cite{.24.02.2012}
% ---------------------------- Literaturverzeichnis ----------------------------------------------
\printbibliography
% ------------------------------- Anhang ---------------------------------------------------------
\end{document}
Die .bib Datei sieht so aus:
@article{Gottschalk.2005,
author = {Gottschalk, Petter and Solli-S{\ae}ther, Hans},
year = {2005},
title = {Critical success factors from IT outsourcing theories: an empirical study},
pages = {685--702},
volume = {105},
number = {6},
issn = {0263-5577},
journal = {Industrial Management {\&} Data Systems},
doi = {10.1108/02635570510606941}
}
@misc{InformationServicesGroup.2013,
abstract = {The statistic shows the revenue generated in the outsourcing industry by service type from 2010 to 2012. In 2010, revenue of 25.3 billion U.S.},
author = {{Information Services Group}},
year = {2013},
title = {Revenue of global outsourcing by service type 2010-2012 | Statistic},
url = {http://www.statista.com/statistics/189800/global-outsourcing-revenue-by-service/},
address = {http://www.isg-one.com},
urldate = {2013-04-24}
}
@misc{Putra.2011,
author = {Putra, Julian Sukmana},
year = {2011},
title = {IT Outsourcing, Benefits and Critical Success Factors},
url = {http://julianday.files.wordpress.com/2011/02/accenture-dyk-case-3-it-outsourcing-benefits-and-critical-success-factors.pdf},
urldate = {2013-04-24}
}
@misc{.24.02.2012,
abstract = {The statistic shows the revenue generated on the global outsourcing market by region from 2010 to 2012. In 2010, the outsourcing sector had a revenue of 40.4 billion U.S. dollars in the Americas.},
author = {{Information Services Group}},
year = {2012},
title = {Revenue of the global outsourcing industry by region 2010-2012 | Statistic},
url = {http://www.statista.com/statistics/189795/global-outsourcing-revenue-by-region/},
address = {http://www.isg-one.com},
urldate = {2013-04-24}
}
Das meiste konnte ich mittlerweile selber realisieren mittels:
\ProvidesFile{biblatex.cfg}
% Put your definitions here.
\DeclareFieldFormat
[article,inbook,incollection,inproceedings,patent,thesis,unpublished]
{title}{#1\isdot}
\DeclareFieldFormat{booktitle}{\mkbibemph{#1}}
\DeclareFieldFormat{journaltitle}{\mkbibemph{#1}}
\DeclareFieldFormat{issuetitle}{#1}
\DeclareFieldFormat{maintitle}{#1}
\DeclareFieldFormat{title}{#1}
\endinput
Das ändert mir blöderweise auch den Titel in Büchern in nicht kursiv, welche aber kursiv sein müssen. Citavi verwendet oftmals für Quellen @misc... warum auch immer.
Mit maxnames=1 konnte ich das et al. erzeugen, aber wie bekomme ich es hin, dass es nicht im Literaturverzeichnis auftritt also dort die vollen Namen ausgeschrieben werden?
[code]
% Präambel
\documentclass[fontsize=12pt,a4paper,oneside,
liststotoc, % Tabellen- und Abbildungsverzeichnis ins Inhaltsverzeichnis
bibtotoc, % Literaturverzeichnis ins Inhaltsverzeichnis aufnehmen
titlepage, % Titlepage-Umgebung statt \maketitle
headsepline, % horizontale Linie unter Kolumnentitel
%abstracton, % Überschrift beim Abstract einschalten, Abstract muss dazu in {abstract}-Umgebung stehen
DIV12, % auskommentieren, um den Seitenspiegel zu vergrößern
%BCOR6mm, % Bindekorrektur, die den Seitenspiegel um 6mm nach rechts verschiebt,
]{scrreprt}
\usepackage[utf8]{inputenc} % ermöglicht die direkte Eingabe von Umlauten
\usepackage[english]{babel} % deutsche Trennungsregeln und Übersetzung der festcodierten Überschriften
\usepackage[T1]{fontenc} % Ausgabe aller zeichen in einer T1-Codierung (wichtig für die Ausgabe von Umlauten!)
\usepackage[style=authoryear, backend=biber]{biblatex} %sorting=none if not alphabetically
\addbibresource{mylit.bib}
\usepackage{letltxmacro}\LetLtxMacro{\cite}{\Parencite}
\begin{document}
The\cite{Gottschalk.2005} aim of this seminar\cite[p. 123]{Hermes.2005} bla bla....
test test text textbla\cite{Putra.2011} and so on\cite{InformationServicesGroup.2013} whatever bla bub bla\cite{.24.02.2012}
% ---------------------------- Literaturverzeichnis ----------------------------------------------
\printbibliography
% ------------------------------- Anhang ---------------------------------------------------------
\end{document}
[/code]
Die .bib Datei sieht so aus:
[code]
@article{Gottschalk.2005,
author = {Gottschalk, Petter and Solli-S{\ae}ther, Hans},
year = {2005},
title = {Critical success factors from IT outsourcing theories: an empirical study},
pages = {685--702},
volume = {105},
number = {6},
issn = {0263-5577},
journal = {Industrial Management {\&} Data Systems},
doi = {10.1108/02635570510606941}
}
@misc{InformationServicesGroup.2013,
abstract = {The statistic shows the revenue generated in the outsourcing industry by service type from 2010 to 2012. In 2010, revenue of 25.3 billion U.S.},
author = {{Information Services Group}},
year = {2013},
title = {Revenue of global outsourcing by service type 2010-2012 | Statistic},
url = {http://www.statista.com/statistics/189800/global-outsourcing-revenue-by-service/},
address = {http://www.isg-one.com},
urldate = {2013-04-24}
}
@misc{Putra.2011,
author = {Putra, Julian Sukmana},
year = {2011},
title = {IT Outsourcing, Benefits and Critical Success Factors},
url = {http://julianday.files.wordpress.com/2011/02/accenture-dyk-case-3-it-outsourcing-benefits-and-critical-success-factors.pdf},
urldate = {2013-04-24}
}
@misc{.24.02.2012,
abstract = {The statistic shows the revenue generated on the global outsourcing market by region from 2010 to 2012. In 2010, the outsourcing sector had a revenue of 40.4 billion U.S. dollars in the Americas.},
author = {{Information Services Group}},
year = {2012},
title = {Revenue of the global outsourcing industry by region 2010-2012 | Statistic},
url = {http://www.statista.com/statistics/189795/global-outsourcing-revenue-by-region/},
address = {http://www.isg-one.com},
urldate = {2013-04-24}
}
[/code]
Das meiste konnte ich mittlerweile selber realisieren mittels:
[code]
\ProvidesFile{biblatex.cfg}
% Put your definitions here.
\DeclareFieldFormat
[article,inbook,incollection,inproceedings,patent,thesis,unpublished]
{title}{#1\isdot}
\DeclareFieldFormat{booktitle}{\mkbibemph{#1}}
\DeclareFieldFormat{journaltitle}{\mkbibemph{#1}}
\DeclareFieldFormat{issuetitle}{#1}
\DeclareFieldFormat{maintitle}{#1}
\DeclareFieldFormat{title}{#1}
\endinput
[/code]
Das ändert mir blöderweise auch den Titel in Büchern in nicht kursiv, welche aber kursiv sein müssen. Citavi verwendet oftmals für Quellen @misc... warum auch immer.
Mit maxnames=1 konnte ich das et al. erzeugen, aber wie bekomme ich es hin, dass es nicht im Literaturverzeichnis auftritt also dort die vollen Namen ausgeschrieben werden?