summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/microtype/README
blob: 62c2e189b5fa20138efabe7552cfe218681e550e (plain)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72


                        The `microtype' package
         Subliminal refinements towards typographical perfection
                  ===================================
                         v2.5      2013/03/13


* Overview
 ----------

The `microtype' package provides a LaTeX interface to the micro-typographic
extensions that were introduced by pdfTeX and have since also propagated to
XeTeX and LuaTeX: most prominently, character protrusion and font expansion,
furthermore the adjustment of interword spacing and additional kerning, as
well as hyphenatable letterspacing (tracking) and the possibility to disable
all or selected ligatures.
These features may be applied to customisable sets of fonts, and all micro-
typographic aspects of the fonts can be configured in a straight-forward
and flexible way. Settings for various fonts are provided.

Note that character protrusion requires pdfTeX (version 0.14f or later),
LuaTeX, or XeTeX (at least version 0.9997). Font expansion works with pdfTeX
(version 1.20 for automatic expansion) or LuaTeX. The package will by default
enable protrusion and expansion if they can safely be assumed to work.
Disabling ligatures requires pdfTeX (at least version 1.30) or LuaTeX, while
the adjustment of interword spacing and of kerning only works with pdfTeX
(at least 1.40). Letterspacing is available with pdfTeX (1.40) or LuaTeX (0.62).

The alternative package `letterspace', which also works with plain TeX,
provides the user commands for letterspacing only, omitting support for all
other extensions.

The documentation can be found in microtype.pdf.


* Installation
 --------------

 - Run latex on microtype.ins to generate the package and configuration files
 - Move all generated files into a directory where LaTeX will find them,
   e.g., TEXMF/tex/latex/microtype/

 - Run (pdf)latex twice on microtype.dtx to create the documentation
 - For an index run:
      makeindex -s gind.ist -o microtype.ind microtype.idx
 - For the change history run:
      makeindex -s gglo.ist -o microtype.gls microtype.glo


* License
 ---------

This work may be distributed and/or modified under the conditions of the
LaTeX Project Public License, either version 1.3c of this license or (at your
option) any later version. The latest version of this license is in:
http://www.latex-project.org/lppl.txt, and version 1.3c or later is part of
all distributions of LaTeX version 2005/12/01 or later.

This work has the LPPL maintenance status `author-maintained'.

This work consists of the files `microtype.dtx' and `microtype.ins' and the
derived files `microtype.sty', `microtype-pdftex.def', `microtype-xetex.def',
`microtype-luatex.def', `microtype.lua' and `letterspace.sty'.

Modified versions of the configuration files (*.cfg) may be distributed
provided that (1) the original copyright statement is not removed, and
(2) the identification string is changed.

         ----------------------------------------------------
         Copyright (c) 2004--2013  R Schlicht <w.m.l@gmx.net>
         ----------------------------------------------------