TikZ externalisieren läuft ins Leere Thema ist als GELÖST markiert

Tabellen und Grafiken erstellen und anordnen


Hewitt

TikZ externalisieren läuft ins Leere

Beitrag von Hewitt »

Guten Abend zusammen,

ich habe das bekannte Problem eines voll laufenden Speichers (z.B. hier https://texwelt.de/fragen/7824/pgfplot- ... y-exceeded) dadurch versucht zu lösen, dass ich den Speicher wie folgt erhöht habe: https://florian-rappl.de/Articles/Page/239/latex-memory

Außerdem habe ich in der Präambel folgendes hinzugefügt:

\usepgfplotslibrary{external}
 \usepackage{pdfpages}
 \tikzexternalize[shell escape=-enable-write18,optimize command away=\includepdf]
\tikzexternalize{main}

Daraufhin erhielt ich die Fehlermeldung:

! Package tikz Error: Sorry, the system call 'pdflatex -halt-on-error -interact
ion=batchmode -jobname "main-figure2" "main"' did NOT result in a usable output
file 'main-figure2' (expected one of .pdf:.jpg:.jpeg:.png:). Please verify that you have enabled system calls. For pdflatex, this is 'pdflatex -shell-escape'

...und habe in der Konfiguration des TeXMakers entsprechend bei den Commands für PdfLaTeX

pdflatex -shell-escape

eingetragen. Nun bekomme ich zwar keine unmittelbare Fehlermeldung mehr, aber der Kompilierungsprozess findet kein Ende bzw. scheint ins Leere zu laufen.

Ist an der grundsätzliches Vorgehensweise etwas falsch? Falsch nicht, würde ich dann ein Minimalbeispiel posten.

Danke euch schonmal.


gast

Re: TikZ externalisieren läuft ins Leere

Beitrag von gast »

Wenn eine einzelne TIkZ-Grafik zu groß ist, dass der Speicher nicht reicht, dann nützt auch externalize nichts, weil da ja auch wieder nur ein pdflatex-Lauf stattfindet. externalize ist daher nur sehr eingeschränkt tauglich, um Speicherprobleme zu lösen. Es taugt viel eher dazu, die Kompilierzeit während der Entwicklung zu reduzieren, weil ungeänderte TikZ-Bilder dann nicht jedes Mal neu gerendert werden müssen.

Was dagegen hilft, ist der Wechsel zu lualatex. LuaTeX alloziert Speicher dynamisch. Der geht daher erst aus, wenn das System keinen mehr bereitstellen kann. Grundsätzlich sei allen TikZ-Anwendern und vor allem allen pgfplots-Anwendern der Wechsel zu lualatex nahe gelegt. Diverse Berechnungen sind damit schneller, Speicherprobleme sind selten, manches ist überhaupt nur damit möglich.

Auch abseits von TikZ bietet LuaLaTeX diverse Möglichkeiten, die mit PDFLaTeX nicht oder nur als Krücke funktionieren.


Hewitt

Re: TikZ externalisieren läuft ins Leere

Beitrag von Hewitt »

Danke für den Hinweis. Ich habe versucht im Texmaker nun mein Projekt mit LuaLaTeX zu kompilieren. Dabei erhalte ich leider eine ähnliche Fehlermeldung wie zuvor mit PDFLaTeX:

! Package tikz Error: Sorry, the system call 'lualatex -halt-on-error -interact
ion=batchmode -jobname "main-figure2" "main"' did NOT result in a usable output
file 'main-figure2' (expected one of .pdf:.jpg:.jpeg:.png:). Please verify tha
t you have enabled system calls.


Hewitt

Re: TikZ externalisieren läuft ins Leere

Beitrag von Hewitt »

Das Problem mit einem Minimalbeispiel ist hierbei, dass der Fehler eventuell in der Konfiguration liegt (dachte ich zumindest). Besagtes Problem ist ein Jahresdatensatz mit 363 Einzelwerten, der als Grafik dargstellt wird und folgende Struktur besitzt:

 \begin{tikzpicture}
\begin{axis}[
            date coordinates in=x,
            date ZERO=2013-01-01
            xmin=2013-01-01,
            xmax=2013-12-29,
            xtick distance=0.125,
            xticklabel style={
                rotate=90,
                anchor=near xticklabel,
            },
            xticklabel=.\year-\month-\day,
        ]
   \addplot coordinates {
(2013-01-01,4)
... %Hier sind alle Werte nacheinander aufgeführt
(2013-12-29,2)
   };
  \end{axis}
\end{tikzpicture}

Die Grafik ist eine eigene Datei, die später per Input in das Projekt eingefügt wird (Liste der eingebundenen Pakete habe ich gekürzt):

\documentclass[12pt,twoside]{report}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\graphicspath{ {images/} }
\usepackage{caption}
\usepackage{subcaption}
\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm,bindingoffset=6mm]{geometry}
\usepackage{csquotes}
\usepackage[locale=DE]{siunitx}
\usepackage{chngcntr}
\DeclareLanguageMapping{ngerman}{ngerman-apa}
\DefineBibliographyStrings{ngerman}{andothers={et al\adddot}}
\usepackage{tikz}
\usepackage{pgf-pie}
\usepackage{pgfplots}
\usepgfplotslibrary{dateplot}
\usepgfplotslibrary{external}
 \usepackage{pdfpages}
 \tikzexternalize[shell escape=-enable-write18,optimize command away=\includepdf]
