home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / text / tex / 14520 < prev    next >
Encoding:
Text File  |  1992-12-30  |  590 b   |  21 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!newsflash.concordia.ca!mizar.cc.umanitoba.ca!mdoob
  3. From: mdoob@ccu.umanitoba.ca (Michael Doob)
  4. Subject: poor man's \Box
  5. Message-ID: <C02wy6.Dp7@ccu.umanitoba.ca>
  6. Sender: news@ccu.umanitoba.ca
  7. Nntp-Posting-Host: ccu.umanitoba.ca
  8. Organization: University of Manitoba, Winnipeg, Canada
  9. Date: Wed, 30 Dec 1992 15:42:05 GMT
  10. Lines: 9
  11.  
  12. It seems that no one gave a macro to use instead of the LaTeX \Box
  13. character as an end of proof symbol.  Overlaying a squarecup and a
  14. squarecap works pretty well:
  15.  
  16. \def\Box{\hbox{\rlap{$\sqcap$}$\sqcup$}}
  17.  
  18. Michael
  19.  
  20.  
  21.