1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
%%
%% Ein Beispiel der DANTE-Edition
%% Bibliografie mit LaTeX
%% 2. Auflage
%% Beispiel 04-10-28 auf Seite 209.
%% Copyright (C) 2016 Herbert Voss
%%
%% It may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% See http://www.latex-project.org/lppl.txt for details.
%%
%% ====
% Show page(s) 1
%%
%%
\documentclass[]{exaarticle}
\pagestyle{empty}
\setlength\textwidth{352.81416pt}
\usepackage{fontspec}
\usepackage{Alegreya,AlegreyaSans}
\usepackage[ngerman]{babel}
\usepackage{ragged2e}
\setlength\parindent{0pt}
%StartShownPreambleCommands
\usepackage[style=authoryear,maxbibnames=99]{biblatex}
\makeatletter
\def\blx@bblfile@biber{%% nach biblatex. Wichtig !!!!
\blx@secinit\begingroup\blx@bblstart
\refsection{0}%%%%%%%%%%%%%%%%%%% \jobname.bbl Beginn %%%%%%%%%%%%%%%%%%%%%%%
\refsection{0}
\sortlist[entry]{nyt/global}
\entry{aksin}{article}{}
\name{author}{7}{}{%
{{uniquename=0,hash=4e29233e5084b3cac79ed94e71e67bba}{%
family={Aks{ı}n},family_i={A\bibinitperiod},given={Özge},given_i={Ö\bibinitperiod}}}%
{{uniquename=0,hash=e881ffc293766c81018c24d97971f9c3}{%
family={Türkmen},family_i={T\bibinitperiod},given={Hayati},given_i={H\bibinitperiod}}}%
{{uniquename=0,hash=f9be8f5362c3f1a8c57254f421602a77}{%
family={Artok},family_i={A\bibinitperiod},given={Levent},given_i={L\bibinitperiod}}}%
{{uniquename=0,hash=ec020af214a005621e2bee07a4c233b2}{%
family={Çetinkaya},family_i={Ç\bibinitperiod},given={Bekir},given_i={B\bibinitperiod}}}%
{{uniquename=0,hash=3aaac037c43bc853e732168da667cd40}{%
family={Ni},family_i={N\bibinitperiod},given={Chaoying},given_i={C\bibinitperiod}}}%
{{uniquename=0,hash=7936aa08c0b52f024d7a3402b03bf380}{%
family={Büyükgüngör},family_i={B\bibinitperiod},given={Orhan},given_i={O\bibinitperiod}}}%
{{uniquename=0,hash=f37529ce7811acc4b7ecb0d352a007ec}{%
family={Özkal},family_i={Ö\bibinitperiod},given={Erhan},given_i={E\bibinitperiod}}}%
}
\strng{namehash}{350c1258034a7da03092d563be673f84}
\strng{fullhash}{562d8cda005e7c37bc696e0d0edc306e}
\field{sortinit}{A}
\field{sortinithash}{b685c7856330eaee22789815b49de9bb}
\field{labelyear}{2006}
\field{datelabelsource}{}
\field{labelnamesource}{author}
\field{labeltitlesource}{title}
\field{indextitle}{Effect of immobilization on catalytic characteristics}
\field{journaltitle}{J.~Organomet. Chem.}
\field{number}{13}
\field{title}{Effect of immobilization on catalytic characteristics of
saturated {Pd-N}-heterocyclic carbenes in {Mizoroki-Heck} reactions}
\field{volume}{691}
\field{year}{2006}
\field{pages}{3027\bibrangedash 3036}
\range{pages}{10}
\endentry
\entry{westfahl:space}{incollection}{}
\name{author}{1}{}{%
{{uniquename=0,hash=dd4c0e40628e106b641ac3b9ce2e8b18}{%
family={Westfahl},family_i={W\bibinitperiod},given={Gary},given_i={G\bibinitperiod}}}%
}
\name{editor}{1}{}{%
{{hash=dd4c0e40628e106b641ac3b9ce2e8b18}{%
family={Westfahl},family_i={W\bibinitperiod},given={Gary},given_i={G\bibinitperiod}}}%
}
\list{location}{2}{{Westport, Conn.}{London}}
\list{publisher}{1}{{Greenwood}}
\strng{namehash}{dd4c0e40628e106b641ac3b9ce2e8b18}
\strng{fullhash}{dd4c0e40628e106b641ac3b9ce2e8b18}
\field{sortinit}{W}
\field{sortinithash}{99e3ba1b3f78bb6f073e7fa7ac11636b}
\field{labelyear}{2000}
\field{datelabelsource}{}
\field{labelnamesource}{author}
\field{labeltitlesource}{title}
\field{annotation}{A cross-referenced article from a \texttt{collection}. This is an
\texttt{incollection} entry with a \texttt{crossref} field. Note the
\texttt{subtitle} and \texttt{indextitle} fields}
\field{booksubtitle}{The Frontier Theme in Science Fiction}
\field{booktitle}{Space and Beyond}
\field{indextitle}{True Frontier, The}
\field{langid}{english}
\field{langidopts}{variant=american}
\field{subtitle}{Confronting and Avoiding the Realities of Space in {American}
Science Fiction Films}
\field{title}{The True Frontier}
\field{year}{2000}
\field{pages}{55\bibrangedash 65}
\range{pages}{11}
\endentry
\endsortlist
\endrefsection%%%%%%%%%%%%%%%%%%% \jobname.bbl Ende %%%%%%%%%%%%%%%%%%%%%%%
\blx@bblend\endgroup\csnumgdef{blx@labelnumber@\the\c@refsection}{0}}
\makeatother
%StopShownPreambleCommands
\begin{document}
Ein Verweis~\parencite{westfahl:space,aksin}
{\small\printbibliography\par}
\end{document}
|