blob: 6e62ae5cf9779e412bb00ff6452d2cc5f8b02135 (
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
|
LaTeX Style For No Starch Press
This is the ``official'' LaTeX style for No Starch Press,
http://www.nostarch.com. The class is intended to typeset books for
this publisher---both hard copies and electronic books.
The suite provides main class, nostarch.cls, hyperref interface
nshyper.sty and MakeIndex style nostarch.ist.
CHANGES:
Version 2.3
Compatibility with amsmath restored
Version 2.2
New environments: note and aside
Subfigure package is now the default
Version 2.1
Urls now correspond to the requirements of NoStarch: italic font,
low tilde, splitting according to the NoStarch rules
Bibliography updates
New formatting for captions.
Longtable is now loaded by default
New code for colored rows
Version 2.0:
Incorporated the changes by Alex Freed and other members of
the NoStarch team over the years.
Version 1.1:
Added interface to listings package
Formatting changes
Some bug fixes
Version 1.2
Formatting changes
Version 1.3:
Bug fixes
Added user-settable parameters for the table of contents
Version 1.4
Updated to keep with listings package
|