home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.text.tex
- Path: sparky!uunet!haven.umd.edu!wam.umd.edu!joel
- From: joel@wam.umd.edu (Joel M. Hoffman)
- Subject: Boolean operators for TeX's \if constructions?
- Message-ID: <1993Jan3.150933.3089@wam.umd.edu>
- Sender: usenet@wam.umd.edu (USENET News system)
- Nntp-Posting-Host: rac2.wam.umd.edu
- Organization: University of Maryland, College Park
- Date: Sun, 3 Jan 1993 15:09:33 GMT
- Lines: 12
-
- Is there any way to incorporate boolean operators into TeX's \if
- constructions? What I'd like to do is something like
-
- \if\a\b \and \if\a\c \or \if\a\d
- \dosomething
- \else
- \dosomethingelse
- \fi
-
- Any ideas?
-
- -Joel
-