blob: 27e6b0902c9c5b8f2730e9a0654496922c5beb03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
%%%%%%%%%%%%%%%%%% biochem.sty %%%%%%%%%%%%%%%%%%%%%%%
% (c) Ingo Kloeckl
% This program can be redistributed and/or modified under the terms
% of the LaTeX Project Public License Distributed from CTAN
% archives in directory macros/latex/base/lppl.txt; either
% version 1 of the License, or any later version.
% History
% 20.12.1999 v1.0 IK
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\Phosphat}
{{\setlength{\unitlength}{1pt}
\begin{picture}(16,16)
\put(8,8){\makebox(0,0){P}\circle{18}}
\end{picture}
}}
%%%%%%%%%%%%%%%%%% end of biochem.sty %%%%%%%%%%%%%%%%%%%%%%%
|