Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!yale!leichter From: leichter@CS.YALE.EDU (Jerry Leichter) Newsgroups: comp.lang.c++ Subject: Re: Typesetting the name C++ in TeX. Message-ID: <68180@yale-celray.yale.UUCP> Date: 31 Jul 89 21:03:04 GMT Sender: root@yale.UUCP Distribution: comp Organization: Yale Computer Science Department, New Haven, Connecticut, USA Lines: 12 X-from: leichter@CS.YALE.EDU (Jerry Leichter (LEICHTER-JERRY@CS.YALE.EDU)) In article , beshers@cs.cs.columbia.edu (Clifford Beshers) writes... > >When TeX typesets the name C++, the ++ comes out too large and >too low on the line. Has this small point bothered anyone else, >and if so, what have you done about it? > The "++" has never seemed too big to me, but I agree that it's too low. I use the following TeX (or LaTeX) code, which looks a lot better to my eye: \def\CPP{C\raise.193ex\hbox{++}} -- Jerry