summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/templates-fenn/diabetes.tex
blob: ba7f89f79eb1f87865fa1439199277b69c57370a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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