.svg einfügen

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: .svg einfügen

von Gast » Sa 8. Okt 2016, 07:40

Wenn es ein generelles Problem von Inkscape wäre, würde es bei mir wohl kaum funktionieren. Wie ich oben erklärt habe, tut es das aber. Ich habe ja sogar meine Version von Inkscape angegeben. Aktuell ist übrigens Version 0.91. Meine Version ist (trotz des großen Versionssprungs) die (funktionierende) Vorgängerversion.

Im Bug-Tracker gibt es u. a. Kritik daran, dass der Bug noch nicht gefixt wurde, obwohl es wohl bereits Patches dafür gibt. Dort wird auch empfohlen, die tex_pdf-Datei zu editieren und dort das Laden der letzten Seite zu entfernen.

Das es wohl patches gibt, könntest du auch den zuständigen Arch-Linux-Maintainer anhauen, damit er einen davon (ich weiß nicht, welcher der beste ist) in das Arch-Paket von Inkscape einbaut.

von DEVV » Sa 8. Okt 2016, 01:23

Okay, ich versuche es morgen mal mit graphicx .

Was genau muss ich an "meinem" Makro denn anpassen, damit es funktioniert (nein es ist nicht von mir, nur leicht von mir abgeändert) !?

Ich habe nämlich keine Ahnung, wo ich eine Version von Inkscape her bekomme, bei der die latex Variante funktioniert. Ich bin mir auch nicht sicher ob es an meiner Version liegt, oder einfach ein Problem von Inkscape ist !?

von Stefan Kottwitz » Fr 7. Okt 2016, 15:46

Hallo DEVV,
DEVV hat geschrieben:Geht nicht weil ihr keine .svg Dateien unterstützt
ich habe SVG jetzt zu den unterstützten Formaten für Anhänge hinzugefügt.

Stefan

von Gast » Fr 7. Okt 2016, 14:30

Da du jetzt svg nicht mehr lädst, fehlt eben auch graphicx. Ich glaube aber nicht, dass der Code funktioniert. Man kann nämlich eine PDF-Datei nicht einfach per \input laden. Das ist schlicht Unfug.

Das Paket svg hat schon einen Sinn. Du solltest eher sehen, wo du ein inkscape mit funktionierendem LaTeX-Export bekommst.

von DEVV » Fr 7. Okt 2016, 13:37

Okay, habs eingrenzen können. Es liegt an dem --export-latex Flag.

Um das zu unterbinden habe ich nen Makro genommen was ich per google gefunden habe und habe es etwas angepasst:
\documentclass{article}

