Search found 2 matches

by masoher
Sun Nov 21, 2010 10:58 pm
Forum: Math & Science
Topic: Vertical and horizontal centering of formulars
Replies: 2
Views: 1660

Vertical and horizontal centering of formulars

Stupid me.

I hope it's minimal enough:


\documentclass[a4paper,10pt]{article}
%\documentclass[a4paper,10pt]{scrartcl}

\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage{dsfont}
\usepackage{multirow}
\usepackage{geometry}

\geometry{a4paper,left=36mm,right=36mm}

\renewcommand ...
by masoher
Sun Nov 21, 2010 3:11 pm
Forum: Math & Science
Topic: Vertical and horizontal centering of formulars
Replies: 2
Views: 1660

Vertical and horizontal centering of formulars

Hi,

i created a table comprising mathematical formulars. But these formulars seem to stick at the bottom of each cell and that makes the whole tabular ugly.

Here is the table:
\begin{tabular}{|l|l|l|l|l|l|}
\hline \multicolumn{2}{|c|}{Kriterium} & \multicolumn{2}{|c|}{Konvergenz} & \multicolumn ...