From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark Alford Newsgroups: gmane.emacs.help Subject: Re: tex mode sub- and super-scripts Date: Sat, 30 Jun 2007 21:02:56 -0500 (CDT) Message-ID: References: <20070630225915.BA9C05F435F@physsmtp.wustl.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: sea.gmane.org 1183255492 10627 80.91.229.12 (1 Jul 2007 02:04:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Jul 2007 02:04:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 01 04:04:48 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I4ont-0002DO-Ok for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Jul 2007 04:04:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4ont-0003ds-6N for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Jun 2007 22:04:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I4ong-0003dn-9q for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 22:04:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I4onf-0003dU-Fb for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 22:04:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4onf-0003dR-D3 for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 22:04:31 -0400 Original-Received: from physsmtp.wustl.edu ([128.252.125.7]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I4one-0002L1-Ut for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 22:04:31 -0400 Original-Received: from physsmtp.wustl.edu (localhost.localdomain [127.0.0.1]) by physsmtp.wustl.edu (Postfix) with ESMTP id 3489F5F4375 for ; Sat, 30 Jun 2007 21:04:29 -0500 (CDT) Original-Received: from hemlock (24-107-1-147.dhcp.stls.mo.charter.com [24.107.1.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by physsmtp.wustl.edu (Postfix) with ESMTP id 0F7F55F4371 for ; Sat, 30 Jun 2007 21:04:29 -0500 (CDT) X-X-Sender: alford@localhost.localdomain In-Reply-To: <20070630225915.BA9C05F435F@physsmtp.wustl.edu> X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45398 Archived-At: Eli Zaretskii wrote: > You should be able to customize the two faces `subscript' and > `superscript' defined by tex-mode. I can control their size but not their raising/lowering. Edit -> Text Properties -> Display Faces click on "superscript", up comes window of properties uncheck "height" click on "save for future sessions" This makes superscripts come out the right size, and adds to my .emacs file the following: (custom-set-faces '(superscript ((t nil)))) All I need now is a way to get rid of the raising of superscripts. If that isn't a Face property, what is it? Mark