\newcommand{\executeiffilenewer}[3]{\ifnum\pdfstrcmp{\pdffilemoddate{#1}}{\pdffilemoddate{#2}}>0{\immediate\write18{#3}}\fi}

\newcommand{\includesvg}[2][1]{\executeiffilenewer{#2.svg}{#2.pdf}{/usr/bin/inkscape -z -D --file="#2.svg" --export-pdf="#2.pdf"}\scalebox{#1}{\input{#2.pdf}}}




\usepackage{url}

\begin{document}
\section{Test}

\includesvg{test}
  

\end{document}
Leider bekomme ich folgenden Fehler:
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Arch Linux) (preloaded format=pdflatex 2016.8.16)  7 OCT 2016 13:35
entering extended mode
 \write18 enabled.
 %&-line parsing enabled.
**Test1.tex
(./Test1.tex
LaTeX2e <2016/03/31> patch level 3
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
(/usr/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2013/09/16  ver 3.4  Verb mode for urls, etc.
) (./Test1.aux)
\openout1 = `Test1.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 13.
LaTeX Font Info:    ... okay on input line 13.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 13.
LaTeX Font Info:    ... okay on input line 13.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 13.
LaTeX Font Info:    ... okay on input line 13.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 13.
LaTeX Font Info:    ... okay on input line 13.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 13.
LaTeX Font Info:    ... okay on input line 13.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 13.
LaTeX Font Info:    ... okay on input line 13.
runsystem(/usr/bin/inkscape -z -D --file="test.svg" --export-pdf="test.pdf")...
executed.


! Undefined control sequence.
\\includesvg ..." --export-pdf="#2.pdf"}\scalebox 
                                                  {#1}{\input {#2.pdf}}
l.16 \includesvg{test}
                      
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

(./test.pdf
Missing character: There is no œ in font cmr10!
Missing character: There is no • in font cmr10!
Missing character: There is no ½ in font cmr10!
Missing character: There is no ￾ in font cmr10!
Missing character: There is no Ë in font cmr10!
Missing character: There is no ö in font cmr10!
Missing character: There is no Þ in font cmr10!
Missing character: There is no ¿ in font cmr10!

! Text line contains an invalid character.
l.8 xœ•½[￾-Ëq4öÞ¿b^^^
                     ^^O^^_8ßZ}oÃ0`Ë^^WÀ^^P`¢a^^X„A^^P#^^^QæP”xôIÖ¿wweDddõš...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 xœ•½[￾-Ëq4öÞ¿b^^^^^O
                        ^^_8ßZ}oÃ0`Ë^^WÀ^^P`¢a^^X„A^^P#^^^QæP”xôIÖ¿wweDddõš...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 xœ•½[￾-Ëq4öÞ¿b^^^^^O^^_
                           8ßZ}oÃ0`Ë^^WÀ^^P`¢a^^X„A^^P#^^^QæP”xôIÖ¿wweDddõš...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

Missing character: There is no ß in font cmr10!
Missing character: There is no à in font cmr10!
Missing character: There is no Ë in font cmr10!
! Text line contains an invalid character.
l.8 xœ•½[￾-Ëq4öÞ¿b^^^^^O^^_8ßZ}oÃ0`Ë^^W
                                       À^^P`¢a^^X„A^^P#^^^QæP”xôIÖ¿wweDddõš...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

Missing character: There is no À in font cmr10!
! Text line contains an invalid character.
l.8 xœ•½[￾-Ëq4öÞ¿b^^^^^O^^_8ßZ}oÃ0`Ë^^WÀ^^P
                                           `¢a^^X„A^^P#^^^QæP”xôIÖ¿wweDddõš...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 xœ•½[￾-Ëq4öÞ¿b^^^^^O^^_8ßZ}oÃ0`Ë^^WÀ^^P`
                                             ¢a^^X„A^^P#^^^QæP”xôIÖ¿wweDddõš...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

Missing character: There is no ¢ in font cmr10!
! Text line contains an invalid character.
l.8 xœ•½[￾-Ëq4öÞ¿b^^^^^O^^_8ßZ}oÃ0`Ë^^WÀ^^P`¢a^^X
                                                  „A^^P#^^^QæP”xôIÖ¿wweDddõš...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

Missing character: There is no „ in font cmr10!
! Text line contains an invalid character.
l.8 ...q4öÞ¿b^^^^^O^^_8ßZ}oÃ0`Ë^^WÀ^^P`¢a^^X„A^^P
                                                  #^^^QæP”xôIÖ¿wweDddõš½·I￾»...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! You can't use `macro parameter character #' in horizontal mode.
l.8 ...4öÞ¿b^^^^^O^^_8ßZ}oÃ0`Ë^^WÀ^^P`¢a^^X„A^^P#
                                                  ^^^QæP”xôIÖ¿wweDddõš½·I￾»³...
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.

! Text line contains an invalid character.
l.8 ...¿b^^^^^O^^_8ßZ}oÃ0`Ë^^WÀ^^P`¢a^^X„A^^P#^^^
                                                  QæP”xôIÖ¿wweDddõš½·I￾»³¦;»...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

Missing character: There is no æ in font cmr10!
Missing character: There is no ” in font cmr10!
Missing character: There is no ô in font cmr10!
Missing character: There is no Ö in font cmr10!
Missing character: There is no ¿ in font cmr10!
Missing character: There is no õ in font cmr10!
Missing character: There is no š in font cmr10!
Missing character: There is no ½ in font cmr10!
Missing character: There is no · in font cmr10!
Missing character: There is no ￾ in font cmr10!
Missing character: There is no » in font cmr10!
Missing character: There is no ³ in font cmr10!
Missing character: There is no ¦ in font cmr10!
Missing character: There is no » in font cmr10!
Missing character: There is no ª in font cmr10!
! You can't use `macro parameter character #' in horizontal mode.
l.8 ...^X„A^^P#^^^QæP”xôIÖ¿wweDddõš½·I￾»³¦;»ªVu]2#
                                                  #ÿuø×áñ6>￾÷ñm^^[^^_o¿¾.ŸÇñ...
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.

! You can't use `macro parameter character #' in horizontal mode.
l.8 ...X„A^^P#^^^QæP”xôIÖ¿wweDddõš½·I￾»³¦;»ªVu]2##
                                                  ÿuø×áñ6>￾÷ñm^^[^^_o¿¾.ŸÇñö...
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.

Missing character: There is no ÿ in font cmr10!
Missing character: There is no ø in font cmr10!
Missing character: There is no × in font cmr10!
Missing character: There is no á in font cmr10!
Missing character: There is no ñ in font cmr10!
Missing character: There is no ￾ in font cmr10!
Missing character: There is no ÷ in font cmr10!
Missing character: There is no ñ in font cmr10!
! Text line contains an invalid character.
l.8 ...ôIÖ¿wweDddõš½·I￾»³¦;»ªVu]2##ÿuø×áñ6>￾÷ñm^^[
                                                  ^^_o¿¾.ŸÇñö×?¼ýŸoÿ<<Þ÷·Çùß...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...¿wweDddõš½·I￾»³¦;»ªVu]2##ÿuø×áñ6>￾÷ñm^^[^^_
                                                  o¿¾.ŸÇñö×?¼ýŸoÿ<<Þ÷·Çùß_Ç^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

Missing character: There is no ¿ in font cmr10!
Missing character: There is no ¾ in font cmr10!
Missing character: There is no Ÿ in font cmr10!
Missing character: There is no Ç in font cmr10!
Missing character: There is no ñ in font cmr10!
Missing character: There is no ö in font cmr10!
Missing character: There is no × in font cmr10!
Missing character: There is no ¼ in font cmr10!
Missing character: There is no ý in font cmr10!
Missing character: There is no Ÿ in font cmr10!
Missing character: There is no ÿ in font cmr10!
Missing character: There is no Þ in font cmr10!
Missing character: There is no ÷ in font cmr10!
Missing character: There is no · in font cmr10!
Missing character: There is no Ç in font cmr10!
Missing character: There is no ù in font cmr10!
Missing character: There is no ß in font cmr10!
! Missing $ inserted.
<inserted text> 
                $
l.8 ...#ÿuø×áñ6>￾÷ñm^^[^^_o¿¾.ŸÇñö×?¼ýŸoÿ<<Þ÷·Çùß_
                                                  Ç^^Eþz^^\ÛÛÇŸ‡ÿòûÇÛ?þòö_~ù...
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.

LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <7> on input line 8.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <5> on input line 8.
! Text line contains an invalid character.
l.8 ...×áñ6>￾÷ñm^^[^^_o¿¾.ŸÇñö×?¼ýŸoÿ<<Þ÷·Çùß_Ç^^E
                                                  þz^^\ÛÛÇŸ‡ÿòûÇÛ?þòö_~ùãòöË...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...￾÷ñm^^[^^_o¿¾.ŸÇñö×?¼ýŸoÿ<<Þ÷·Çùß_Ç^^Eþz^^\
                                                  ÛÛÇŸ‡ÿòûÇÛ?þòö_~ùãòöË^^_‡¿...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Missing { inserted.
<to be read again> 
                   \unhbox 
l.8 ...ñö×?¼ýŸoÿ<<Þ÷·Çùß_Ç^^Eþz^^\ÛÛÇŸ‡ÿòûÇÛ?þòö_~
                                                  ùãòöË^^_‡¿^^[^^^íÞ¿þã[üeø^...
A left brace was mandatory here, so I've put one in.
You might want to delete and/or insert some corrections
so that I will find a matching right brace soon.
(If you're confused by all this, try typing `I}' now.)

! Text line contains an invalid character.
l.8 ...ÿ<<Þ÷·Çùß_Ç^^Eþz^^\ÛÛÇŸ‡ÿòûÇÛ?þòö_~ùãòöË^^_
                                                  ‡¿^^[^^^íÞ¿þã[üeø^^_~3<§÷µ...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...·Çùß_Ç^^Eþz^^\ÛÛÇŸ‡ÿòûÇÛ?þòö_~ùãòöË^^_‡¿^^[
                                                  ^^^íÞ¿þã[üeø^^_~3<§÷µ•¶‹q^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...ß_Ç^^Eþz^^\ÛÛÇŸ‡ÿòûÇÛ?þòö_~ùãòöË^^_‡¿^^[^^^
                                                  íÞ¿þã[üeø^^_~3<§÷µ•¶‹q^ß—u...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...ÛÇŸ‡ÿòûÇÛ?þòö_~ùãòöË^^_‡¿^^[^^^íÞ¿þã[üeø^^_
                                                  ~3<§÷µ•¶‹q^ß—uÞçùíTó~„ªßœª...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ..._~3<§÷µ•¶‹q^ß—uÞçùíTó~„ªßœª~þõã×çMo¿ùyøé^^?
                                                  ûÕoþŸ(yFÉ^^?ûx<žÿ^^]qÛo^^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...ß—uÞçùíTó~„ªßœª~þõã×çMo¿ùyøé^^?ûÕoþŸ(yFÉ^^?
                                                  ûx<žÿ^^]qÛo^^?úõßüïÿǯ~=ý...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...ó~„ªßœª~þõã×çMo¿ùyøé^^?ûÕoþŸ(yFÉ^^?ûx<žÿ^^]
                                                  qÛo^^?úõßüïÿǯ~=ýôö›_M￾Ÿþ...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...~„ªßœª~þõã×çMo¿ùyøé^^?ûÕoþŸ(yFÉ^^?ûx<žÿ^^]
                                                  qÛo^^?úõßüïÿǯ~=ýôö›_M￾Ÿþé...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...~þõã×çMo¿ùyøé^^?ûÕoþŸ(yFÉ^^?ûx<žÿ^^]qÛo^^?
                                                  úõßüïÿǯ~=ýôö›_M￾ŸþéÏ^^?xû...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...É^^?ûx<žÿ^^]qÛo^^?úõßüïÿǯ~=ýôö›_M￾ŸþéÏ^^?
                                                  xûŸ?^^?^^?þÿÿr^^Uþõ÷ÿòÇÿ¦ý...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...žÿ^^]qÛo^^?úõßüïÿǯ~=ýôö›_M￾ŸþéÏ^^?xûŸ?^^?
                                                  ^^?þÿÿr^^Uþõ÷ÿòÇÿ¦ýõO^^?ów...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...^]qÛo^^?úõßüïÿǯ~=ýôö›_M￾ŸþéÏ^^?xûŸ?^^?^^?
                                                  þÿÿr^^Uþõ÷ÿòÇÿ¦ýõO^^?ów^^?...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...^?úõßüïÿǯ~=ýôö›_M￾ŸþéÏ^^?xûŸ?^^?^^?þÿÿr^^U
                                                  þõ÷ÿòÇÿ¦ýõO^^?ów^^?û«ÿû7ÿë...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...ö›_M￾ŸþéÏ^^?xûŸ?^^?^^?þÿÿr^^Uþõ÷ÿòÇÿ¦ýõO^^?
                                                  ów^^?û«ÿû7ÿëð?ýfø×³¶{«ôÿ{¼...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...ŸþéÏ^^?xûŸ?^^?^^?þÿÿr^^Uþõ÷ÿòÇÿ¦ýõO^^?ów^^?
                                                  û«ÿû7ÿëð?ýfø×³¶{«ôÿ{¼ý￾^^?...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...÷ÿòÇÿ¦ýõO^^?ów^^?û«ÿû7ÿëð?ýfø×³¶{«ôÿ{¼ý￾^^?
                                                  y;ëü>/û>ÎovqŒÇü^^\¯†¬óø~¬g...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...«ÿû7ÿëð?ýfø×³¶{«ôÿ{¼ý￾^^?y;ëü>/û>ÎovqŒÇü^^\
                                                  ¯†¬óø~¬g5^^^ÓÙC^^?>å³^^Yë^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...³¶{«ôÿ{¼ý￾^^?y;ëü>/û>ÎovqŒÇü^^\¯†¬óø~¬g5^^^
                                                  ÓÙC^^?>å³^^Yë^^Ny￾ç÷qº¤ñ}Þ...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...{¼ý￾^^?y;ëü>/û>ÎovqŒÇü^^\¯†¬óø~¬g5^^^ÓÙC^^?
                                                  >å³^^Yë^^Ny￾ç÷qº¤ñ}Þ^^W“Ÿï...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...?y;ëü>/û>ÎovqŒÇü^^\¯†¬óø~¬g5^^^ÓÙC^^?>å³^^Y
                                                  ë^^Ny￾ç÷qº¤ñ}Þ^^W“Ÿï˱¿}°d...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...ü>/û>ÎovqŒÇü^^\¯†¬óø~¬g5^^^ÓÙC^^?>å³^^Yë^^N
                                                  y￾ç÷qº¤ñ}Þ^^W“Ÿï˱¿}°dx;Æ÷...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...^\¯†¬óø~¬g5^^^ÓÙC^^?>å³^^Yë^^Ny￾ç÷qº¤ñ}Þ^^W
                                                  “Ÿï˱¿}°dx;Æ÷ý1¾}êžãù~<^^W...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...ë^^Ny￾ç÷qº¤ñ}Þ^^W“Ÿï˱¿}°dx;Æ÷ý1¾}êžãù~<^^W
                                                  )<ÅQokÂG^^SÇ…^^?z¾Ÿ·
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...ñ}Þ^^W“Ÿï˱¿}°dx;Æ÷ý1¾}êžãù~<^^W)<ÅQokÂG^^S
                                                  Ç…^^?z¾Ÿ·
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.8 ...W“Ÿï˱¿}°dx;Æ÷ý1¾}êžãù~<^^W)<ÅQokÂG^^SÇ…^^?
                                                  z¾Ÿ·
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.9 z¬‰ÐúA™/þÌ^^B
                 Ö¬©bµÛk^^Fˆ^^_o^^?^^\úvþ|öËò8öÇÕ^^]º8æëòê—é¹¼ÏsÞ?￾ç¿;åÏSžßŸ...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.9 z¬‰ÐúA™/þÌ^^BÖ¬©bµÛk^^F
                           ˆ^^_o^^?^^\úvþ|öËò8öÇÕ^^]º8æëòê—é¹¼ÏsÞ?￾ç¿;åÏSžßŸ...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.9 z¬‰ÐúA™/þÌ^^BÖ¬©bµÛk^^Fˆ^^_
                               o^^?^^\úvþ|öËò8öÇÕ^^]º8æëòê—é¹¼ÏsÞ?￾ç¿;åÏSžßŸ...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.9 z¬‰ÐúA™/þÌ^^BÖ¬©bµÛk^^Fˆ^^_o^^?
                                   ^^\úvþ|öËò8öÇÕ^^]º8æëòê—é¹¼ÏsÞ?￾ç¿;åÏSžßŸ...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.9 z¬‰ÐúA™/þÌ^^BÖ¬©bµÛk^^Fˆ^^_o^^?^^\
                                      úvþ|öËò8öÇÕ^^]º8æëòê—é¹¼ÏsÞ?￾ç¿;åÏSžßŸ...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.9 ...A™/þÌ^^BÖ¬©bµÛk^^Fˆ^^_o^^?^^\úvþ|öËò8öÇÕ^^]
                                                  º8æëòê—é¹¼ÏsÞ?￾ç¿;åÏSžßŸê§...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Undefined control sequence.
