PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : tabstopp für equation umgebung gesucht



chris1234567
31-03-2009, 16:58
ich möchte 3 formeln untereinander schreiben. das "for" immer an der gleichen stelle. tab stops würden sich anbieten. aber die kann ich doch nicht in eine equation umgebung bringen? hat jemand rat?
bg
c


\documentclass[a4paper,bibtotoc,oneside,fleqn]{scrbook}
\usepackage{amsmath,amssymb,amsfonts,amstext}
\begin{document}


\begin{equation}
\textbf{x}\textsubscript{1}(t)\equiv\textbf{x}\tex tsubscript{1}(t)\hfill \textnormal {for} \hfill \textit{t}\leq\textit{t}\textsubscript{1}\hspace{1 0mm}
\end{equation}

for any \textit{t}\textsubscript{1} the accordant output signals have the property,

\begin{equation}
\textbf{T}\left(\textbf{x}\textsubscript{1}(t)\rig ht)\equiv \textbf{T}\left(\textbf{x}\textsubscript{2}(t)\rig ht)\hfill \textnormal {for} \hfill \textit{t}\leq\textit{t}\textsubscript{1}\hspace{1 0mm}
\end{equation}

A \textit{linear causal} System reacts to any input signal \textbf{x}(t) with the characteristic

\begin{equation}
\textbf{x}(t)\equiv\textbf{0} \hfill \textnormal {for} \hfill \textit{t} \lq \textit{t}\textsubscript{1}\hspace{10mm}
\end{equation}


\end{document}

localghost
31-03-2009, 17:19
Wo Du schon amsmath (http://ctan.org/pkg/amsmath) lädst, solltest Du es auch benutzen.

\begin{align}
\textbf{x}_1(t)&\equiv\textbf{x}_1(t)&\text{for}\ t\leq t_1 \\
\intertext{for any $t_1$ the accordant output signals have the property,}
\textbf{T}\left[\textbf{x}_1(t)\right]&\equiv\textbf{T}\left[\textbf{x}_2(t)\right]& \text{for}\ \textit{t}\leq\textit{t}_1 \\
\intertext{A \textit{linear causal} System reacts to any input signal $\textbf{x}(t)$ with the characteristic}
\textbf{x}(t)&\equiv\textbf{0}&\text{for}\ t\leq t_1
\end{align}

Mehr Möglichkeiten sind in "Math mode (http://ctan.org/pkg/voss-mathmode)" gelistet.


MfG
Thorsten¹

mechanicus
31-03-2009, 17:25
Hallo,


\documentclass[a4paper,bibtotoc,oneside,fleqn]{scrbook}
\usepackage{amsmath,amssymb,amsfonts,amstext}
\begin{document}


\begin{align}
\textbf{x}\textsubscript{1}(t)&\equiv\textbf{x}\textsubscript{1}(t)&& \text{for} &&\textit{t}\leq\textit{t}\textsubscript{1} \\
\intertext{for any \textit{t}\textsubscript{1} the accordant output signals have the property,}
\textbf{T}\left(\textbf{x}\textsubscript{1}(t)\rig ht)&\equiv \textbf{T}\left(\textbf{x}\textsubscript{2}(t)\rig ht)&&\text {for}&& \textit{t}\leq\textit{t}\textsubscript{1} \\
\intertext{A \textit{linear causal} System reacts to any input signal \textbf{x}(t) with the characteristic}
\textbf{x}(t)&\equiv\textbf{0} &&\text{for} && \textit{t} \leq \textit{t}\textsubscript{1}
\end{align}
\end{document}

Gruß
Marco
EDIT: Zu lange gewartet

chris1234567
01-04-2009, 11:13
Erst einmal vielen Dank für die Antworten.
Ist es jedoch möglich, dass die Formeln jeweils gleich (linksbündig) beginnen, aber dann dennoch die "for" untereinander stehen?

BG
C

Curryhunter
01-04-2009, 11:18
Hallo,
das ist kein Problem. Spiel einfach ein wenig mit den &-Zeichen im Code rum oder was besser ist: Lies Dir die Anleitung zum amsmath-Paket durch!

Grüße
Stefan

Stefan_K
01-04-2009, 12:55
Hallo Chris,

klar geht das, siehe Stefans beiden Tipps und z.B.:

\begin{align}
&\textbf{x}\textsubscript{1}(t)\equiv\textbf{x}\tex tsubscript{1}(t)&& \text{for} &&\textit{t}\leq\textit{t}\textsubscript{1} \\
\intertext{for any \textit{t}\textsubscript{1} the accordant output signals have the property,}
&\textbf{T}\left(\textbf{x}\textsubscript{1}(t)\rig ht)\equiv \textbf{T}\left(\textbf{x}\textsubscript{2}(t)\rig ht)&&\text {for}&& \textit{t}\leq\textit{t}\textsubscript{1} \\
\intertext{A \textit{linear causal} System reacts to any input signal \textbf{x}(t) with the characteristic}
&\textbf{x}(t)\equiv\textbf{0} &&\text{for} && \textit{t} \leq \textit{t}\textsubscript{1}
\end{align}

eine leichte Modifikation von Marcos Code.

Viele Grüße,

Stefan

voss
01-04-2009, 13:49
klar geht das, siehe Stefans beiden Tipps und z.B.:

\begin{align}
&\textbf{x}\textsubscript{1}(t)\equiv\textbf{x}\tex tsubscript{1}(t)&& \text{for} &&\textit{t}\leq\textit{t}\textsubscript{1} \\
\intertext{for any \textit{t}\textsubscript{1} the accordant output signals have the property,}
&\textbf{T}\left(\textbf{x}\textsubscript{1}(t)\rig ht)\equiv \textbf{T}\left(\textbf{x}\textsubscript{2}(t)\rig ht)&&\text {for}&& \textit{t}\leq\textit{t}\textsubscript{1} \\
\intertext{A \textit{linear causal} System reacts to any input signal \textbf{x}(t) with the characteristic}
&\textbf{x}(t)\equiv\textbf{0} &&\text{for} && \textit{t} \leq \textit{t}\textsubscript{1}
\end{align}

eine leichte Modifikation von Marcos Code.


alles etwas kürzer


\begin{align}
& \mathbf{x}_1(t)\equiv\mathbf{x}_1(t)&& \text{for} &&t\leq t_1 \\
\intertext{for any $t_1$ the accordant output signals have the property,}
& \mathbf{T}\left(\mathbf{x}_1(t)\right)\equiv
\mathbf{T}\left(\mathbf{x}_2(t)\right)&&\text {for}&& t\leq t_1 \\
\intertext{A \textit{linear causal} System reacts to any input signal
$\mathbf{x}(t)$ with the characteristic}
& \mathbf{x}(t)\equiv\mathbf{0} &&\text{for} && t\leq t_1
\end{align}


Herbert