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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
%%
%% This is file `examplen.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% labbook.dtx (with options: `examplen')
%%
%% Copyright (C) 2002 Frank Küster.
%%
%% All rights reserved.
\ProvidesFile{examplen.tex}%
[2003/05/20 v1.1 LaTeX2e labbook document class]
\documentclass[idxtotoc,hyperref]{labbook}
\usepackage[%
backref=page,%
pdfpagelabels=true,%
plainpages=false,%
colorlinks=true,%
bookmarks=true,%
pdfview=FitB]{hyperref}
\input{boilerplates}
\newexperiment{prep_S-peptide}{Preparation of RNase A S-peptide}
\newsubexperiment{subtilisin}[subtilisin digest]{Digestion with
Subtilisin}
\newexperiment{prep?some1th&^ing}{Preparation of purified something}
\newexperiment{lyoph-A}{Lyophilization of A}
\newexperiment{lyoph-B}{Lyophilization of B}
\begin{document}
\frontmatter
\title{Laboratory Journal from 2003-04-22 to \dots}
\author{Jane Eager}
\maketitle
\printindex
\tableofcontents
\mainmatter
\labday{Tuesday, April 22, 2003}
\experiment{prep_S-peptide}
\subexperiment{subtilisin}
\Xsometext\par
\Xsometext\par
\Xsometext\par
\Xsometext\par
\begin{figure}[htbp]
\centering
\sdsgel
\caption{Some very interesting SDS gel}
\label{fig:digest-sds}
\end{figure}
\experiment{Expression of Hagridin in \textit{E. coli}}
\subexperiment[Transformation with HagIV plasmid]{Transformation of
hogwarts-auxotrophic \textit{E. coli} with the HagIV
plasmid}
\Xothertext\Xothertext
\labday{Wednesday, April 23, 2003}
\experiment{prep_S-peptide}
\subexperiment[subtilisin]{Digestion using the new batch of
Subtilisin}
\experiment{prep?some1th&^ing}
\experiment{Preparation of A}
A was prepared according to the protocol in Muller \textit{et al.} and
was temporarily stored in the freezer.
\labday{Thursday, April 24, 2003}
\experiment{Preparation of B}
B was prepared according to the protocol by Smith and Fox.
\experiment[Lyophilization of A and B,lyoph-A, lyoph-B ]{Lyophilization
of A and B}
\end{document}
\endinput
%%
%% End of file `examplen.tex'.
|