l.10 ¢ÁTØ:ƒoC?±2—8\￾
                    >ç÷eAÇMçÀÛg©￾Ä~ƒœý¦‚VÓAºÐ￾Òì«ãúŽxÝq;ûí¹Íï￾m^^?Û¶ö¾?¿=÷ów...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Text line contains an invalid character.
l.10 ...AÇMçÀÛg©￾Ä~ƒœý¦‚VÓAºÐ￾Òì«ãúŽxÝq;ûí¹Íï￾m^^?
                                                  Û¶ö¾?¿=÷ów:«‚‚ϳàz³îxîSû^^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.10 ...ŽxÝq;ûí¹Íï￾m^^?Û¶ö¾?¿=÷ów:«‚‚ϳàz³îxîSû^^^
                                                  ·õ}ß7ŠÃ%ŸßÄY^^EÞ°n­ã%®ïgS¤...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Extra }, or forgotten $.
l.10 ...q;ûí¹Íï￾m^^?Û¶ö¾?¿=÷ów:«‚‚ϳàz³îxîSû^^^·õ}
                                                  ß7ŠÃ%ŸßÄY^^EÞ°n­ã%®ïgS¤m] ...
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.

! Text line contains an invalid character.
l.11 ^^G
        ÿ´µ^^Aª§¶^^XÐ6•Å
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.11 ^^Gÿ´µ^^A
              ª§¶^^XÐ6•Å
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.11 ^^Gÿ´µ^^Aª§¶^^X
                    Ð6•Å
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.12 >—±„5
           }¬¶5éch“Yidë‘Ö^^Eov‘ƒjÙ×6
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Extra }, or forgotten $.
l.12 >—±„5}
            ¬¶5éch“Yidë‘Ö^^Eov‘ƒjÙ×6
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.

