Alles wird wunderbar kompiliert, bis ich folgende Zeilen hinzufüge und das Bild "g.JPG" Öffne in Overleaf
\begin{figure}[htb] \centering \input{img/g.JPG} \caption{\label{fig:g}AAA} \end{figure} Folgende Fehler erhalte ich dann: Öffne in Overleaf
! Package inputenc Error: Keyboard character used is undefined (inputenc) in inputencoding `utf8'. See the inputenc package documentation for explanation. Type H <return> for immediate help. ... l.1 ÿ ØÿáþExif MM * You need to provide a definition with \DeclareInputText or \DeclareInputMath before using this key. ! Missing ) inserted for expression. <to be read again> ( l.1 ÿØÿ áþExif MM * I was expecting to see `+', `-', `*', `/', or `)'. Didn't. ! Missing = inserted for \ifnum. <to be read again> ( l.1 ÿØÿ áþExif MM * I was expecting to see `<', `=', or `>'. Didn't. ! Missing number, treated as zero. <to be read again> ( l.1 ÿØÿ áþExif MM * A number should have been here; I inserted `0'. (If you can't figure out why I needed to see a number, look up `weird error' in the index to The TeXbook.) ! Package inputenc Error: Unicode char Øÿ (U+) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H <return> for immediate help. ... l.1 ÿØÿ áþExif MM * Your command was ignored. Type I <command> <return> to replace it with another command, or <return> to continue without it. ! Missing ) inserted for expression. <to be read again> ( l.1 ÿØÿáþ Exif MM * I was expecting to see `+', `-', `*', `/', or `)'. Didn't. (...und weitere) Die Fehler beziehen sich auf eine ganz andere Zeile. Sobald ich den o.g. Code lösche, läuft alles durch. |
Verwende Dazu muss man auch das beantwortet 22 Feb '17, 21:18 stefan ♦♦ Und eine Dateiendung ist nicht von Nöten.
(22 Feb '17, 22:11)
Marco_D
Danke vielmals. Ich habe in TikZ ein paar Zeichnungen erstellt und mit Input eingebunden. Tja, wenn man dann einfach den Block kopiert und zur Abwechslung mal kein .tex hat, kommt sowas dabei raus. Rein interessenhalber, wieso treten dann diese vielen Fehlermeldungen auf, die zudem noch an eine ganz andere Stelle verweisen?
(22 Feb '17, 22:17)
SF6
|