1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
=========================================================================
The covington package
Numerous minor LaTeX enhancements for linguistics, including multiple
accents on the same letter, interline glosses (word-by-word translations),
Discourse Representation Structures, and example numbering.
Copyright 1991--2016 Michael A. Covington
Robin Fairbairns
Jürgen Spitzmüller
Current Maintainer: Jürgen Spitzmüller
E-mail: juergen (at) spitzmueller (dot) org
Released under the LaTeX Project Public License v1.3 or later
See http://www.latex-project.org/lppl.txt
=========================================================================
== PURPOSE ==
This package, initially a collection of Michael Covington's private macros, provides
numerous minor LATEX enhancements for linguistics, including multiple accents on the
same letter, interline glosses (word-by-word translations), Discourse Representation
Structures, and example numbering.
The package works both with LaTeX 2.09 and LaTeX2e.
== CONTENTS ==
The package consists of the following files:
* covington.sty: the actual package
* covington.tex: the documentation
* README (this file)
== CHANGES ==
* Version 1.1 (2016-07-06):
- The package now uses PSNFSS font commands if available (fallback for LaTeX 2.09 is still provided).
- Work around clash with classes/packages that define their own example and examples environments
(most notably the beamer class) as well as execise environments. The covington package no longer
blindly attempts to define these environments. By default, it does not define them if they are
already defined (covington's own environments, however, are still available via aliases).
By means of a new package option, a redefinition can also be forced.
- New length \twoaccsep allows for the adjustment of the distance between stacked accents.
- Update manual.
- New maintainer: J. Spitzmüller.
- License has been changed to LPPL (in agreement with M. Covington)
- Introduce version numbers. Arbitrarily, we start with 1.1.
|