home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / text / tex / 10307 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  968 b 

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!usc!orion.oac.uci.edu!unogate!mvb.saic.com!info-tex
  2. From: nad@phys.canterbury.ac.nz (Dr Noel Doughty University of Canterbury)
  3. Newsgroups: comp.text.tex
  4. Subject: Blackboard Bold unity for AMS-LaTeX
  5. Message-ID: <9208190020.AA16646@phys.canterbury.ac.nz>
  6. Date: 19 Aug 92 02:02:30 GMT
  7. Organization: Info-Tex<==>Comp.Text.Tex Gateway
  8. Lines: 16
  9. X-Gateway-Source-Info: Mailing List
  10.  
  11. The following macro works well for LaTeX for Blackboard Bold unity:
  12.  
  13.    \def\bbbone{{\mathchoice {\rm 1\mskip-4mu l} {\rm 1\mskip-4mu l}
  14.    {\rm 1\mskip-4.5mu l} {\rm 1\mskip-5mu l}}}
  15.  
  16. but to use it in AMS-LaTeX, replace each l (ell) by \text{l} as in:
  17.  
  18.    \def\bbbone{{\mathchoice {\rm 1\mskip-4mu \text{l}}
  19.    {\rm 1\mskip-4mu \text{l}}
  20.    {\rm 1\mskip-4.5mu \text{l}} {\rm 1\mskip-5mu \text{l}}}}
  21.  
  22. I appreciate several hints as I groped my way to this solution
  23. using the AMS-LaTeX guide.
  24.  
  25. Noel Doughty
  26. nad@phys.canterbury.ac.nz
  27.