blob: 5249aa42b5603164e7b617f8afa07373ac651864 (
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
|
Package versonotes
==================
Version 0.3, 2015 December 8
This package allows you to place notes on the verso pages of an
otherwise single-sided document.
If, in the run of text, you include a call to the macro
`\versonote{This is a remark}`, then that text will be placed on the
opposite (ie, ‘verso’) page, lined up with the macro call.
You can see a sample of how to use the package, and its results, in
sample.tex and sample.pdf.
The source is at https://bitbucket.org/nxg/versonotes ,
and the package is distributed on CTAN in
[macros/latex/contrib/versonotes/][ctan]
The package is distributed under the conditions of the LaTeX Project
Public License, either version 1.3 of this license or (at your option)
any later version.
Release notes
-------------
Version 0.3, 2015 December 8
* Minor documentation adjustments.
* Added the [rectonotes] option.
Version 0.2, 2015 February 16
* Fixed a few formatting and distribution infelicities.
Version 0.1, 2015 February 14
* Initial release
Norman Gray
http://nxg.me.uk
[ctan]: http://www.ctan.org/pkg/versonotes
|