My table is fixed in the left margin, but spread and through at the right margin.
I use standart LaTeX article template.
Please, Help me. How to fixed the table at the left and right margin AUTOMATICALLY.
This my tables code
Code: Select all
\documentclass[11pt, a4paper]{article}
\usepackage{mhchem}
\begin{document}
\begin{table}
\begin{tabular}{clll}
\hline
No. & Nama Reaksi & Persamaan Reaksi & $K_{p,j}$\\ \hline
1 &Pembakaran &$\ce{Biomassa + pO_2 -> $x$CO_2 + $y/2$H_2O}$ &-\\
2 &Boudard &$\ce{C + CO_2->2CO}$ &$K_{p,B}$\\
3 &Heterogenous water shift&$\ce{C + 2H_2O -> CO_2 + 2H_2}$ &$K_{p,W}$\\
4 &Homogenous water shift&$\ce{CO + H_2O -> CO_2 + H_2O}$ &$K_{p,S}$\\
5 &Metanasi& $\ce{C + 2H_2 -> CH_4}$ &$K_{p,M}$\\
\hline
\end{tabular}
\end{table}
Best Regard...