\documentclass{article}
\usepackage{graphicx}
\usepackage{fancyhdr}
\pagestyle{fancy}
\setlength{\headheight}{28pt}
\lhead{\includegraphics[height=24pt]{flagge.jpg}}
\chead{bild in kopfzeile}
\begin{document}
Test
\end{document}
Seiten
▼
Donnerstag, 13. April 2017
latex "bild in kopflzeile" einfügen
Montag, 27. März 2017
latex tabelle vertikale linie unterbrechen
\documentclass{article}
\begin{document}
\begin{tabular}{*{5}{|l}|}
latex & tabelle & vertikale & linie & unterbrechen\\
latex & tabelle & vertikale & \multicolumn{1}{l}{linie} &
unterbrechen\\
latex & tabelle & vertikale & linie & unterbrechen\\
latex & tabelle & vertikale & linie & unterbrechen\\
\end{tabular}
\end{document}
vertikale linien mit vline setzen
\documentclass{article}
\begin{document}
\begin{tabular}{*{5}{l}}
latex & tabelle & vertikale \vline & linie & unterbrechen\\
latex & tabelle & vertikale \vline & linie & unterbrechen\\
latex & tabelle \vline & vertikale & linie & unterbrechen\\
latex & tabelle \vline & vertikale \vline & linie & unterbrechen\\
\end{tabular}
\end{document}
latex tabelle vertikale linie nicht durchgezogen
\documentclass{article}
\begin{document}
\begin{tabular}{*{4}{|l}|}
latex & tabelle & vertikale & linie nicht durchgezogen\\
latex & \multicolumn{2}{c}{ tabelle vertikale }& linie
nicht durchgezogen\\
latex & tabelle & vertikale & linie nicht durchgezogen\\
latex & tabelle & vertikale & linie nicht durchgezogen\\
\end{tabular}
\end{document}
latex tabelle vertikale linie doch durchgezogen
\documentclass{article}
\begin{document}
\begin{tabular}{*{4}{|l}|}
latex & tabelle & vertikale & linie nicht durchgezogen\\
latex & \multicolumn{2}{c|}{ tabelle vertikale }& linie
doch durchgezogen\\
latex & tabelle & vertikale & linie nicht durchgezogen\\
latex & tabelle & vertikale & linie nicht durchgezogen\\
\end{tabular}
\end{document}
latex tabelle vertikale linie
\documentclass{article}
\begin{document}
\begin{tabular}{|l|r|c|l|}
latex & tabelle & vertikale & linie \\
latex & tabelle & vertikale & linie \\
latex & tabelle & vertikale & linie \\
latex & tabelle & vertikale & linie \\
\end{tabular}
latex tabelle vertikale linie
\documentclass{article}
\begin{document}
\begin{tabular}{*{4}{|l}|}
latex & tabelle & vertikale & linie \\
latex & tabelle & vertikale & linie \\
latex & tabelle & vertikale & linie \\
latex & tabelle & vertikale & linie \\
\end{tabular}
\end{document}
multicolumn und multirow mit Zeilenumbruch
\documentclass{article}
\usepackage{multirow}
\begin{document}
\begin{tabular}{|ccc|c|}
\hline
BBB & CCC & DDD & AAA\\
\hline
\multicolumn{3}{|c|}{\multirow{2}{*}{\shortstack{multicolumn\\
multirow}}}& AAA \\ \cline{4-4}
& & & AAA \\
\hline
BBB & CCC & DDD & AAA\\
\hline
\end{tabular}
\end{document}
multicolumn und multirow
\documentclass{article}
\usepackage{multirow}
\begin{document}
\begin{tabular}{|ccc|c|}
\hline
BBB & CCC & DDD & AAA\\
\hline
\multicolumn{3}{|c|}{\multirow{2}{*}{multicolumn \& multirow}}&
AAA \\ \cline{4-4}
& & & AAA \\
\hline
BBB & CCC & DDD & AAA\\
\hline
\end{tabular}
\end{document}
latex multicolumn zeilenumbruch
Zeilenumbruch multicolumn mit parbox
\documentclass{article}
\begin{document}
\begin{tabular}{llll}
AAA & \multicolumn{3}{c}{\parbox{4cm}{ Text. Even more text.
To long for one line.}}\\
AAA & BBB & CCC & DDD\\
AAA & BBB & CCC & DDD\\
\end{tabular}
\end{document}
Zeilenumbruch multicolumn mit parbox zentriert
\documentclass{article}
\begin{document}
\begin{tabular}{llll}
AAA & \multicolumn{3}{c}{\parbox{4cm}{\centering Text. Even
more text. To long for one line.}}\\
AAA & BBB & CCC & DDD\\
AAA & BBB & CCC & DDD\\
\end{tabular}
\end{document}
Zeilenumbruch multicolumn mit parbox linksbündig
\documentclass{article}
\begin{document}
\begin{tabular}{llll}
AAA & \multicolumn{3}{c}{\parbox{4cm}{\raggedright Text. Even
more text. To long for one line.}}\\
AAA & BBB & CCC & DDD\\
AAA & BBB & CCC & DDD\\
\end{tabular}
\end{document}
Zeilenumbruch multicolumn mit parbox rechtssbündig
\documentclass{article}
\begin{document}
\begin{tabular}{llll}
AAA & \multicolumn{3}{c}{\parbox{4cm}{\raggedleft Text. Even
more text. To long for one line.}}\\
AAA & BBB & CCC & DDD\\
AAA & BBB & CCC & DDD\\
\end{tabular}
\end{document}
latex tabelle multicolumn Teil 2
multicolumn und multirow
\documentclass{article}
\usepackage{multirow}
\begin{document}
\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|}
\hline
\multirow{2}{*}{Minterme}& \multicolumn{10}{c|}{ON-Menge}\\
\cline{2-11}
& 00000 & 01000 & 01010 & 01100 & 10000 & 10001 & 10010 &
10100 & 11010 & 11100 \\
\hline
$\bar{x}_{2}\bar{x}_{3}\bar{x}_{4} \bar{x}_{5}$ & 1 & 0 &
0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 \\
\hline
$x_{2} \bar{x}_{3} x_{4} \bar{x}_{5} $ & 0 & 0 & 1 & 0 &
0 & 0 & 0 & 0 & 1 & 0 \\
\hline
$x_{2}x_{3} \bar{x}_{4} \bar{x}_{5} $ & 0 & 0 & 0 & 1 &
0 & 0 & 0 & 0 & 0 & 1 \\
\hline
$\bar{x_{1}} \bar{x}_{3} \bar{x}_{4} \bar{x}_{5} $ & 1 &
1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
\hline
$\bar{x_{1}} x_{2} \bar{x}_{4} \bar{x}_{5} $ & 0 & 1 &
0 & 1 & 0 & 0 &0 & 0& 0 & 0 \\
\hline
$\bar{x_{1}} x_{2} \bar{x}_{3} \bar{x}_{5}$ & 0 & 1 &
1 & 0 & 0 & 0 &0 & 0& 0 & 0 \\
\hline
$x_{1} \bar{x}_{3} x_{4} \bar{x}_{5} $ & 0 & 0 &0 &
0& 0 & 0 & 1 & 0 & 1 & 0 \\
\hline
$x_{1} x_{3} \bar{x}_{4} \bar{x}_{5}$ & 0 & 0 &0 & 0&
0 & 0 & 0 & 1 & 0 & 1 \\
\hline
$x_{1} \bar{x}_{2} \bar{x}_{4} \bar{x}_{5} $ & 0 & 0 &
0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 \\
\hline
$x_{1} \bar{x}_{2} \bar{x}_{3} \bar{x}_{5}$ & 0 & 0 &
0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 \\
\hline
$x_{1} \bar{x}_{2} \bar{x}_{3} \bar{x}_{4} $ & 0 & 0 &
0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 \\
\hline
\end{tabular}
\end{document}
multicolumn, multirow und booktabs
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{*{11}{c}}
\toprule
\multirow{2}{*}{Minterme}& \multicolumn{10}{c}{ON-Menge}\\
\cmidrule(lr){2-11}
& 00000 & 01000 & 01010 & 01100 & 10000 & 10001 & 10010 &
10100 & 11010 & 11100 \\
\midrule
$\bar{x}_{2}\bar{x}_{3}\bar{x}_{4} \bar{x}_{5}$ & 1 & 0 & 0 &
0 & 1 & 0 & 0 & 0 & 0 & 0 \\
$x_{2} \bar{x}_{3} x_{4} \bar{x}_{5} $ & 0 & 0 & 1 & 0 & 0 &
0 & 0 & 0 & 1 & 0 \\
$x_{2}x_{3} \bar{x}_{4} \bar{x}_{5} $ & 0 & 0 & 0 & 1 & 0 &
0 & 0 & 0 & 0 & 1 \\
$\bar{x_{1}} \bar{x}_{3} \bar{x}_{4} \bar{x}_{5} $ & 1 & 1 &
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
$\bar{x_{1}} x_{2} \bar{x}_{4} \bar{x}_{5} $ & 0 & 1 & 0 & 1 &
0 & 0 &0 & 0& 0 & 0 \\
$\bar{x_{1}} x_{2} \bar{x}_{3} \bar{x}_{5}$ & 0 & 1 & 1 & 0 &
0 & 0 &0 & 0& 0 & 0 \\
$x_{1} \bar{x}_{3} x_{4} \bar{x}_{5} $ & 0 & 0 &0 & 0& 0 &
0 & 1 & 0 & 1 & 0 \\
$x_{1} x_{3} \bar{x}_{4} \bar{x}_{5}$ & 0 & 0 &0 & 0& 0 &
0 & 0 & 1 & 0 & 1 \\
$x_{1} \bar{x}_{2} \bar{x}_{4} \bar{x}_{5} $ & 0 & 0 & 0 &
0 & 1 & 0 & 0 & 1 & 0 & 0 \\
$x_{1} \bar{x}_{2} \bar{x}_{3} \bar{x}_{5}$ & 0 & 0 & 0 &
0 & 1 & 0 & 1 & 0 & 0 & 0 \\
$x_{1} \bar{x}_{2} \bar{x}_{3} \bar{x}_{4} $ & 0 & 0 & 0 &
0 & 1 & 1 & 0 & 0 & 0 & 0 \\
\bottomrule
\end{tabular}
\end{document}
latex tabelle multicolumn teil1
ohne multicolumn
\documentclass{article}
\begin{document}
\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|}
\hline
& 00000 & 01000 & 01010 & 01100 & 10000 & 10001 & 10010
& 10100 & 11010 & 11100 \\
\hline
$\bar{x}_{2}\bar{x}_{3}\bar{x}_{4} \bar{x}_{5}$ & 1 & 0 & 0
& 0 & 1 & 0 & 0 & 0 & 0 & 0 \\
\hline
$x_{2} \bar{x}_{3} x_{4} \bar{x}_{5} $ & 0 & 0 & 1 & 0 & 0
& 0 & 0 & 0 & 1 & 0 \\
\hline
$x_{2}x_{3} \bar{x}_{4} \bar{x}_{5} $ & 0 & 0 & 0 & 1 & 0
& 0 & 0 & 0 & 0 & 1 \\
\hline
$\bar{x_{1}} \bar{x}_{3} \bar{x}_{4} \bar{x}_{5} $ & 1 & 1
& 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
\hline
$\bar{x_{1}} x_{2} \bar{x}_{4} \bar{x}_{5} $ & 0 & 1 & 0
& 1 & 0 & 0 &0 & 0& 0 & 0 \\
\hline
$\bar{x_{1}} x_{2} \bar{x}_{3} \bar{x}_{5}$ & 0 & 1 & 1
& 0 & 0 & 0 &0 & 0& 0 & 0 \\
\hline
$x_{1} \bar{x}_{3} x_{4} \bar{x}_{5} $ & 0 & 0 &0 & 0
& 0 & 0 & 1 & 0 & 1 & 0 \\
\hline
$x_{1} x_{3} \bar{x}_{4} \bar{x}_{5}$ & 0 & 0 &0 & 0
& 0 & 0 & 0 & 1 & 0 & 1 \\
\hline
$x_{1} \bar{x}_{2} \bar{x}_{4} \bar{x}_{5} $ & 0 & 0 & 0
& 0 & 1 & 0 & 0 & 1 & 0 & 0 \\
\hline
$x_{1} \bar{x}_{2} \bar{x}_{3} \bar{x}_{5}$ & 0 & 0 & 0
& 0 & 1 & 0 & 1 & 0 & 0 & 0 \\
\hline
$x_{1} \bar{x}_{2} \bar{x}_{3} \bar{x}_{4} $ & 0 & 0 & 0
& 0 & 1 & 1 & 0 & 0 & 0 & 0 \\
\hline
\end{tabular}
\end{document}
mit multicolumn
\documentclass{article}
\begin{document}
\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|}
\hline
Minterme& \multicolumn{10}{c|}{ON-Menge}\\
\hline
& 00000 & 01000 & 01010 & 01100 & 10000 & 10001 & 10010
& 10100 & 11010 & 11100 \\
\hline
$\bar{x}_{2}\bar{x}_{3}\bar{x}_{4} \bar{x}_{5}$ & 1 & 0 &
0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 \\
\hline
$x_{2} \bar{x}_{3} x_{4} \bar{x}_{5} $ & 0 & 0 & 1 & 0 &
0 & 0 & 0 & 0 & 1 & 0 \\
\hline
$x_{2}x_{3} \bar{x}_{4} \bar{x}_{5} $ & 0 & 0 & 0 & 1 &
0 & 0 & 0 & 0 & 0 & 1 \\
\hline
$\bar{x_{1}} \bar{x}_{3} \bar{x}_{4} \bar{x}_{5} $ & 1 &
1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
\hline
$\bar{x_{1}} x_{2} \bar{x}_{4} \bar{x}_{5} $ & 0 & 1 & 0 &
1 & 0 & 0 &0 & 0& 0 & 0 \\
\hline
$\bar{x_{1}} x_{2} \bar{x}_{3} \bar{x}_{5}$ & 0 & 1 & 1 &
0 & 0 & 0 &0 & 0& 0 & 0 \\
\hline
$x_{1} \bar{x}_{3} x_{4} \bar{x}_{5} $ & 0 & 0 &0 & 0&
0 & 0 & 1 & 0 & 1 & 0 \\
\hline
$x_{1} x_{3} \bar{x}_{4} \bar{x}_{5}$ & 0 & 0 &0 & 0&
0 & 0 & 0 & 1 & 0 & 1 \\
\hline
$x_{1} \bar{x}_{2} \bar{x}_{4} \bar{x}_{5} $ & 0 & 0 &
0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 \\
\hline
$x_{1} \bar{x}_{2} \bar{x}_{3} \bar{x}_{5}$ & 0 & 0 &
0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 \\
\hline
$x_{1} \bar{x}_{2} \bar{x}_{3} \bar{x}_{4} $ & 0 & 0 &
0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 \\
\hline
\end{tabular}
\end{document}
Samstag, 25. März 2017
tabulary multirow
tabulary multirow fail
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{tabulary}
\begin{document}
\begin{tabulary}{0.8\textwidth}{RCL}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{*}{ neither \textbackslash newline nor
\textbackslash linebreak nor \textbackslash\textbackslash
will work in multirow} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabulary}
\end{document}
tabulary right multirow
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{tabulary}
\begin{document}
\begin{tabulary}{0.8\textwidth}{RCL}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{=}{ neither \textbackslash newline nor
\textbackslash linebreak nor \textbackslash\textbackslash
will work in multirow} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabulary}
\end{document}
tabulary center multirow
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{tabulary}
\begin{document}
\begin{tabulary}{0.8\textwidth}{CLR}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{=}{ neither \textbackslash newline nor
\textbackslash linebreak nor \textbackslash\textbackslash
will work in multirow} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabulary}
\end{document}
tabulary left multirow
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{tabulary}
\begin{document}
\begin{tabulary}{0.8\textwidth}{LRC}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{=}{ neither \textbackslash newline nor
\textbackslash linebreak nor \textbackslash\textbackslash
will work in multirow} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabulary}
\end{document}
tabularx multirow
tabularx multirow fail
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{tabularx}
\begin{document}
\begin{tabularx}{0.8\textwidth}{Xll}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{*}{ neither \textbackslash newline nor
\textbackslash linebreak nor \textbackslash\textbackslash
will work in multirow} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabularx}
\end{document}
tabularx multirow work
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{tabularx}
\begin{document}
\begin{tabularx}{0.8\textwidth}{Xll}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{=}{ neither \textbackslash newline nor
\textbackslash linebreak nor \textbackslash\textbackslash
will work in multirow} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabularx}
\end{document}
multirow zu viel Inhalt
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{2cm}{ neither \textbackslash newline nor
\textbackslash linebreak nor \textbackslash\textbackslash will work
in multirow} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
multirow angepasst für zu viel Inhalt
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{2cm}{ neither \textbackslash newline nor
\textbackslash linebreak nor \textbackslash\textbackslash will
work in multirow} & \rule[-10pt]{0pt}{20pt}First steps
\LaTeX{} & 2004 \\
& \rule[-10pt]{0pt}{28pt}\LaTeX{} course & 2005 \\
& \rule[-10pt]{0pt}{28pt}\LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
latex multirow center
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multicolumn{1}{c}{\multirow{3}{*}{C}} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
latex multirow left
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multicolumn{1}{l}{\multirow{3}{*}{L}} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
latex multirow right
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multicolumn{1}{r}{\multirow{3}{*}{R}} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
latex multirow line break / Zeilenumbruch
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{*}{ neither \textbackslash newline nor \textbackslash
linebreak will work} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
Zeilenumbruch fix width
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{3cm}{but fix width could work} & First
steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
Zeilenumbruch mit shortstack left
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{*}{\shortstack[l]{left\\ \textasteriskcentered
width could work}} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
Zeilenumbruch mit shortstack center
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{*}{\shortstack[c]{center\\ \textasteriskcentered
width could work}} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
Zeilenumbruch mit shortstack right
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{*}{\shortstack[r]{right\\ \textasteriskcentered
width could work}} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
multirow vertikales Ausrichten
\documentclass{article}
\usepackage{multirow} % new version 2.2
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multirow[t]{3}{*}{Top} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
multirow vertikales Ausrichten center
\documentclass{article}
\usepackage{multirow} % new version 2.2
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multirow[c]{3}{*}{Center} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
multirow vertikales Ausrichten bottom
\documentclass{article}
\usepackage{multirow} % new version 2.2
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multirow[b]{3}{*}{Bottom} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
latex multirow and booktabs
\documentclass{article}
\usepackage{multirow}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Teacher & Title & Year \\
\midrule
\multirow{3}{*}{Dave Miller} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\bottomrule
\end{tabular}
\end{document}
latex multirow hline
\documentclass{article}
\usepackage{multirow}
\begin{document}
\begin{tabular}{|l|l|l|}
\hline
Teacher & Title & Year \\
\hline
\hline
\multirow{3}{*}{Dave Miller} & First steps \LaTeX{} & 2004 \\ \hline
& \LaTeX{} course & 2005 \\ \hline
& \LaTeX{} seminar & 2009 \\
\hline
\end{tabular}
\end{document}
latex multirow and cline
\documentclass{article}
\usepackage{multirow}
\begin{document}
\begin{tabular}{|l|l|l|}
\hline
Teacher & Title & Year \\
\hline
\hline
\multirow{3}{*}{Dave Miller} & First steps \LaTeX{} & 2004 \\ \cline{2-3}
& \LaTeX{} course & 2005 \\ \cline{2-3}
& \LaTeX{} seminar & 2009 \\
\hline
\end{tabular}
\end{document}
latex tabelle multirow
\documentclass{article}
\usepackage{multirow}
\begin{document}
\begin{tabular}{|l|l|l|}
\hline
Teacher & Title & Year \\
\hline
\hline
\multirow{3}{*}{Dave Miller} & First steps \LaTeX{} & 2004 \\
& \LaTeX{} course & 2005 \\
& \LaTeX{} seminar & 2009 \\
\hline
\end{tabular}
\end{document}
Freitag, 24. März 2017
reservierte Zeichen / reserved characters
backslash
\documentclass{article}
\begin{document}
\textbackslash
\end{document}
geschweifte Klammer
\documentclass{article}
\begin{document}
\{ and \}
\end{document}
Prozent
\documentclass{article}
\begin{document}
\%
\end{document}
Dollar
\documentclass{article}
\begin{document}
\$
\end{document}
Zirkum
\documentclass{article}
\begin{document}
\^
\end{document}
Unterstrich
\documentclass{article}
\begin{document}
\_
\end{document}
KaufmannsUnd Ampersand
\documentclass{article}
\begin{document}
\&
\end{document}
Tilde
\documentclass{article}
\begin{document}
\~
\end{document}
Raute
\documentclass{article}
\begin{document}
\#
\end{document}
latex griechische buchstaben fett
\documentclass{article}
\usepackage{textgreek}
\begin{document}
\begin{tabular}{lll}
\textbf{\textAlpha}, \textbf{\textalpha} & &
\textbf{\textNu}, \textbf{\textnu} \\
\textbf{\textBeta}, \textbf{\textbeta} & &
\textbf{\textXi}, \textbf{\textxi} \\
\textbf{\textGamma}, \textbf{\textgamma} & &
\textbf{\textOmikron}, \textbf{\textomikron}\\
\textbf{\textDelta}, \textbf{\textdelta} & &
\textbf{\textPi}, \textbf{\textpi}\\
\textbf{\textEpsilon}, \textbf{\textepsilon},
\textbf{\straightepsilon}& &
\textbf{\textRho}, \textbf{\textrho} \\
\textbf{\textZeta}, \textbf{\textzeta} & &
\textbf{\textSigma}, \textbf{\textsigma}, \textbf{\textvarsigma} \\
\textbf{\textEta}, \textbf{\texteta} & &
\textbf{\textTau}, \textbf{\texttau} \\
\textbf{\textTheta}, \textbf{\texttheta}, \textbf{\straighttheta},
\textbf{\scripttheta}& &
\textbf{\textUpsilon}, \textbf{\textupsilon} \\
\textbf{\textIota}, \textbf{\textiota} & &
\textbf{\textPhi}, \textbf{\textphi}, \textbf{\straightphi}\\
\textbf{\textKappa}, \textbf{\textkappa} & &
\textbf{\textChi}, \textbf{\textchi } \\
\textbf{\textLambda}, \textbf{\textlambda}& &
\textbf{\textPsi} \textbf{\textpsi} \\
\textbf{\textMu}, \textbf{\textmu}, \textbf{\textmugreek} & &
\textbf{\textOmega}, \textbf{\textomega} \\
\end{tabular}
\end{document}

















































