Closed LukasCBossert closed 8 years ago
Hier ein (N)MWE
\documentclass[ngerman]{article}
\usepackage{babel}
\usepackage{libertine}
\usepackage{filecontents}
\begin{filecontents*}{\jobname.bib}
@Article{Mouritsen_2004,
author = {Mouritsen, Henrik},
title = {Pits and Politics},
subtitle = {Interpreting Colonial Fora in Republican {Italy}},
journaltitle = BSR,
shortjournal = BSR-short,
volume = {72},
pages = {37--67},
year = {2004},
}
@Article{Coarelli_2005,
author = {Coarelli, Filippo},
title = {Pits and Fora},
subtitle = {A Reply to Henrik Mouritsen},
journaltitle = BSR,
shortjournal = BSR-short,
volume = {73},
pages = {23-30},
year = {2005},
month = {Nov},
}
\end{filecontents*}
\begin{filecontents*}{archaeologie-textbeispiel.tex}
\section{\citeauthor*{Mouritsen_2004} vs. \citeauthor*{Coarelli_2005}: Forschungsgeschichte am Beispiel von Cosa}
\citeauthor{Coarelli_2005} \citeauthor{Mouritsen_2004} \citeauthor{Mouritsen_2004} \citeauthor{Coarelli_2005}\citeauthor{Mouritsen_2004} und \citeauthor{Coarelli_2005} \citeauthor{Mouritsen_2004} \citeauthor{Coarelli_2005}
\end{filecontents*}
\usepackage{csquotes}
\usepackage[
backend=biber,
style=archaeologie,
citeauthorformat=firstfull,
]{biblatex}
\addbibresource{\jobname.bib}
\usepackage{hyperref}
\begin{document}
\include{archaeologie-textbeispiel}
\printbibliography
\end{document}
Nur bei firstfull
gibt es die oben beschriebene Fehlermeldung.
Kann es sein, dass in dem \ifnum\value{uniquename}=2 ... \else ... \fi
-Konstrukt das \fi
fehlt?
\def\cbx@arch@citeauthorformat@firstfull{%
\DeclareNameFormat{citeauthor}{%
\cbx@ifnameseen{\thefield{hash}}
{\ifnum\value{uniquename}=2%
\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiven}
{\namepartprefix}
{\namepartsuffix}%
\else
\ifuseprefix
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiveni}
{\namepartprefix}
{\namepartsuffixi}}
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiveni}
{\namepartprefixi}
{\namepartsuffixi}}%
\fi}
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiven}
{\namepartprefix}
{\namepartsuffix}%
\cbx@nameseen{\thefield{hash}}}%
\usebibmacro{name:andothers}}}
Mir ist aufgefallen, dass die Einrückung jetzt recht gleichmäßig überall zwei Leerzeichen beträgt. Bei vielen Makros werden aber die unterschiedlichen Ebenen nicht weiter eingerückt, es scheint nur eine Ebene zu geben. (Vgl. z.B. meine Einrückung hier mit der in Zeile 157 in archaeologie.cbx
)
... es lag (natürlich) am fehlenden \fi
. Vielen Dank!
Ja, die Einrückung sind zwar mit zwei Leerzeichen versehen, aber noch unstrukturiert. Ich hoffe, das bald korrigieren zu können. Ich habe bislang die Schlussklammer in eine extra Zeile geschrieben, damit man gleich den Anfang und das Ende sieht. Ist das eher unüblich?
In den biblatex
-Quellen wird eine schließende Klammer selten (eigentlich wirklich nie, außer manchmal bei \ifboolexpr
) in eine eigene Zeile geschrieben.
Leere Klammerpaare/Gruppen können schon in einer eigenen Zeile stehen.
Öffnende Klammern sind häufig mit in der nächsten Zeile und ihnen folgt die nächste Anweisung direkt, das kann dazu führen, dass die nächste Zeile um ein Leerzeichen weiter eingerückt wird.
Ausnahmen davon scheinen nur das äußerste Klammerpaar in \def
s, \(re)newcommand
s und Co. sowie \ifboolexpr
zu bilden.
Siehe aus authoryear.bbx
:
\DeclareBibliographyOption[boolean]{dashed}[true]{%
\ifstrequal{#1}{true}
{\ExecuteBibliographyOptions{pagetracker}%
\renewbibmacro*{bbx:savehash}{\savefield{fullhash}{\bbx@lasthash}}}
{\renewbibmacro*{bbx:savehash}{}}}
und
\def\bbx@opt@mergedate@maximum{%
\renewbibmacro*{date+extrayear}{%
\iffieldundef{\thefield{datelabelsource}year}
{}
{\printtext[parens]{%
\printfield{issue}%
\setunit*{\addspace}%
\iffieldsequal{year}{\thefield{datelabelsource}year}
{\printdateextralabel}%
{\printfield{labelyear}%
\printfield{extrayear}}}}}%
\renewbibmacro*{date}{}%
\renewbibmacro*{issue+date}{}}
Generell ist Klammerung ein Thema, über das viel und leidenschaftlich diskutiert werden kann (besonders in anderen Programmiersprachen). Auch der biblatex
-Stil ist nicht immer zu 100% konsistent, aber ich zumindest habe mich sehr daran gewöhnt.
In archaeologie.bbx
scheint die Einrückung übrigens nur ein Leerzeichen zu betragen.
Besten Dank. Dann werde ich dieses System übernehmen.
Gerade stelle ich fest, dass ich dennoch (weitere) Fehlermeldungen bekomme:
! Extra \else.
\contentsline ...e }{#3}\hyper@linkend }\fi \else
\def \Hy@temp {#3}\ifx \Hy...
l.3 ...r} und für Paestum }}{3}{figure.caption.1}
! Extra \else.
\@include ...ediate \closeout \@partaux \fi \else
\deadcycles \z@ \@nameuse ...
l.118 ^^I^^I\include{content/Cosa}
! Extra \else.
\pgfplots@createlegend ...ndpgfplotsonlayer \else
\t@pgfplots@toka =\expanda...
l.55 ^^I\end{polaraxis}
I'm ignoring this; it doesn't match any \if.
Fehlt also doch noch ein \fi
?
Mhhh, das andere \fi
ist da. Mit Deinem Beispiel von oben kann ich das Problem nicht reproduzieren. Kannst Du ein Beispiel finden, in dem die neuen Fehler auch auftauchen?
Aber da es bei dem obigen MWE funktioniert, muss es wohl an meiner Hauptdatei liegen. Ich werde versuchen sie auf ein MWE runterzubrechen.
Hat Du das Problem inzwischen isolieren können? Das letzte Problem scheint ja in Verbindung mit pgfplots aufzutreten, vielleicht muss ein MWE dann auch mit pgfplots hantieren. Das erste sieht aus, als hätte es etwas mit list of figures und/oder hyperref
zu tun. Treten diese Probleme auch nur mit firstfull
auf? Wenn ja, kannst Du die Definition \DeclareNameFormat{citeauthor}
einfach so lange verkürzen, bis Du den Fehler isoliert hast, sollte er von dem \DeclareNameFormat
kommen?
Der Fehler kommt nur bei firstfull
vor. Ich werde mal bei \DeclareNameFormat{citeauthor}
rumschrauben und verkürzen.
Vielleicht liegt es auch an
\DeclareNewTOC[%
type=pics,%
types=pics,% used in the \listof.. command
float,% define a floating environment
floattype=4,% see below
name=Abb.,%
listname={Abbildungen}%
]{lop}
und an den \captionof{pics}{...}
die ich im Fließtext habe?!
Ich muss mal schauen, wie ich da ein gutes MWE hinbekomme.
Mhhh, das echte Problem wird wohl schon \DeclareNameFormat{citeauthor}
sein, aber die Symptome scheinen sich nur in etwas komplexeren Situationen zu zeigen. Es kann sein, dass es da etwas mehr Code braucht.
Ich habe ein MWE gebastelt:
\documentclass[a4paper,ngerman]{scrbook}
\usepackage{libertine}
\usepackage{graphicx}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[
backend=biber,
style=archaeologie,
lstabbrv,
lstlocations,
lstpublishers,
inreferences,
initials,
citeauthorformat=firstfull,
bibfullname,
publisher,
scshape,
width=9em,
]{biblatex}
%%-------------------------
\usepackage[ % modify figure and table captions
font={footnotesize,sf}, % - small font size
labelfont={bf,sf,color=blue},% - label in bold, sans-serif and magenta
labelsep=colon, % - separator: none, colon, period, space, quad, newline, endash
singlelinecheck=false, % - no centered single-lined captions
format=plain,%indention=1cm,
]{caption}%[2008/08/24]
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{pgfplotstable}
\usetikzlibrary{pgfplots.polar}
\usepackage{filecontents}
\begin{filecontents*}{\jobname.bib}
@Book{Vitr,
author = {Vitruvius},
title = {Zehn Bücher über Architektur},
publisher = WBG,
location = {Darmstadt},
year = {2008},
edition = {6},
origyear = {1964},
origtitle = {De architectura},
origlanguage = {latin},
translator = {Fensterbusch, Curt},
shorthand = {Vitr.},
shortauthor = {Vitruv},
keywords = {ancient},
options = {ancient},
authoraddon = {Vitruvius},
sortshorthand = {Vitr.},
}
\end{filecontents*}
\addbibresource{archaeologie.bib}
\addbibresource{\jobname.bib}
\nocite{Bell2011,Hufschmid2010,Taylor2008}
\begin{document}
\noindent\citeauthor{Bell2011}\\
\citeauthor{Bell2011}\\
\citeauthor{Hufschmid2010}\\
\citeauthor{Hufschmid2010}\\
\citeauthor{Taylor2008}\\
\citeauthor{Taylor2008}\\
\citeauthor{Vitr}
\noindent\citeauthor{Bell2011}\\
\citeauthor{Bell2011}\\
\citeauthor{Hufschmid2010}\\
\citeauthor{Hufschmid2010}\\
\citeauthor{Taylor2008}\\
\citeauthor{Taylor2008}\\
\citeauthor{Vitr}
%
\begin{figure}[!htb]
\centering
\begin{tikzpicture}[scale=1]
\begin{polaraxis}[
width=2\linewidth,
height=2\linewidth,
grid=both, % display major and minor grids
major grid style={black},
minor x tick num=0, % 3 minor x ticks between majors
minor y tick num=0, % 1 minor y tick between majors
xtick={0,23,26.57,34.51},
xmin=0,xmax=40,
axis y line=none,
xticklabel=$\pgfmathprintnumber{\tick}^\circ$,
legend style={at={(0.5,-0.1)},anchor=north},
]
\addplot[polar comb,blue,mark=none,ultra thick] coordinates {(26.57,1) (34.51,1)};
% \addlegendentry{\citeauthor{Vitr}, extrema}\label{graph:neigungswinkel_vitruv}
\addplot[polar comb,red,mark=none,ultra thick] coordinates { (23,1)};
\addplot[polar comb,green,mark=none,ultra thick] coordinates { (23.96,1)};
\addplot[polar comb,green,mark=none,ultra thick,dashed] coordinates { (26.57,1)};
\end{polaraxis}
\end{tikzpicture}
\caption[Schema der Neigungswinkel nach \citeauthor{Vitr} und für Paestum %listoffigures
]%
{Bandbreite an Neigungswinkeln nach \textcite[5,6,3]{Vitr} und in Paestum ermittelt; \newline
nach Autor.} %Bildunterschrift
\label{fig:neigungswinkel_paestum}%
\end{figure}
\printbibliography
\end{document}
Dieses MWE funktioniert, aber sobald man Zeile 104 aktiviert (% \addlegendentry{\citeauthor{Vitr}, extrema}\label{graph:neigungswinkel_vitruv}
) wird es nicht mehr gehen. Es liegt also wohl am \citeauthor{Vitr}
innerhalb der legend
.
Und der Fehler tritt tatsächlich nur bei citeauthorformat=firstfull
auf.
Mhhh, auf meinem System kann ich das auch mit Zeile 104 nicht reproduzieren.
\listfiles
gibt
*File List*
scrbook.cls 2016/06/14 v3.21 KOMA-Script document class (book)
scrkbase.sty 2016/06/14 v3.21 KOMA-Script package (KOMA-Script-dependent bas
ics and keyval usage)
scrbase.sty 2016/06/14 v3.21 KOMA-Script package (KOMA-Script-independent b
asics and keyval usage)
keyval.sty 2014/10/28 v1.15 key=value parser (DPC)
scrlfile.sty 2016/06/14 v3.21 KOMA-Script package (loading files)
tocbasic.sty 2016/06/14 v3.21 KOMA-Script package (handling toc-files)
scrsize11pt.clo 2016/06/14 v3.21 KOMA-Script font size class option (11pt)
typearea.sty 2016/06/14 v3.21 KOMA-Script package (type area)
libertine.sty 2014/11/25 (Bob Tennent) Supports Libertine and Biolinum fonts
for all LaTeX engines.
ifxetex.sty 2010/09/12 v0.6 Provides ifxetex conditional
ifluatex.sty 2016/05/16 v1.4 Provides the ifluatex switch (HO)
xkeyval.sty 2014/12/03 v2.7a package option processing (HA)
xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
textcomp.sty 2016/06/19 v1.99m Standard LaTeX package
ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
mweights.sty 2013/07/21 (Bob Tennent) Support package for multiple-weight fo
nt packages.
fontenc.sty
fontaxes.sty 2014/03/23 v1.0d Font selection axes
LinLibertine_I.tex
graphicx.sty 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty 2016/06/02 v1.0s Standard LaTeX Graphics (DPC,SPQR)
trig.sty 2016/01/03 v1.10 sin cos tan (DPC)
graphics.cfg 2016/06/04 v1.11 sample graphics configuration
pdftex.def 2016/07/01 v0.06i Graphics/color for pdfTeX
infwarerr.sty 2016/05/16 v1.4 Providing info/warning/error messages (HO)
ltxcmds.sty 2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
babel.sty 2016/04/23 3.9r The Babel package
bblopts.cfg 2005/09/08 v0.1 add Arabic and Farsi to "declared" options of b
abel
ngerman.ldf 2013/12/13 v2.7 German support for babel (new orthography)
csquotes.sty 2016/01/31 v5.1g context-sensitive quotations (JAW)
etoolbox.sty 2015/08/02 v2.2a e-TeX tools for LaTeX (JAW)
csquotes.def 2016/01/31 v5.1g csquotes generic definitions (JAW)
csquotes.cfg
biblatex.sty 2016/05/14 v3.4 programmable bibliographies (PK/JW/AB)
iftex.sty 2013/04/04 v0.2 Provides if(tex) conditional for PDFTeX, XeTeX,
and LuaTeX
pdftexcmds.sty 2016/05/21 v0.22 Utility functions of pdfTeX for LuaTeX (HO)
ifpdf.sty 2016/05/14 v3.1 Provides the ifpdf switch
kvoptions.sty 2016/05/16 v3.12 Key value format for package options (HO)
kvsetkeys.sty 2016/05/16 v1.17 Key value parser (HO)
etexcmds.sty 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
logreq.sty 2010/08/04 v1.0 xml request logger
logreq.def 2010/08/04 v1.0 logreq spec v1.0
ifthen.sty 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
url.sty 2013/09/16 ver 3.4 Verb mode for urls, etc.
xstring.sty 2012/10/24 v1.6 String manipulations (C Tellechea)
blx-dm.def
archaeologie.dbx 2016/07/15 v2.03 archaeologie -- biblatex for archaeologist
s, historians and philologists, dbx-Datei
biblatex-dm.cfg
blx-compat.def 2016/05/14 v3.4 biblatex compatibility (PK/JW/AB)
biblatex.def 2016/05/14 v3.4 biblatex compatibility (PK/JW/AB)
standard.bbx 2016/05/14 v3.4 biblatex bibliography style (PK/JW/AB)
archaeologie.bbx 2016/07/15 v2.03 archaeologie -- biblatex for archaeologist
s, historians and philologists, bbx-file
archaeologie.cbx 2016/07/15 v2.03 archaeologie -- biblatex for archaeologist
s, historians and philologists, cbx-Datei
biblatex.cfg
caption.sty 2016/02/21 v3.3-144 Customizing captions (AR)
caption3.sty 2016/05/22 v1.7-166 caption3 kernel (AR)
tikz.sty 2015/08/07 v3.0.1a (rcs-revision 1.151)
pgf.sty 2015/08/07 v3.0.1a (rcs-revision 1.15)
pgfrcs.sty 2015/08/07 v3.0.1a (rcs-revision 1.31)
everyshi.sty 2001/05/15 v3.00 EveryShipout Package (MS)
pgfrcs.code.tex
pgfcore.sty 2010/04/11 v3.0.1a (rcs-revision 1.7)
pgfsys.sty 2014/07/09 v3.0.1a (rcs-revision 1.48)
pgfsys.code.tex
pgfsyssoftpath.code.tex 2013/09/09 (rcs-revision 1.9)
pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
xcolor.sty 2016/05/11 v2.12 LaTeX color extensions (UK)
color.cfg 2016/01/02 v1.6 sample color configuration
pgfcore.code.tex
pgfcomp-version-0-65.sty 2007/07/03 v3.0.1a (rcs-revision 1.7)
pgfcomp-version-1-18.sty 2007/07/23 v3.0.1a (rcs-revision 1.1)
pgffor.sty 2013/12/13 v3.0.1a (rcs-revision 1.25)
pgfkeys.sty
pgfkeys.code.tex
pgfmath.sty
pgfmath.code.tex
pgffor.code.tex
tikz.code.tex
pgfplots.sty 2016/01/06 v1.13 Data Visualization (1.13)
pgfplotstable.sty 2016/01/06 v1.13 Table typesetting and Pretty-printing (1.
13)
array.sty 2014/10/28 v2.4c Tabular extension package (FMi)
filecontents.sty 2011/10/08 v1.3 Create an external file from within a LaTeX
document
german.lbx 2016/05/14 v3.4 biblatex localization (PK/JW/AB)
ngerman.lbx 2016/05/14 v3.4 biblatex localization (PK/JW/AB)
archaeologie-ngerman.lbx 2016/07/15 v2.03 archaeologie -- biblatex for archa
eologists, historians and philologists, lbx-Datei
ts1cmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions
ot1linuxlibertinet-tlf.fd
supp-pdf.mkii
epstopdf-base.sty 2016/05/15 v2.6 Base part for package epstopdf
grfext.sty 2016/05/16 v1.2 Manage graphics extensions (HO)
kvdefinekeys.sty 2016/05/16 v1.4 Define keys (HO)
ulem.sty 2012/05/18
ietsmeegerbelange.bbl
ot1linuxbiolinumt-tlf.fd
***********
hm, komisch.
Bei citeauthorformat=full
bekomme ich
*File List*
scrbook.cls 2016/06/14 v3.21 KOMA-Script document class (book)
scrkbase.sty 2016/06/14 v3.21 KOMA-Script package (KOMA-Script-dependent bas
ics and keyval usage)
scrbase.sty 2016/06/14 v3.21 KOMA-Script package (KOMA-Script-independent b
asics and keyval usage)
keyval.sty 2014/10/28 v1.15 key=value parser (DPC)
scrlfile.sty 2016/06/14 v3.21 KOMA-Script package (loading files)
tocbasic.sty 2016/06/14 v3.21 KOMA-Script package (handling toc-files)
scrsize11pt.clo 2016/06/14 v3.21 KOMA-Script font size class option (11pt)
typearea.sty 2016/06/14 v3.21 KOMA-Script package (type area)
libertine.sty 2014/11/25 (Bob Tennent) Supports Libertine and Biolinum fonts
for all LaTeX engines.
ifxetex.sty 2010/09/12 v0.6 Provides ifxetex conditional
ifluatex.sty 2016/05/16 v1.4 Provides the ifluatex switch (HO)
xkeyval.sty 2014/12/03 v2.7a package option processing (HA)
xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
textcomp.sty 2016/06/19 v1.99m Standard LaTeX package
ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
fontspec.sty 2016/02/01 v2.5a Font selection for XeLaTeX and LuaLaTeX
expl3.sty 2016/05/18 v6512 L3 programming layer (loader)
expl3-code.tex 2016/05/18 v6512 L3 programming layer
l3xdvipdfmx.def
xparse.sty 2016/05/18 v6512 L3 Experimental document command parser
fontspec-xetex.sty 2016/02/01 v2.5a Font selection for XeLaTeX and LuaLaTeX
fontenc.sty
eu1enc.def 2010/05/27 v0.1h Experimental Unicode font encodings
eu1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many oth
er characters in Unicode lower plane
eu1lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern
graphicx.sty 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty 2016/07/10 v1.0t Standard LaTeX Graphics (DPC,SPQR)
trig.sty 2016/01/03 v1.10 sin cos tan (DPC)
graphics.cfg 2016/06/04 v1.11 sample graphics configuration
xetex.def 2016/07/11 v4.10 LaTeX color/graphics driver for XeTeX (L3/RRM/
JK)
fontspec.cfg
LinLibertine_R.tex
LinBiolinum_R.tex
LinBiolinum_K.tex
LinLibertine_I.tex
LKey.tex
babel.sty 2016/04/23 3.9r The Babel package
ngerman.ldf 2013/12/13 v2.7 German support for babel (new orthography)
csquotes.sty 2016/07/14 v5.1h context-sensitive quotations (JAW)
etoolbox.sty 2015/08/02 v2.2a e-TeX tools for LaTeX (JAW)
csquotes.def 2016/07/14 v5.1h csquotes generic definitions (JAW)
csquotes.cfg
biblatex.sty 2016/05/14 v3.4 programmable bibliographies (PK/JW/AB)
iftex.sty 2013/04/04 v0.2 Provides if(tex) conditional for PDFTeX, XeTeX,
and LuaTeX
pdftexcmds.sty 2016/05/21 v0.22 Utility functions of pdfTeX for LuaTeX (HO)
infwarerr.sty 2016/05/16 v1.4 Providing info/warning/error messages (HO)
ltxcmds.sty 2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
ifpdf.sty 2016/05/14 v3.1 Provides the ifpdf switch
kvoptions.sty 2016/05/16 v3.12 Key value format for package options (HO)
kvsetkeys.sty 2016/05/16 v1.17 Key value parser (HO)
etexcmds.sty 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
logreq.sty 2010/08/04 v1.0 xml request logger
logreq.def 2010/08/04 v1.0 logreq spec v1.0
ifthen.sty 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
url.sty 2013/09/16 ver 3.4 Verb mode for urls, etc.
xstring.sty 2013/10/13 v1.7c String manipulations (C Tellechea)
blx-dm.def
archaeologie.dbx 2016/07/15 v2.03 archaeologie -- biblatex for archaeologist
s, historians and philologists, dbx-Datei
biblatex-dm.cfg
blx-compat.def 2016/05/14 v3.4 biblatex compatibility (PK/JW/AB)
biblatex.def 2016/05/14 v3.4 biblatex compatibility (PK/JW/AB)
standard.bbx 2016/05/14 v3.4 biblatex bibliography style (PK/JW/AB)
archaeologie.bbx 2016/07/15 v2.03 archaeologie -- biblatex for archaeologist
s, historians and philologists, bbx-file
archaeologie.cbx 2016/07/15 v2.03 archaeologie -- biblatex for archaeologist
s, historians and philologists, cbx-Datei
biblatex.cfg
caption.sty 2016/02/21 v3.3-144 Customizing captions (AR)
caption3.sty 2016/05/22 v1.7-166 caption3 kernel (AR)
tikz.sty 2015/08/07 v3.0.1a (rcs-revision 1.151)
pgf.sty 2015/08/07 v3.0.1a (rcs-revision 1.15)
pgfrcs.sty 2015/08/07 v3.0.1a (rcs-revision 1.31)
everyshi.sty 2001/05/15 v3.00 EveryShipout Package (MS)
pgfrcs.code.tex
pgfcore.sty 2010/04/11 v3.0.1a (rcs-revision 1.7)
pgfsys.sty 2014/07/09 v3.0.1a (rcs-revision 1.48)
pgfsys.code.tex
pgfsyssoftpath.code.tex 2013/09/09 (rcs-revision 1.9)
pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
xcolor.sty 2016/05/11 v2.12 LaTeX color extensions (UK)
color.cfg 2016/01/02 v1.6 sample color configuration
pgfcore.code.tex
pgfcomp-version-0-65.sty 2007/07/03 v3.0.1a (rcs-revision 1.7)
pgfcomp-version-1-18.sty 2007/07/23 v3.0.1a (rcs-revision 1.1)
pgffor.sty 2013/12/13 v3.0.1a (rcs-revision 1.25)
pgfkeys.sty
pgfkeys.code.tex
pgfmath.sty
pgfmath.code.tex
pgffor.code.tex
tikz.code.tex
pgfplots.sty 2016/01/06 v1.13 Data Visualization (1.13)
pgfplotstable.sty 2016/01/06 v1.13 Table typesetting and Pretty-printing (1.
13)
array.sty 2014/10/28 v2.4c Tabular extension package (FMi)
filecontents.sty 2011/10/08 v1.3 Create an external file from within a LaTeX
document
german.lbx 2016/05/14 v3.4 biblatex localization (PK/JW/AB)
ngerman.lbx 2016/05/14 v3.4 biblatex localization (PK/JW/AB)
archaeologie-ngerman.lbx 2016/07/15 v2.03 archaeologie -- biblatex for archa
eologists, historians and philologists, lbx-Datei
ts1cmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions
t3cmr.fd 2001/12/31 TIPA font definitions
archaeologie_test_pgf.bbl
***********
Ich kann keinen Unterschied entdecken.
Kompilierst Du mit XeLaTeX? Tatsächlich sind die Listen sehr ähnlich, und wenn, dann hast Du die neueren Versionen. Die abweichenden Pakete sollten aber kein Problem machen, denke ich.
Bei mir funktioniert das MWE aber sowohl mit pdfLaTeX als auch mit XeLaTeX und LuaLaTeX.
Genau, XeLaTeX
und TeXLive2016
.
Vielleicht hilft die Log-Datei:
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xelatex 2016.6.28) 28 JUL 2016 15:02
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**archaeologie_test_pgf.tex
(./archaeologie_test_pgf.tex
LaTeX2e <2016/03/31> patch level 2
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrbook.cls
Document Class: scrbook 2016/06/14 v3.21 KOMA-Script document class (book)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrkbase.sty
Package: scrkbase 2016/06/14 v3.21 KOMA-Script package (KOMA-Script-dependent b
asics and keyval usage)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrbase.sty
Package: scrbase 2016/06/14 v3.21 KOMA-Script package (KOMA-Script-independent
basics and keyval usage)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks14
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrlfile.sty
Package: scrlfile 2016/06/14 v3.21 KOMA-Script package (loading files)
Package scrlfile, 2016/06/14 v3.21 KOMA-Script package (loading files)
Copyright (C) Markus Kohm
))) (/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/tocbasic.sty
Package: tocbasic 2016/06/14 v3.21 KOMA-Script package (handling toc-files)
\scr@dte@tocline@numberwidth=\skip41
\scr@dte@tocline@numbox=\box26
)
Package tocbasic Info: omitting babel extension for `toc'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `toc' on input line 132.
Package tocbasic Info: omitting babel extension for `lof'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lof' on input line 133.
Package tocbasic Info: omitting babel extension for `lot'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lot' on input line 134.
Package tocbasic Info: defining new hook before heading of `' on input line 160
2.
Class scrbook Info: File `scrsize11pt.clo' used instead of
(scrbook) file `scrsize11.clo' to setup font sizes on input line 2269
.
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrsize11pt.clo
File: scrsize11pt.clo 2016/06/14 v3.21 KOMA-Script font size class option (11pt
)
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/typearea.sty
Package: typearea 2016/06/14 v3.21 KOMA-Script package (type area)
Package typearea, 2016/06/14 v3.21 KOMA-Script package (type area)
Copyright (C) Frank Neukam, 1992-1994
Copyright (C) Markus Kohm, 1994-
\ta@bcor=\skip42
\ta@div=\count79
Package typearea Info: You've used standard option `a4paper'.
(typearea) This is correct!
(typearea) Internally I'm using `paper=a4'.
(typearea) If you'd like to set the option with \KOMAoptions,
(typearea) you'd have to use `paper=a4' there
(typearea) instead of `a4paper', too.
\ta@hblk=\skip43
\ta@vblk=\skip44
\ta@temp=\skip45
\footheight=\skip46
Package typearea Info: These are the values describing the layout:
(typearea) DIV = 10
(typearea) BCOR = 0.0pt
(typearea) \paperwidth = 597.50793pt
(typearea) \textwidth = 418.25555pt
(typearea) DIV departure = -6%
(typearea) \evensidemargin = 47.2316pt
(typearea) \oddsidemargin = -12.5192pt
(typearea) \paperheight = 845.04694pt
(typearea) \textheight = 595.80026pt
(typearea) \topmargin = -25.16531pt
(typearea) \headheight = 17.0pt
(typearea) \headsep = 20.40001pt
(typearea) \topskip = 11.0pt
(typearea) \footskip = 47.6pt
(typearea) \baselineskip = 13.6pt
(typearea) on input line 1529.
)
\c@part=\count80
\c@chapter=\count81
\c@section=\count82
\c@subsection=\count83
\c@subsubsection=\count84
\c@paragraph=\count85
\c@subparagraph=\count86
\scr@dte@part@maxnumwidth=\skip47
\scr@dte@chapter@maxnumwidth=\skip48
\scr@dte@section@maxnumwidth=\skip49
\scr@dte@subsection@maxnumwidth=\skip50
\scr@dte@subsubsection@maxnumwidth=\skip51
\scr@dte@paragraph@maxnumwidth=\skip52
\scr@dte@subparagraph@maxnumwidth=\skip53
LaTeX Info: Redefining \textsubscript on input line 4782.
\abovecaptionskip=\skip54
\belowcaptionskip=\skip55
\c@pti@nb@sid@b@x=\box27
\c@figure=\count87
\c@table=\count88
Class scrbook Info: Redefining `\numberline' on input line 5813.
\bibindent=\dimen102
) (/usr/local/texlive/2016/texmf-dist/tex/latex/libertine/libertine.sty
Package: libertine 2014/11/25 (Bob Tennent) Supports Libertine and Biolinum fon
ts for all LaTeX engines.
(/usr/local/texlive/2016/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2016/05/16 v1.4 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2014/12/03 v2.7a package option processing (HA)
(/usr/local/texlive/2016/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks15
\XKV@tempa@toks=\toks16
)
\XKV@depth=\count89
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
))
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2016/06/19 v1.99m Standard LaTeX package
Package textcomp Info: Sub-encoding information:
(textcomp) 5 = only ISO-Adobe without \textcurrency
(textcomp) 4 = 5 + \texteuro
(textcomp) 3 = 4 + \textohm
(textcomp) 2 = 3 + \textestimated + \textcurrency
(textcomp) 1 = TS1 - \textcircled - \t
(textcomp) 0 = TS1 (full)
(textcomp) Font families with sub-encoding setting implement
(textcomp) only a restricted character set as indicated.
(textcomp) Family '?' is the default used for unknown fonts.
(textcomp) See the documentation for details.
Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 79.
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
)
LaTeX Info: Redefining \oldstylenums on input line 334.
Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 349.
Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 350.
Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 351.
Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 352.
Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 353.
Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 354.
Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 355.
Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 356.
Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 357.
Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 358.
Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 359.
Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 360.
Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 361.
Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 362.
Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 363.
Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 364.
Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 365.
Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 366.
Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 367.
Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 368.
Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 369.
Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 370.
Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 371.
Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 372.
Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 373.
Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 374.
Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 375.
Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 376.
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 377.
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 378.
Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 379.
Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 380.
Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 381.
Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 382.
Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 383.
Package textcomp Info: Setting lmtt sub-encoding to TS1/0 on input line 384.
Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 385.
Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 386.
Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 387.
Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 388.
Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 389.
Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 390.
Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 391.
Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 392.
Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 393.
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 394.
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 395.
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 396.
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 397.
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 398.
Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 399.
Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 400.
Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 401.
Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 402.
Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 403.
Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 404.
Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 405.
Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 406.
Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 407.
Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 408.
Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 409.
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/fontspec/fontspec.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/l3kernel/expl3.sty
Package: expl3 2016/05/18 v6512 L3 programming layer (loader)
(/usr/local/texlive/2016/texmf-dist/tex/latex/l3kernel/expl3-code.tex
Package: expl3 2016/05/18 v6512 L3 programming layer (code)
L3 Module: l3bootstrap 2016/02/12 v6412 L3 Bootstrap code
L3 Module: l3names 2016/03/11 v6433 L3 Namespace for primitives
L3 Module: l3basics 2015/11/22 v6315 L3 Basic definitions
L3 Module: l3expan 2015/09/10 v5983 L3 Argument expansion
L3 Module: l3tl 2016/03/26 v6465 L3 Token lists
L3 Module: l3str 2016/03/24 v6441 L3 Strings
L3 Module: l3seq 2015/08/05 v5777 L3 Sequences and stacks
L3 Module: l3int 2016/03/24 v6441 L3 Integers
\c_max_int=\count90
\l_tmpa_int=\count91
\l_tmpb_int=\count92
\g_tmpa_int=\count93
\g_tmpb_int=\count94
L3 Module: l3quark 2015/08/17 v5855 L3 Quarks
L3 Module: l3prg 2015/11/01 v6216 L3 Control structures
\g__prg_map_int=\count95
L3 Module: l3clist 2015/09/02 v5901 L3 Comma separated lists
L3 Module: l3token 2016/04/03 v6470 L3 Experimental token manipulation
L3 Module: l3prop 2016/01/05 v6366 L3 Property lists
L3 Module: l3msg 2016/03/26 v6464 L3 Messages
L3 Module: l3file 2016/03/25 v6458 L3 File and I/O operations
\l_iow_line_count_int=\count96
\l__iow_target_count_int=\count97
\l__iow_current_line_int=\count98
\l__iow_current_word_int=\count99
\l__iow_current_indentation_int=\count100
L3 Module: l3skip 2016/01/05 v6366 L3 Dimensions and skips
\c_zero_dim=\dimen103
\c_max_dim=\dimen104
\l_tmpa_dim=\dimen105
\l_tmpb_dim=\dimen106
\g_tmpa_dim=\dimen107
\g_tmpb_dim=\dimen108
\c_zero_skip=\skip56
\c_max_skip=\skip57
\l_tmpa_skip=\skip58
\l_tmpb_skip=\skip59
\g_tmpa_skip=\skip60
\g_tmpb_skip=\skip61
\c_zero_muskip=\muskip10
\c_max_muskip=\muskip11
\l_tmpa_muskip=\muskip12
\l_tmpb_muskip=\muskip13
\g_tmpa_muskip=\muskip14
\g_tmpb_muskip=\muskip15
L3 Module: l3keys 2015/11/17 v6284 L3 Key-value interfaces
\g__keyval_level_int=\count101
\l_keys_choice_int=\count102
L3 Module: l3fp 2016/03/26 v6465 L3 Floating points
\c__fp_leading_shift_int=\count103
\c__fp_middle_shift_int=\count104
\c__fp_trailing_shift_int=\count105
\c__fp_big_leading_shift_int=\count106
\c__fp_big_middle_shift_int=\count107
\c__fp_big_trailing_shift_int=\count108
\c__fp_Bigg_leading_shift_int=\count109
\c__fp_Bigg_middle_shift_int=\count110
\c__fp_Bigg_trailing_shift_int=\count111
L3 Module: l3box 2015/08/09 v5822 L3 Experimental boxes
\c_empty_box=\box28
\l_tmpa_box=\box29
\l_tmpb_box=\box30
\g_tmpa_box=\box31
\g_tmpb_box=\box32
L3 Module: l3coffins 2016/05/17 v6508 L3 Coffin code layer
\l__coffin_internal_box=\box33
\l__coffin_internal_dim=\dimen109
\l__coffin_offset_x_dim=\dimen110
\l__coffin_offset_y_dim=\dimen111
\l__coffin_x_dim=\dimen112
\l__coffin_y_dim=\dimen113
\l__coffin_x_prime_dim=\dimen114
\l__coffin_y_prime_dim=\dimen115
\c_empty_coffin=\box34
\l__coffin_aligned_coffin=\box35
\l__coffin_aligned_internal_coffin=\box36
\l_tmpa_coffin=\box37
\l_tmpb_coffin=\box38
\l__coffin_display_coffin=\box39
\l__coffin_display_coord_coffin=\box40
\l__coffin_display_pole_coffin=\box41
\l__coffin_display_offset_dim=\dimen116
\l__coffin_display_x_dim=\dimen117
\l__coffin_display_y_dim=\dimen118
L3 Module: l3color 2014/08/23 v5354 L3 Experimental color support
L3 Module: l3sys 2015/09/25 v6087 L3 Experimental system/runtime functions
L3 Module: l3candidates 2016/05/13 v6484 L3 Experimental additions to l3kernel
\l__box_top_dim=\dimen119
\l__box_bottom_dim=\dimen120
\l__box_left_dim=\dimen121
\l__box_right_dim=\dimen122
\l__box_top_new_dim=\dimen123
\l__box_bottom_new_dim=\dimen124
\l__box_left_new_dim=\dimen125
\l__box_right_new_dim=\dimen126
\l__box_internal_box=\box42
\l__coffin_bounding_shift_dim=\dimen127
\l__coffin_left_corner_dim=\dimen128
\l__coffin_right_corner_dim=\dimen129
\l__coffin_bottom_corner_dim=\dimen130
\l__coffin_top_corner_dim=\dimen131
\l__coffin_scaled_total_height_dim=\dimen132
\l__coffin_scaled_width_dim=\dimen133
L3 Module: l3luatex 2016/03/26 v6465 L3 Experimental LuaTeX-specific functions
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def
File: l3xdvidpfmx.def 2016/03/26 v6465 L3 Experimental driver: xdvipdfmx
\l__driver_tmp_box=\box43
))
(/usr/local/texlive/2016/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
Package: xparse 2016/05/18 v6512 L3 Experimental document command parser
\l__xparse_current_arg_int=\count112
\l__xparse_m_args_int=\count113
\l__xparse_mandatory_args_int=\count114
\l__xparse_processor_int=\count115
\l__xparse_v_nesting_int=\count116
)
Package: fontspec 2016/02/01 v2.5a Font selection for XeLaTeX and LuaLaTeX
(/usr/local/texlive/2016/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty
Package: fontspec-xetex 2016/02/01 v2.5a Font selection for XeLaTeX and LuaLaTe
X
\l_fontspec_script_int=\count117
\l_fontspec_language_int=\count118
\l_fontspec_strnum_int=\count119
\l__fontspec_tmpa_dim=\dimen134
\l__fontspec_tmpb_dim=\dimen135
\l__fontspec_tmpc_dim=\dimen136
\g__file_internal_ior=\read1
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2016/06/19 v1.99m Standard LaTeX package
(/usr/local/texlive/2016/texmf-dist/tex/latex/euenc/eu1enc.def
File: eu1enc.def 2010/05/27 v0.1h Experimental Unicode font encodings
)
LaTeX Font Info: Try loading font information for EU1+lmr on input line 105.
(/usr/local/texlive/2016/texmf-dist/tex/latex/euenc/eu1lmr.fd
File: eu1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
))
(/usr/local/texlive/2016/texmf-dist/tex/xelatex/xunicode/xunicode.sty
File: xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many
other characters in Unicode lower plane
(/usr/local/texlive/2016/texmf-dist/tex/latex/tipa/t3enc.def
File: t3enc.def 2001/12/31 T3 encoding
LaTeX Font Info: Try loading font information for EU1+lmss on input line 357
.
(/usr/local/texlive/2016/texmf-dist/tex/latex/euenc/eu1lmss.fd
File: eu1lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern
))
\tipaTiiicode=\count120
\tipasavetokens=\toks17
\tipachecktokens=\toks18
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2016/07/10 v1.0t Standard LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: xetex.def on input line 99.
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-def/xetex.def
File: xetex.def 2016/07/11 v4.10 LaTeX color/graphics driver for XeTeX (L3/RRM/
JK)
))
\Gin@req@height=\dimen137
\Gin@req@width=\dimen138
))
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \__fontspec_post_arg:w with sig. 'mmO{}' on line 353.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \fontspec with sig. 'om' on line 355.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \setmainfont with sig. 'om' on line 365.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \setsansfont with sig. 'om' on line 375.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \setmonofont with sig. 'om' on line 385.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \setmathrm with sig. 'om' on line 399.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \setboldmathrm with sig. 'om' on line 407.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \setmathsf with sig. 'om' on line 415.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \setmathtt with sig. 'om' on line 423.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \newfontfamily with sig. 'mom' on line 437.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \newfontface with sig. 'mom' on line 453.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \defaultfontfeatures with sig. 't+om' on line 467.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \addfontfeatures with sig. 'm' on line 529.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \newfontfeature with sig. 'mm' on line 540.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \newAATfeature with sig. 'mmmm' on line 548.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \newopentypefeature with sig. 'mmm' on line 556.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \aliasfontfeature with sig. 'mm' on line 577.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \aliasfontfeatureoption with sig. 'mmm' on line 586.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \newfontscript with sig. 'mm' on line 590.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \newfontlanguage with sig. 'mm' on line 594.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \DeclareFontsExtensions with sig. 'm' on line 599.
.................................................
\l__fontspec_tmp_int=\count121
(/usr/local/texlive/2016/texmf-dist/tex/latex/fontspec/fontspec.cfg)
LaTeX Info: Redefining \itshape on input line 2705.
LaTeX Info: Redefining \slshape on input line 2710.
LaTeX Info: Redefining \scshape on input line 2715.
LaTeX Info: Redefining \upshape on input line 2720.
\l__fontspec_em_int=\count122
\l__fontspec_emdef_int=\count123
LaTeX Info: Redefining \em on input line 2736.
LaTeX Info: Redefining \emph on input line 2742.
LaTeX Info: Redefining \- on input line 2746.
.................................................
. LaTeX info: "xparse/redefine-command"
.
. Redefining command \oldstylenums with sig. 'm' on line 2841.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining command \liningnums with sig. 'm' on line 2845.
.................................................
))
Requested font "[LinLibertine_R.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinLiber
tine_R.otf
\g__fontspec_family_LinLibertine_int=\count124
Requested font "[LinLibertine_RB.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinLiber
tine_RB.otf
Requested font "[LinLibertine_RI.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinLiber
tine_RI.otf
Requested font "[LinLibertine_RBI.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinLiber
tine_RBI.otf
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinLibertine(0)' created for font 'LinLibertine' with options
. [Ligatures = TeX,Extension =
. .otf,SmallCapsFeatures={Letters=SmallCaps},Ligatures=TeX,Numbers =
. {Monospaced,Lining},UprightFont = *_R,ItalicFont = *_RI,BoldFont =
. *_RB,BoldItalicFont = *_RBI].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->"[LinLibertine_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;mappin
g=tex-text;+tnum;+lnum;"
. - 'small caps' (m/sc) with NFSS spec.:
. <->"[LinLibertine_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;mappin
g=tex-text;+tnum;+lnum;+smcp;+smcp;"-
. 'bold' (bx/n) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;mappi
ng=tex-text;+tnum;+lnum;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;mappi
ng=tex-text;+tnum;+lnum;+smcp;+smcp;"-
. 'italic' (m/it) with NFSS spec.:
. <->"[LinLibertine_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;mappi
ng=tex-text;+tnum;+lnum;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. <->"[LinLibertine_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;mappi
ng=tex-text;+tnum;+lnum;+smcp;+smcp;"-
. 'bold italic' (bx/it) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;mapp
ing=tex-text;+tnum;+lnum;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;mapp
ing=tex-text;+tnum;+lnum;+smcp;+smcp;"
.................................................
Requested font "[LinLibertine_R.otf]/OT:script=latn;language=DFLT;mapping=tex-t
ext;mapping=tex-text;+tnum;+lnum;" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinLiber
tine_R.otf
Requested font "[LinBiolinum_R.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinBioli
num_R.otf
\g__fontspec_family_LinBiolinum_int=\count125
Requested font "[LinBiolinum_RB.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinBioli
num_RB.otf
Requested font "[LinBiolinum_RI.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinBioli
num_RI.otf
Requested font "[LinBiolinum_RBO.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinBioli
num_RBO.otf
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinBiolinum(0)' created for font 'LinBiolinum' with options
. [Ligatures = TeX,Extension =
. .otf,SmallCapsFeatures={Letters=SmallCaps},Ligatures=TeX,Numbers =
. {Monospaced, },Scale = 1,UprightFont = *_R,ItalicFont = *_RI,BoldFont =
. *_RB,BoldItalicFont = *_RBO].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->s*[1]"[LinBiolinum_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;ma
pping=tex-text;+tnum;"
. - 'small caps' (m/sc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;ma
pping=tex-text;+tnum;+smcp;+smcp;"-
. 'bold' (bx/n) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;m
apping=tex-text;+tnum;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;m
apping=tex-text;+tnum;+smcp;+smcp;"-
. 'italic' (m/it) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;m
apping=tex-text;+tnum;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;m
apping=tex-text;+tnum;+smcp;+smcp;"-
. 'bold italic' (bx/it) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RBO.otf]/OT:script=latn;language=DFLT;mapping=tex-text;
mapping=tex-text;+tnum;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RBO.otf]/OT:script=latn;language=DFLT;mapping=tex-text;
mapping=tex-text;+tnum;+smcp;+smcp;"
.................................................
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinLibertine(1)' created for font 'LinLibertine' with options
. [Ligatures = TeX,Extension =
. .otf,SmallCapsFeatures={Letters=SmallCaps},Numbers =
. {Monospaced,Lining},UprightFont = *_R,ItalicFont = *_RI,BoldFont =
. *_RB,BoldItalicFont = *_RBI].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->"[LinLibertine_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum;
+lnum;"
. - 'small caps' (m/sc) with NFSS spec.:
. <->"[LinLibertine_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum;
+lnum;+smcp;+smcp;"-
. 'bold' (bx/n) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+lnum;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+lnum;+smcp;+smcp;"-
. 'italic' (m/it) with NFSS spec.:
. <->"[LinLibertine_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+lnum;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. <->"[LinLibertine_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+lnum;+smcp;+smcp;"-
. 'bold italic' (bx/it) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnu
m;+lnum;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnu
m;+lnum;+smcp;+smcp;"
.................................................
Requested font "[LinLibertine_RZ.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinLiber
tine_RZ.otf
Requested font "[LinLibertine_RZI.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinLiber
tine_RZI.otf
*************************************************
* fontspec warning: "icu-feature-not-exist-in-font"
*
* OpenType feature 'Numbers=Monospaced,Lining' (+tnum) not available for font
* 'LinLibertine_RZI' with script 'Latin' and language 'Default'.
*************************************************
*************************************************
* fontspec warning: "icu-feature-not-exist-in-font"
*
* OpenType feature 'Numbers=Monospaced,Lining' (+tnum) not available for font
* 'LinLibertine_RZI' with script 'Latin' and language 'Default'.
*************************************************
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinLibertine(2)' created for font 'LinLibertine' with options
. [Ligatures = TeX,Extension =
. .otf,SmallCapsFeatures={Letters=SmallCaps},Numbers =
. {Monospaced,Lining},UprightFont = *_RZ,ItalicFont = *_RZI,BoldFont =
. *_RB,BoldItalicFont = *_RBI].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->"[LinLibertine_RZ.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+lnum;"
. - 'small caps' (m/sc) with NFSS spec.:
. <->"[LinLibertine_RZ.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+lnum;+smcp;+smcp;"-
. 'bold' (bx/n) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+lnum;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+lnum;+smcp;+smcp;"-
. 'italic' (m/it) with NFSS spec.:
. <->"[LinLibertine_RZI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+lnu
m;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. <->"[LinLibertine_RZI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+lnu
m;+smcp;+smcp;"-
. 'bold italic' (bx/it) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnu
m;+lnum;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnu
m;+lnum;+smcp;+smcp;"
.................................................
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinLibertine(3)' created for font 'LinLibertine' with options
. [Ligatures = TeX,Extension =
. .otf,SmallCapsFeatures={Letters=SmallCaps},Numbers =
. {Monospaced,OldStyle},UprightFont = *_R,ItalicFont = *_RI,BoldFont =
. *_RB,BoldItalicFont = *_RBI].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->"[LinLibertine_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum;
+onum;"
. - 'small caps' (m/sc) with NFSS spec.:
. <->"[LinLibertine_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum;
+onum;+smcp;+smcp;"-
. 'bold' (bx/n) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+onum;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+onum;+smcp;+smcp;"-
. 'italic' (m/it) with NFSS spec.:
. <->"[LinLibertine_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+onum;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. <->"[LinLibertine_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+onum;+smcp;+smcp;"-
. 'bold italic' (bx/it) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnu
m;+onum;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnu
m;+onum;+smcp;+smcp;"
.................................................
Requested font "[LinLibertine_DR.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinLiber
tine_DR.otf
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinLibertine(4)' created for font 'LinLibertine' with options
. [Ligatures = TeX,Extension =
. .otf,SmallCapsFeatures={Letters=SmallCaps},Numbers =
. {Monospaced,Lining},UprightFont = *_DR,ItalicFont = *_RI,BoldFont =
. *_RB,BoldItalicFont = *_RBI].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->"[LinLibertine_DR.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+lnum;"
. - 'small caps' (m/sc) with NFSS spec.: - 'bold' (bx/n) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+lnum;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+lnum;+smcp;+smcp;"-
. 'italic' (m/it) with NFSS spec.:
. <->"[LinLibertine_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+lnum;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. <->"[LinLibertine_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnum
;+lnum;+smcp;+smcp;"-
. 'bold italic' (bx/it) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnu
m;+lnum;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+tnu
m;+lnum;+smcp;+smcp;"
.................................................
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinBiolinum(1)' created for font 'LinBiolinum' with options
. [Ligatures = TeX,Extension =
. .otf,SmallCapsFeatures={Letters=SmallCaps},Numbers = {Monospaced, },Scale =
. 1,UprightFont = *_R,ItalicFont = *_RI,BoldFont = *_RB,BoldItalicFont =
. *_RBO].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->s*[1]"[LinBiolinum_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+t
num;"
. - 'small caps' (m/sc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+t
num;+smcp;+smcp;"-
. 'bold' (bx/n) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+
tnum;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+
tnum;+smcp;+smcp;"-
. 'italic' (m/it) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+
tnum;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+
tnum;+smcp;+smcp;"-
. 'bold italic' (bx/it) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RBO.otf]/OT:script=latn;language=DFLT;mapping=tex-text;
+tnum;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RBO.otf]/OT:script=latn;language=DFLT;mapping=tex-text;
+tnum;+smcp;+smcp;"
.................................................
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinBiolinum(2)' created for font 'LinBiolinum' with options
. [Ligatures = TeX,Extension =
. .otf,SmallCapsFeatures={Letters=SmallCaps},Numbers = {Monospaced,
. OldStyle},Scale = 1,UprightFont = *_R,ItalicFont = *_RI,BoldFont =
. *_RB,BoldItalicFont = *_RBO].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->s*[1]"[LinBiolinum_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+t
num;+onum;"
. - 'small caps' (m/sc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+t
num;+onum;+smcp;+smcp;"-
. 'bold' (bx/n) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+
tnum;+onum;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+
tnum;+onum;+smcp;+smcp;"-
. 'italic' (m/it) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+
tnum;+onum;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+
tnum;+onum;+smcp;+smcp;"-
. 'bold italic' (bx/it) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RBO.otf]/OT:script=latn;language=DFLT;mapping=tex-text;
+tnum;+onum;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RBO.otf]/OT:script=latn;language=DFLT;mapping=tex-text;
+tnum;+onum;+smcp;+smcp;"
.................................................
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinBiolinum(3)' created for font 'LinBiolinum' with options
. [Ligatures = TeX,Extension =
. .otf,SmallCapsFeatures={Letters=SmallCaps},Numbers = {Monospaced},Scale =
. 1,UprightFont = *_R,ItalicFont = *_RI,BoldFont = *_RB,BoldItalicFont =
. *_RBO].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->s*[1]"[LinBiolinum_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+t
num;"
. - 'small caps' (m/sc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_R.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+t
num;+smcp;+smcp;"-
. 'bold' (bx/n) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+
tnum;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RB.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+
tnum;+smcp;+smcp;"-
. 'italic' (m/it) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+
tnum;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RI.otf]/OT:script=latn;language=DFLT;mapping=tex-text;+
tnum;+smcp;+smcp;"-
. 'bold italic' (bx/it) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RBO.otf]/OT:script=latn;language=DFLT;mapping=tex-text;
+tnum;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RBO.otf]/OT:script=latn;language=DFLT;mapping=tex-text;
+tnum;+smcp;+smcp;"
.................................................
Requested font "[LinLibertine_M.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinLiber
tine_M.otf
Requested font "[LinLibertine_MB.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinLiber
tine_MB.otf
Requested font "[LinLibertine_MO.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinLiber
tine_MO.otf
Requested font "[LinLibertine_MBO.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinLiber
tine_MBO.otf
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinLibertine(5)' created for font 'LinLibertine' with options
. [Extension = .otf,WordSpace={1,0,0},PunctuationSpace=WordSpace,Scale =
. 1,UprightFont = *_M,ItalicFont = *_MO,BoldFont = *_MB,BoldItalicFont =
. *_MBO].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->s*[1]"[LinLibertine_M.otf]/OT:script=latn;language=DFLT;"
. - 'small caps' (m/sc) with NFSS spec.:
. and font adjustment code:
. \fontdimen 2\font =1\fontdimen 2\font \fontdimen 3\font =0\fontdimen 3\font
. \fontdimen 4\font =0\fontdimen 4\font \fontdimen 7\font =0\fontdimen 2\font
. - 'bold' (bx/n) with NFSS spec.:
. <->s*[1]"[LinLibertine_MB.otf]/OT:script=latn;language=DFLT;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. and font adjustment code:
. \fontdimen 2\font =1\fontdimen 2\font \fontdimen 3\font =0\fontdimen 3\font
. \fontdimen 4\font =0\fontdimen 4\font \fontdimen 7\font =0\fontdimen 2\font
. - 'italic' (m/it) with NFSS spec.:
. <->s*[1]"[LinLibertine_MO.otf]/OT:script=latn;language=DFLT;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. and font adjustment code:
. \fontdimen 2\font =1\fontdimen 2\font \fontdimen 3\font =0\fontdimen 3\font
. \fontdimen 4\font =0\fontdimen 4\font \fontdimen 7\font =0\fontdimen 2\font
. - 'bold italic' (bx/it) with NFSS spec.:
. <->s*[1]"[LinLibertine_MBO.otf]/OT:script=latn;language=DFLT;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. and font adjustment code:
. \fontdimen 2\font =1\fontdimen 2\font \fontdimen 3\font =0\fontdimen 3\font
. \fontdimen 4\font =0\fontdimen 4\font \fontdimen 7\font =0\fontdimen 2\font
.................................................
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinLibertine(6)' created for font 'LinLibertine' with options
. [Extension = .otf,Scale = 1,UprightFont = *_M,ItalicFont = *_MO,BoldFont =
. *_MB,BoldItalicFont = *_MBO].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->s*[1]"[LinLibertine_M.otf]/OT:script=latn;language=DFLT;"
. - 'small caps' (m/sc) with NFSS spec.: - 'bold' (bx/n) with NFSS spec.:
. <->s*[1]"[LinLibertine_MB.otf]/OT:script=latn;language=DFLT;"
. - 'bold small caps' (bx/sc) with NFSS spec.: - 'italic' (m/it) with NFSS
. spec.: <->s*[1]"[LinLibertine_MO.otf]/OT:script=latn;language=DFLT;"
. - 'italic small caps' (m/itsc) with NFSS spec.: - 'bold italic' (bx/it)
. with NFSS spec.:
. <->s*[1]"[LinLibertine_MBO.otf]/OT:script=latn;language=DFLT;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
.................................................
Requested font "[LinBiolinum_K.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinBioli
num_K.otf
\g__fontspec_family_LinBiolinum_K_int=\count126
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinBiolinum_K(0)' created for font 'LinBiolinum_K' with options
. [Extension = .otf,BoldFont={},ItalicFont={},SmallCapsFont={}].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->"[LinBiolinum_K.otf]/OT:script=latn;language=DFLT;"
. - 'small caps' (m/sc) with NFSS spec.:
.................................................
Requested font "[LinLibertine_I.otf]/OT" at 10.95pt
-> /usr/local/texlive/2016/texmf-dist/fonts/opentype/public/libertine/LinLiber
tine_I.otf
\g__fontspec_family_LinLibertine_I_int=\count127
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinLibertine_I(0)' created for font 'LinLibertine_I' with
. options [Extension = .otf,BoldFont={},ItalicFont={},SmallCapsFont={}].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->"[LinLibertine_I.otf]/OT:script=latn;language=DFLT;"
. - 'small caps' (m/sc) with NFSS spec.:
.................................................
LaTeX Info: Redefining \oldstylenums on input line 458.
LaTeX Info: Redefining \liningnums on input line 459.
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinLibertine(7)' created for font 'LinLibertine' with options
. [Extension = .otf,Numbers = {Monospaced,Lining},UprightFont = *_R,ItalicFont
. = *_RI,BoldFont = *_RB,BoldItalicFont = *_RBI].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->"[LinLibertine_R.otf]/OT:script=latn;language=DFLT;+tnum;+lnum;"
. - 'small caps' (m/sc) with NFSS spec.:
. <->"[LinLibertine_R.otf]/OT:script=latn;language=DFLT;+tnum;+lnum;+smcp;"-
. 'bold' (bx/n) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;+tnum;+lnum;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;+tnum;+lnum;+smcp;"-
. 'italic' (m/it) with NFSS spec.:
. <->"[LinLibertine_RI.otf]/OT:script=latn;language=DFLT;+tnum;+lnum;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. <->"[LinLibertine_RI.otf]/OT:script=latn;language=DFLT;+tnum;+lnum;+smcp;"-
. 'bold italic' (bx/it) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;+tnum;+lnum;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;+tnum;+lnum;+smcp;"
.................................................
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinLibertine(8)' created for font 'LinLibertine' with options
. [Extension = .otf,Numbers = {Proportional,Lining},UprightFont =
. *_R,ItalicFont = *_RI,BoldFont = *_RB,BoldItalicFont = *_RBI].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->"[LinLibertine_R.otf]/OT:script=latn;language=DFLT;+pnum;+lnum;"
. - 'small caps' (m/sc) with NFSS spec.:
. <->"[LinLibertine_R.otf]/OT:script=latn;language=DFLT;+pnum;+lnum;+smcp;"-
. 'bold' (bx/n) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;+pnum;+lnum;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. <->"[LinLibertine_RB.otf]/OT:script=latn;language=DFLT;+pnum;+lnum;+smcp;"-
. 'italic' (m/it) with NFSS spec.:
. <->"[LinLibertine_RI.otf]/OT:script=latn;language=DFLT;+pnum;+lnum;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. <->"[LinLibertine_RI.otf]/OT:script=latn;language=DFLT;+pnum;+lnum;+smcp;"-
. 'bold italic' (bx/it) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;+pnum;+lnum;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. <->"[LinLibertine_RBI.otf]/OT:script=latn;language=DFLT;+pnum;+lnum;+smcp;"
.................................................
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinBiolinum(4)' created for font 'LinBiolinum' with options
. [Extension = .otf,Numbers = {Monospaced,},Scale = 1,UprightFont =
. *_R,ItalicFont = *_RI,BoldFont = *_RB,BoldItalicFont = *_RBO].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->s*[1]"[LinBiolinum_R.otf]/OT:script=latn;language=DFLT;+tnum;"
. - 'small caps' (m/sc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_R.otf]/OT:script=latn;language=DFLT;+tnum;+smcp;"-
. 'bold' (bx/n) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RB.otf]/OT:script=latn;language=DFLT;+tnum;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RB.otf]/OT:script=latn;language=DFLT;+tnum;+smcp;"-
. 'italic' (m/it) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RI.otf]/OT:script=latn;language=DFLT;+tnum;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RI.otf]/OT:script=latn;language=DFLT;+tnum;+smcp;"-
. 'bold italic' (bx/it) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RBO.otf]/OT:script=latn;language=DFLT;+tnum;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RBO.otf]/OT:script=latn;language=DFLT;+tnum;+smcp;"
.................................................
.................................................
. fontspec info: "defining-font"
.
. Font family 'LinBiolinum(5)' created for font 'LinBiolinum' with options
. [Extension = .otf,Numbers = {Proportional,},Scale = 1,UprightFont =
. *_R,ItalicFont = *_RI,BoldFont = *_RB,BoldItalicFont = *_RBO].
.
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->s*[1]"[LinBiolinum_R.otf]/OT:script=latn;language=DFLT;+pnum;"
. - 'small caps' (m/sc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_R.otf]/OT:script=latn;language=DFLT;+pnum;+smcp;"-
. 'bold' (bx/n) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RB.otf]/OT:script=latn;language=DFLT;+pnum;"
. - 'bold small caps' (bx/sc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RB.otf]/OT:script=latn;language=DFLT;+pnum;+smcp;"-
. 'italic' (m/it) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RI.otf]/OT:script=latn;language=DFLT;+pnum;"
. - 'italic small caps' (m/itsc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RI.otf]/OT:script=latn;language=DFLT;+pnum;+smcp;"-
. 'bold italic' (bx/it) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RBO.otf]/OT:script=latn;language=DFLT;+pnum;"
. - 'bold italic small caps' (bx/itsc) with NFSS spec.:
. <->s*[1]"[LinBiolinum_RBO.otf]/OT:script=latn;language=DFLT;+pnum;+smcp;"
.................................................
(/usr/local/texlive/2016/texmf-dist/tex/latex/libertine/LinLibertine_R.tex)
(/usr/local/texlive/2016/texmf-dist/tex/latex/libertine/LinBiolinum_R.tex)
(/usr/local/texlive/2016/texmf-dist/tex/latex/libertine/LinBiolinum_K.tex)
(/usr/local/texlive/2016/texmf-dist/tex/latex/libertine/LinLibertine_I.tex)
(/usr/local/texlive/2016/texmf-dist/tex/latex/libertine/LKey.tex))
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2016/04/23 3.9r The Babel package
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel-german/ngerman.ldf
Language: ngerman 2013/12/13 v2.7 German support for babel (new orthography)
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel-german/ngermanb.ldf
Language: ngermanb 2013/12/13 v2.7 German support for babel (new orthography)
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2016/04/23 3.9r Babel common definitions
\babel@savecnt=\count128
\U@D=\dimen139
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel/xebabel.def))
\l@naustrian = a dialect from \language\l@ngerman
\l@nswissgerman = a dialect from \language\l@ngerman
Package babel Info: Making " an active character on input line 88.
)))
(/usr/local/texlive/2016/texmf-dist/tex/latex/csquotes/csquotes.sty
Package: csquotes 2016/07/14 v5.1h context-sensitive quotations (JAW)
(/usr/local/texlive/2016/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2015/08/02 v2.2a e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count129
)
\csq@reset=\count130
\csq@gtype=\count131
\csq@glevel=\count132
\csq@qlevel=\count133
\csq@maxlvl=\count134
\csq@tshold=\count135
\csq@ltx@everypar=\toks19
(/usr/local/texlive/2016/texmf-dist/tex/latex/csquotes/csquotes.def
File: csquotes.def 2016/07/14 v5.1h csquotes generic definitions (JAW)
)
Package csquotes Info: Trying to load configuration file 'csquotes.cfg'...
Package csquotes Info: ... configuration file loaded successfully.
(/usr/local/texlive/2016/texmf-dist/tex/latex/csquotes/csquotes.cfg
File: csquotes.cfg
))
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/biblatex.sty
Package: biblatex 2016/05/14 v3.4 programmable bibliographies (PK/JW/AB)
(/usr/local/texlive/2016/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2013/04/04 v0.2 Provides if(tex) conditional for PDFTeX, XeTeX,
and LuaTeX
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2016/05/21 v0.22 Utility functions of pdfTeX for LuaTeX (HO
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO)
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2016/05/14 v3.1 Provides the ifpdf switch
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: pdfTeX >= 1.30 not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode not found.
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2016/05/16 v1.17 Key value parser (HO)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
Package etexcmds Info: Could not find \expanded.
(etexcmds) That can mean that you are not using pdfTeX 1.50 or
(etexcmds) that some package has redefined \expanded.
(etexcmds) In the latter case, load this package earlier.
)))
(/usr/local/texlive/2016/texmf-dist/tex/latex/logreq/logreq.sty
Package: logreq 2010/08/04 v1.0 xml request logger
\lrq@indent=\count136
(/usr/local/texlive/2016/texmf-dist/tex/latex/logreq/logreq.def
File: logreq.def 2010/08/04 v1.0 logreq spec v1.0
))
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip16
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/xstring/xstring.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/xstring/xstring.tex
\@xs@message=\write3
\integerpart=\count137
\decimalpart=\count138
)
Package: xstring 2013/10/13 v1.7c String manipulations (C Tellechea)
)
\c@tabx@nest=\count139
\c@listtotal=\count140
\c@listcount=\count141
\c@liststart=\count142
\c@liststop=\count143
\c@citecount=\count144
\c@citetotal=\count145
\c@multicitecount=\count146
\c@multicitetotal=\count147
\c@instcount=\count148
\c@maxnames=\count149
\c@minnames=\count150
\c@maxitems=\count151
\c@minitems=\count152
\c@citecounter=\count153
\c@savedcitecounter=\count154
\c@uniquelist=\count155
\c@uniquename=\count156
\c@refsection=\count157
\c@refsegment=\count158
\c@maxextratitle=\count159
\c@maxextratitleyear=\count160
\c@maxextrayear=\count161
\c@maxextraalpha=\count162
\c@abbrvpenalty=\count163
\c@highnamepenalty=\count164
\c@lownamepenalty=\count165
\c@maxparens=\count166
\c@parenlevel=\count167
\blx@tempcnta=\count168
\blx@tempcntb=\count169
\blx@tempcntc=\count170
\blx@maxsection=\count171
\blx@maxsegment@0=\count172
\blx@notetype=\count173
\blx@parenlevel@text=\count174
\blx@parenlevel@foot=\count175
\blx@sectionciteorder@0=\count176
\labelnumberwidth=\skip62
\labelalphawidth=\skip63
\biblabelsep=\skip64
\bibitemsep=\skip65
\bibnamesep=\skip66
\bibinitsep=\skip67
\bibparsep=\skip68
\bibhang=\skip69
\blx@bcfin=\read2
\blx@bcfout=\write4
\c@mincomprange=\count177
\c@maxcomprange=\count178
\c@mincompwidth=\count179
Package biblatex Info: Trying to load biblatex default data model...
Package biblatex Info: ... file 'blx-dm.def' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/blx-dm.def)
Package biblatex Info: Trying to load biblatex style data model...
Package biblatex Info: ... file 'archaeologie.dbx' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/archaeologie/archaeologie.dbx
File: archaeologie.dbx 2016/07/15 v2.03 archaeologie -- biblatex for archaeolog
ists, historians and philologists, dbx-Datei
)
Package biblatex Info: Trying to load biblatex custom data model...
Package biblatex Info: ... file 'biblatex-dm.cfg' not found.
\c@afterword=\count180
\c@savedafterword=\count181
\c@annotator=\count182
\c@savedannotator=\count183
\c@author=\count184
\c@savedauthor=\count185
\c@bookauthor=\count186
\c@savedbookauthor=\count187
\c@commentator=\count188
\c@savedcommentator=\count189
\c@editor=\count190
\c@savededitor=\count191
\c@editora=\count192
\c@savededitora=\count193
\c@editorb=\count194
\c@savededitorb=\count195
\c@editorc=\count196
\c@savededitorc=\count197
\c@foreword=\count198
\c@savedforeword=\count199
\c@holder=\count266
\c@savedholder=\count267
\c@introduction=\count268
\c@savedintroduction=\count269
\c@namea=\count270
\c@savednamea=\count271
\c@nameb=\count272
\c@savednameb=\count273
\c@namec=\count274
\c@savednamec=\count275
\c@translator=\count276
\c@savedtranslator=\count277
\c@shortauthor=\count278
\c@savedshortauthor=\count279
\c@shorteditor=\count280
\c@savedshorteditor=\count281
\c@ineditor=\count282
\c@savedineditor=\count283
\c@intranslator=\count284
\c@savedintranslator=\count285
\c@inannotator=\count286
\c@savedinannotator=\count287
\c@incommentator=\count288
\c@savedincommentator=\count289
\c@inintroduction=\count290
\c@savedinintroduction=\count291
\c@inforeword=\count292
\c@savedinforeword=\count293
\c@inafterword=\count294
\c@savedinafterword=\count295
\c@labelname=\count296
\c@savedlabelname=\count297
\c@institution=\count298
\c@savedinstitution=\count299
\c@lista=\count300
\c@savedlista=\count301
\c@listb=\count302
\c@savedlistb=\count303
\c@listc=\count304
\c@savedlistc=\count305
\c@listd=\count306
\c@savedlistd=\count307
\c@liste=\count308
\c@savedliste=\count309
\c@listf=\count310
\c@savedlistf=\count311
\c@location=\count312
\c@savedlocation=\count313
\c@organization=\count314
\c@savedorganization=\count315
\c@origlocation=\count316
\c@savedoriglocation=\count317
\c@origpublisher=\count318
\c@savedorigpublisher=\count319
\c@publisher=\count320
\c@savedpublisher=\count321
\c@language=\count322
\c@savedlanguage=\count323
\c@pageref=\count324
\c@savedpageref=\count325
\shorthandwidth=\skip70
\shortjournalwidth=\skip71
\shortserieswidth=\skip72
\shorttitlewidth=\skip73
\shortauthorwidth=\skip74
\shorteditorwidth=\skip75
Package biblatex Info: Trying to load compatibility code...
Package biblatex Info: ... file 'blx-compat.def' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/blx-compat.def
File: blx-compat.def 2016/05/14 v3.4 biblatex compatibility (PK/JW/AB)
)
Package biblatex Info: Trying to load generic definitions...
Package biblatex Info: ... file 'biblatex.def' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/biblatex.def
File: biblatex.def 2016/05/14 v3.4 biblatex compatibility (PK/JW/AB)
\c@textcitecount=\count326
\c@textcitetotal=\count327
\c@textcitemaxnames=\count328
\c@biburlnumpenalty=\count329
\c@biburlucpenalty=\count330
\c@biburllcpenalty=\count331
\c@smartand=\count332
)
Package biblatex Info: Trying to load bibliography style 'archaeologie'...
Package biblatex Info: ... file 'archaeologie.bbx' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/archaeologie/archaeologie.bbx
File: archaeologie.bbx 2016/07/15 v2.03 archaeologie -- biblatex for archaeolog
ists, historians and philologists, bbx-file
Package biblatex Info: Trying to load bibliography style 'standard'...
Package biblatex Info: ... file 'standard.bbx' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/bbx/standard.bbx
File: standard.bbx 2016/05/14 v3.4 biblatex bibliography style (PK/JW/AB)
\c@bbx:relatedcount=\count333
\c@bbx:relatedtotal=\count334
)
\arch@labelbox=\box44
\labwidthsameline=\skip76
)
Package biblatex Info: Trying to load citation style 'archaeologie'...
Package biblatex Info: ... file 'archaeologie.cbx' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/archaeologie/archaeologie.cbx
File: archaeologie.cbx 2016/07/15 v2.03 archaeologie -- biblatex for archaeolog
ists, historians and philologists, cbx-Datei
Package biblatex Info: Redefining '\cite'.
Package biblatex Info: Redefining '\textcite'.
Package biblatex Info: Redefining '\parencite'.
Package biblatex Info: Redefining '\cites'.
Package biblatex Info: Redefining '\parencites'.
Package biblatex Info: Redefining '\textcites'.
Package biblatex Info: Redefining '\citeauthor'.
Package biblatex Info: Redefining '\citetitle'.
)
Package biblatex Info: Trying to load configuration file...
Package biblatex Info: ... file 'biblatex.cfg' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/biblatex.cfg
File: biblatex.cfg
))
(/usr/local/texlive/2016/texmf-dist/tex/latex/caption/caption.sty
Package: caption 2016/02/21 v3.3-144 Customizing captions (AR)
(/usr/local/texlive/2016/texmf-dist/tex/latex/caption/caption3.sty
Package: caption3 2016/05/22 v1.7-166 caption3 kernel (AR)
Package caption3 Info: TeX engine: e-TeX on input line 67.
\captionmargin=\dimen140
\captionmargin@=\dimen141
\captionwidth=\dimen142
\caption@tempdima=\dimen143
\caption@indent=\dimen144
\caption@parindent=\dimen145
\caption@hangindent=\dimen146
)
Package caption Info: KOMA-Script document class.
\c@ContinuedFloat=\count335
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.te
x
\pgfutil@everybye=\toks20
\pgfutil@tempdima=\dimen147
\pgfutil@tempdimb=\dimen148
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-li
sts.tex))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
\pgfutil@abb=\box45
(/usr/local/texlive/2016/texmf-dist/tex/latex/ms/everyshi.sty
Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
Package: pgfrcs 2015/08/07 v3.0.1a (rcs-revision 1.31)
))
Package: pgf 2015/08/07 v3.0.1a (rcs-revision 1.15)
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
Package: pgfsys 2014/07/09 v3.0.1a (rcs-revision 1.48)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
\pgfkeys@pathtoks=\toks21
\pgfkeys@temptoks=\toks22
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.c
ode.tex
\pgfkeys@tmptoks=\toks23
))
\pgf@x=\dimen149
\pgf@y=\dimen150
\pgf@xa=\dimen151
\pgf@ya=\dimen152
\pgf@xb=\dimen153
\pgf@yb=\dimen154
\pgf@xc=\dimen155
\pgf@yc=\dimen156
\w@pgf@writea=\write5
\r@pgf@reada=\read3
\c@pgf@counta=\count336
\c@pgf@countb=\count337
\c@pgf@countc=\count338
\c@pgf@countd=\count339
\t@pgf@toka=\toks24
\t@pgf@tokb=\toks25
\t@pgf@tokc=\toks26
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
File: pgf.cfg 2008/05/14 (rcs-revision 1.7)
)
Driver file for pgf: pgfsys-xetex.def
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.de
f
File: pgfsys-xetex.def 2014/07/09 (rcs-revision 1.11)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx
.def
File: pgfsys-dvipdfmx.def 2014/07/09 (rcs-revision 1.14)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-p
df.def
File: pgfsys-common-pdf.def 2013/10/10 (rcs-revision 1.13)
)
\pgfsys@objnum=\count340
)))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.
code.tex
File: pgfsyssoftpath.code.tex 2013/09/09 (rcs-revision 1.9)
\pgfsyssoftpath@smallbuffer@items=\count341
\pgfsyssoftpath@bigbuffer@items=\count342
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.
code.tex
File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
)) (/usr/local/texlive/2016/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Driver file: xetex.def on input line 225.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348.
Package xcolor Info: Model `RGB' extended on input line 1364.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371.
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
Package: pgfcore 2010/04/11 v3.0.1a (rcs-revision 1.7)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
\pgfmath@dimen=\dimen157
\pgfmath@count=\count343
\pgfmath@box=\box46
\pgfmath@toks=\toks27
\pgfmath@stack@operand=\toks28
\pgfmath@stack@operation=\toks29
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.
tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic
.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigo
nometric.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.rando
m.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.compa
rison.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.
code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round
.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.
code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integ
erarithmetics.code.tex)))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
\c@pgfmathroundto@lastzeros=\count344
))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.co
de.tex
File: pgfcorepoints.code.tex 2013/10/07 (rcs-revision 1.27)
\pgf@picminx=\dimen158
\pgf@picmaxx=\dimen159
\pgf@picminy=\dimen160
\pgf@picmaxy=\dimen161
\pgf@pathminx=\dimen162
\pgf@pathmaxx=\dimen163
\pgf@pathminy=\dimen164
\pgf@pathmaxy=\dimen165
\pgf@xx=\dimen166
\pgf@xy=\dimen167
\pgf@yx=\dimen168
\pgf@yy=\dimen169
\pgf@zx=\dimen170
\pgf@zy=\dimen171
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconst
ruct.code.tex
File: pgfcorepathconstruct.code.tex 2013/10/07 (rcs-revision 1.29)
\pgf@path@lastx=\dimen172
\pgf@path@lasty=\dimen173
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage
.code.tex
File: pgfcorepathusage.code.tex 2014/11/02 (rcs-revision 1.24)
\pgf@shorten@end@additional=\dimen174
\pgf@shorten@start@additional=\dimen175
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.co
de.tex
File: pgfcorescopes.code.tex 2015/05/08 (rcs-revision 1.46)
\pgfpic=\box47
\pgf@hbox=\box48
\pgf@layerbox@main=\box49
\pgf@picture@serial@count=\count345
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicst
ate.code.tex
File: pgfcoregraphicstate.code.tex 2014/11/02 (rcs-revision 1.12)
\pgflinewidth=\dimen176
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransform
ations.code.tex
File: pgfcoretransformations.code.tex 2015/08/07 (rcs-revision 1.20)
\pgf@pt@x=\dimen177
\pgf@pt@y=\dimen178
\pgf@pt@temp=\dimen179
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.cod
e.tex
File: pgfcorequick.code.tex 2008/10/09 (rcs-revision 1.3)
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.c
ode.tex
File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2)
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathproce
ssing.code.tex
File: pgfcorepathprocessing.code.tex 2013/09/09 (rcs-revision 1.9)
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.co
de.tex
File: pgfcorearrows.code.tex 2015/05/14 (rcs-revision 1.43)
\pgfarrowsep=\dimen180
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.cod
e.tex
File: pgfcoreshade.code.tex 2013/07/15 (rcs-revision 1.15)
\pgf@max=\dimen181
\pgf@sys@shading@range@num=\count346
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.cod
e.tex
File: pgfcoreimage.code.tex 2013/07/15 (rcs-revision 1.18)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.
code.tex
File: pgfcoreexternal.code.tex 2014/07/09 (rcs-revision 1.21)
\pgfexternal@startupbox=\box50
))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.co
de.tex
File: pgfcorelayers.code.tex 2013/07/18 (rcs-revision 1.7)
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretranspare
ncy.code.tex
File: pgfcoretransparency.code.tex 2013/09/30 (rcs-revision 1.5)
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.
code.tex
File: pgfcorepatterns.code.tex 2013/11/07 (rcs-revision 1.5)
)))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.cod
e.tex
File: pgfmoduleshapes.code.tex 2014/03/21 (rcs-revision 1.35)
\pgfnodeparttextbox=\box51
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.
tex
File: pgfmoduleplot.code.tex 2015/08/03 (rcs-revision 1.13)
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
-0-65.sty
Package: pgfcomp-version-0-65 2007/07/03 v3.0.1a (rcs-revision 1.7)
\pgf@nodesepstart=\dimen182
\pgf@nodesepend=\dimen183
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
-1-18.sty
Package: pgfcomp-version-1-18 2007/07/23 v3.0.1a (rcs-revision 1.1)
))
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)
) (/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/math/pgfmath.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
Package: pgffor 2013/12/13 v3.0.1a (rcs-revision 1.25)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)
\pgffor@iter=\dimen184
\pgffor@skip=\dimen185
\pgffor@stack=\toks30
\pgffor@toks=\toks31
))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.cod
e.tex
Package: tikz 2015/08/07 v3.0.1a (rcs-revision 1.151)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothan
dlers.code.tex
File: pgflibraryplothandlers.code.tex 2013/08/31 v3.0.1a (rcs-revision 1.20)
\pgf@plot@mark@count=\count347
\pgfplotmarksize=\dimen186
)
\tikz@lastx=\dimen187
\tikz@lasty=\dimen188
\tikz@lastxsaved=\dimen189
\tikz@lastysaved=\dimen190
\tikzleveldistance=\dimen191
\tikzsiblingdistance=\dimen192
\tikz@figbox=\box52
\tikz@figbox@bg=\box53
\tikz@tempbox=\box54
\tikz@tempbox@bg=\box55
\tikztreelevel=\count348
\tikznumberofchildren=\count349
\tikznumberofcurrentchild=\count350
\tikz@fig@count=\count351
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.cod
e.tex
File: pgfmodulematrix.code.tex 2013/09/17 (rcs-revision 1.8)
\pgfmatrixcurrentrow=\count352
\pgfmatrixcurrentcolumn=\count353
\pgf@matrix@numberofcolumns=\count354
)
\tikz@expandcount=\count355
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibrarytopaths.code.tex
File: tikzlibrarytopaths.code.tex 2008/06/17 v3.0.1a (rcs-revision 1.2)
)))
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgfplots/pgfplots.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplots.revision.tex)
Package: pgfplots 2016/01/06 v1.13 Data Visualization (1.13)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplots.code.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplotscore.code.tex
\t@pgfplots@toka=\toks32
\t@pgfplots@tokb=\toks33
\t@pgfplots@tokc=\toks34
\pgfplots@tmpa=\dimen193
\c@pgfplots@coordindex=\count356
\c@pgfplots@scanlineindex=\count357
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/sys/pgfplotssysgeneric
.code.tex))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/libs/pgfplotslibrary.c
ode.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplot
soldpgfsupp_loader.code.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/libraries/pgflibraryfpu.cod
e.tex)
Package pgfplots: loading complementary arithmetics for your pgf version...
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplot
soldpgfsupp_pgflibraryfpu.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplot
soldpgfsupp_pgfmathfloat.code.tex
\c@pgfmathroundto@lastzeros=\count358
))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/util/pgfplotsutil.code
.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/liststructure/pgfplots
liststructure.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/liststructure/pgfplots
liststructureext.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/liststructure/pgfplots
array.code.tex
\c@pgfplotsarray@tmp=\count359
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/liststructure/pgfplots
matrix.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable
shared.code.tex
\c@pgfplotstable@counta=\count360
\t@pgfplotstable@a=\toks35
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/liststructure/pgfplots
deque.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/util/pgfplotsbinary.co
de.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/util/pgfplotsbinary.da
ta.code.tex))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/util/pgfplotsutil.verb
.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/libs/pgflibrarypgfplot
s.surfshading.code.tex
\c@pgfplotslibrarysurf@no=\count361
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/sys/pgflibrarypgfplots
.surfshading.pgfsys-xetex.def
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/sys/pgflibrarypgfplots
.surfshading.pgfsys-dvipdfmx.def
\c@pgfplotslibrarysurf@streamlen=\count362
))))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/util/pgfplotscolormap.
code.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/util/pgfplotscolor.cod
e.tex))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplotsstackedplots.c
ode.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.c
ode.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplotsmeshplothandle
r.code.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplotsmeshplotimage.
code.tex)))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplots.scaling.code.
tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplotscoordprocessin
g.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplots.errorbars.cod
e.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplots.markers.code.
tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplotsticks.code.tex
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplots.paths.code.te
x)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibrarydecorations.code.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/modules/pgfmoduledecoration
s.code.tex
\pgfdecoratedcompleteddistance=\dimen194
\pgfdecoratedremainingdistance=\dimen195
\pgfdecoratedinputsegmentcompleteddistance=\dimen196
\pgfdecoratedinputsegmentremainingdistance=\dimen197
\pgf@decorate@distancetomove=\dimen198
\pgf@decorate@repeatstate=\count363
\pgfdecorationsegmentamplitude=\dimen199
\pgfdecorationsegmentlength=\dimen256
)
\tikz@lib@dec@box=\box56
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibrarydecorations.pathmorphing.code.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/libraries/decorations/pgfli
brarydecorations.pathmorphing.code.tex))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibrarydecorations.pathreplacing.code.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/libraries/decorations/pgfli
brarydecorations.pathreplacing.code.tex))
\pgfplots@numplots=\count364
\pgfplots@xmin@reg=\dimen257
\pgfplots@xmax@reg=\dimen258
\pgfplots@ymin@reg=\dimen259
\pgfplots@ymax@reg=\dimen260
\pgfplots@zmin@reg=\dimen261
\pgfplots@zmax@reg=\dimen262
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibraryplotmarks.code.tex
File: tikzlibraryplotmarks.code.tex 2008/01/09 v3.0.1a (rcs-revision 1.1)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmar
ks.code.tex
File: pgflibraryplotmarks.code.tex 2015/08/03 v3.0.1a (rcs-revision 1.14)
)))
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgfplots/pgfplotstable.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/pgfplots.revision.tex)
Package: pgfplotstable 2016/01/06 v1.13 Table typesetting and Pretty-printing (
1.13)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable
.code.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable
.coltype.code.tex))
(/usr/local/texlive/2016/texmf-dist/tex/latex/tools/array.sty
Package: array 2014/10/28 v2.4c Tabular extension package (FMi)
\col@sep=\dimen263
\extrarowheight=\dimen264
\NC@list=\toks36
\extratabsurround=\skip77
\backup@length=\skip78
))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplo
ts.polar.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/latex/filecontents/filecontents.sty
Package: filecontents 2011/10/08 v1.3 Create an external file from within a LaT
eX document
)
LaTeX Warning: Overwriting file `./archaeologie_test_pgf.bib'.
\openout15 = `archaeologie_test_pgf.bib'.
Package csquotes Info: Checking for multilingual support...
Package csquotes Info: ... found 'babel' package.
Package csquotes Info: Adjusting default style.
Package csquotes Info: Redefining alias 'default' -> 'ngerman'.
Package biblatex Info: Trying to load language 'ngerman' -> 'archaeologie-ngerm
an'...
Package biblatex Info: ... file 'archaeologie-ngerman.lbx' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/archaeologie/archaeologie-ngerman
.lbx
File: archaeologie-ngerman.lbx 2016/07/15 v2.03 archaeologie -- biblatex for ar
chaeologists, historians and philologists, lbx-Datei
Package biblatex Info: Trying to load language 'ngerman'...
Package biblatex Info: ... file 'ngerman.lbx' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/lbx/ngerman.lbx
File: ngerman.lbx 2016/05/14 v3.4 biblatex localization (PK/JW/AB)
Package biblatex Info: Trying to load language 'german'...
Package biblatex Info: ... file 'german.lbx' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/lbx/german.lbx
File: german.lbx 2016/05/14 v3.4 biblatex localization (PK/JW/AB)
)))
(./archaeologie_test_pgf.aux)
\openout1 = `archaeologie_test_pgf.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 70.
LaTeX Font Info: ... okay on input line 70.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 70.
LaTeX Font Info: ... okay on input line 70.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 70.
LaTeX Font Info: ... okay on input line 70.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 70.
LaTeX Font Info: ... okay on input line 70.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 70.
LaTeX Font Info: ... okay on input line 70.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 70.
LaTeX Font Info: ... okay on input line 70.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 70.
LaTeX Font Info: Try loading font information for TS1+cmr on input line 70.
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/ts1cmr.fd
File: ts1cmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info: ... okay on input line 70.
LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 70.
LaTeX Font Info: ... okay on input line 70.
LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 70.
LaTeX Font Info: Try loading font information for T3+cmr on input line 70.
(/usr/local/texlive/2016/texmf-dist/tex/latex/tipa/t3cmr.fd
File: t3cmr.fd 2001/12/31 TIPA font definitions
)
LaTeX Font Info: ... okay on input line 70.
.................................................
. fontspec info: "setup-math"
.
. Adjusting the maths setup (use [no-math] to avoid this).
.................................................
\symlegacymaths=\mathgroup4
LaTeX Font Info: Overwriting symbol font `legacymaths' in version `bold'
(Font) OT1/cmr/m/n --> OT1/cmr/bx/n on input line 70.
LaTeX Font Info: Redeclaring math accent \acute on input line 70.
LaTeX Font Info: Redeclaring math accent \grave on input line 70.
LaTeX Font Info: Redeclaring math accent \ddot on input line 70.
LaTeX Font Info: Redeclaring math accent \tilde on input line 70.
LaTeX Font Info: Redeclaring math accent \bar on input line 70.
LaTeX Font Info: Redeclaring math accent \breve on input line 70.
LaTeX Font Info: Redeclaring math accent \check on input line 70.
LaTeX Font Info: Redeclaring math accent \hat on input line 70.
LaTeX Font Info: Redeclaring math accent \dot on input line 70.
LaTeX Font Info: Redeclaring math accent \mathring on input line 70.
LaTeX Font Info: Redeclaring math symbol \colon on input line 70.
LaTeX Font Info: Redeclaring math symbol \Gamma on input line 70.
LaTeX Font Info: Redeclaring math symbol \Delta on input line 70.
LaTeX Font Info: Redeclaring math symbol \Theta on input line 70.
LaTeX Font Info: Redeclaring math symbol \Lambda on input line 70.
LaTeX Font Info: Redeclaring math symbol \Xi on input line 70.
LaTeX Font Info: Redeclaring math symbol \Pi on input line 70.
LaTeX Font Info: Redeclaring math symbol \Sigma on input line 70.
LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 70.
LaTeX Font Info: Redeclaring math symbol \Phi on input line 70.
LaTeX Font Info: Redeclaring math symbol \Psi on input line 70.
LaTeX Font Info: Redeclaring math symbol \Omega on input line 70.
LaTeX Font Info: Redeclaring math symbol \mathdollar on input line 70.
LaTeX Font Info: Redeclaring symbol font `operators' on input line 70.
LaTeX Font Info: Encoding `OT1' has changed to `EU1' for symbol font
(Font) `operators' in the math version `normal' on input line 70.
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) OT1/cmr/m/n --> EU1/LinLibertine(0)/m/n on input line 7
0.
LaTeX Font Info: Encoding `OT1' has changed to `EU1' for symbol font
(Font) `operators' in the math version `bold' on input line 70.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/cmr/bx/n --> EU1/LinLibertine(0)/m/n on input line
70.
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) EU1/LinLibertine(0)/m/n --> EU1/LinLibertine(0)/m/n on
input line 70.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
(Font) OT1/cmr/m/it --> EU1/LinLibertine(0)/m/it on input line
70.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
(Font) OT1/cmr/bx/n --> EU1/LinLibertine(0)/bx/n on input line
70.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
(Font) OT1/cmss/m/n --> EU1/LinBiolinum(0)/m/n on input line 7
0.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
(Font) OT1/cmtt/m/n --> EU1/LinLibertine(5)/m/n on input line
70.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) EU1/LinLibertine(0)/m/n --> EU1/LinLibertine(0)/bx/n on
input line 70.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
(Font) OT1/cmr/bx/it --> EU1/LinLibertine(0)/bx/it on input li
ne 70.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
(Font)
Mhh, ich mache gerade ein Update, damit die Paketlisten übereinstimmen. Kannst Du das Beispiel vielleicht noch etwas weiter minimieren? (Können wir auf \addplot[polar comb,blue,mark=none,ultra thick] coordinates {(26.57,1) (34.51,1)};
etc. verzichten? Tritt das Problem nur auf, wenn Du Vitruv zitierst, oder auch andere Quellen aus archaeologie.bib
. Können wir noch ein paar Pakete loswerden? Brauchst Du alle Zitate zur Reproduktion?)
Vereinfacht:
\documentclass[a4paper,ngerman]{scrbook}
\listfiles
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[
backend=biber,
style=archaeologie,
lstabbrv,
lstlocations,
lstpublishers,
initials,
citeauthorformat=full,
]{biblatex}
%%-------------------------
\usepackage{tikz}
\usepackage{pgfplots}
\usetikzlibrary{pgfplots.polar}
\usepackage{filecontents}
\begin{filecontents*}{\jobname.bib}
@Book{Vitr,
author = {Vitruvius},
title = {Zehn Bücher über Architektur},
publisher = WBG,
location = {Darmstadt},
year = {2008},
edition = {6},
origyear = {1964},
origtitle = {De architectura},
origlanguage = {latin},
translator = {Fensterbusch, Curt},
shorthand = {Vitr.},
shortauthor = {Vitruv},
keywords = {ancient},
options = {ancient},
sortshorthand = {Vitr.},
}
\end{filecontents*}
\addbibresource{archaeologie.bib}
\addbibresource{\jobname.bib}
\nocite{Bell2011,Hufschmid2010,Taylor2008}
\begin{document}
\noindent\citeauthor{Bell2011}\\
\citeauthor{Bell2011}\\
\citeauthor{Hufschmid2010}\\
\citeauthor{Hufschmid2010}\\
\citeauthor{Taylor2008}\\
\citeauthor{Taylor2008}\\
\citeauthor{Vitr}
%
\begin{figure}[!htb]
\begin{tikzpicture}[scale=1]
\begin{polaraxis}
\addplot[polar comb] coordinates {(26.57,1) (34.51,1)};
\addlegendentry{%
\citeauthor{Vitr}
\citeauthor{Taylor2008}
}
\end{polaraxis}
\end{tikzpicture}
\end{figure}
\printbibliography
\end{document}
Es macht wohl kein Unterschied, ob ein antiker Autor (option=ancient
) oder ein moderner Autor in der Legend zitiert wird.
Auch mit der Datei tritt der Fehler mit firstfull
auf? (Du bekommst ihn aber auch nur mit firstfull
, gell? full
ist OK?)
Was für einen Fehler bekommst Du genau? In der .log
-Datei von oben fehlte die Fehlermeldung leider.
Macht es einen Unterschied, ob Du das betreffende Werk schon zitiert hast, oder ob es in dem Plot zuerst auftritt?
ne, kein unterschied.
Log von citeauthorformat=firstfull
:
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xelatex 2016.6.28) 28 JUL 2016 15:30
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**archaeologie_test_pgf.tex
(./archaeologie_test_pgf.tex
LaTeX2e <2016/03/31> patch level 2
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrbook.cls
Document Class: scrbook 2016/06/14 v3.21 KOMA-Script document class (book)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrkbase.sty
Package: scrkbase 2016/06/14 v3.21 KOMA-Script package (KOMA-Script-dependent b
asics and keyval usage)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrbase.sty
Package: scrbase 2016/06/14 v3.21 KOMA-Script package (KOMA-Script-independent
basics and keyval usage)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks14
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrlfile.sty
Package: scrlfile 2016/06/14 v3.21 KOMA-Script package (loading files)
Package scrlfile, 2016/06/14 v3.21 KOMA-Script package (loading files)
Copyright (C) Markus Kohm
))) (/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/tocbasic.sty
Package: tocbasic 2016/06/14 v3.21 KOMA-Script package (handling toc-files)
\scr@dte@tocline@numberwidth=\skip41
\scr@dte@tocline@numbox=\box26
)
Package tocbasic Info: omitting babel extension for `toc'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `toc' on input line 132.
Package tocbasic Info: omitting babel extension for `lof'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lof' on input line 133.
Package tocbasic Info: omitting babel extension for `lot'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lot' on input line 134.
Package tocbasic Info: defining new hook before heading of `' on input line 160
2.
Class scrbook Info: File `scrsize11pt.clo' used instead of
(scrbook) file `scrsize11.clo' to setup font sizes on input line 2269
.
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrsize11pt.clo
File: scrsize11pt.clo 2016/06/14 v3.21 KOMA-Script font size class option (11pt
)
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/typearea.sty
Package: typearea 2016/06/14 v3.21 KOMA-Script package (type area)
Package typearea, 2016/06/14 v3.21 KOMA-Script package (type area)
Copyright (C) Frank Neukam, 1992-1994
Copyright (C) Markus Kohm, 1994-
\ta@bcor=\skip42
\ta@div=\count79
Package typearea Info: You've used standard option `a4paper'.
(typearea) This is correct!
(typearea) Internally I'm using `paper=a4'.
(typearea) If you'd like to set the option with \KOMAoptions,
(typearea) you'd have to use `paper=a4' there
(typearea) instead of `a4paper', too.
\ta@hblk=\skip43
\ta@vblk=\skip44
\ta@temp=\skip45
\footheight=\skip46
Package typearea Info: These are the values describing the layout:
(typearea) DIV = 10
(typearea) BCOR = 0.0pt
(typearea) \paperwidth = 597.50793pt
(typearea) \textwidth = 418.25555pt
(typearea) DIV departure = -6%
(typearea) \evensidemargin = 47.2316pt
(typearea) \oddsidemargin = -12.5192pt
(typearea) \paperheight = 845.04694pt
(typearea) \textheight = 595.80026pt
(typearea) \topmargin = -25.16531pt
(typearea) \headheight = 17.0pt
(typearea) \headsep = 20.40001pt
(typearea) \topskip = 11.0pt
(typearea) \footskip = 47.6pt
(typearea) \baselineskip = 13.6pt
(typearea) on input line 1529.
)
\c@part=\count80
\c@chapter=\count81
\c@section=\count82
\c@subsection=\count83
\c@subsubsection=\count84
\c@paragraph=\count85
\c@subparagraph=\count86
\scr@dte@part@maxnumwidth=\skip47
\scr@dte@chapter@maxnumwidth=\skip48
\scr@dte@section@maxnumwidth=\skip49
\scr@dte@subsection@maxnumwidth=\skip50
\scr@dte@subsubsection@maxnumwidth=\skip51
\scr@dte@paragraph@maxnumwidth=\skip52
\scr@dte@subparagraph@maxnumwidth=\skip53
LaTeX Info: Redefining \textsubscript on input line 4782.
\abovecaptionskip=\skip54
\belowcaptionskip=\skip55
\c@pti@nb@sid@b@x=\box27
\c@figure=\count87
\c@table=\count88
Class scrbook Info: Redefining `\numberline' on input line 5813.
\bibindent=\dimen102
) (/usr/local/texlive/2016/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2016/06/19 v1.99m Standard LaTeX package
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2016/06/19 v1.99m Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 48.
))
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2015/03/17 v1.2c Input encoding file
\inpenc@prehook=\toks15
\inpenc@posthook=\toks16
Package inputenc Warning: inputenc package ignored with utf8 based engines.
) (/usr/local/texlive/2016/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2016/04/23 3.9r The Babel package
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel-german/ngerman.ldf
Language: ngerman 2013/12/13 v2.7 German support for babel (new orthography)
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel-german/ngermanb.ldf
Language: ngermanb 2013/12/13 v2.7 German support for babel (new orthography)
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2016/04/23 3.9r Babel common definitions
\babel@savecnt=\count89
\U@D=\dimen103
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel/xebabel.def))
\l@naustrian = a dialect from \language\l@ngerman
\l@nswissgerman = a dialect from \language\l@ngerman
Package babel Info: Making " an active character on input line 88.
)))
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/biblatex.sty
Package: biblatex 2016/05/14 v3.4 programmable bibliographies (PK/JW/AB)
(/usr/local/texlive/2016/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2013/04/04 v0.2 Provides if(tex) conditional for PDFTeX, XeTeX,
and LuaTeX
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2016/05/21 v0.22 Utility functions of pdfTeX for LuaTeX (HO
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO)
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2016/05/16 v1.4 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2016/05/14 v3.1 Provides the ifpdf switch
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: pdfTeX >= 1.30 not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode not found.
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2015/08/02 v2.2a e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count90
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2016/05/16 v1.17 Key value parser (HO)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
Package etexcmds Info: Could not find \expanded.
(etexcmds) That can mean that you are not using pdfTeX 1.50 or
(etexcmds) that some package has redefined \expanded.
(etexcmds) In the latter case, load this package earlier.
)))
(/usr/local/texlive/2016/texmf-dist/tex/latex/logreq/logreq.sty
Package: logreq 2010/08/04 v1.0 xml request logger
\lrq@indent=\count91
(/usr/local/texlive/2016/texmf-dist/tex/latex/logreq/logreq.def
File: logreq.def 2010/08/04 v1.0 logreq spec v1.0
))
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/xstring/xstring.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/xstring/xstring.tex
\@xs@message=\write3
\integerpart=\count92
\decimalpart=\count93
)
Package: xstring 2013/10/13 v1.7c String manipulations (C Tellechea)
)
\c@tabx@nest=\count94
\c@listtotal=\count95
\c@listcount=\count96
\c@liststart=\count97
\c@liststop=\count98
\c@citecount=\count99
\c@citetotal=\count100
\c@multicitecount=\count101
\c@multicitetotal=\count102
\c@instcount=\count103
\c@maxnames=\count104
\c@minnames=\count105
\c@maxitems=\count106
\c@minitems=\count107
\c@citecounter=\count108
\c@savedcitecounter=\count109
\c@uniquelist=\count110
\c@uniquename=\count111
\c@refsection=\count112
\c@refsegment=\count113
\c@maxextratitle=\count114
\c@maxextratitleyear=\count115
\c@maxextrayear=\count116
\c@maxextraalpha=\count117
\c@abbrvpenalty=\count118
\c@highnamepenalty=\count119
\c@lownamepenalty=\count120
\c@maxparens=\count121
\c@parenlevel=\count122
\blx@tempcnta=\count123
\blx@tempcntb=\count124
\blx@tempcntc=\count125
\blx@maxsection=\count126
\blx@maxsegment@0=\count127
\blx@notetype=\count128
\blx@parenlevel@text=\count129
\blx@parenlevel@foot=\count130
\blx@sectionciteorder@0=\count131
\labelnumberwidth=\skip56
\labelalphawidth=\skip57
\biblabelsep=\skip58
\bibitemsep=\skip59
\bibnamesep=\skip60
\bibinitsep=\skip61
\bibparsep=\skip62
\bibhang=\skip63
\blx@bcfin=\read1
\blx@bcfout=\write4
\c@mincomprange=\count132
\c@maxcomprange=\count133
\c@mincompwidth=\count134
Package biblatex Info: Trying to load biblatex default data model...
Package biblatex Info: ... file 'blx-dm.def' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/blx-dm.def)
Package biblatex Info: Trying to load biblatex style data model...
Package biblatex Info: ... file 'archaeologie.dbx' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/archaeologie/archaeologie.dbx
File: archaeologie.dbx 2016/07/15 v2.03 archaeologie -- biblatex for archaeolog
ists, historians and philologists, dbx-Datei
)
Package biblatex Info: Trying to load biblatex custom data model...
Package biblatex Info: ... file 'biblatex-dm.cfg' not found.
\c@afterword=\count135
\c@savedafterword=\count136
\c@annotator=\count137
\c@savedannotator=\count138
\c@author=\count139
\c@savedauthor=\count140
\c@bookauthor=\count141
\c@savedbookauthor=\count142
\c@commentator=\count143
\c@savedcommentator=\count144
\c@editor=\count145
\c@savededitor=\count146
\c@editora=\count147
\c@savededitora=\count148
\c@editorb=\count149
\c@savededitorb=\count150
\c@editorc=\count151
\c@savededitorc=\count152
\c@foreword=\count153
\c@savedforeword=\count154
\c@holder=\count155
\c@savedholder=\count156
\c@introduction=\count157
\c@savedintroduction=\count158
\c@namea=\count159
\c@savednamea=\count160
\c@nameb=\count161
\c@savednameb=\count162
\c@namec=\count163
\c@savednamec=\count164
\c@translator=\count165
\c@savedtranslator=\count166
\c@shortauthor=\count167
\c@savedshortauthor=\count168
\c@shorteditor=\count169
\c@savedshorteditor=\count170
\c@ineditor=\count171
\c@savedineditor=\count172
\c@intranslator=\count173
\c@savedintranslator=\count174
\c@inannotator=\count175
\c@savedinannotator=\count176
\c@incommentator=\count177
\c@savedincommentator=\count178
\c@inintroduction=\count179
\c@savedinintroduction=\count180
\c@inforeword=\count181
\c@savedinforeword=\count182
\c@inafterword=\count183
\c@savedinafterword=\count184
\c@labelname=\count185
\c@savedlabelname=\count186
\c@institution=\count187
\c@savedinstitution=\count188
\c@lista=\count189
\c@savedlista=\count190
\c@listb=\count191
\c@savedlistb=\count192
\c@listc=\count193
\c@savedlistc=\count194
\c@listd=\count195
\c@savedlistd=\count196
\c@liste=\count197
\c@savedliste=\count198
\c@listf=\count199
\c@savedlistf=\count266
\c@location=\count267
\c@savedlocation=\count268
\c@organization=\count269
\c@savedorganization=\count270
\c@origlocation=\count271
\c@savedoriglocation=\count272
\c@origpublisher=\count273
\c@savedorigpublisher=\count274
\c@publisher=\count275
\c@savedpublisher=\count276
\c@language=\count277
\c@savedlanguage=\count278
\c@pageref=\count279
\c@savedpageref=\count280
\shorthandwidth=\skip64
\shortjournalwidth=\skip65
\shortserieswidth=\skip66
\shorttitlewidth=\skip67
\shortauthorwidth=\skip68
\shorteditorwidth=\skip69
Package biblatex Info: Trying to load compatibility code...
Package biblatex Info: ... file 'blx-compat.def' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/blx-compat.def
File: blx-compat.def 2016/05/14 v3.4 biblatex compatibility (PK/JW/AB)
)
Package biblatex Info: Trying to load generic definitions...
Package biblatex Info: ... file 'biblatex.def' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/biblatex.def
File: biblatex.def 2016/05/14 v3.4 biblatex compatibility (PK/JW/AB)
\c@textcitecount=\count281
\c@textcitetotal=\count282
\c@textcitemaxnames=\count283
\c@biburlnumpenalty=\count284
\c@biburlucpenalty=\count285
\c@biburllcpenalty=\count286
\c@smartand=\count287
)
Package biblatex Info: Trying to load bibliography style 'archaeologie'...
Package biblatex Info: ... file 'archaeologie.bbx' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/archaeologie/archaeologie.bbx
File: archaeologie.bbx 2016/07/15 v2.03 archaeologie -- biblatex for archaeolog
ists, historians and philologists, bbx-file
Package biblatex Info: Trying to load bibliography style 'standard'...
Package biblatex Info: ... file 'standard.bbx' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/bbx/standard.bbx
File: standard.bbx 2016/05/14 v3.4 biblatex bibliography style (PK/JW/AB)
\c@bbx:relatedcount=\count288
\c@bbx:relatedtotal=\count289
)
\arch@labelbox=\box28
\labwidthsameline=\skip70
)
Package biblatex Info: Trying to load citation style 'archaeologie'...
Package biblatex Info: ... file 'archaeologie.cbx' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/archaeologie/archaeologie.cbx
File: archaeologie.cbx 2016/07/15 v2.03 archaeologie -- biblatex for archaeolog
ists, historians and philologists, cbx-Datei
Package biblatex Info: Redefining '\cite'.
Package biblatex Info: Redefining '\textcite'.
Package biblatex Info: Redefining '\parencite'.
Package biblatex Info: Redefining '\cites'.
Package biblatex Info: Redefining '\parencites'.
Package biblatex Info: Redefining '\textcites'.
Package biblatex Info: Redefining '\citeauthor'.
Package biblatex Info: Redefining '\citetitle'.
)
Package biblatex Info: Trying to load configuration file...
Package biblatex Info: ... file 'biblatex.cfg' found.
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/biblatex.cfg
File: biblatex.cfg
))
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.te
x
\pgfutil@everybye=\toks17
\pgfutil@tempdima=\dimen104
\pgfutil@tempdimb=\dimen105
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-li
sts.tex))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
\pgfutil@abb=\box29
(/usr/local/texlive/2016/texmf-dist/tex/latex/ms/everyshi.sty
Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
Package: pgfrcs 2015/08/07 v3.0.1a (rcs-revision 1.31)
))
Package: pgf 2015/08/07 v3.0.1a (rcs-revision 1.15)
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2016/07/10 v1.0t Standard LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: xetex.def on input line 99.
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-def/xetex.def
File: xetex.def 2016/07/11 v4.10 LaTeX color/graphics driver for XeTeX (L3/RRM/
JK)
))
\Gin@req@height=\dimen106
\Gin@req@width=\dimen107
)
(/usr/local/texlive/2016/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
Package: pgfsys 2014/07/09 v3.0.1a (rcs-revision 1.48)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
\pgfkeys@pathtoks=\toks18
\pgfkeys@temptoks=\toks19
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.c
ode.tex
\pgfkeys@tmptoks=\toks20
))
\pgf@x=\dimen108
\pgf@y=\dimen109
\pgf@xa=\dimen110
\pgf@ya=\dimen111
\pgf@xb=\dimen112
\pgf@yb=\dimen113
\pgf@xc=\dimen114
\pgf@yc=\dimen115
\w@pgf@writea=\write5
\r@pgf@reada=\read2
\c@pgf@counta=\count290
\c@pgf@countb=\count291
\c@pgf@countc=\count292
\c@pgf@countd=\count293
\t@pgf@toka=\toks21
\t@pgf@tokb=\toks22
\t@pgf@tokc=\toks23
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
File: pgf.cfg 2008/05/14 (rcs-revision 1.7)
)
Driver file for pgf: pgfsys-xetex.def
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.de
f
File: pgfsys-xetex.def 2014/07/09 (rcs-revision 1.11)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx
.def
File: pgfsys-dvipdfmx.def 2014/07/09 (rcs-revision 1.14)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-p
df.def
File: pgfsys-common-pdf.def 2013/10/10 (rcs-revision 1.13)
)
\pgfsys@objnum=\count294
)))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.
code.tex
File: pgfsyssoftpath.code.tex 2013/09/09 (rcs-revision 1.9)
\pgfsyssoftpath@smallbuffer@items=\count295
\pgfsyssoftpath@bigbuffer@items=\count296
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.
code.tex
File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
)) (/usr/local/texlive/2016/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Driver file: xetex.def on input line 225.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348.
Package xcolor Info: Model `RGB' extended on input line 1364.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371.
)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
Package: pgfcore 2010/04/11 v3.0.1a (rcs-revision 1.7)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
\pgfmath@dimen=\dimen116
\pgfmath@count=\count297
\pgfmath@box=\box30
\pgfmath@toks=\toks24
\pgfmath@stack@operand=\toks25
\pgfmath@stack@operatio
ja, nur bei firstfull
, full
ist kein problem
Mhh es scheint mir so, als würde github die Datei beschneiden. In dem log oben ist auch keine Fehlermeldung zu sehen. Kopier mal nur den Teil mit der Fehlermeldung (das ist dann auch übersichtlicher).
Kann man das Beispiel oben noch weiter vereinfachen, wenn man alle \citeauthor
s außer dem in dem Plot weglässt? Kannst Du auch eine andere Quelle aus archaeologie.bib
zitieren, sodass wir kein filecontents
mehr brauchen? Tritt der Fehler nur in der Legende oder auch an anderen Stellen im Plot auf?
Mit diesem MWE läuft es durch:
\documentclass[a4paper,ngerman]{scrbook}
\listfiles
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[
backend=biber,
style=archaeologie,
citeauthorformat=firstfull,
]{biblatex}
%%-------------------------
\usepackage{tikz}
\usepackage{pgfplots}
\usetikzlibrary{pgfplots.polar}
\addbibresource{archaeologie.bib}
\begin{document}
\begin{figure}[!htb]
\begin{tikzpicture}
\begin{polaraxis}
\addplot[polar comb] coordinates {(26.57,1) (34.51,1)};
\addlegendentry{%
\citeauthor{Apul:met}
\citeauthor{Taylor2008}
}
\end{polaraxis}
\end{tikzpicture}
\end{figure}
\end{document}
aha - aber sobald \citeauthor{Apul:met}
zuvor auftaucht (vor dem Bild), gibt es einen Fehler.
Aha! Kannst Du das mit anderen Quellen nachvollziehen? Und wird das Problem oben auch beseitigt, sofern die Quelle zuerst im Plot zitiert wird?
Package pgfplots Warning: running in backwards compatibility mode (unsuitable t
ick labels; missing features). Consider writing \pgfplotsset{compat=1.13} into
your preamble.
on input line 16.
! Extra \else.
\pgfplots@createlegend ...ndpgfplotsonlayer \else
\t@pgfplots@toka =\expanda...
l.27 ^^I\end{polaraxis}
Gleicher Fehler, wenn ich zuvor \citeauthor{Taylor2008}
zitiere.
Wenn Du in das MWE oben den Code
\DeclareNameFormat{citeauthor}{%
\cbx@ifnameseen{\thefield{hash}}
{A}
{B\cbx@nameseen{\thefield{hash}}}%
\usebibmacro{name:andothers}}
einbaust tritt das Problem dann noch auf?
was ist mit
\DeclareNameFormat{citeauthor}{%
\cbx@ifnameseen{\thefield{hash}}
{\ifnum\value{uniquename}=2
A
\else
B
\fi}
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiven}
{\namepartprefix}
{\namepartsuffix}%
\cbx@nameseen{\thefield{hash}}}%
\usebibmacro{name:andothers}}
Fehler, wenn
\documentclass[a4paper,ngerman]{scrbook}
\listfiles
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[
backend=biber,
style=archaeologie,
citeauthorformat=firstfull,
]{biblatex}
\DeclareNameFormat{citeauthor}{%
\cbx@ifnameseen{\thefield{hash}}
{A}
{B\cbx@nameseen{\thefield{hash}}}%
\usebibmacro{name:andothers}}
%%-------------------------
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=1.13}
\usetikzlibrary{pgfplots.polar}
\addbibresource{archaeologie.bib}
\begin{document}
%\citeauthor{Apul:met}
\citeauthor{Taylor2008}
\begin{figure}[!htb]
\begin{tikzpicture}
\begin{polaraxis}
\addplot[polar comb] coordinates {(26.57,1) (34.51,1)};
\addlegendentry{%
\citeauthor{Apul:met}
\citeauthor{Taylor2008}
}
\end{polaraxis}
\end{tikzpicture}
\end{figure}
\end{document}
--->>>>
! Undefined control sequence.
\blx@theformat #1->\cbx
@ifnameseen{\thefield {hash}} {A} {B\cbx @nameseen{\...
l.25 \citeauthor{Taylor2008}
Beim anderen, Fehler:
! Undefined control sequence.
\blx@theformat #1->\cbx
@ifnameseen{\thefield {hash}} {\ifnum \value {unique...
l.34 \citeauthor{Taylor2008}
Die Log-Datei bricht ab bei:
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmar
ks.code.tex
File: pgflibraryplotmarks.code.tex 2015/08/03 v3.0.1a (rcs-revision 1.14)
)))
(/usr/local/texlive/2016/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplo
ts.polar.code.tex)
Package biblatex Info: Trying to load langue
Ach rubbish! Ich habe vergessen, dass Du die Blöcke in \makeatletter
/\makeatother
einpacken musst:
\makeatletter
\DeclareNameFormat{citeauthor}{%
\cbx@ifnameseen{\thefield{hash}}
{A}
{B\cbx@nameseen{\thefield{hash}}}%
\usebibmacro{name:andothers}}
\makeatother
aha! Läuft!
beides!
OK. Was ist mit
\makeatletter
\DeclareNameFormat{citeauthor}{%
\cbx@ifnameseen{\thefield{hash}}
{\ifnum\value{uniquename}=2
A
\else
\ifuseprefix
{B}
{C}%
\fi}
{D\cbx@nameseen{\thefield{hash}}}%
\usebibmacro{name:andothers}}
\makeatother
Läuft
Und
\makeatletter
\DeclareNameFormat{citeauthor}{%
\cbx@ifnameseen{\thefield{hash}}
{\ifnum\value{uniquename}=2
\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiven}
{\namepartprefix}
{\namepartsuffix}%
\else
\ifuseprefix
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiveni}
{\namepartprefix}
{\namepartsuffixi}}
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiveni}
{\namepartprefixi}
{\namepartsuffixi}}%
\fi}
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiven}
{\namepartprefix}
{\namepartsuffix}%
\cbx@nameseen{\thefield{hash}}}%
\usebibmacro{name:andothers}}
\makeatother
Läuft!!!
Was? Das ist der Code aus archaeologie.cbx
. Wenn Du den Code jetzt löschst, was ist dann? Kommt dann der Fehler wieder?
Fehler :( Wie zuvor.
liegt es dann an dem \def\cbx@arch@citeauthorformat@firstfull{%
sonst gab es ja keinen Unterschied.
\documentclass[a4paper,ngerman]{scrbook}
\listfiles
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[
backend=biber,
style=archaeologie,
citeauthorformat=firstfull,
]{biblatex}
\makeatletter
%\def\cbx@arch@citeauthorformat@firstfull{%
\DeclareNameFormat{citeauthor}{%
\cbx@ifnameseen{\thefield{hash}}
{\ifnum\value{uniquename}=2
\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiven}
{\namepartprefix}
{\namepartsuffix}%
\else
\ifuseprefix
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiveni}
{\namepartprefix}
{\namepartsuffixi}}
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiveni}
{\namepartprefixi}
{\namepartsuffixi}}%
\fi}
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiven}
{\namepartprefix}
{\namepartsuffix}%
\cbx@nameseen{\thefield{hash}}}%
\usebibmacro{name:andothers}}
% }
\makeatother
%%-------------------------
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=1.13}
\usetikzlibrary{pgfplots.polar}
\addbibresource{archaeologie.bib}
\begin{document}
\citeauthor{Apul:met}
\citeauthor{Taylor2008}
\begin{figure}[!htb]
\begin{tikzpicture}
\begin{polaraxis}
\addplot[polar comb] coordinates {(26.57,1) (34.51,1)};
\addlegendentry{%
\citeauthor{Apul:met}
\citeauthor{Taylor2008}
}
\end{polaraxis}
\end{tikzpicture}
\end{figure}
\end{document}
So gibt es keinen Fehler, aber sobald ich Zeile 13 und 42 wieder aktiviere, hab ich den Fehler.
Mysteriös... Ich kann mir irgendwie nicht vorstellen, warum das ge-@
-te böse sein sollte.
Was ist mit
\DeclareNameFormat{citeauthor:fancy}{%
\cbx@ifnameseen{\thefield{hash}}
{\ifnum\value{uniquename}=2
\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiven}
{\namepartprefix}
{\namepartsuffix}%
\else
\ifuseprefix
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiveni}
{\namepartprefix}
{\namepartsuffixi}}
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiveni}
{\namepartprefixi}
{\namepartsuffixi}}%
\fi}
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiven}
{\namepartprefix}
{\namepartsuffix}%
\cbx@nameseen{\thefield{hash}}}%
\usebibmacro{name:andothers}}
\def\cbx@arch@citeauthorformat@firstfull{%
\DeclareNameAlias{citeauthor}{citeauthor:fancy}}
Fehler. Hilft dir ein Direktzugriff auf mein System (TeamViewer)?
Direktzugriff macht mein Rechner/Internet wohl nicht mit.
Fehler.
Sorry, vergiss die Frage von eben. Was ist wenn Du den Code
\DeclareNameFormat{citeauthor:fancy}{%
\cbx@ifnameseen{\thefield{hash}}
{\ifnum\value{uniquename}=2
\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiven}
{\namepartprefix}
{\namepartsuffix}%
\else
\ifuseprefix
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiveni}
{\namepartprefix}
{\namepartsuffixi}}
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiveni}
{\namepartprefixi}
{\namepartsuffixi}}%
\fi}
{\usebibmacro{name:given-family}
{\namepartfamily}
{\namepartgiven}
{\namepartprefix}
{\namepartsuffix}%
\cbx@nameseen{\thefield{hash}}}%
\usebibmacro{name:andothers}}
\def\cbx@arch@citeauthorformat@firstfull{%
\DeclareNameAlias{citeauthor}{citeauthor:fancy}}
in die .cbx
packst statt dem \def\cbx@arch@citeauthorformat@firstfull{
?
Das funktioniert.
Na, dann ist das doch eine Lösung? Auch wenn ich keine Ahnung habe, warum.
In allen Testdokumenten habe ich für
citeauthorformat=firstfull
keinen Fehler entdeckt; dafür jetzt jedoch in meiner Dissertation.Als Fehlermeldung erhalte ich:
Es liegt wohl daran, dass ich mit
include
-Dateien arbeite und dass TeX nicht weiß, ob der Name schonmal verwendet wurde?! Also an der Zeile\cbx@ifnameseen{\thefield{hash}}
in dercbx
?Alle anderen Formate
full, family, initials
funktionieren ohne Probleme.Bei http://tex.stackexchange.com/a/46469/98739 wird
eingebaut. Aber ich weiß nicht, ob das die Lösung ist, da der Code <
biblatex 3.4
ist. Hast du eine Idee, @moewew ?