summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/templates-fenn/diabetes.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/templates-fenn/diabetes.tex')
-rw-r--r--Master/texmf-dist/doc/latex/templates-fenn/diabetes.tex47
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/templates-fenn/diabetes.tex b/Master/texmf-dist/doc/latex/templates-fenn/diabetes.tex
new file mode 100644
index 00000000000..ba7f89f79eb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/templates-fenn/diabetes.tex
@@ -0,0 +1,47 @@
+%
+% diabetes.tex v1.1, 29 January 2007.
+%
+% This file is published and distributed under the latest version of
+% the LPPL. By Juergen Fenn.
+% You can reach me at http://www.juergenfenn.de/ .
+%
+% diebetes.tex provides a simple template for keeping a diary to
+% accompany a basis-bolus therapy of diabetes mellitus. Just insert
+% the patients' name below, compile, and print it out. The concluding
+% form is to be filled out by hand.
+%
+% This file is only available in German. If you would prefer an
+% internationalised version please write me an e-mail.
+%
+\documentclass[14pt,a4paper]{scrartcl}
+\usepackage{german}
+\usepackage[latin1]{inputenc}
+\usepackage[T1]{fontenc}
+\makeatletter% Code stolen from package nopageno by David Carlisle
+\let\ps@plain\ps@empty
+\ps@empty
+\makeatother
+\newcommand{\patientsname}{}% Insert the patient's name here
+\newcommand{\printthetable}{% The table to be printed more than once later
+ \subsection*{Datum: }
+ \vspace{1em}
+ \begin{tabular}{l|p{2cm}|p{2cm}|p{2cm}|p{2cm}|p{2cm}}
+ Uhrzeit & & & & & \\ \hline
+ Blutzucker ($mg/dl$) & & & & & \\ \hline
+ BE & & & & & \\ \hline
+ BE-Faktor & & & & & \\ \hline
+ Bolus & & & & & \\ \hline
+ Basis & & & & & \\ \hline
+ Anmerkung & & & & &
+ \end{tabular}
+}%
+\begin{document}
+ \enlargethispage{1em}% Make page size fit for four tables in all
+ \section*{Meßwerte von: \patientsname}
+ \printthetable
+ \printthetable
+ \printthetable
+ \printthetable
+\end{document}
+%
+% end of file \ No newline at end of file