minor changes to the wiki-stuff (decorator)
[Misc/ipe.git] / ipelets / pagenumbers / readme.wiki
1 This ipelet provides some page numbering features that are not covered by the built in page numbering mechanism of Ipe.  To install the ipelet, download [http://lamut.informatik.uni-wuerzburg.de/mediawiki/ipe7/images/1/1b/Pagenumbers.lua pagenumbers.lua] and copy it to ~/.ipe/ipelets/ (or to some other directory for ipelets).
2
3 == Usage ==
4
5 To enable page numbering, add a layer with the name ''pagenumbers_format'' to the first page.  The text objects in that layer are copied to every page where every occurrence of the placeholder ''[page]'' is replaced by the current page.  This is done every time latex runs.
6
7 === Special Layers ===
8
9 There are some layers with a special meaning.
10
11 ; ''pagenumbers_format'': On this layer the format for the page numbers is specified (see description above).  It is not necessary (and usually not desired) that this layer is visible.
12
13 ;''pagenumbers_page'': This layer contains the page number and is automatically created on every page.  To hide the page number on a specific page, just make this layer invisible.
14
15 ;''pagenumbers_dont_count'': If a page contains this layer, the page count is not increased for this page.
16
17 == Example ==
18
19 See the file [http://lamut.informatik.uni-wuerzburg.de/mediawiki/ipe7/images/4/45/Pagenumbers-example.ipe example.ipe] for an example.
20
21 == Changes ==
22
23 ; 08 November 2013: first version of the pagenumbers ipelet online