von Eduard » Mi 30. Aug 2017, 12:54
			
			
			Hallo zusammen,
ich möchte gerne die ursprüngliche Ausgabe, quasi die 1. Auflage, in mein Literaturverzeichnis aufnehmen. Leider klappt es nicht. Hat jemand einen Vorschlag?
\documentclass[
a4paper,
12pt,
headsepline,
bibliography=notoc,
numbers=withenddot,
toc=sectionentrywithdots,
index=notoc,
fleqn,
DIV=calc,
headings=normal,
]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{csquotes}
\usepackage[backend=biber,style=authoryear]{biblatex} 
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib} 
@book{Bourdieu89, 
  address   = {Paris}, 
  author    = {Bourdieu, Pierre}, 
  publisher = {Les Editions de Minuit}, 
  title     = {La noblesse d'État}, 
  subtitle  = {Grandes écoles et esprit de corps}, 
  edition = {3rd edition},
  origdate = {1980},
  year      = {1989}, 
} 
\end{filecontents} 
\addbibresource{\jobname.bib} 
\begin{document} 
\section{Einleitung} 
\cite{Bourdieu89} 
\printbibliography
\end{document}
 
			
			
							Hallo zusammen,
ich möchte gerne die ursprüngliche Ausgabe, quasi die 1. Auflage, in mein Literaturverzeichnis aufnehmen. Leider klappt es nicht. Hat jemand einen Vorschlag?
[code]
\documentclass[
a4paper,
12pt,
headsepline,
bibliography=notoc,
numbers=withenddot,
toc=sectionentrywithdots,
index=notoc,
fleqn,
DIV=calc,
headings=normal,
]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{csquotes}
\usepackage[backend=biber,style=authoryear]{biblatex} 
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib} 
@book{Bourdieu89, 
  address   = {Paris}, 
  author    = {Bourdieu, Pierre}, 
  publisher = {Les Editions de Minuit}, 
  title     = {La noblesse d'État}, 
  subtitle  = {Grandes écoles et esprit de corps}, 
  edition = {3rd edition},
  origdate = {1980},
  year      = {1989}, 
} 
\end{filecontents} 
\addbibresource{\jobname.bib} 
\begin{document} 
\section{Einleitung} 
\cite{Bourdieu89} 
\printbibliography
\end{document}
[/code]