! Text line contains an invalid character.
l.12 >—±„5}¬¶5éch“Yidë‘Ö^^E
                            ov‘ƒjÙ×6
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.13 sPM[û¦sPMûû4êŽu:Þ¯‘É^^_
                            )Ä￾?ã‡nÈqÅ^^B^^L^^Dèã0Áû ^^N^^_ª’^^FÖ²/í[BÁ²Ïׇ^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.13 sPM[û¦sPMûû4êŽu:Þ¯‘É^^_)Ä￾?ã‡nÈqÅ^^B
                                         ^^L^^Dèã0Áû ^^N^^_ª’^^FÖ²/í[BÁ²Ïׇ^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Missing $ inserted.
<inserted text> 
                $
l.13 sPM[û¦sPMûû4êŽu:Þ¯‘É^^_)Ä￾?ã‡nÈqÅ^^B^^L
                                            ^^Dèã0Áû ^^N^^_ª’^^FÖ²/í[BÁ²Ïׇ^...
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.

Missing character: There is no Ç in font cmr7!
Missing character: There is no þ in font cmr10!
Missing character: There is no Û in font cmr10!
Missing character: There is no Û in font cmr10!
Missing character: There is no Ç in font cmr10!
Missing character: There is no Ÿ in font cmr10!
Missing character: There is no ‡ in font cmr10!
Missing character: There is no ÿ in font cmr10!
Missing character: There is no ò in font cmr10!
Missing character: There is no û in font cmr10!
Missing character: There is no Ç in font cmr10!
Missing character: There is no Û in font cmr10!
Missing character: There is no þ in font cmr10!
Missing character: There is no ò in font cmr10!
Missing character: There is no ö in font cmr10!
Missing character: There is no ù in font cmr7!
Missing character: There is no ã in font cmr7!
Missing character: There is no ò in font cmr7!
Missing character: There is no ö in font cmr7!
Missing character: There is no Ë in font cmr7!
Missing character: There is no ‡ in font cmr7!
Missing character: There is no ¿ in font cmr7!
Missing character: There is no í in font cmr7!
Missing character: There is no Þ in font cmr7!
Missing character: There is no ¿ in font cmr7!
Missing character: There is no þ in font cmr7!
Missing character: There is no ã in font cmr7!
Missing character: There is no ü in font cmr7!
Missing character: There is no ø in font cmr7!
Missing character: There is no § in font cmr7!
Missing character: There is no ÷ in font cmr7!
Missing character: There is no µ in font cmr7!
Missing character: There is no • in font cmr7!
Missing character: There is no ¶ in font cmr7!
Missing character: There is no ‹ in font cmr7!
Missing character: There is no ß in font cmr5!
Missing character: There is no — in font cmr7!
Missing character: There is no Þ in font cmr7!
Missing character: There is no ç in font cmr7!
Missing character: There is no ù in font cmr7!
Missing character: There is no í in font cmr7!
Missing character: There is no ó in font cmr7!
Missing character: There is no „ in font cmr7!
Missing character: There is no ª in font cmr7!
Missing character: There is no ß in font cmr7!
Missing character: There is no œ in font cmr7!
Missing character: There is no ª in font cmr7!
Missing character: There is no þ in font cmr7!
Missing character: There is no õ in font cmr7!
Missing character: There is no ã in font cmr7!
Missing character: There is no × in font cmr7!
Missing character: There is no ç in font cmr7!
Missing character: There is no ¿ in font cmr7!
Missing character: There is no ù in font cmr7!
Missing character: There is no ø in font cmr7!
Missing character: There is no é in font cmr7!
Missing character: There is no û in font cmr7!
Missing character: There is no Õ in font cmr7!
Missing character: There is no þ in font cmr7!
Missing character: There is no Ÿ in font cmr7!
Missing character: There is no É in font cmr7!
Missing character: There is no û in font cmr7!
Missing character: There is no ž in font cmr7!
Missing character: There is no ÿ in font cmr7!
Missing character: There is no Û in font cmr7!
Missing character: There is no ú in font cmr7!
Missing character: There is no õ in font cmr7!
Missing character: There is no ß in font cmr7!
Missing character: There is no ü in font cmr7!
Missing character: There is no ï in font cmr7!
Missing character: There is no ÿ in font cmr7!
Missing character: There is no Ç in font cmr7!
Missing character: There is no ¯ in font cmr7!
Missing character: There is no ý in font cmr7!
Missing character: There is no ô in font cmr7!
Missing character: There is no ö in font cmr7!
Missing character: There is no › in font cmr7!
Missing character: There is no ￾ in font cmr7!
Missing character: There is no Ÿ in font cmr7!
Missing character: There is no þ in font cmr7!
Missing character: There is no é in font cmr7!
Missing character: There is no Ï in font cmr7!
Missing character: There is no û in font cmr7!
Missing character: There is no Ÿ in font cmr7!
Missing character: There is no þ in font cmr7!
Missing character: There is no ÿ in font cmr7!
Missing character: There is no ÿ in font cmr7!
Missing character: There is no þ in font cmr7!
Missing character: There is no õ in font cmr7!
Missing character: There is no ÷ in font cmr7!
Missing character: There is no ÿ in font cmr7!
Missing character: There is no ò in font cmr7!
Missing character: There is no Ç in font cmr7!
Missing character: There is no ÿ in font cmr7!
Missing character: There is no ¦ in font cmr7!
Missing character: There is no ý in font cmr7!
Missing character: There is no õ in font cmr7!
Missing character: There is no ó in font cmr7!
Missing character: There is no û in font cmr7!
Missing character: There is no « in font cmr7!
Missing character: There is no ÿ in font cmr7!
Missing character: There is no û in font cmr7!
Missing character: There is no ÿ in font cmr7!
Missing character: There is no ë in font cmr7!
Missing character: There is no ð in font cmr7!
Missing character: There is no ý in font cmr7!
Missing character: There is no ø in font cmr7!
Missing character: There is no × in font cmr7!
Missing character: There is no ³ in font cmr7!
Missing character: There is no ¶ in font cmr7!
Missing character: There is no « in font cmr7!
Missing character: There is no ô in font cmr7!
Missing character: There is no ÿ in font cmr7!
Missing character: There is no ¼ in font cmr7!
Missing character: There is no ý in font cmr7!
Missing character: There is no ￾ in font cmr7!
Missing character: There is no ë in font cmr7!
Missing character: There is no ü in font cmr7!
Missing character: There is no û in font cmr7!
Missing character: There is no Î in font cmr7!
Missing character: There is no Œ in font cmr7!
Missing character: There is no Ç in font cmr7!
Missing character: There is no ü in font cmr7!
Missing character: There is no ¯ in font cmr7!
Missing character: There is no † in font cmr7!
Missing character: There is no ¬ in font cmr7!
Missing character: There is no ó in font cmr7!
Missing character: There is no ø in font cmr7!
Missing character: There is no ¬ in font cmr7!
Missing character: There is no Ó in font cmr7!
Missing character: There is no Ù in font cmr7!
Missing character: There is no å in font cmr7!
Missing character: There is no ³ in font cmr7!
Missing character: There is no ë in font cmr7!
Missing character: There is no ￾ in font cmr7!
Missing character: There is no ç in font cmr7!
Missing character: There is no ÷ in font cmr7!
Missing character: There is no º in font cmr7!
Missing character: There is no ¤ in font cmr7!
Missing character: There is no ñ in font cmr7!
Missing character: There is no Þ in font cmr7!
Missing character: There is no “ in font cmr7!
Missing character: There is no Ÿ in font cmr7!
Missing character: There is no ï in font cmr7!
Missing character: There is no Ë in font cmr7!
Missing character: There is no ± in font cmr7!
Missing character: There is no ¿ in font cmr7!
Missing character: There is no ° in font cmr7!
Missing character: There is no Æ in font cmr7!
Missing character: There is no ÷ in font cmr7!
Missing character: There is no ý in font cmr7!
Missing character: There is no ¾ in font cmr7!
Missing character: There is no ê in font cmr10!
Missing character: There is no ž in font cmr10!
Missing character: There is no ã in font cmr10!
Missing character: There is no ù in font cmr10!
Missing character: There is no Å in font cmr10!
Missing character: There is no  in font cmr10!
Missing character: There is no Ç in font cmr10!
Missing character: There is no … in font cmr10!
Missing character: There is no ¾ in font cmr10!
Missing character: There is no Ÿ in font cmr10!
Missing character: There is no · in font cmr10!
Missing character: There is no ¬ in font cmr10!
Missing character: There is no ‰ in font cmr10!
Missing character: There is no Ð in font cmr10!
Missing character: There is no ú in font cmr10!
Missing character: There is no ™ in font cmr10!
Missing character: There is no þ in font cmr10!
Missing character: There is no Ì in font cmr10!
Missing character: There is no Ö in font cmr10!
Missing character: There is no ¬ in font cmr10!
Missing character: There is no © in font cmr10!
Missing character: There is no µ in font cmr10!
Missing character: There is no Û in font cmr10!
Missing character: There is no ˆ in font cmr10!
Missing character: There is no ú in font cmr10!
Missing character: There is no þ in font cmr10!
Missing character: There is no ö in font cmr10!
Missing character: There is no Ë in font cmr10!
Missing character: There is no ò in font cmr10!
Missing character: There is no ö in font cmr10!
Missing character: There is no Ç in font cmr10!
Missing character: There is no Õ in font cmr10!
Missing character: There is no º in font cmr10!
Missing character: There is no æ in font cmr10!
Missing character: There is no ë in font cmr10!
Missing character: There is no ò in font cmr10!
Missing character: There is no ê in font cmr10!
Missing character: There is no — in font cmr10!
Missing character: There is no é in font cmr10!
Missing character: There is no ¹ in font cmr10!
Missing character: There is no ¼ in font cmr10!
Missing character: There is no Ï in font cmr10!
Missing character: There is no Þ in font cmr10!
Missing character: There is no ￾ in font cmr10!
Missing character: There is no ç in font cmr10!
Missing character: There is no ¿ in font cmr10!
Missing character: There is no å in font cmr10!
Missing character: There is no Ï in font cmr10!
Missing character: There is no ž in font cmr10!
Missing character: There is no ß in font cmr10!
Missing character: There is no Ÿ in font cmr10!
Missing character: There is no ê in font cmr10!
Missing character: There is no § in font cmr10!
Missing character: There is no Ú in font cmr10!
Missing character: There is no · in font cmr10!
Missing character: There is no µ in font cmr10!
Missing character: There is no ¹ in font cmr10!
Missing character: There is no « in font cmr10!
Missing character: There is no À in font cmr10!
Missing character: There is no õ in font cmr10!
Missing character: There is no “ in font cmr10!
Missing character: There is no ¢ in font cmr10!
Missing character: There is no Á in font cmr10!
Missing character: There is no Ø in font cmr10!
Missing character: There is no ƒ in font cmr10!
Missing character: There is no ± in font cmr10!
Missing character: There is no — in font cmr10!
Missing character: There is no ç in font cmr10!
Missing character: There is no ÷ in font cmr10!
Missing character: There is no Ç in font cmr10!
Missing character: There is no ç in font cmr10!
Missing character: There is no À in font cmr10!
Missing character: There is no Û in font cmr10!
Missing character: There is no © in font cmr10!
Missing character: There is no ￾ in font cmr10!
Missing character: There is no Ä in font cmr10!
Missing character: There is no ƒ in font cmr10!
Missing character: There is no œ in font cmr10!
Missing character: There is no ý in font cmr10!
Missing character: There is no ¦ in font cmr10!
Missing character: There is no ‚ in font cmr10!
Missing character: There is no Ó in font cmr10!
Missing character: There is no º in font cmr10!
Missing character: There is no Ð in font cmr10!
Missing character: There is no ￾ in font cmr10!
Missing character: There is no Ò in font cmr10!
Missing character: There is no ì in font cmr10!
Missing character: There is no « in font cmr10!
Missing character: There is no ã in font cmr10!
Missing character: There is no ú in font cmr10!
Missing character: There is no Ž in font cmr10!
Missing character: There is no Ý in font cmr10!
Missing character: There is no û in font cmr10!
Missing character: There is no í in font cmr10!
Missing character: There is no ¹ in font cmr10!
Missing character: There is no Í in font cmr10!
Missing character: There is no ï in font cmr10!
Missing character: There is no ￾ in font cmr10!
Missing character: There is no Û in font cmr10!
Missing character: There is no ¶ in font cmr10!
Missing character: There is no ö in font cmr10!
Missing character: There is no ¾ in font cmr10!
Missing character: There is no ¿ in font cmr10!
Missing character: There is no ÷ in font cmr10!
Missing character: There is no ó in font cmr10!
Missing character: There is no « in font cmr10!
Missing character: There is no ‚ in font cmr10!
Missing character: There is no ‚ in font cmr10!
Missing character: There is no Ï in font cmr10!
Missing character: There is no ³ in font cmr10!
Missing character: There is no à in font cmr10!
Missing character: There is no ³ in font cmr10!
Missing character: There is no î in font cmr10!
Missing character: There is no î in font cmr10!
Missing character: There is no û in font cmr10!
Missing character: There is no · in font cmr10!
Missing character: There is no õ in font cmr10!
Missing character: There is no ß in font cmr10!
Missing character: There is no Š in font cmr10!
Missing character: There is no à in font cmr10!
Missing character: There is no ÿ in font cmr10!
Missing character: There is no ´ in font cmr10!
Missing character: There is no µ in font cmr10!
Missing character: There is no ª in font cmr10!
Missing character: There is no § in font cmr10!
Missing character: There is no ¶ in font cmr10!
Missing character: There is no Ð in font cmr10!
Missing character: There is no • in font cmr10!
Missing character: There is no Å in font cmr10!
Missing character: There is no — in font cmr10!
Missing character: There is no ± in font cmr10!
Missing character: There is no „ in font cmr10!
Missing character: There is no ¬ in font cmr10!
Missing character: There is no ¶ in font cmr10!
Missing character: There is no é in font cmr10!
Missing character: There is no “ in font cmr10!
Missing character: There is no ë in font cmr10!
Missing character: There is no ‘ in font cmr10!
Missing character: There is no Ö in font cmr10!
Missing character: There is no ‘ in font cmr10!
Missing character: There is no ƒ in font cmr10!
Missing character: There is no Ù in font cmr10!
Missing character: There is no × in font cmr10!
Missing character: There is no û in font cmr10!
Missing character: There is no ¦ in font cmr10!
Missing character: There is no û in font cmr10!
Missing character: There is no û in font cmr10!
Missing character: There is no ê in font cmr10!
Missing character: There is no Ž in font cmr10!
Missing character: There is no Þ in font cmr10!
Missing character: There is no ¯ in font cmr10!
Missing character: There is no ‘ in font cmr10!
Missing character: There is no É in font cmr10!
Missing character: There is no Ä in font cmr10!
Missing character: There is no ￾ in font cmr10!
Missing character: There is no ã in font cmr10!
Missing character: There is no ‡ in font cmr10!
Missing character: There is no È in font cmr10!
Missing character: There is no Å in font cmr10!

Overfull \hbox (354.72427pt too wide) in paragraph at lines 16--13
\OT1/cmr/m/n/10 13 0 obj << /Length 4 0 R /Fil-ter /Flat-eDe-code >> stream x[-
q4b8Zo0``aAQPxIwweDddI;Vu]2u6>mo.?o<<$[]\OML/cmm/m/it/10 z\OT1/cmr/m/n/10 ?[] [
] \OML/cmm/m/it/10 <
 []

! Text line contains an invalid character.
l.13 sPM[û¦sPMûû4êŽu:Þ¯‘É^^_)Ä￾?ã‡nÈqÅ^^B^^L^^D
                                               èã0Áû ^^N^^_ª’^^FÖ²/í[BÁ²Ïׇ^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

Missing character: There is no è in font cmr10!
Missing character: There is no ã in font cmr10!
Missing character: There is no Á in font cmr10!
Missing character: There is no û in font cmr10!
! Text line contains an invalid character.
l.13 ...ûû4êŽu:Þ¯‘É^^_)Ä￾?ã‡nÈqÅ^^B^^L^^Dèã0Áû ^^N
                                                  ^^_ª’^^FÖ²/í[BÁ²Ïׇ^^Fu”øC...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.13 ...êŽu:Þ¯‘É^^_)Ä￾?ã‡nÈqÅ^^B^^L^^Dèã0Áû ^^N^^_
                                                  ª’^^FÖ²/í[BÁ²Ïׇ^^Fu”øCAæ0...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

Missing character: There is no ª in font cmr10!
Missing character: There is no ’ in font cmr10!
! Text line contains an invalid character.
l.13 ...¯‘É^^_)Ä￾?ã‡nÈqÅ^^B^^L^^Dèã0Áû ^^N^^_ª’^^F
                                                  Ö²/í[BÁ²Ïׇ^^Fu”øCAæ0ÿTAÔ—...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

Missing character: There is no Ö in font cmr10!
Missing character: There is no ² in font cmr10!
Missing character: There is no í in font cmr10!
Missing character: There is no Á in font cmr10!
Missing character: There is no ² in font cmr10!
Missing character: There is no Ï in font cmr10!
Missing character: There is no × in font cmr10!
Missing character: There is no ‡ in font cmr10!
! Text line contains an invalid character.
l.13 ...qÅ^^B^^L^^Dèã0Áû ^^N^^_ª’^^FÖ²/í[BÁ²Ïׇ^^F
                                                  u”øCAæ0ÿTAÔ—ºÐš®ù× ºõÈϹ´Ÿ...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

Missing character: There is no ” in font cmr10!
Missing character: There is no ø in font cmr10!
Missing character: There is no æ in font cmr10!
Missing character: There is no ÿ in font cmr10!
Missing character: There is no Ô in font cmr10!
Missing character: There is no — in font cmr10!
Missing character: There is no º in font cmr10!
Missing character: There is no Ð in font cmr10!
Missing character: There is no š in font cmr10!
Missing character: There is no ® in font cmr10!
Missing character: There is no ù in font cmr10!
Missing character: There is no × in font cmr10!
Missing character: There is no   in font cmr10!
Missing character: There is no º in font cmr10!
Missing character: There is no õ in font cmr10!
Missing character: There is no È in font cmr10!
Missing character: There is no Ï in font cmr10!
Missing character: There is no ¹ in font cmr10!
Missing character: There is no ´ in font cmr10!
Missing character: There is no Ÿ in font cmr10!
Missing character: There is no ú in font cmr10!
Missing character: There is no ￾ in font cmr10!
Missing character: There is no ò in font cmr10!
Missing character: There is no ã in font cmr10!
! Text line contains an invalid character.
l.14 òãF^^A
           ¾Öý¬Ç5ÅAÚcxêãÞõq†|êxž^^_^^Cu￾ïhºð.ˆöq£$?n>￾O•ú î9;  UÈ?nV^^XúØšÚ|...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

Missing character: There is no ¾ in font cmr10!
Missing character: There is no Ö in font cmr10!
Missing character: There is no ý in font cmr10!
Missing character: There is no ¬ in font cmr10!
Missing character: There is no Ç in font cmr10!
Missing character: There is no Å in font cmr10!
Missing character: There is no Ú in font cmr10!
Missing character: There is no ê in font cmr10!
Missing character: There is no ã in font cmr10!
Missing character: There is no Þ in font cmr10!
Missing character: There is no õ in font cmr10!
Missing character: There is no † in font cmr10!
Missing character: There is no ê in font cmr10!
Missing character: There is no ž in font cmr10!
! Text line contains an invalid character.
l.14 òãF^^A¾Öý¬Ç5ÅAÚcxêãÞõq†|êxž^^_
                                   ^^Cu￾ïhºð.ˆöq£$?n>￾O•ú î9;  UÈ?nV^^XúØšÚ|...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.14 òãF^^A¾Öý¬Ç5ÅAÚcxêãÞõq†|êxž^^_^^C
                                      u￾ïhºð.ˆöq£$?n>￾O•ú î9;  UÈ?nV^^XúØšÚ|...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

Missing character: There is no ￾ in font cmr10!
Missing character: There is no ï in font cmr10!
Missing character: There is no º in font cmr10!
Missing character: There is no ð in font cmr10!
Missing character: There is no ˆ in font cmr10!
Missing character: There is no ö in font cmr10!
Missing character: There is no £ in font cmr10!
! Text line contains an invalid character.
l.14 ...êxž^^_^^Cu￾ïhºð.ˆöq£$?n>￾O•ú î9;  UÈ?nV^^X
                                                  úØšÚ|ÿ¸Õ#±º<¯•Ú.Žùx´ÝÊó\^^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! You can't use `macro parameter character #' in math mode.
l.14 ...u￾ïhºð.ˆöq£$?n>￾O•ú î9;  UÈ?nV^^XúØšÚ|ÿ¸Õ#
                                                  ±º<¯•Ú.Žùx´ÝÊó\^^W¯é]÷?ÏUs...
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.

! Undefined control sequence.
l.14 ...ú î9;  UÈ?nV^^XúØšÚ|ÿ¸Õ#±º<¯•Ú.Žùx´ÝÊó\^^W
                                                  ¯é]÷?ÏUs\W^^V\â~V^^N^^U￾¸ã...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.14 ...nV^^XúØšÚ|ÿ¸Õ#±º<¯•Ú.Žùx´ÝÊó\^^W¯é]÷?ÏUs\W
                                                  ^^V\â~V^^N^^U￾¸ãÓCÁ￾}Æ[ÐHê...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Text line contains an invalid character.
l.14 ...^XúØšÚ|ÿ¸Õ#±º<¯•Ú.Žùx´ÝÊó\^^W¯é]÷?ÏUs\W^^V
                                                  \â~V^^N^^U￾¸ãÓCÁ￾}Æ[ÐHêC^^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Undefined control sequence.
l.14 ...úØšÚ|ÿ¸Õ#±º<¯•Ú.Žùx´ÝÊó\^^W¯é]÷?ÏUs\W^^V\â
                                                  ~V^^N^^U￾¸ãÓCÁ￾}Æ[ÐHêC^^Wð...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Text line contains an invalid character.
l.14 ...ÿ¸Õ#±º<¯•Ú.Žùx´ÝÊó\^^W¯é]÷?ÏUs\W^^V\â~V^^N
                                                  ^^U￾¸ãÓCÁ￾}Æ[ÐHêC^^Wð}ê´çx...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.14 ...#±º<¯•Ú.Žùx´ÝÊó\^^W¯é]÷?ÏUs\W^^V\â~V^^N^^U
                                                  ￾¸ãÓCÁ￾}Æ[ÐHêC^^Wð}ê´çxn#¦...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Extra }, or forgotten $.
l.14 ...Žùx´ÝÊó\^^W¯é]÷?ÏUs\W^^V\â~V^^N^^U￾¸ãÓCÁ￾}
                                                  Æ[ÐHêC^^Wð}ê´çxn#¦™^^EÃ%Oç...
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.

