[OS X TeX] Inline subscripts on some math symbols
Robert Bruner
rrb at math.wayne.edu
Tue Jan 26 08:52:41 CET 2010
> From macosx-tex-bounces at email.esm.psu.edu Mon Jan 25 22:55:11 2010
> X-Original-To: macosx-tex at email.esm.psu.edu
> Delivered-To: macosx-tex at email.esm.psu.edu
> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
> h=domainkey-signature:received:received:message-id:date:from
> :user-agent:mime-version:to:subject:content-type
> :content-transfer-encoding;
> bh=mV3Lcryau37+kJAQpFDE1hn0v+59XQlhn4RiHy5Td04=;
> b=biCSPHdqT+E3kedOcDtlC7INCawbfpl+WSdFSOFIyT6PLpmLDSO0p+W9N8dKu6TMZf
> ln71GDoMNwbQdBv6vB694FAf0DkbEBQbVo8wTCPj4R3aTh2Hif+PuvN654Y3UIcTJUFp
> DC/KBRRKyNA43QusKm5nqGw46UZ8TVTYRhBQs=
> DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
> h=message-id:date:from:user-agent:mime-version:to:subject
> :content-type:content-transfer-encoding;
> b=Y9xomPJChKKDu8shuk634sGlkwX8Oj+FRnR+6aLqv4GOfYKhLIjd34nYrBlupl07Jp
> wN8xpeePNXVb6zKNnEGFNYpoKL1GxZTzFsYRAv3XZkGiU30D38HIiVhOrr0sJllFErEf
> 1vcQcLu9roiQ0VfM0TD4jQk04bWUTzCSj1elA=
> Date: Tue, 26 Jan 2010 10:03:16 +0800
> From: The Trystero <turnandtaxis at gmail.com>
> User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812)
> To: <macosx-tex at email.esm.psu.edu>
> Subject: [OS X TeX] Inline subscripts on some math symbols
> X-BeenThere: macosx-tex at email.esm.psu.edu
> X-Mailman-Version: 2.1.5
> List-Id: TeX on Mac OS X Mailing List <macosx-tex.email.esm.psu.edu>
> List-Unsubscribe: <http://email.esm.psu.edu/mailman/listinfo/macosx-tex>,
> <mailto:macosx-tex-request at email.esm.psu.edu?subject=unsubscribe>
> List-Archive: <http://email.esm.psu.edu/pipermail/macosx-tex>
> List-Post: <mailto:macosx-tex at email.esm.psu.edu>
> List-Help: <mailto:macosx-tex-request at email.esm.psu.edu?subject=help>
> List-Subscribe: <http://email.esm.psu.edu/mailman/listinfo/macosx-tex>,
> <mailto:macosx-tex-request at email.esm.psu.edu?subject=subscribe>
>
> Is there a way to get subscripts to come directly under symbols like
> \sum, \lim etc. in inline math mode (i.e. when putting them between $$
> signs) like they do in displaymath etc.?
>
> If I typeset
> \[
> \lim_{x\to c}
> \]
>
> the {x\to c} part comes directly under the "lim" symbol. However, when I use
>
> $\lim_{x\to c}$
>
> The {x\to c} part comes out at the bottom right of "lim" symbol.
Just say $\displaystyle{\lim_{x\to c}}$, or better
\(\displaystyle{\lim_{x\to c}}\).
More information about the macostex-archives
mailing list