\tikzexternalize{main}
\pgfplotsset{compat=1.8}
\pgfplotsset{compat=newest,compat/show suggested version=false}
\usepackage{luatex85,shellesc}
....

\begin{document}
....
[b]\chapter{Kapitel mit Grafik}
\input{chapters/Grafik}[/b]
....
\end{document}

Benutzeravatar
u_fischer
Forum-Meister
Forum-Meister
Beiträge: 4266
Registriert: Do 22. Nov 2012, 11:09
Kontaktdaten:

Re: TikZ externalisieren läuft ins Leere

Beitrag von u_fischer »

Hewitt hat geschrieben:
Mo 21. Dez 2020, 19:29

Das Problem mit einem Minimalbeispiel ist hierbei, dass der Fehler eventuell in der Konfiguration liegt (dachte ich zumindest).

Wieso ist das ein Problem für das Minimalbeispiel? Entweder das Beispiel scheitert bei mir auch, dann kann ich versuchen rauszufinden, warum. Oder es scheitert nur bei dir, dann kann man versuchen rauszufinden, welche Unterschiede es zwischen den Systemen gibt, indem man z.B. die log-Dateien vergleicht. Aber ohne Beispiel zum Testen kann, kann man gar nichts machen.


Hewitt

Re: TikZ externalisieren läuft ins Leere

Beitrag von Hewitt »

Ja, das ist natürlich richtig. Folgendes ist das Minimalbeispiel für mein Problem:

