home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Tex / Cs-tex-4.0 / cstex4-1.zoo / inputs.lzh / INPUTS / COMPLEX.TEX next >
Text File  |  1990-03-02  |  1KB  |  32 lines

  1. % This is COMPLEX.TEX as of 2-MAR-1990
  2. %
  3. % Purpose: German math publications use double-line symbols for number sets
  4. %          (real, comlex, ... numbers) that are not included in standard-TeX
  5. %
  6. % Here are some quick hacks from the Institute of Applied Mathematics,
  7. % University of Bonn, West Germany, for solving this problem without using
  8. % special fonts.
  9. %
  10. % Usage:
  11. %       \rz     for     real numbers symbol       ( Reelle Zahlen )
  12. %       \nz     for     natural numbers symbol    ( Nat"urliche Zahlen )
  13. %       \gz     for     integer numbers symbol    ( Ganze Zahlen )
  14. %       \cz     for     complex numbers symbol    ( Komplexe Zahlen )
  15. %       \qz     for     rationale numbers symbol  ( Rationale Zahlen )
  16. %
  17.  
  18. \def\rz{\ifmmode{I\hskip -3pt R}
  19.     \else{\hbox{$I\hskip -3pt R$}}\fi} %reelle Zahlen
  20. \def\nz{\ifmmode{I\hskip -3pt N}
  21.     \else{\hbox{$I\hskip -3pt N$}}\fi} %nat. Zahlen
  22. \def\gz{\ifmmode{Z\hskip -4.8pt Z}
  23.     \else{\hbox{$Z\hskip -4.8pt Z$}}\fi} %ganze Zahlen
  24. \def\cz{\ifmmode{C\hskip-4.8pt\vrule height5.8pt\hskip6.3pt}
  25.     \else{\hbox{$C\hskip-4.8pt\vrule height5.8pt\hskip6.3pt$}}\fi}
  26. \def\qz{\ifmmode{Q\hskip-5.0pt\vrule height6.0pt depth 0pt\hskip6pt}
  27.     \else{\hbox{$Q\hskip-5.0pt\vrule height6.0pt depth 0pt\hskip6pt$}}\fi}
  28.  
  29. \def\cringle{\mathaccent"7017 }
  30.  
  31. % -eof-
  32.