SiUnitx will nicht so recht

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: SiUnitx will nicht so recht

von Johannes_B » Do 16. Mai 2013, 07:51

In meinem Post steht auch dein fehlendes Minimalbeispiel, mit dem von Epllus erwähntem Backslash \

Vielleicht hätte ich das ein wenig kenntlicher machen können, aber es war ja schon spät.

Grüße

von Epllus » Mi 15. Mai 2013, 23:38

So weit ich das verstehe, kennt er den Befehl "\metre" nur, wenn er in \SI{}{} steht.
Du hast bei SI den \ vergessen.

Epllus

PS. Statt der log ist ein Minimalbeispiel besser (siehe Johannes).

von Peterlinho » Mi 15. Mai 2013, 23:15

Ich dachte das sei schnell gelöst und der Code für solche Formeln bekannt und habe auf ein Minimalbeispiel verzichtet.

Der Fehlercode:
! Undefined control sequence.
\metre ->\ERROR
l.989 ... $c_{0}=SI[per-mode=fraction]{220}{\metre
\per\second}$
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.
\per ->\ERROR
l.989 ...{0}=SI[per-mode=fraction]{220}{\metre\per
\second}$
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.
\second ->\ERROR
l.989 ...per-mode=fraction]{220}{\metre\per\second
}$
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.
[13
]

von Johannes_B » Mi 15. Mai 2013, 23:04

Welche Fehlermeldung? Minimalbeispiel?
\documentclass{scrartcl}

\usepackage{siunitx}

\begin{document}
Geschwindigkeit  $c_{0}=\SI[per-mode=fraction]{220}{\metre\per\second}$
\end{document} 

SiUnitx will nicht so recht

von Peterlinho » Mi 15. Mai 2013, 22:54

Hi,

ich weiß nicht was ich bei der Eingabe falsch mache beim Siunitx Paket:
Geschwindigkeit  $c_{0}=SI[per-mode=fraction]{220}{\metre\per\second}$
Ich erhalte immer eine Fehlermeldung

Danke für Tipps!

Nach oben