summaryrefslogtreecommitdiff
path: root/info/examples/ltt/echem1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/ltt/echem1.tex')
-rw-r--r--info/examples/ltt/echem1.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/info/examples/ltt/echem1.tex b/info/examples/ltt/echem1.tex
new file mode 100644
index 0000000000..a490ccf1e4
--- /dev/null
+++ b/info/examples/ltt/echem1.tex
@@ -0,0 +1,23 @@
+\documentclass[a4paper,12pt]{report}
+\usepackage{german,echem}
+
+\begin{document}
+
+\begin{tabular}{llll}\hline
+Element & Konfiguration & Element & Konfiguration\\
+\hline
+Lithium & Li\vd{Li} &
+ Stickstoff & \vdd{N}\hdu{N}N\vdd{N} \\
+%\addlinespace % fuer booktabs.sty
+Beryllium & Be\vdd{Be} &
+ Sauerstoff & \vdd{O}\hddu{O}O\vdd{O} \\
+%\addlinespace % fuer booktabs.sty
+Bor & \vd{B}B\vdd{B} &
+ Fluor & \vdd{F}\hddu{F}\hdl{F}F\vdd{F} \\
+%\addlinespace % fuer booktabs.sty
+Kohlenstoff & \vdd{C}C\vdd{C} &
+ Neon & \vdd{Ne}\hddu{Ne}\hddl{Ne}Ne\vdd{Ne} \\
+\hline
+\end{tabular}
+
+\end{document}