[BACK]Return to cmo-basic0.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-specs

Diff for /OpenXM/doc/OpenXM-specs/cmo-basic0.tex between version 1.3 and 1.5

version 1.3, 2000/01/24 07:36:35 version 1.5, 2000/09/08 17:14:54
Line 1 
Line 1 
 %% $OpenXM: OpenXM/doc/OpenXM-specs/cmo-basic0.tex,v 1.2 2000/01/24 02:48:24 noro Exp $  %% $OpenXM: OpenXM/doc/OpenXM-specs/cmo-basic0.tex,v 1.4 2000/02/02 02:03:40 takayama Exp $
 //&jp \section{CMO Primitive の object}  //&jp \section{CMO Primitive object}
 //&eg \section{CMO Primitive object}  //&eg \section{CMO Primitive object}
 \label{sec:basic0}  \label{sec:basic0}
 /*&jp  /*&jp
Line 73  any CMObject consists of a tag and a body: \\
Line 73  any CMObject consists of a tag and a body: \\
 /*&C  /*&C
 @../SSkan/plugin/cmotag.h  @../SSkan/plugin/cmotag.h
 \begin{verbatim}  \begin{verbatim}
 #define LARGEID  0x7f000000  #define LARGEID  0x7f000000   /* 2130706432 */
 #define CMO_ERROR2 (LARGEID+2)  #define CMO_ERROR2 (LARGEID+2)
 #define CMO_NULL   1  #define CMO_NULL   1
 #define CMO_INT32  2  #define CMO_INT32  2
Line 272  The details will be explained in the section on mathca
Line 272  The details will be explained in the section on mathca
 \end{tabular}\\  \end{tabular}\\
 */  */
 //&jp で表現する.  //&jp で表現する.
   
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>