\documentclass[12pt,twoside]{report}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usepackage{pgfplots}
\usepgfplotslibrary{dateplot}
\usepgfplotslibrary{external}
\tikzexternalize[shell escape=-enable-write18,optimize command away=\includepdf]
\tikzexternalize{main}
\usepackage{luatex85,shellesc}
\usepackage{wrapfig}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
            date coordinates in=x,
            date ZERO=2013-01-01,
            xmin=2013-01-01,
            xmax=2013-12-29,
            xtick distance=0.125,
            xticklabel style={
                rotate=90,
                anchor=near xticklabel,
            },
            % set the label style of the `xtick's
            xticklabel=.\year-\month-\day,
        ]
   \addplot coordinates {
(2013-01-01,1)
(2013-12-29,2)
   };
  \end{axis}
\end{tikzpicture}
\end{document}

Wenn ich dieses Dokument sogar nur mit zwei Datenpunkten (anstatt 360) in Texmaker (5.04) mit LuaLaTeX kompiliere, erhalte ich folgende Fehlermeldung:

! Package tikz Error: Sorry, the system call 'lualatex -halt-on-error -interact
ion=batchmode -jobname "Statistik2013-figure0" "Statistik2013"' did NOT result in
a usable output file 'Statistik2013-figure0' (expected one of .pdf:.jpg:.jpeg:.
png:). Please verify that you have enabled system calls. For pdflatex, this is
'pdflatex -shell-escape'. Sometimes it is also named 'write 18' or something li
ke that. Or maybe the command simply failed? Error messages can be found in 'Be
legung2019-figure0.log'. If you continue now, I'll try to typeset the picture.
See the tikz package documentation for explanation.

Frohe Weihnachten allen!


Benutzeravatar
u_fischer
Forum-Meister
Forum-Meister
Beiträge: 4266
Registriert: Do 22. Nov 2012, 11:09
Kontaktdaten:

Re: TikZ externalisieren läuft ins Leere

Beitrag von u_fischer »

Zeige die vollständige log-Datei.


Hewitt

Re: TikZ externalisieren läuft ins Leere

Beitrag von Hewitt »

Achtung, ist lang...

This is LuaHBTeX, Version 1.12.0 (MiKTeX 20.11) (format=lualatex 2020.12.20) 23 DEC 2020 14:13
restricted system commands enabled.
**Statistik2013.tex
(./Statistik2013.tex
LaTeX2e <2020-10-01> patch level 2
Lua module: luaotfload-main 2020-09-02 3.15 luaotfload entry point
Lua module: luaotfload-init 2020-09-02 3.15 luaotfload submodule / initializatio
n
Lua module: lualibs 2020-08-31 2.72 ConTeXt Lua standard libraries.
Lua module: lualibs-extended 2020-08-31 2.72 ConTeXt Lua libraries -- extended c
ollection.
Lua module: luaotfload-log 2020-09-02 3.15 luaotfload submodule / logging
Lua module: luaotfload-parsers 2020-09-02 3.15 luaotfload submodule / parsers
Lua module: luaotfload-configuration 2020-09-02 3.15 luaotfload submodule / conf
ig file reader
luaotfload | conf : Root cache directory is "C:/Users/.../AppData/Local/MiKTeX
/2.9/luatex-cache/generic/names".
luaotfload | init : Loading fontloader "fontloader-2020-08-31.lua" from kpse-res
olved path "C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/luatex/luaotflo
ad/fontloader-2020-08-31.lua".
Lua-only attribute luaotfload@noligature = 1
Lua-only attribute luaotfload@syllabe = 2
luaotfload | init : Context OpenType loader version 0x1.8e353f7ced917p+1
Lua module: luaotfload-fallback 2020-09-02 3.15 luaotfload submodule / fallback
Lua module: luaotfload-multiscript 2020-09-02 3.15 luaotfload submodule / multis
cript
Lua module: luaotfload-script 2020-09-02 3.15 luaotfload submodule / Script help
ers
Inserting `luaotfload.node_processor' at position 1 in `pre_linebreak_filter'.
Inserting `luaotfload.node_processor' at position 1 in `hpack_filter'.
Inserting `luaotfload.glyph_stream' at position 1 in `glyph_stream_provider'.
Lua module: luaotfload-loaders 2020-09-02 3.15 luaotfload submodule / callback h
andling
Inserting `luaotfload.define_font' at position 1 in `define_font'.
Lua module: luaotfload-database 2020-09-02 3.15 luaotfload submodule / database
Lua module: luaotfload-unicode 2020-09-02 3.15 luaotfload submodule / Unicode he
lpers
Lua module: luaotfload-colors 2020-09-02 3.15 luaotfload submodule / color
Lua-only attribute luaotfload_color_attribute = 3
Lua module: luaotfload-resolvers 2020-09-02 3.15 luaotfload submodule / resolver
s
luaotfload | conf : Root cache directory is "C:/Users/.../AppData/Local/MiKTeX
/2.9/luatex-cache/generic/names".
Lua module: luaotfload-features 2020-09-02 3.15 luaotfload submodule / features
Lua module: luaotfload-harf-define 2020-09-02 3.15 luaotfload submodule / HarfBu
zz font loading
Inserting `luaotfload.harf.strip_prefix' at position 1 in `find_opentype_file'.
Inserting `luaotfload.harf.strip_prefix' at position 1 in `find_truetype_file'.
Lua module: luaotfload-harf-plug 2020-09-02 3.15 luaotfload submodule / HarfBuzz
shaping
Inserting `Harf pre_output_filter callback' at position 1 in `pre_output_filter'
.
Inserting `Harf wrapup_run callback' at position 1 in `wrapup_run'.
Inserting `Harf finish_pdffile callback' at position 1 in `finish_pdffile'.
Inserting `Harf glyph_info callback' at position 1 in `glyph_info'.
Lua module: luaotfload-letterspace 2020-09-02 3.15 luaotfload submodule / letter
spacing
Lua module: luaotfload-embolden 2020-09-02 3.15 luaotfload submodule / embolden
Lua module: luaotfload-notdef 2020-09-02 3.15 luaotfload submodule / notdef
Lua module: luaotfload-suppress 2020-09-02 3.15 luaotfload submodule / suppress
Lua module: luaotfload-szss 2020-09-02 3.15 luaotfload submodule / Special featu
re handling
Lua module: luaotfload-auxiliary 2020-09-02 3.15 luaotfload submodule / auxiliar
y functions
Inserting `luaotfload.aux.set_sscale_dimens' at position 1 in `luaotfload.patch_
font'.
Inserting `luaotfload.aux.set_font_index' at position 2 in `luaotfload.patch_fon
t'.
Inserting `luaotfload.aux.patch_cambria_domh' at position 3 in `luaotfload.patch
_font'.
Inserting `luaotfload.aux.fixup_fontdata' at position 1 in `luaotfload.patch_fon
t_unsafe'.
Inserting `luaotfload.aux.set_capheight' at position 4 in `luaotfload.patch_font
'.
Inserting `luaotfload.aux.set_xheight' at position 5 in `luaotfload.patch_font'.
Lua module: luaotfload-tounicode 2020-09-02 3.15 luaotfload submodule / tounicod
e
Inserting `luaotfload.rewrite_fontname' at position 6 in `luaotfload.patch_font'
. L3 programming layer <2020-10-27> xparse <2020-03-03>
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/base/report.cls"
Document Class: report 2020/04/10 v1.4m Standard LaTeX document class
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/base/size12.clo"
File: size12.clo 2020/04/10 v1.4m Standard LaTeX file (size option)
luaotfload | db : Font names database loaded from C:/Users/.../AppData/Local/M
iKTeX/2.9/luatex-cache/generic/names/luaotfload-names.luc)
\c@part=\count171
\c@chapter=\count172
\c@section=\count173
\c@subsection=\count174
\c@subsubsection=\count175
\c@paragraph=\count176
\c@subparagraph=\count177
\c@figure=\count178
\c@table=\count179
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
\bibindent=\dimen138
) ("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/base/inputenc.st
y"
Package: inputenc 2020/08/01 v1.3d Input encoding file
\inpenc@prehook=\toks15
\inpenc@posthook=\toks16


Package inputenc Warning: inputenc package ignored with utf8 based engines.

)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/pgf/frontendlayer/
tikz.sty"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/pgf/basiclayer/pgf
.sty"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/pgf/utilities/pgfr
cs.sty"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/utilities/pg
futil-common.tex"
\pgfutil@everybye=\toks17
\pgfutil@tempdima=\dimen139
\pgfutil@tempdimb=\dimen140

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/utilities/pg
futil-common-lists.tex"))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/utilities/pg
futil-latex.def"
\pgfutil@abb=\box47
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/utilities/pg
frcs.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/pgf.revision
.tex")
Package: pgfrcs 2020/12/01 v3.1.7a (3.1.7a)
))
Package: pgf 2020/12/01 v3.1.7a (3.1.7a)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/pgf/basiclayer/pgf
core.sty"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/graphics/graphicx.
sty"
Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/graphics/keyval.st
y"
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks18
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/graphics/graphics.
sty"
Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/graphics/trig.sty"
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/graphics-cfg/graph
ics.cfg"
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: luatex.def on input line 105.

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/graphics-def/luate
x.def"
File: luatex.def 2020/10/05 v1.2a Graphics/color driver for luatex
))
\Gin@req@height=\dimen141
\Gin@req@width=\dimen142
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/pgf/systemlayer/pg
fsys.sty"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/systemlayer/
pgfsys.code.tex"
Package: pgfsys 2020/12/01 v3.1.7a (3.1.7a)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/utilities/pg
fkeys.code.tex"
\pgfkeys@pathtoks=\toks19
\pgfkeys@temptoks=\toks20

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/utilities/pg
fkeysfiltered.code.tex"
\pgfkeys@tmptoks=\toks21
))
\pgf@x=\dimen143
\pgf@y=\dimen144
\pgf@xa=\dimen145
\pgf@ya=\dimen146
\pgf@xb=\dimen147
\pgf@yb=\dimen148
\pgf@xc=\dimen149
\pgf@yc=\dimen150
\pgf@xd=\dimen151
\pgf@yd=\dimen152
\w@pgf@writea=\write3
\r@pgf@reada=\read2
\c@pgf@counta=\count180
\c@pgf@countb=\count181
\c@pgf@countc=\count182
\c@pgf@countd=\count183
\t@pgf@toka=\toks22
\t@pgf@tokb=\toks23
\t@pgf@tokc=\toks24
\pgf@sys@id@count=\count184

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/systemlayer/
pgf.cfg"
File: pgf.cfg 2020/12/01 v3.1.7a (3.1.7a)
)
Driver file for pgf: pgfsys-luatex.def

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/systemlayer/
pgfsys-luatex.def"
File: pgfsys-luatex.def 2020/12/01 v3.1.7a (3.1.7a)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/systemlayer/
pgfsys-common-pdf.def"
File: pgfsys-common-pdf.def 2020/12/01 v3.1.7a (3.1.7a)
)))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/systemlayer/
pgfsyssoftpath.code.tex"
File: pgfsyssoftpath.code.tex 2020/12/01 v3.1.7a (3.1.7a)
\pgfsyssoftpath@smallbuffer@items=\count185
\pgfsyssoftpath@bigbuffer@items=\count186
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/systemlayer/
pgfsysprotocol.code.tex"
File: pgfsysprotocol.code.tex 2020/12/01 v3.1.7a (3.1.7a)
))
("C:/Users/..../AppData/Local/Programs/MiKTeX 2.9/tex/latex/xcolor/xcolor.sty"
Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/graphics-cfg/color
.cfg"
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Driver file: luatex.def on input line 225.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352.
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.
)
("C:/Users/..../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcore.code.tex"
Package: pgfcore 2020/12/01 v3.1.7a (3.1.7a)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
calc.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
util.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
parser.code.tex"
\pgfmath@dimen=\dimen153
\pgfmath@count=\count187
\pgfmath@box=\box48
\pgfmath@toks=\toks25
\pgfmath@stack@operand=\toks26
\pgfmath@stack@operation=\toks27
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
functions.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
functions.basic.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
functions.trigonometric.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
functions.random.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
functions.comparison.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
functions.base.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
functions.round.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
functions.misc.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
functions.integerarithmetics.code.tex")))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
float.code.tex"
\c@pgfmathroundto@lastzeros=\count188
))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfint.
code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcorepoints.code.tex"
File: pgfcorepoints.code.tex 2020/12/01 v3.1.7a (3.1.7a)
\pgf@picminx=\dimen154
\pgf@picmaxx=\dimen155
\pgf@picminy=\dimen156
\pgf@picmaxy=\dimen157
\pgf@pathminx=\dimen158
\pgf@pathmaxx=\dimen159
\pgf@pathminy=\dimen160
\pgf@pathmaxy=\dimen161
\pgf@xx=\dimen162
\pgf@xy=\dimen163
\pgf@yx=\dimen164
\pgf@yy=\dimen165
\pgf@zx=\dimen166
\pgf@zy=\dimen167
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcorepathconstruct.code.tex"
File: pgfcorepathconstruct.code.tex 2020/12/01 v3.1.7a (3.1.7a)
\pgf@path@lastx=\dimen168
\pgf@path@lasty=\dimen169
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcorepathusage.code.tex"
File: pgfcorepathusage.code.tex 2020/12/01 v3.1.7a (3.1.7a)
\pgf@shorten@end@additional=\dimen170
\pgf@shorten@start@additional=\dimen171
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcorescopes.code.tex"
File: pgfcorescopes.code.tex 2020/12/01 v3.1.7a (3.1.7a)
\pgfpic=\box49
\pgf@hbox=\box50
\pgf@layerbox@main=\box51
\pgf@picture@serial@count=\count189
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcoregraphicstate.code.tex"
File: pgfcoregraphicstate.code.tex 2020/12/01 v3.1.7a (3.1.7a)
\pgflinewidth=\dimen172
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcoretransformations.code.tex"
File: pgfcoretransformations.code.tex 2020/12/01 v3.1.7a (3.1.7a)
\pgf@pt@x=\dimen173
\pgf@pt@y=\dimen174
\pgf@pt@temp=\dimen175
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcorequick.code.tex"
File: pgfcorequick.code.tex 2020/12/01 v3.1.7a (3.1.7a)
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcoreobjects.code.tex"
File: pgfcoreobjects.code.tex 2020/12/01 v3.1.7a (3.1.7a)
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcorepathprocessing.code.tex"
File: pgfcorepathprocessing.code.tex 2020/12/01 v3.1.7a (3.1.7a)
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcorearrows.code.tex"
File: pgfcorearrows.code.tex 2020/12/01 v3.1.7a (3.1.7a)
\pgfarrowsep=\dimen176
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcoreshade.code.tex"
File: pgfcoreshade.code.tex 2020/12/01 v3.1.7a (3.1.7a)
\pgf@max=\dimen177
\pgf@sys@shading@range@num=\count190
\pgf@shadingcount=\count191
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcoreimage.code.tex"
File: pgfcoreimage.code.tex 2020/12/01 v3.1.7a (3.1.7a)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcoreexternal.code.tex"
File: pgfcoreexternal.code.tex 2020/12/01 v3.1.7a (3.1.7a)
\pgfexternal@startupbox=\box52
))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcorelayers.code.tex"
File: pgfcorelayers.code.tex 2020/12/01 v3.1.7a (3.1.7a)
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcoretransparency.code.tex"
File: pgfcoretransparency.code.tex 2020/12/01 v3.1.7a (3.1.7a)
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcorepatterns.code.tex"
File: pgfcorepatterns.code.tex 2020/12/01 v3.1.7a (3.1.7a)
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/basiclayer/p
gfcorerdf.code.tex"
File: pgfcorerdf.code.tex 2020/12/01 v3.1.7a (3.1.7a)
)))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/modules/pgfm
oduleshapes.code.tex"
File: pgfmoduleshapes.code.tex 2020/12/01 v3.1.7a (3.1.7a)
\pgfnodeparttextbox=\box53
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/modules/pgfm
oduleplot.code.tex"
File: pgfmoduleplot.code.tex 2020/12/01 v3.1.7a (3.1.7a)
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/pgf/compatibility/
pgfcomp-version-0-65.sty"
Package: pgfcomp-version-0-65 2020/12/01 v3.1.7a (3.1.7a)
\pgf@nodesepstart=\dimen178
\pgf@nodesepend=\dimen179
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/pgf/compatibility/
pgfcomp-version-1-18.sty"
Package: pgfcomp-version-1-18 2020/12/01 v3.1.7a (3.1.7a)
))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/pgf/utilities/pgff
or.sty"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/pgf/utilities/pgfk
eys.sty"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/utilities/pg
fkeys.code.tex"))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/pgf/math/pgfmath.s
ty"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
.code.tex"))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/utilities/pg
ffor.code.tex"
Package: pgffor 2020/12/01 v3.1.7a (3.1.7a)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfmath
.code.tex")
\pgffor@iter=\dimen180
\pgffor@skip=\dimen181
\pgffor@stack=\toks28
\pgffor@toks=\toks29
))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/frontendlaye
r/tikz/tikz.code.tex"
Package: tikz 2020/12/01 v3.1.7a (3.1.7a)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/libraries/pg
flibraryplothandlers.code.tex"
File: pgflibraryplothandlers.code.tex 2020/12/01 v3.1.7a (3.1.7a)
\pgf@plot@mark@count=\count192
\pgfplotmarksize=\dimen182
)
\tikz@lastx=\dimen183
\tikz@lasty=\dimen184
\tikz@lastxsaved=\dimen185
\tikz@lastysaved=\dimen186
\tikz@lastmovetox=\dimen187
\tikz@lastmovetoy=\dimen188
\tikzleveldistance=\dimen189
\tikzsiblingdistance=\dimen190
\tikz@figbox=\box54
\tikz@figbox@bg=\box55
\tikz@tempbox=\box56
\tikz@tempbox@bg=\box57
\tikztreelevel=\count193
\tikznumberofchildren=\count194
\tikznumberofcurrentchild=\count195
\tikz@fig@count=\count196

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/modules/pgfm
odulematrix.code.tex"
File: pgfmodulematrix.code.tex 2020/12/01 v3.1.7a (3.1.7a)
\pgfmatrixcurrentrow=\count197
\pgfmatrixcurrentcolumn=\count198
\pgf@matrix@numberofcolumns=\count199
)
\tikz@expandcount=\count266

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/frontendlaye
r/tikz/libraries/tikzlibrarytopaths.code.tex"
File: tikzlibrarytopaths.code.tex 2020/12/01 v3.1.7a (3.1.7a)
)))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/pgfplots/pgfplots.
sty"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/pgfplot
s.revision.tex")
Package: pgfplots 2020/02/29 v1.17 Data Visualization (1.17)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/pgfplot
s.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/pgfplot
score.code.tex"
Package pgfplots info on input line 124: Initializing with LUA version Lua 5.3
\pgfplots@luabackend@table=\catcodetable12
\t@pgfplots@toka=\toks30
\t@pgfplots@tokb=\toks31
\t@pgfplots@tokc=\toks32
\pgfplots@tmpa=\dimen191
\c@pgfplots@coordindex=\count267
\c@pgfplots@scanlineindex=\count268

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/sys/pgf
plotssysgeneric.code.tex"))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/libs/pg
fplotslibrary.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/oldpgfc
ompatib/pgfplotsoldpgfsupp_loader.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/libraries/pg
flibraryfpu.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/libraries/lu
amath/pgflibraryluamath.code.tex")
Package pgfplots info on input line 290: luamath library shipped with pgf 3.1.7a
is up-to-date
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/util/pg
fplotsutil.code.tex"
Package pgfplots info on input line 82: Found new luatex: initializing lua comma
nds instead of write18 (shell-escape)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/liststr
ucture/pgfplotsliststructure.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/liststr
ucture/pgfplotsliststructureext.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/liststr
ucture/pgfplotsarray.code.tex"
\c@pgfplotsarray@tmp=\count269
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/liststr
ucture/pgfplotsmatrix.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/numtabl
e/pgfplotstableshared.code.tex"
\c@pgfplotstable@counta=\count270
\t@pgfplotstable@a=\toks33
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/liststr
ucture/pgfplotsdeque.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/util/pg
fplotsbinary.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/util/pg
fplotsbinary.data.code.tex"))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/util/pg
fplotsutil.verb.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/libs/pg
flibrarypgfplots.surfshading.code.tex"
\c@pgfplotslibrarysurf@no=\count271

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/sys/pgf
librarypgfplots.surfshading.pgfsys-luatex.def")))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/util/pg
fplotscolormap.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/util/pg
fplotscolor.code.tex"))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/pgfplot
sstackedplots.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/pgfplot
splothandlers.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/pgfplot
smeshplothandler.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/pgfplot
smeshplotimage.code.tex")))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/pgfplot
s.scaling.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/pgfplot
scoordprocessing.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/pgfplot
s.errorbars.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/pgfplot
s.markers.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/pgfplot
sticks.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/pgfplot
s.paths.code.tex")
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/frontendlaye
r/tikz/libraries/tikzlibrarydecorations.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/modules/pgfm
oduledecorations.code.tex"
\pgfdecoratedcompleteddistance=\dimen192
\pgfdecoratedremainingdistance=\dimen193
\pgfdecoratedinputsegmentcompleteddistance=\dimen194
\pgfdecoratedinputsegmentremainingdistance=\dimen195
\pgf@decorate@distancetomove=\dimen196
\pgf@decorate@repeatstate=\count272
\pgfdecorationsegmentamplitude=\dimen197
\pgfdecorationsegmentlength=\dimen198
)
\tikz@lib@dec@box=\box58
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/frontendlaye
r/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/libraries/de
corations/pgflibrarydecorations.pathmorphing.code.tex"))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/frontendlaye
r/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/libraries/de
corations/pgflibrarydecorations.pathreplacing.code.tex"))
\pgfplots@numplots=\count273
\pgfplots@xmin@reg=\dimen199
\pgfplots@xmax@reg=\dimen256
\pgfplots@ymin@reg=\dimen257
\pgfplots@ymax@reg=\dimen258
\pgfplots@zmin@reg=\dimen259
\pgfplots@zmax@reg=\dimen260
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/frontendlaye
r/tikz/libraries/tikzlibraryplotmarks.code.tex"
File: tikzlibraryplotmarks.code.tex 2020/12/01 v3.1.7a (3.1.7a)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/libraries/pg
flibraryplotmarks.code.tex"
File: pgflibraryplotmarks.code.tex 2020/12/01 v3.1.7a (3.1.7a)
)))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/libs/ti
kzlibrarypgfplots.dateplot.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/pgf/utilities/pgfc
alendar.sty"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/utilities/pg
fcalendar.code.tex"
File: pgfcalendar.code.tex 2020/12/01 v3.1.7a (3.1.7a)

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/math/pgfint.
code.tex")
\pgfcalendarcurrentjulian=\count274
\pgf@cal@easter@Y=\count275
\pgf@cal@easter@G=\count276
\pgf@cal@easter@C=\count277
\pgf@cal@easter@X=\count278
\pgf@cal@easter@Z=\count279
\pgf@cal@easter@D=\count280
\pgf@cal@easter@E=\count281
\pgf@cal@easter@N=\count282
\pgf@cal@easter@M=\count283
\pgf@cal@easter@julianday=\count284
)))
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgfplots/libs/ti
kzlibrarypgfplots.external.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/pgf/frontendlayer/
libraries/tikzlibraryexternal.code.tex"
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pdftexcmds/pdfte
xcmds.sty"
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO)


