Übersicht Letzte Änderungen Neuigkeiten Suchen ElispSektion KurzAnleitung Impressum
Jemen: Haupt-Nationalfeiertag - Wiedervereinigung von Nord- und Süd-Jemen 1990

TexSmartUmlauts

Introduction

tex-smart-umlauts.el provides automatic conversion to and from LaTeX encoded non-ASCII characters like German umlauts \"{a} or French accents \'{e} to their respective visible representations ä and é. The characters are transformed when the file is visited and their original encoding is restored when the buffer is saved again.

Download

1. Release Lisp:tex-smart-umlauts.el

2. From Marmalade

    M-x package-install RET tex-smart-umlauts RET

3. The Darcs repository. To get the latest development version, clone the repository

    darcs get http://hub.darcs.net/lyro/tex-smart-umlauts

Installation

Put Lisp:tex-smart-umlauts.el in your ‘load-path’ and add the following line to your initialization file (~/.emacs)

    (add-hook 'LaTeX-mode-hook #'tex-smart-umlauts-decode)

CategoryTex