unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Martin Barth <martin@senfdax.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: spell checking in latex files
Date: Sat, 16 Jun 2007 13:49:39 +0200	[thread overview]
Message-ID: <22470C65-8833-46B6-BF2E-DA2EE3EA1E60@Web.DE> (raw)
In-Reply-To: <20070616113332.07b7881b@nietzsche>


Am 16.06.2007 um 11:33 schrieb Martin Barth:

> Since I am German I use "a, "o, "u or "s for Umlauts and sz, so the
> spell checking isn't working for words with umlauts, etc. Is there a
> solution for this problem?

There are two:

• ispell can use 7-bit and 8-bit dictionaries, although I think it  
usually prefers sS for ß, which can be easily created from sz
• your LaTeX source can be b-bit:

	\documentclass[a4paper,11pt]{article}
	\usepackage{ifpdf}
	\ifpdf
	   \immediate\write16{\jobname: Bonjour, PDF!}
	   \usepackage{cmap}
	   \usepackage[pdftex]{graphicx}
	%   \DeclareGraphicsExtensions{.png,.gif,.tif,.jpeg}
	   \usepackage[activate={true,nocompatibility}]{microtype}
	\else		% for non-pdfTeX
	   \immediate\write16{¡Hola \jobname: DVI!}
	%   \DeclareGraphicsExtensions{.eps,.ps}
	   \usepackage[dvips]{graphicx}
	   \usepackage[protrusion=true,expansion=false]{microtype}
	\fi
	\usepackage[ngerman,UKenglish]{babel}
	%\usepackage{lmodern}
	\usepackage[T1]{fontenc}
	\usepackage[full]{textcomp}
	\usepackage[latin9]{inputenc}

--
Mit friedvollen Grüßen

   Pete

Es macht schon Spaß, Leute zu hassen: nie gehen die Ideen aus!

  parent reply	other threads:[~2007-06-16 11:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-16  9:33 spell checking in latex files Martin Barth
2007-06-16  9:41 ` Sven Bretfeld
2007-06-16 11:09 ` Eli Zaretskii
2007-06-16 11:16   ` Martin Barth
2007-06-16 11:56     ` Peter Dyballa
2007-06-16 13:13       ` Martin Barth
2007-06-16 12:16     ` Peter Dyballa
2007-06-16 11:49 ` Peter Dyballa [this message]
2007-06-16 12:28 ` Christian Herenz

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=22470C65-8833-46B6-BF2E-DA2EE3EA1E60@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=martin@senfdax.de \
    /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).