home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.text.tex
- Path: sparky!uunet!newsflash.concordia.ca!mizar.cc.umanitoba.ca!mdoob
- From: mdoob@ccu.umanitoba.ca (Michael Doob)
- Subject: poor man's \Box
- Message-ID: <C02wy6.Dp7@ccu.umanitoba.ca>
- Sender: news@ccu.umanitoba.ca
- Nntp-Posting-Host: ccu.umanitoba.ca
- Organization: University of Manitoba, Winnipeg, Canada
- Date: Wed, 30 Dec 1992 15:42:05 GMT
- Lines: 9
-
- It seems that no one gave a macro to use instead of the LaTeX \Box
- character as an end of proof symbol. Overlaying a squarecup and a
- squarecap works pretty well:
-
- \def\Box{\hbox{\rlap{$\sqcap$}$\sqcup$}}
-
- Michael
-
-
-