unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Joachim Schrod <jschrod@acm.org>
Subject: Re: AUCTeX: turning off large fonts for section headings (in Emacs display)?
Date: Mon, 25 Sep 2006 16:57:15 +0200	[thread overview]
Message-ID: <4nq92bFbbq76U1@individual.net> (raw)
In-Reply-To: <nk3lu3-1ql.ln1@news.ducksburg.com>

Adam Funk wrote:
> I really like AUCTeX except for one thing: the oversized, variable-space
> fonts used to highlight the arguments of sectioning commands.
> 
> Is it possible to turn this off?  I'd prefer for these fields to be
> highlighted in bold or a dark colour (or both) but in the same
> monospace font as the rest of the emacs display.

Something like

(custom-set-faces
  '(font-latex-title-1-face
    ((((class color) (background light)) (:foreground "blue4" :bold 
t))) t)
  '(font-latex-title-2-face
    ((((class color) (background light)) (:foreground "blue4" :bold 
t))) t)
  '(font-latex-title-3-face
    ((((class color) (background light)) (:foreground "blue4" :bold 
t))) t)
  '(font-latex-title-4-face
    ((((class color) (background light)) (:foreground "blue4"))) t)
)

?
	Joachim

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod				Email: jschrod@acm.org
Roedermark, Germany

  parent reply	other threads:[~2006-09-25 14:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-25 13:53 AUCTeX: turning off large fonts for section headings (in Emacs display)? Adam Funk
2006-09-25 14:03 ` Adam Funk
2006-09-25 15:31   ` Gilbert Harman
2006-09-25 16:19   ` Reiner Steib
2006-09-25 20:22     ` Adam Funk
2006-09-25 14:36 ` Vilar Neto
2006-09-25 16:33   ` Adam Funk
2006-09-25 14:57 ` Joachim Schrod [this message]
2006-09-25 16:37   ` Adam Funk
2006-09-25 19:09     ` Kevin Rodgers
     [not found]     ` <mailman.7390.1159211497.9609.help-gnu-emacs@gnu.org>
2006-09-26 10:19       ` Adam Funk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4nq92bFbbq76U1@individual.net \
    --to=jschrod@acm.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).