Samstag, 25. März 2017

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}

latex griechische buchstaben im text

\documentclass{article}
\usepackage{textgreek}
\begin{document}
\begin{tabular}{lll}
\textAlpha, \textalpha  & & \textNu, \textnu \\
\textBeta, \textbeta  & & \textXi, \textxi \\
\textGamma, \textgamma & & \textOmikron, \textomikron\\
\textDelta, \textdelta & & \textPi, \textpi \\
\textEpsilon, \textepsilon, \straightepsilon& & \textRho, \textrho\\
\textZeta, \textzeta & & \textSigma, \textsigma, \textvarsigma \\
\textEta, \texteta  & & \textTau, \texttau  \\
\textTheta, \texttheta, \straighttheta & & \textUpsilon, \textupsilon\\
\textIota, \textiota  & & \textPhi, \textphi, \straightphi\\
\textKappa, \textkappa & & \textChi, \textchi  \\
\textLambda, \textlambda & & \textPsi, \textpsi  \\
\textMu, \textmugreek  & & \textOmega, \textomega  \\
\end{tabular}
\end{document}
euler
\documentclass{article}
\usepackage[euler]{textgreek}
\begin{document}
\begin{tabular}{lll}
\textAlpha, \textalpha  & & \textNu, \textnu \\
\textBeta, \textbeta  & & \textXi, \textxi \\
\textGamma, \textgamma & & \textOmikron, \textomikron\\
\textDelta, \textdelta & & \textPi, \textpi \\
\textEpsilon, \textepsilon, \straightepsilon& & \textRho, \textrho\\
\textZeta, \textzeta & & \textSigma, \textsigma, \textvarsigma \\
\textEta, \texteta  & & \textTau, \texttau  \\
\textTheta, \texttheta, \scripttheta& & \textUpsilon, \textupsilon\\
\textIota, \textiota  & & \textPhi, \textphi, \straightphi\\
\textKappa, \textkappa & & X, \textchi  \\
\textLambda, \textlambda & & \textPsi, \textpsi  \\
\textMu, \textmugreek  & & \textOmega, \textomega  \\
\end{tabular}
\end{document}
artemisia
\documentclass{article}
\usepackage[artemisia]{textgreek}
\begin{document}
\begin{tabular}{lll}
\textAlpha, \textalpha  & & \textNu, \textnu \\
\textBeta, \textbeta  & & \textXi, \textxi \\
\textGamma, \textgamma & & \textOmikron, \textomikron\\
\textDelta, \textdelta & & \textPi, \textpi \\
\textEpsilon, \textepsilon, \straightepsilon& & \textRho, \textrho\\
\textZeta, \textzeta & & \textSigma, \textsigma, \textvarsigma \\
\textEta, \texteta  & & \textTau, \texttau  \\
\textTheta, \texttheta, \straighttheta& & \textUpsilon, \textupsilon\\
\textIota, \textiota  & & \textPhi, \textphi, \straightphi\\
\textKappa, \textkappa & & \textChi, \textchi  \\
\textLambda, \textlambda & & \textPsi, \textpsi  \\
\textMu, \textmugreek  & & \textOmega, \textomega  \\
\end{tabular}
 \end{document}