! Text line contains an invalid character.
l.14 ...^W¯é]÷?ÏUs\W^^V\â~V^^N^^U￾¸ãÓCÁ￾}Æ[ÐHêC^^W
                                                  ð}ê´çxn#¦™^^EÃ%Oç˜Ôã!ª￾T°c...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Extra }, or forgotten $.
l.14 ...¯é]÷?ÏUs\W^^V\â~V^^N^^U￾¸ãÓCÁ￾}Æ[ÐHêC^^Wð}
                                                  ê´çxn#¦™^^EÃ%Oç˜Ôã!ª￾T°cÕW...
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.

! You can't use `macro parameter character #' in math mode.
l.14 ...Us\W^^V\â~V^^N^^U￾¸ãÓCÁ￾}Æ[ÐHêC^^Wð}ê´çxn#
                                                  ¦™^^EÃ%Oç˜Ôã!ª￾T°cÕW^^Ak^^...
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.

! Text line contains an invalid character.
l.14 ...^V\â~V^^N^^U￾¸ãÓCÁ￾}Æ[ÐHêC^^Wð}ê´çxn#¦™^^E
                                                  Ã%Oç˜Ôã!ª￾T°cÕW^^Ak^^Xú^^F...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.16 ^^Y
        ŸÛ¹1^^^õÄ)^{^^]ê£È￾￾^^E¹†¨^^D^^U†>¶¦6ÿêÂ[￾´^^Ys^^]·óó°‹Üý-óùýæíËr-^^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.16 ^^YŸÛ¹1^^^
               õÄ)^{^^]ê£È￾￾^^E¹†¨^^D^^U†>¶¦6ÿêÂ[￾´^^Ys^^]·óó°‹Üý-óùýæíËr-^^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.16 ^^YŸÛ¹1^^^õÄ)^{^^]
                       ê£È￾￾^^E¹†¨^^D^^U†>¶¦6ÿêÂ[￾´^^Ys^^]·óó°‹Üý-óùýæíËr-^^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.16 ^^YŸÛ¹1^^^õÄ)^{^^]ê£È￾￾^^E
                               ¹†¨^^D^^U†>¶¦6ÿêÂ[￾´^^Ys^^]·óó°‹Üý-óùýæíËr-^^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.16 ^^YŸÛ¹1^^^õÄ)^{^^]ê£È￾￾^^E¹†¨^^D
                                     ^^U†>¶¦6ÿêÂ[￾´^^Ys^^]·óó°‹Üý-óùýæíËr-^^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.16 ^^YŸÛ¹1^^^õÄ)^{^^]ê£È￾￾^^E¹†¨^^D^^U
                                        †>¶¦6ÿêÂ[￾´^^Ys^^]·óó°‹Üý-óùýæíËr-^^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.16 ...^^^õÄ)^{^^]ê£È￾￾^^E¹†¨^^D^^U†>¶¦6ÿêÂ[￾´^^Y
                                                  s^^]·óó°‹Üý-óùýæíËr-^^Cê¾e...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.16 ...Ä)^{^^]ê£È￾￾^^E¹†¨^^D^^U†>¶¦6ÿêÂ[￾´^^Ys^^]
                                                  ·óó°‹Üý-óùýæíËr-^^Cê¾e}߯M...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.16 ...^D^^U†>¶¦6ÿêÂ[￾´^^Ys^^]·óó°‹Üý-óùýæíËr-^^C
                                                  ê¾e}߯MÓæRÌ=￾Ô{(Pï-š
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.16 ...6ÿêÂ[￾´^^Ys^^]·óó°‹Üý-óùýæíËr-^^Cê¾e}߯MÓ
                                                  æRÌ=￾Ô{(Pï-š
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.17 ÛÌ^^V
          ª8ëµ÷¨ë¢^^V!¶YnzŸ'ýý|ýöÔŒKISdÈg^^VÊ­–^^CU±	ÞÜ6?Öö_Ý5Å^^Rk^^WDzîëä...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.17 ÛÌ^^Vª8ëµ÷¨ë¢^^V
                     !¶YnzŸ'ýý|ýöÔŒKISdÈg^^VÊ­–^^CU±	ÞÜ6?Öö_Ý5Å^^Rk^^WDzîëä...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.17 ÛÌ^^Vª8ëµ÷¨ë¢^^V!¶YnzŸ'ýý|ýöÔŒKISdÈ
                                         g^^VÊ­–^^CU±	ÞÜ6?Öö_Ý5Å^^Rk^^WDzîëä...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.17 ÛÌ^^Vª8ëµ÷¨ë¢^^V!¶YnzŸ'ýý|ýöÔŒKISdÈg^^V
                                             Ê­–^^CU±	ÞÜ6?Öö_Ý5Å^^Rk^^WDzîëä...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.17 ...Vª8ëµ÷¨ë¢^^V!¶YnzŸ'ýý|ýöÔŒKISdÈg^^VÊ­–^^C
                                                  U±	ÞÜ6?Öö_Ý5Å^^Rk^^WDzîëä‡...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.17 ...zŸ'ýý|ýöÔŒKISdÈg^^VÊ­–^^CU±	ÞÜ6?Öö_Ý5Å^^R
                                                  k^^WDzîë䇈\`°éçz‚#^^A×^^S...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.17 ...ý|ýöÔŒKISdÈg^^VÊ­–^^CU±	ÞÜ6?Öö_Ý5Å^^Rk^^W
                                                  Dzîë䇈\`°éçz‚#^^A×^^SŠZNx...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.


LaTeX Warning: Command \` invalid in math mode on input line 17.

Missing character: There is no ° in font cmr10!
! Please use \mathaccent for accents in math mode.
\add@accent ...@spacefactor \spacefactor }\accent 
                                                  #1 #2\egroup \spacefactor ...
l.17 ...Èg^^VÊ­–^^CU±	ÞÜ6?Öö_Ý5Å^^Rk^^WDzîë䇈\`°
                                                  éçz‚#^^A×^^SŠZNxˆÈõ^^D·p=￾...
I'm changing \accent to \mathaccent here; wish me luck.
(Accents are not the same in formulas as they are in text.)

! You can't use `\spacefactor' in math mode.
\add@accent ...}\accent #1 #2\egroup \spacefactor 
                                                  \accent@spacefactor 
l.17 ...Èg^^VÊ­–^^CU±	ÞÜ6?Öö_Ý5Å^^Rk^^WDzîë䇈\`°
                                                  éçz‚#^^A×^^SŠZNxˆÈõ^^D·p=￾...
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.

! You can't use `macro parameter character #' in math mode.
l.17 ...VÊ­–^^CU±	ÞÜ6?Öö_Ý5Å^^Rk^^WDzîë䇈\`°éçz‚#
                                                  ^^A×^^SŠZNxˆÈõ^^D·p=￾>®'x_...
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.

! Text line contains an invalid character.
l.17 ...–^^CU±	ÞÜ6?Öö_Ý5Å^^Rk^^WDzîë䇈\`°éçz‚#^^A
                                                  ×^^SŠZNxˆÈõ^^D·p=￾>®'x_nTb...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.17 ...U±	ÞÜ6?Öö_Ý5Å^^Rk^^WDzîë䇈\`°éçz‚#^^A×^^S
                                                  ŠZNxˆÈõ^^D·p=￾>®'x_nTb÷¯?_...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.17 ...Ý5Å^^Rk^^WDzîë䇈\`°éçz‚#^^A×^^SŠZNxˆÈõ^^D
                                                  ·p=￾>®'x_nTb÷¯?_Gƒ!^^_n'…Ü...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.17 ...z‚#^^A×^^SŠZNxˆÈõ^^D·p=￾>®'x_nTb÷¯?_Gƒ!^^_
                                                  n'…Ü”„¬®¡ÌÊ5Uª9N^^R¾#é[Ûºç...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.17 ...D·p=￾>®'x_nTb÷¯?_Gƒ!^^_n'…Ü”„¬®¡ÌÊ5Uª9N^^R
                                                  ¾#é[Ûºçì‹ó‡´‹«›¦Íç}í^^B5^^...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! You can't use `macro parameter character #' in math mode.
l.17 ...p=￾>®'x_nTb÷¯?_Gƒ!^^_n'…Ü”„¬®¡ÌÊ5Uª9N^^R¾#
                                                  é[Ûºçì‹ó‡´‹«›¦Íç}í^^B5^^Ws...
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.

! Text line contains an invalid character.
l.17 ...n'…Ü”„¬®¡ÌÊ5Uª9N^^R¾#é[Ûºçì‹ó‡´‹«›¦Íç}í^^B
                                                  5^^WsO¬¹:
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.17 ...”„¬®¡ÌÊ5Uª9N^^R¾#é[Ûºçì‹ó‡´‹«›¦Íç}í^^B5^^W
                                                  sO¬¹:
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.18 8‘Ç63¥6^^N
               4ïcCL)6°Ô„Ý-ߤý0ë^^R^^EƒÍú|^^Bs8õQŒ^^]±Ö„U^^[ÂV0¨²\CÐ’ÚtŸóËžx...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.18 8‘Ç63¥6^^N4ïcCL)6°Ô„Ý-ߤý0ë^^R
                                   ^^EƒÍú|^^Bs8õQŒ^^]±Ö„U^^[ÂV0¨²\CÐ’ÚtŸóËžx...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.18 8‘Ç63¥6^^N4ïcCL)6°Ô„Ý-ߤý0ë^^R^^E
                                      ƒÍú|^^Bs8õQŒ^^]±Ö„U^^[ÂV0¨²\CÐ’ÚtŸóËžx...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.18 8‘Ç63¥6^^N4ïcCL)6°Ô„Ý-ߤý0ë^^R^^EƒÍú|^^B
                                             s8õQŒ^^]±Ö„U^^[ÂV0¨²\CÐ’ÚtŸóËžx...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.18 ...6^^N4ïcCL)6°Ô„Ý-ߤý0ë^^R^^EƒÍú|^^Bs8õQŒ^^]
                                                  ±Ö„U^^[ÂV0¨²\CÐ’ÚtŸóËžxš¶q...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.18 ...CL)6°Ô„Ý-ߤý0ë^^R^^EƒÍú|^^B

