Search found 3 matches

by breien36
Sat Jan 22, 2011 5:16 pm
Forum: Graphics, Figures & Tables
Topic: newcolumntype with mathmode
Replies: 6
Views: 7176

Re: newcolumntype with mathmode

Well, thats exactly how I want it. Thank you very much for your help :D
by breien36
Fri Jan 21, 2011 2:02 pm
Forum: Graphics, Figures & Tables
Topic: newcolumntype with mathmode
Replies: 6
Views: 7176

newcolumntype with mathmode

Hello,
sorry i didnt post a MWE the first time. Here it is:
\documentclass[11pt,a4paper]{scrartcl}
\usepackage[utf8x]{inputenc}
\usepackage{ucs}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[ngerman]{babel}
\usepackage{tabularx}

\newcolumntype{Z}{>{$}X<{$}}

\begin ...
by breien36
Wed Jan 19, 2011 8:39 pm
Forum: Graphics, Figures & Tables
Topic: newcolumntype with mathmode
Replies: 6
Views: 7176

newcolumntype with mathmode

Hello,

I want to create some tables with tabularx, which contain much formula stuff. This specific table has 1 column for formula description and 2 colums for the formulas. I dont want to type the math-environment "$ $" for each single field, so i tried to create a new columtype which is ...