("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/infwarerr/infwar
err.sty"
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/iftex/iftex.sty"
Package: iftex 2020/03/06 v1.0d TeX engine tests
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/ltxcmds/ltxcmds.
sty"
Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
\pdftexcmds@toks=\toks34
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/base/atveryend-ltx
.sty"
Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atvery package

with kernel methods
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/pgf/frontendlaye
r/tikz/libraries/tikzexternalshared.code.tex")))
\openout3 = Statistik2013.auxlock

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/generic/luatex85/luatex8
5.sty"
Package: luatex85 2016/06/15 v1.4 pdftex aliases for luatex
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/tools/shellesc.sty
"
Package: shellesc 2019/11/08 v1.0c unified shell escape interface for LaTeX
Package shellesc Info: Restricted shell escape enabled on input line 77.
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/wrapfig/wrapfig.st
y"
\wrapoverhang=\dimen261
\WF@size=\dimen262
\c@WF@wrappedlines=\count285
\WF@box=\box59
\WF@everypar=\toks35
Package: wrapfig 2003/01/31 v 3.6
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/l3backend/l3backen
d-luatex.def"
File: l3backend-luatex.def 2020-09-24 L3 backend support: PDF output (LuaTeX)
\l__kernel_color_stack_int=\count286
\l__pdf_internal_box=\box60
) (./Statistik2013.aux)
\openout1 = Statistik2013.aux

LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 17.
LaTeX Font Info: ... okay on input line 17.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 17.
LaTeX Font Info: ... okay on input line 17.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 17.
LaTeX Font Info: ... okay on input line 17.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 17.
LaTeX Font Info: ... okay on input line 17.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 17.
LaTeX Font Info: Trying to load font information for TS1+cmr on input line 17
.

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/base/ts1cmr.fd"
File: ts1cmr.fd 2019/12/16 v2.5j Standard LaTeX font definitions
)
LaTeX Font Info: ... okay on input line 17.
LaTeX Font Info: Checking defaults for TU/lmr/m/n on input line 17.
LaTeX Font Info: ... okay on input line 17.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 17.
LaTeX Font Info: ... okay on input line 17.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 17.
LaTeX Font Info: ... okay on input line 17.

("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/context/base/mkii/supp-p
df.mkii"
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count287
\scratchdimen=\dimen263
\scratchbox=\box61
\nofMPsegments=\count288
\nofMParguments=\count289
\everyMPshowfont=\toks36
\MPscratchCnt=\count290
\MPscratchDim=\dimen264
\MPnumerator=\count291
\makeMPintoPDFobject=\count292
\everyMPtoPDFconversion=\toks37
)
("C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/tex/latex/epstopdf-pkg/epsto
pdf-base.sty"
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 48
5.
)