von Gast » Fr 7. Okt 2016, 10:19

Ich verwende ebenfalls Linux und Inkscape 0.48.5 r10040. Wenn bei dir inkscape die svg-Grafik in mehrere Seiten zerlegt, würde ich den Fehler dort suchen. Übrigens ist Option -C beim PDF-Export laut manpage überflüssig.

von DEVV » Fr 7. Okt 2016, 10:09

Genau das habe ich versucht (mit dem neuen Verzeichnis).
Die Pdf die generiert wird hat 55 Seiten und da ist der Graph aus meinem Anhang in seine Einzelteile zerlegt.


Ich habe übrigens Linux installiert (nicht Windows)!

von Gast » Do 6. Okt 2016, 17:42

Wieso Seite 55? Das Beispiel, das du gezeigt hattest, hatte nur eine Seite in der aus test.svg erzeugten test.pdf und es wird auch nur die erste Seite gelesen. Bei mir funktioniert das auch einwandfrei. Eventuell hast du noch irgendwelchen Müll rumliegen. Probier mal in einem neuen Verzeichnis, in dem nur meine Testdatei mit Namen testdatei.tex und nur deine SVG-Datei mit Namen testbild.svg liegt.

von DEVV » Do 6. Okt 2016, 17:21

Ist mir auch aufgefallen. Heißt jetzt Test1.tex:
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Arch Linux) (preloaded format=pdflatex 2016.8.16)  6 OCT 2016 17:21
entering extended mode
 \write18 enabled.
 %&-line parsing enabled.
