I have created a table with this header:
Code: Select all
\begin{tabular}{| c | c | p{6cm} | p{6cm} |}
Code: Select all
\begin{tabular}{| c | c | cp{6cm} | cp{6cm} |}
Code: Select all
\begin{tabular}{| c | c | p{6cm} | p{6cm} |}
Code: Select all
\begin{tabular}{| c | c | cp{6cm} | cp{6cm} |}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{array}
\newcommand*{\filltext}{The quick brown fox jumps over the lazy dog.}
\begin{document}
\begin{tabular}{|c|c|>{\centering}p{6cm}|>{\centering\arraybackslash}p{6cm}|}\hline
Head & Head & Head & Head \\\hline
Values & Values & \filltext & \filltext \\\hline
Values & Values & \filltext & \filltext \\\hline
\end{tabular}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p