all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: "Ásványi Tibor" <asvanyi@inf.elte.hu>
Cc: emacs-devel@gnu.org, rms@gnu.org, handa@m17n.org
Subject: Re: Latex, utf8, and verbatim in GNU Emacs 22.1.1
Date: Sat, 23 Feb 2008 21:23:09 +0100	[thread overview]
Message-ID: <v9hcfzv2vm.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <88C55C9C92561741A80422B15F25C4BF10865985CF@exch02.inf.elte.hu> ("Ásványi Tibor"'s message of "Fri, 22 Feb 2008 15:38:14 +0100")

On Fri, Feb 22 2008, Ásványi Tibor wrote:

> The letters with accents in the verbatim environment
> appear in a strange way.
>
> When I compile the LaTeX file into dvi, everything is good.  Even if
> I copy and paste the text, the characters appear correctly.  Even if
> I mistype the text '\begin{verbatim}', the characters appear
> correctly, again.

Text inside verbatim is displayed using the face `tex-verbatim' [1]
(or `font-latex-verbatim-face' when using AUCTeX [2]).

So my guess is that the your "courier" font is not a "unicode font".

Bye, Reiner.

[1]
(defface tex-verbatim
  ;; '((t :inherit font-lock-string-face))
  '((t :family "courier"))
  "Face used to highlight TeX verbatim environments."
  :group 'tex)

,----[ M-x describe-char RET ]
|   character: ö (2294, #o4366, #x8f6, U+00F6)
|     charset: latin-iso8859-1
| [...]
|     display: by this font (glyph code)
|      -Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1 (#xF6)
| 
| There are text properties here:
|   face                 tex-verbatim
|   fontified            t
`----

[2]
(defface fixed-pitch
  '((t :family "courier"))
  "The basic fixed-pitch face."
  :group 'basic-faces)

,----[ M-x describe-char RET ]
|       character: ö (2294, #o4366, #x8f6, U+00F6)
|         charset: latin-iso8859-1
| [...]
|         display: by this font (glyph code)
|      -Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1 (#xF6)
| 
| There are text properties here:
|   face                 font-latex-verbatim-face
|   fontified            t
`----
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




  reply	other threads:[~2008-02-23 20:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-22 14:38 Latex, utf8, and verbatim in GNU Emacs 22.1.1 Ásványi Tibor
2008-02-23 20:23 ` Reiner Steib [this message]
2008-02-24 22:13   ` Jason Rumney
     [not found]   ` <C75567BD93ADC04E93B93B356AB9F87A074D3D05@Exch03.inf.elte.hu>
2008-02-24 22:31     ` Reiner Steib
2008-02-24 10:09 ` Andreas Schwab

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

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

  git send-email \
    --in-reply-to=v9hcfzv2vm.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=asvanyi@inf.elte.hu \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    --cc=rms@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.