Package pgfplots Warning: running in backwards compatibility mode (unsuitable ti
ck labels; missing features). Consider writing \pgfplotsset{compat=1.17} into yo
ur preamble.
on input line 17.


\openout3 = Statistik2013-figure0.md5

\openout3 = Statistik2013.auxlock
===== 'mode=convert with system call': Invoking 'lualatex -halt-on-error -intera
ction=batchmode -jobname "Statistik2013-figure0" "Statistik2013"' ========

\openout3 = Statistik2013.auxlock

! Package tikz Error: Sorry, the system call 'lualatex -halt-on-error -interact
ion=batchmode -jobname "Statistik2013-figure0" "Statistik2013"' did NOT result in
a usable output file 'Statistik2013-figure0' (expected one of .pdf:.jpg:.jpeg:.
png:). Please verify that you have enabled system calls. For pdflatex, this is
'pdflatex -shell-escape'. Sometimes it is also named 'write 18' or something li
ke that. Or maybe the command simply failed? Error messages can be found in 'Be
legung2019-figure0.log'. If you continue now, I'll try to typeset the picture.

See the tikz package documentation for explanation.
Type H <return> for immediate help.
...

l.403 \end{tikzpicture}

This error message was generated by an \errmessage
command, so I can't give any explicit help.
Pretend that you're Hercule Poirot: Examine all clues,
and deduce the truth by order and method.

