11638Srgrimes.nr _0 \n(c.
21638Srgrimes.\" Copyright (c) 1988, 1993
31638Srgrimes.\"	The Regents of the University of California.  All rights reserved.
41638Srgrimes.\"
51638Srgrimes.\" Redistribution and use in source and binary forms, with or without
61638Srgrimes.\" modification, are permitted provided that the following conditions
71638Srgrimes.\" are met:
81638Srgrimes.\" 1. Redistributions of source code must retain the above copyright
91638Srgrimes.\"    notice, this list of conditions and the following disclaimer.
101638Srgrimes.\" 2. Redistributions in binary form must reproduce the above copyright
111638Srgrimes.\"    notice, this list of conditions and the following disclaimer in the
121638Srgrimes.\"    documentation and/or other materials provided with the distribution.
131638Srgrimes.\" 3. All advertising materials mentioning features or use of this software
141638Srgrimes.\"    must display the following acknowledgement:
151638Srgrimes.\"	This product includes software developed by the University of
161638Srgrimes.\"	California, Berkeley and its contributors.
171638Srgrimes.\" 4. Neither the name of the University nor the names of its contributors
181638Srgrimes.\"    may be used to endorse or promote products derived from this software
191638Srgrimes.\"    without specific prior written permission.
201638Srgrimes.\"
211638Srgrimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
221638Srgrimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
231638Srgrimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
241638Srgrimes.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
251638Srgrimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
261638Srgrimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
271638Srgrimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
281638Srgrimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
291638Srgrimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
301638Srgrimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
311638Srgrimes.\" SUCH DAMAGE.
321638Srgrimes.\"
331638Srgrimes.\"	@(#)chars.me	8.1 (Berkeley) 6/5/93
341638Srgrimes.\"
351638Srgrimes.\"	%beginstrip%
361638Srgrimes.\"
371638Srgrimes.\"	*** special characters ***
381638Srgrimes.\" this file uses temp strings of the form #x.
391638Srgrimes.if n \
401638Srgrimes\{\
411638Srgrimes.	ds #[ \f1
421638Srgrimes.	ds #] \fP
431638Srgrimes.	ds #h 0
441638Srgrimes.	ds #v 0.8m
451638Srgrimes.	ds #f 0.3m
461638Srgrimes.\}
471638Srgrimes.if t \
481638Srgrimes\{\
491638Srgrimes.	ds #[ \&
501638Srgrimes.	ds #] \&
511638Srgrimes.	ds #h ((1u-(\\\\n(.fu%2u))*0.13m)
521638Srgrimes.	ds #v 0.6m
531638Srgrimes.	ds #f 0
541638Srgrimes.\}
551638Srgrimes.\"			\" accents
561638Srgrimes.ds ' \k_\h'-(\\n(.wu*8/10-\*(#h)'\*(#[\(aa\h'|\\n_u'\*(#]
571638Srgrimes.ds ` \k_\h'-(\\n(.wu*7/10-\*(#h)'\*(#[\(ga\h'|\\n_u'\*(#]
581638Srgrimes.\"			\" umlaut
591638Srgrimes.ds : \k_\h'-(\\n(.wu*8/10-\*(#h+0.1m+\*(#f)'\v'-\*(#v'\*(#[\z.\h'0.2m+\*(#f'.\h'|\\n_u'\v'\*(#v'\*(#]
601638Srgrimes.\"			\" circumflex and tilde
611638Srgrimes.ds ^ \k_\h'-(\\n(.wu-\*(#h-0.05m)'\*(#[^\h'|\\n_u'\*(#]
621638Srgrimes.ds ~ \k_\h'-(\\n(.wu-\*(#h-0.05m)'\*(#[~\h'|\\n_u'\*(#]
631638Srgrimes.\"			\" cedilla and czech
641638Srgrimes.ds , \k_\h'-(\\n(.wu)'\*(#[,\h'|\\n_u'\*(#]
651638Srgrimes.ds v \k_\h'-(\\n(.wu*9/10-\*(#h)'\v'-\*(#v'\*(#[\s-4v\s0\v'\*(#v'\h'|\\n_u'\*(#]
661638Srgrimes.\"			\" Norwegian A or angstrom
671638Srgrimes.ds o \k_\h'-(\\n(.wu+\w'\(de'u-\*(#h)/2u'\v'-0.4n'\*(#[\z\(de\v'0.4n'\h'|\\n_u'\*(#]
681638Srgrimes.\"			\" there exists, for all
691638Srgrimes.ds qe \*(#[\v'0.5m'\z\(em\v'-0.65m'\z\(em\v'-0.65m'\z\(em\v'0.8m'\h'0.3m'|\h'-0.3m'\*(#]
701638Srgrimes.ds qa \*(#[\h'-0.24m'\z\e\h'0.48m'\z\(sl\h'-0.24m'\v'-0.15m'\(em\v'0.15m'\*(#]
711638Srgrimes.if t \
721638Srgrimes\{\
731638Srgrimes.	ds qe \s-2\v'0.45m'\z\(em\v'-0.625m'\z\(em\v'-0.625m'\(em\v'0.8m'\s0\h'-0.1m'\v'-0.05m'\(br\v'0.05m'\h'0.1m'
741638Srgrimes.	ds qa \z\e\h'0.35m'\z\(sl\h'-0.33m'\v'-0.3m'\s-4\(em\s0\v'0.3m'\h'0.15m'
751638Srgrimes.\}
761638Srgrimes.if \n($T \
771638Srgrimes\{\
781638Srgrimes.	ds ' \*(#[\h'-1'\(aa\*(#]
791638Srgrimes.	ds ` \*(#[\h'-1'\(ga\*(#]
801638Srgrimes.	ds : \&
811638Srgrimes.	ds ^ \*(#[\h'-1'^\*(#]
821638Srgrimes.	ds ~ \*(#[\h'-1'~\*(#]
831638Srgrimes.	ds , \*(#[\h'-1',\*(#]
841638Srgrimes.	ds v \&
851638Srgrimes.	ds o \&
861638Srgrimes.	ds qe EXISTS
871638Srgrimes.	ds qa FORALL
881638Srgrimes.\}
891638Srgrimes.rm #[
901638Srgrimes.rm #]
911638Srgrimes.rm #h
921638Srgrimes.rm #v
931638Srgrimes.rm #f
941638Srgrimes.nr c. \n(_0
95