summaryrefslogtreecommitdiff
path: root/support/tab4tex/test2.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/tab4tex/test2.tex
Initial commit
Diffstat (limited to 'support/tab4tex/test2.tex')
-rw-r--r--support/tab4tex/test2.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/support/tab4tex/test2.tex b/support/tab4tex/test2.tex
new file mode 100644
index 0000000000..2ddfeffe02
--- /dev/null
+++ b/support/tab4tex/test2.tex
@@ -0,0 +1,22 @@
+\documentclass{article}
+\usepackage[T1]{fontenc}
+\begin{document}
+
+\begin{tabular}{|c|c|c|c|c|}
+
+\hline
+ & \multicolumn{2}{|c|}{Singular} & \multicolumn{2}{|c|}{Plural} \\
+\hline
+ & English & \textbf{Gaeilge} & \textbf{English} & \textbf{Gaeilge} \\
+\hline
+1st Person & at me & \textbf{agam} & at us & \textbf{againn} \\
+\hline
+2nd Person & at you & \textbf{agat} & at you & \textbf{agaibh} \\
+\hline
+3rd Person & at him & \textbf{aige} & at them & \textbf{acu} \\
+\hline
+ & at her & \textbf{aici} & & \\
+\hline
+\end{tabular}
+
+\end{document}