LaTeX Font Info: External font `cmex10' loaded for size
(Font) <12> on input line 1.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <8> on input line 1.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <6> on input line 1.
[1

{C:/Users/.../AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}]
(./Statistik2013.aux))

Here is how much of LuaTeX's memory you used:
23506 strings out of 479005
2274144,2373549 words of node,token memory allocated
413 words of node memory still in use:
3 hlist, 1 vlist, 1 rule, 2 glue, 3 kern, 1 glyph, 5 attribute, 48 glue_spec,
5 attribute_list, 2 write nodes
avail lists: 1:1,2:151828,3:82091,4:30,5:23,6:5,7:162490,8:2,9:40652,11:11588

42183 multiletter control sequences out of 65536+200000
35 fonts using 3880651 bytes
108i,10n,105p,6077b,1906s stack positions out of 5000i,500n,10000p,200000b,50000s
<//?/c:/users/.../appdata/local/programs/miktex 2.9/fonts/opentype/public/lm/l
mroman12-regular.otf><C:/Users/.../AppData/Local/Programs/MiKTeX 2.9/fonts/typ
e1/public/amsfonts/cm/cmr12.pfb>
Output written on Statistik2013.pdf (1 page, 133188 bytes).

PDF statistics: 20 PDF objects out of 1000 (max. 8388607)
0 named destinations out of 1000 (max. 131072)
16 words of extra memory for PDF output out of 10000 (max. 100000000)


Benutzeravatar
u_fischer
Forum-Meister
Forum-Meister
Beiträge: 4266
Registriert: Do 22. Nov 2012, 11:09
Kontaktdaten:

Re: TikZ externalisieren läuft ins Leere

Beitrag von u_fischer »

Du hast --shell-escape nicht aktiviert. In der zweiten Zeile müsste das hier stehen:

 system commands enabled.

Du hast dort

restricted system commands enabled.

Antworten