blob: 4908a5c2239fc50874ef3f2fae53d572a575025a (
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
|
----------------------------------------------------------------------------
Package marginnote
Copyright (c) Markus Kohm 2005-2006
Licence: LPPL
----------------------------------------------------------------------------
This package provides the command \marginnote that may be used instead of
\marginpar at almost every place, where \marginpar cannot be used, e.g.
inside floats, footnotes, frames made with framed package ...
----------------------------------------------------------------------------
If you have a distribution of marginnote with an archive containing the
files
README
doc/
doc/latex/
doc/latex/marginnote/
doc/latex/marginnote/marginnote.pdf
source/
source/latex/
source/latex/marginnote/
source/latex/marginnote/marginnote.dtx
source/latex/marginnote/marginnote.ins
source/latex/marginnote/README
tex/
tex/latex/
tex/latex/marginnote/
tex/latex/marginnote/marginnote.sty
you may simply extract this archive at your local texmf tree (local TDS
tree) that may be e.g. C:\localtexmf or /usr/local/share/texmf or
/usr/TeX/texmf-local. You may not extract the low level README file or
remove it after extraction. After this update your FileName DataBase e.g.
using the MiKTeX Options dialog or texhash.
If you instead of this have one the files marginnote.dtx, marginnote.ins
marginnote.pdf (optional) and README, you have to call:
tex marginnote.ist
and follow the instructions.
----------------------------------------------------------------------------
|