summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/przechlewski-book/p39.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/przechlewski-book/p39.tex')
-rw-r--r--Master/texmf-dist/doc/latex/przechlewski-book/p39.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/przechlewski-book/p39.tex b/Master/texmf-dist/doc/latex/przechlewski-book/p39.tex
new file mode 100644
index 00000000000..6757db73683
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/przechlewski-book/p39.tex
@@ -0,0 +1,18 @@
+\documentclass[a4paper]{article}
+\usepackage{polski}
+\usepackage{array,tabularx}
+\usepackage[utf8]{inputenc}
+\begin{document}
+
+\newcolumntype{W}{>{\raggedleft \arraybackslash}X}
+\begin{tabularx}{\textwidth}{|l|W|W|r|W|W|}\hline
+Substancja & \multicolumn{2}{c|}{Wsp. genetyczny} & Moc czynna \hfill& \multicolumn{2}{c|}{Wsp. substancyjny}\\
+ \cline{2-3} \cline{5-6}% \cline można wstawiać wielokrotnie
+ & GY & $\Psi^2$ & (hy) & FY & $\alpha'$ \\ \hline
+dektura & 1,123 & 8,1 & 3,0 & 6,5 & 20,0 \\
+liść senesu & 45,000 & 20,8 & 5,1 & 7,7 & 15,0 \\
+papa & 1,012 & 7,5 & 18,1 & 6,9 & 14,5 \\ \hline
+\end{tabularx}
+
+
+\end{document}