**Test1.tex
(./Test1.tex
LaTeX2e <2016/03/31> patch level 3
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
(/usr/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texmf-dist/tex/latex/svg/svg.sty
Package: svg 2012/09/05 v1.0 SVG inclusion and extraction

(/usr/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2014/12/03 v2.7a package option processing (HA)

(/usr/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/share/texmf-dist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks14
\XKV@tempa@toks=\toks15

(/usr/share/texmf-dist/tex/generic/xkeyval/keyval.tex))
\XKV@depth=\count87
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
))
(/usr/share/texmf-dist/tex/latex/subfig/subfig.sty
Package: subfig 2005/06/28 ver: 1.3 subfig package

(/usr/share/texmf-dist/tex/latex/caption/caption.sty
Package: caption 2016/02/21 v3.3-144 Customizing captions (AR)

(/usr/share/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=\dimen103
\captionmargin@=\dimen104
\captionwidth=\dimen105
\caption@tempdima=\dimen106
\caption@indent=\dimen107
\caption@parindent=\dimen108
\caption@hangindent=\dimen109
)
\c@ContinuedFloat=\count88
)
\c@KVtest=\count89
\sf@farskip=\skip43
\sf@captopadj=\dimen110
\sf@capskip=\skip44
\sf@nearskip=\skip45
\c@subfigure=\count90
\c@subfigure@save=\count91
\c@lofdepth=\count92
\c@subtable=\count93
\c@subtable@save=\count94
\c@lotdepth=\count95
\sf@top=\skip46
\sf@bottom=\skip47
)
(/usr/share/texmf-dist/tex/latex/import/import.sty
Package: import 2009/03/23  v 5.1
)
(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)

(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2016/07/10 v1.0t Standard LaTeX Graphics (DPC,SPQR)

(/usr/share/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)
(/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: pdftex.def on input line 99.

(/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2016/07/10 v0.06j Graphics/color for pdfTeX

(/usr/share/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO)
)
(/usr/share/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
)
\Gread@gobject=\count96
))
\Gin@req@height=\dimen111
\Gin@req@width=\dimen112
)
(/usr/share/texmf-dist/tex/latex/oberdiek/transparent.sty
Package: transparent 2016/05/16 v1.1 Transparency via pdfTeX's color stack (HO)


(/usr/share/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2016/05/14 v3.1 Provides the ifpdf switch
)
(/usr/share/texmf-dist/tex/latex/oberdiek/auxhook.sty
Package: auxhook 2016/05/16 v1.4 Hooks for auxiliary files (HO)
))
(/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)

