So here is the minimal-code:
\documentclass[a4paper, 12pt]{scrartcl}
\usepackage{tabularx}
\usepackage{chemfig}
\begin{tabularx}{\textwidth}{|X|c|c|X|}
Name & Monomer & Polymermolekül & Einsatzbeispiel\
\hline
Polyethen (PE)
&
\chemfig{
H
-[1]C
(-[3]H)
=C
( -[1]H)
-[7]H
} &
\schemestart
\chemleft[
\chemfig{
-C
( -[2]H)
( -[-2]H)
-C
( -[2]H)
( -[-2]H)
}
\chemright]$_n$
\schemestop
& Plastiktüten
\
Polypropen (PP)
& \chemfig{
H
-C
( -[2]H)
( -[6]H)
-C
( -[2]H)
=C
( -[1]H)
( -[7]H)
} &
\schemestart
\chemleft[
\chemfig{
-[0]C
( -[2]H)
( -[-2]H)
-C
( -[2]{CH3})
-[0]
}
\chemright]$_n$
\schemestop
& Flaschendeckel, Brotdosen
\
Polyvenylchlorid (Pvc)
&
\chemfig{
H
-[1]C
( -[3]H)
=C
( -[1]Cl)
-[7]H
} &
\schemestart
\chemleft[
\chemfig{
-[0]C
( -[2]H)
( -[-2]H)
-C
( -[6]H)
( -[2]{Cl})
-[0]
}
\chemright]$_n$
\schemestop
& Rohrleitungen, Venylböden, Schallplatten
\
Polyethafluorethen (PTFE)
&
\chemfig{
F
-[1]C
( -[3]F)
=C
( -[1]F)
-[7]F
}&
\schemestart
\chemleft[
\chemfig{
-C
( -[2]F)
( -[6]F)
-C
( -[2]F)
( -[6]F)
-[0]
}
\chemright]$_n$
\schemestop
& Pfannenbeschichtung (Tephlon),
Funktionskleidung (Gortex)
\end{tabularx}
\end{document}
As you can see the text isn't formatted in the table. Do you have an idea how I can fix this?






\hspace*{0pt}at the start of the X cells, but it may need help hyphenating the chemical terms with\-depending on which natural language patterns you are using, you may consider using a smaller font so it fits better – David Carlisle Sep 28 '20 at 08:34\tabcolsep(default is 6pt) and a (small) scaling down of the molecules. – Bernard Sep 28 '20 at 08:55\hspace*{0pt}command? – TornaxO7 Sep 28 '20 at 08:59>{\hspace*{0pt}}Xin your tabular preamble – David Carlisle Sep 28 '20 at 09:00\-somewhere – David Carlisle Sep 28 '20 at 09:30\polymerdelimfromchemfigin order tom correct the molecula formulas of your polymer molecules.(The brackes should be drawn through the outer bondes, not around them.) Please also take a look at the spelling of the words in your table. "venyl" should be "vinyl", "Tephlon" should be "Teflon" and so on. – leandriis Sep 28 '20 at 18:30