summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/templates-fenn/diabetes.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-19 18:54:54 +0000
committerKarl Berry <karl@freefriends.org>2009-05-19 18:54:54 +0000
commit2d248026682e0a02fa2b004a0ad2f13f57d8535c (patch)
tree7088bbd745de030191c2d843c4b3f4d9d5c46d91 /Master/texmf-dist/doc/latex/templates-fenn/diabetes.tex
parenteecee5a57aa7fbeb22e0df8440fb3b06c5117fc7 (diff)
move german latex docs out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13264 c570f23f-e606-0410-a88d-b1316a301751
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