blob: 9883b319a64330c70179dfc01d4585cef8f01d4b (
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
|
%%
%% This is file `boilerplates.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% labbook.dtx (with options: `boilerplates')
%%
%% Copyright (C) 2002 Frank Küster.
%%
%% All rights reserved.
\ProvidesFile{boilerplates.tex}%
[2003/05/20 v1.1 LaTeX2e labbook document class]
\newcommand*{\sometext}{A rather lengthy description which is just
here to use some space, so that one can see the effect of the index
ranges. }
\newcommand*{\Xsometext}{\sometext\sometext\sometext\sometext
\sometext\sometext\sometext\sometext\sometext\sometext}
\newcommand*{\othertext}{Some shorter Text, the cells will only grow
if you're not a muggle\dots }
\newcommand*{\Xothertext}{\othertext\othertext\othertext
\othertext\othertext\othertext\othertext}
\newcommand{\sdsband}{\rule{1cm}{0.15cm}}
\newcommand{\sdsbandh}{\rule[0.2cm]{1cm}{0.15cm}}
\newcommand{\sdsbandl}{\rule[-0.15cm]{1cm}{0.15cm}}
\newcommand*{\sdsgel}{%
\begin{tabular}{cccccccc}
\sdsband & \sdsbandl & \sdsband & \sdsbandh &
\sdsbandh & \sdsband & \sdsbandl & \sdsband \\[0.5cm]
\sdsbandl & \sdsband & \sdsbandh & \sdsbandl &
\sdsband & \sdsbandl & \sdsbandh & \sdsband \\[0.5cm]
\sdsbandh & \sdsbandl & \sdsbandh & \sdsband &
\sdsbandl & \sdsbandh & \sdsband & \sdsbandl \\[0.5cm]
\sdsband & \sdsbandh & \sdsbandl & \sdsbandl &
\sdsband & \sdsbandh & \sdsbandl & \sdsbandh \\[0.5cm]
\sdsbandl & \sdsbandl & \sdsbandh & \sdsband &
\sdsbandh & \sdsbandl & \sdsbandh & \sdsband \\[0.5cm]
\end{tabular}
}
\endinput
%%
%% End of file `boilerplates.tex'.
|