blob: a98194ad9aee95ff810f454638b3f72957d12312 (
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
73
74
75
76
77
|
The REALSCRIPTS package
=======================
Small package to replace `\textsuperscript` & `\textsubscript`
by equivalent commands that use OpenType font features
to access the appropriate glyphs if possible.
Provides `\textsubsuperscript` (and `\textsupersubscript`) for
setting subscripts and superscripts on top of each other.
Also patches LaTeX's default footnote command to use this
new `\textsuperscript` for footnote symbols.
Requires fontspec running on either XeLaTeX or LuaLaTeX.
For more information see the documentation realscripts.pdf.
Change History
--------------
v0.3d 2016/02/13
* Fix somewhat important typo in the documentation.
* Minor other updates to the docs.
* Fix old expl3 syntax change.
v0.3c 2013/03/18
* Fix completely broken `\textsupersubscript`.
* Allow `\textsubsuperscript` at the start of a paragraph (!).
* Sync with expl3 updates.
v0.3b 2013/02/27
* Remove internal definition of two functions that have since been defined
in expl3 (`\dim_min:nn` and `\dim_max:nn`).
v0.3 2010/09/30
* New commands `\textsubsuperscript` and `\textsupersubscript` added.
* Fix an "infinite loop" bug added in the last version, triggered
when loading the `xltxtra` package with the `[no-sscript]` option.
v0.2 2010/09/20
* Add feature to specify the font of the patched footnotemark.
This behaves well with KOMA-Script's `\setkomafont`, as well.
v0.1
* First release
* Extracted from the xltxtra package
Maintenance
-----------
The release version of this package is available from CTAN:
* <http://ctan.org/pkg/realscripts>
Development and historical versions are available from GitHub:
* <http://github.com/wspr/realscripts/>
Please report bugs and feature suggestions to the issue tracker:
* <http://github.com/wspr/realscripts/issues>
Licence
-------
The realscripts package is released under the
[LaTeX Project Public License](http://www.latex-project.org/lppl/)
version 1.3c or greater. The current maintainer is Will Robertson.
Copyright 2010 Will Robertson
|