blob: a3ff72c082a86fa5b3fdcd8706391fcd901f7fa7 (
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
|
# luatodonotes
The package allows the user to insert comments into a document that
suggest (for example) further editing that may be needed.
The comments are shown in the margins alongside the text; different styles
for the comments may be used; the styles are selected using package
options.
The package is based on the package todonotes by Henrik Skov Midtiby
(http://www.ctan.org/pkg/todonotes), and depends heavily on Lua,
so it can only be used with LuaLaTeX.
## Installation
Run `latex luatodonotes.ins` to generate the package files and copy the listed
files into your TEXMF tree.
## Development
The latest source code is available on Github:
https://github.com/fabianlipp/luatodonotes
## License
The luatodonotes package is subject to the LATEX Project Public License.
The following external lua libraries are used:
* `path_line.lua` and `path_point.lua`:
taken from luapower.com (Public domain)
* `inspect.lua`:
by Enrique García Cota (MIT License)
|