kurztipp
01-12-2012, 15:50
Hallo,
ich versuche gerade Formeln zu setzen, jedoch scheitere ich am Zeilenumbruch
\documentclass[fontsize=12pt,paper=a4,titlepage,twoside=false,hea dings=normal]{scrartcl}
%------------------------------------------------
%% Spracheinstellungen
% Deutsche Sprachunterstützung
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
% Sonderzeichen verf�gbar machen
\usepackage[T1]{fontenc}
\usepackage[leqno]{amsmath}
% Schriftartfamilie auf Times stellen
\usepackage{txfonts}
\begin{document}
\begin{equation}
max!U^A(X^A,Y^A) \\
\bar{U^B}=U^B(\bar{X}-X^A,\bar{Y}-Y^A)
\end{equation}
\end{document}
Das gibt bei mir keinen Zeilenumbruch aus, obwohl es so sein sollte, wenn ich die Dokumentation von amsmath richtig verstanden habe.
==> Wie bekomme ich den Zeilenumbruch?
Zweite Frage:
Ich benutze txfonts und amsmath. Wenn amsmath nach txfonts geladen wird, kommen Fehler:
! LaTeX Error: Command \iint already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
... l.506 ...d{\iint}{\DOTSI\protect\MultiIntegral{2}}
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
! LaTeX Error: Command \iiint already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
... l.507 ...{\iiint}{\DOTSI\protect\MultiIntegral{3}}
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
! LaTeX Error: Command \iiiint already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
... l.508 ...\iiiint}{\DOTSI\protect\MultiIntegral{4}}
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
! LaTeX Error: Command \idotsint already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation. Das passiert nicht, wenn amsmath vor txfonts geladen wird.
(1) Warum?
(2) Gibt es Inkomabilitäten, wenn ich trotzdem beide in der Reihenfolge ohne Fehler verwende?
LG
ich versuche gerade Formeln zu setzen, jedoch scheitere ich am Zeilenumbruch
\documentclass[fontsize=12pt,paper=a4,titlepage,twoside=false,hea dings=normal]{scrartcl}
%------------------------------------------------
%% Spracheinstellungen
% Deutsche Sprachunterstützung
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
% Sonderzeichen verf�gbar machen
\usepackage[T1]{fontenc}
\usepackage[leqno]{amsmath}
% Schriftartfamilie auf Times stellen
\usepackage{txfonts}
\begin{document}
\begin{equation}
max!U^A(X^A,Y^A) \\
\bar{U^B}=U^B(\bar{X}-X^A,\bar{Y}-Y^A)
\end{equation}
\end{document}
Das gibt bei mir keinen Zeilenumbruch aus, obwohl es so sein sollte, wenn ich die Dokumentation von amsmath richtig verstanden habe.
==> Wie bekomme ich den Zeilenumbruch?
Zweite Frage:
Ich benutze txfonts und amsmath. Wenn amsmath nach txfonts geladen wird, kommen Fehler:
! LaTeX Error: Command \iint already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
... l.506 ...d{\iint}{\DOTSI\protect\MultiIntegral{2}}
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
! LaTeX Error: Command \iiint already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
... l.507 ...{\iiint}{\DOTSI\protect\MultiIntegral{3}}
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
! LaTeX Error: Command \iiiint already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
... l.508 ...\iiiint}{\DOTSI\protect\MultiIntegral{4}}
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
! LaTeX Error: Command \idotsint already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation. Das passiert nicht, wenn amsmath vor txfonts geladen wird.
(1) Warum?
(2) Gibt es Inkomabilitäten, wenn ich trotzdem beide in der Reihenfolge ohne Fehler verwende?
LG