von guy.brush™ » Mo 20. Jun 2011, 21:16
Hallo,
ich habe mir das ganze so hingefudelt:
\documentclass[ngerman]{minimal}
\usepackage{babel}
\usepackage{amsmath}
% \usepackage{fontspec}
% \usepackage{unicode-math}
\begin{document}
\[
\begin{pmatrix}
a & b & c\\
d & e & f\\
g & h & i\\
j & k & l\\
m & n & o\\
\end{pmatrix}
\left\}
\begin{matrix}
\vphantom{b}\\
\vphantom{f}\\
\vphantom{gh}\\
\vphantom{jl}\\
\vphantom{m}
\end{matrix}
\right. \text{Erkl"arung}
\]
\[
\begin{pmatrix}
a & b & c\\
d & e & f\\
g & h & i\\
j & k & l\\
m & n & o\\
\end{pmatrix}
\left.
\begin{matrix}
\vphantom{b}\\
\vphantom{f}\\
\vphantom{gh}\\
\vphantom{jl}\\
\vphantom{m}
\end{matrix}
\right\} \text{Erkl"arung}
\]
\end{document}
Wenn du \left\} verwendest, ist die Klammer einen Tick näher an der runden Klammer. Ich habe in das \vphantom immer die höchsten Einträge in der Zeile eingetragen.
Vielleicht kennt aber jemand noch eine bessere oder schönere Variante. Allerdings finde ich ein \underbrace innerhalb einer Matrix, das die runden Klammern um die Matrix somit vergrößert, nicht besonders schön. Mir fällt aber aktuell hierzu keine Lösung ein.
Viele Grüße,
guy.brush
Hallo,
ich habe mir das ganze so hingefudelt:
[code]
\documentclass[ngerman]{minimal}
\usepackage{babel}
\usepackage{amsmath}
% \usepackage{fontspec}
% \usepackage{unicode-math}
\begin{document}
\[
\begin{pmatrix}
a & b & c\\
d & e & f\\
g & h & i\\
j & k & l\\
m & n & o\\
\end{pmatrix}
\left\}
\begin{matrix}
\vphantom{b}\\
\vphantom{f}\\
\vphantom{gh}\\
\vphantom{jl}\\
\vphantom{m}
\end{matrix}
\right. \text{Erkl"arung}
\]
\[
\begin{pmatrix}
a & b & c\\
d & e & f\\
g & h & i\\
j & k & l\\
m & n & o\\
\end{pmatrix}
\left.
\begin{matrix}
\vphantom{b}\\
\vphantom{f}\\
\vphantom{gh}\\
\vphantom{jl}\\
\vphantom{m}
\end{matrix}
\right\} \text{Erkl"arung}
\]
\end{document}
[/code]
Wenn du \left\} verwendest, ist die Klammer einen Tick näher an der runden Klammer. Ich habe in das \vphantom immer die höchsten Einträge in der Zeile eingetragen.
Vielleicht kennt aber jemand noch eine bessere oder schönere Variante. Allerdings finde ich ein \underbrace innerhalb einer Matrix, das die runden Klammern um die Matrix somit vergrößert, nicht besonders schön. Mir fällt aber aktuell hierzu keine Lösung ein.
Viele Grüße,
guy.brush