(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Driver file: pdftex.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.
)
\SVG@out@width=\skip48
\SVG@out@height=\skip49
\c@svgfigure=\count97
)
(/usr/share/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2013/09/16  ver 3.4  Verb mode for urls, etc.
) (./Test1.aux)
\openout1 = `Test1.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 5.
LaTeX Font Info:    ... okay on input line 5.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 5.
LaTeX Font Info:    ... okay on input line 5.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 5.
LaTeX Font Info:    ... okay on input line 5.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 5.
LaTeX Font Info:    ... okay on input line 5.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 5.
LaTeX Font Info:    ... okay on input line 5.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 5.
LaTeX Font Info:    ... okay on input line 5.
Package caption Info: Begin \AtBeginDocument code.
Package caption Info: subfig package v1.3 is loaded.
Package caption Info: End \AtBeginDocument code.

(/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count98
\scratchdimen=\dimen113
\scratchbox=\box26
\nofMPsegments=\count99
\nofMParguments=\count100
\everyMPshowfont=\toks16
\MPscratchCnt=\count101
\MPscratchDim=\dimen114
\MPnumerator=\count102
\makeMPintoPDFobject=\count103
\everyMPtoPDFconversion=\toks17
) (/usr/share/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2016/05/21 v0.22 Utility functions of pdfTeX for LuaTeX (HO
)

(/usr/share/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.
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
)
(/usr/share/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2016/05/15 v2.6 Base part for package epstopdf

(/usr/share/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2016/05/16 v1.2 Manage graphics extensions (HO)

(/usr/share/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty
Package: kvdefinekeys 2016/05/16 v1.4 Define keys (HO)
))
(/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO)

(/usr/share/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2016/05/16 v1.17 Key value parser (HO)

(/usr/share/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.
)))
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
38.
Package grfext Info: Graphics extension search list:
(grfext)             [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext)             \AppendGraphicsExtensions on input line 456.

(/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
e
))
<./test.pdf, id=1, 722.7pt x 220.022pt>
File: ./test.pdf Graphic file (type pdf)
 <use ./test.pdf>
Package pdftex.def Info: ./test.pdf used on input line 9.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
File: ./test.pdf Graphic file (type pdf)
 <use ./test.pdf>
Package pdftex.def Info: ./test.pdf used on input line 9.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.

(./test.pdf_tex <test.pdf, id=2, page=1, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 1>
Package pdftex.def Info: test.pdf, page1 used on input line 52.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <7> on input line 53.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <5> on input line 53.
 <test.pdf, id=3, page=2, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 2>
Package pdftex.def Info: test.pdf, page2 used on input line 58.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=4, page=3, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 3>
Package pdftex.def Info: test.pdf, page3 used on input line 60.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=5, page=4, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 4>
Package pdftex.def Info: test.pdf, page4 used on input line 62.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=6, page=5, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 5>
Package pdftex.def Info: test.pdf, page5 used on input line 64.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=7, page=6, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 6>
Package pdftex.def Info: test.pdf, page6 used on input line 66.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=8, page=7, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 7>
Package pdftex.def Info: test.pdf, page7 used on input line 68.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=9, page=8, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 8>
Package pdftex.def Info: test.pdf, page8 used on input line 70.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=10, page=9, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 9>
Package pdftex.def Info: test.pdf, page9 used on input line 72.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=11, page=10, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 10>
Package pdftex.def Info: test.pdf, page10 used on input line 74.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=12, page=11, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 11>
Package pdftex.def Info: test.pdf, page11 used on input line 76.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=13, page=12, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 12>
Package pdftex.def Info: test.pdf, page12 used on input line 78.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=14, page=13, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 13>
Package pdftex.def Info: test.pdf, page13 used on input line 80.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=15, page=14, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 14>
Package pdftex.def Info: test.pdf, page14 used on input line 82.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=16, page=15, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 15>
Package pdftex.def Info: test.pdf, page15 used on input line 84.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=17, page=16, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 16>
Package pdftex.def Info: test.pdf, page16 used on input line 86.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=18, page=17, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 17>
Package pdftex.def Info: test.pdf, page17 used on input line 88.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=19, page=18, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 18>
Package pdftex.def Info: test.pdf, page18 used on input line 90.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=20, page=19, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 19>
Package pdftex.def Info: test.pdf, page19 used on input line 92.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=21, page=20, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 20>
Package pdftex.def Info: test.pdf, page20 used on input line 94.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=22, page=21, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 21>
Package pdftex.def Info: test.pdf, page21 used on input line 96.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=23, page=22, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 22>
Package pdftex.def Info: test.pdf, page22 used on input line 98.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=24, page=23, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 23>
Package pdftex.def Info: test.pdf, page23 used on input line 100.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=25, page=24, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 24>
Package pdftex.def Info: test.pdf, page24 used on input line 102.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=26, page=25, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 25>
Package pdftex.def Info: test.pdf, page25 used on input line 104.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=27, page=26, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 26>
Package pdftex.def Info: test.pdf, page26 used on input line 106.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=28, page=27, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 27>
Package pdftex.def Info: test.pdf, page27 used on input line 108.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=29, page=28, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 28>
Package pdftex.def Info: test.pdf, page28 used on input line 110.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=30, page=29, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 29>
Package pdftex.def Info: test.pdf, page29 used on input line 112.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=31, page=30, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 30>
Package pdftex.def Info: test.pdf, page30 used on input line 114.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=32, page=31, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 31>
Package pdftex.def Info: test.pdf, page31 used on input line 116.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=33, page=32, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 32>
Package pdftex.def Info: test.pdf, page32 used on input line 118.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=34, page=33, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 33>
Package pdftex.def Info: test.pdf, page33 used on input line 120.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=35, page=34, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 34>
Package pdftex.def Info: test.pdf, page34 used on input line 122.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=36, page=35, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 35>
Package pdftex.def Info: test.pdf, page35 used on input line 124.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=37, page=36, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 36>
Package pdftex.def Info: test.pdf, page36 used on input line 126.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=38, page=37, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 37>
Package pdftex.def Info: test.pdf, page37 used on input line 128.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=39, page=38, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 38>
Package pdftex.def Info: test.pdf, page38 used on input line 130.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=40, page=39, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 39>
Package pdftex.def Info: test.pdf, page39 used on input line 132.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=41, page=40, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 40>
Package pdftex.def Info: test.pdf, page40 used on input line 134.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=42, page=41, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 41>
Package pdftex.def Info: test.pdf, page41 used on input line 136.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=43, page=42, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 42>
Package pdftex.def Info: test.pdf, page42 used on input line 138.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=44, page=43, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 43>
Package pdftex.def Info: test.pdf, page43 used on input line 140.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=45, page=44, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 44>
Package pdftex.def Info: test.pdf, page44 used on input line 142.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=46, page=45, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 45>
Package pdftex.def Info: test.pdf, page45 used on input line 144.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=47, page=46, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 46>
Package pdftex.def Info: test.pdf, page46 used on input line 146.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=48, page=47, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 47>
Package pdftex.def Info: test.pdf, page47 used on input line 148.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=49, page=48, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 48>
Package pdftex.def Info: test.pdf, page48 used on input line 150.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=50, page=49, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 49>
Package pdftex.def Info: test.pdf, page49 used on input line 152.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=51, page=50, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 50>
Package pdftex.def Info: test.pdf, page50 used on input line 154.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=52, page=51, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 51>
Package pdftex.def Info: test.pdf, page51 used on input line 156.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=53, page=52, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 52>
Package pdftex.def Info: test.pdf, page52 used on input line 158.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=54, page=53, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 53>
Package pdftex.def Info: test.pdf, page53 used on input line 160.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=55, page=54, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 54>
Package pdftex.def Info: test.pdf, page54 used on input line 162.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.
 <test.pdf, id=56, page=55, 722.7pt x 220.022pt>
File: test.pdf Graphic file (type pdf)

<use test.pdf, page 55>
Package pdftex.def Info: test.pdf, page55 used on input line 164.
(pdftex.def)             Requested size: 722.69823pt x 220.02145pt.

!pdfTeX error: pdflatex (file ./test.pdf): PDF inclusion: required page does no
t exist <55>
 ==> Fatal error occurred, no output PDF file produced!

von Gast » Do 6. Okt 2016, 17:19

Du kannst test.svg nicht in einem Dokument test.tex verwenden. Da die test.svg on-the-fly in eine Datei test.pdf umgewandelt werden soll, die dann intern per \includegraphics geladen wird, während gleichzeitig pdflatex aus test.tex ebenfalls test.pdf generiert.

Benennen also entweder test.svg um oder test.tex.

Nach oben