home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!usc!orion.oac.uci.edu!unogate!mvb.saic.com!info-tex
- From: nad@phys.canterbury.ac.nz (Dr Noel Doughty University of Canterbury)
- Newsgroups: comp.text.tex
- Subject: Blackboard Bold unity for AMS-LaTeX
- Message-ID: <9208190020.AA16646@phys.canterbury.ac.nz>
- Date: 19 Aug 92 02:02:30 GMT
- Organization: Info-Tex<==>Comp.Text.Tex Gateway
- Lines: 16
- X-Gateway-Source-Info: Mailing List
-
- The following macro works well for LaTeX for Blackboard Bold unity:
-
- \def\bbbone{{\mathchoice {\rm 1\mskip-4mu l} {\rm 1\mskip-4mu l}
- {\rm 1\mskip-4.5mu l} {\rm 1\mskip-5mu l}}}
-
- but to use it in AMS-LaTeX, replace each l (ell) by \text{l} as in:
-
- \def\bbbone{{\mathchoice {\rm 1\mskip-4mu \text{l}}
- {\rm 1\mskip-4mu \text{l}}
- {\rm 1\mskip-4.5mu \text{l}} {\rm 1\mskip-5mu \text{l}}}}
-
- I appreciate several hints as I groped my way to this solution
- using the AMS-LaTeX guide.
-
- Noel Doughty
- nad@phys.canterbury.ac.nz
-