updated readme for pagenumbers
authorThomas Bläsius <thomas.blaesius@kit.edu>
Wed, 26 Aug 2015 11:57:31 +0000 (13:57 +0200)
committerThomas Bläsius <thomas.blaesius@kit.edu>
Wed, 26 Aug 2015 11:57:31 +0000 (13:57 +0200)
ipelets/pagenumbers/README.md [new file with mode: 0644]
ipelets/pagenumbers/readme.wiki [deleted file]

diff --git a/ipelets/pagenumbers/README.md b/ipelets/pagenumbers/README.md
new file mode 100644 (file)
index 0000000..a288327
--- /dev/null
@@ -0,0 +1,48 @@
+This ipelet provides some page numbering features that are not covered
+by the built in page numbering mechanism.  To install the ipelet,
+download
+[pagenumbers.lua](pagenumbers.lua)
+and copy it to `~/.ipe/ipelets/` (or to some other directory for
+ipelets).
+
+# Usage #
+
+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 number.  This is
+done every time latex runs.
+
+## Special Layers ##
+
+In addition to the layer *pagenumbers_format* there are other layers
+with a special meaning.
+
+***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.
+
+***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.
+
+***pagenumbers_dont_count***
+
+If a page contains this layer, the page count is not increased for
+this page.
+
+
+# Example #
+
+See the file
+[pagenumbers-example.ipe](pagenumbers-example.ipe)
+for an example.
+
+# Changes #
+
+**08 November 2013**
+first version of the pagenumbers ipelet online
diff --git a/ipelets/pagenumbers/readme.wiki b/ipelets/pagenumbers/readme.wiki
deleted file mode 100644 (file)
index 813a4ff..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-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).
-
-== Usage ==
-
-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.
-
-=== Special Layers ===
-
-There are some layers with a special meaning.
-
-; ''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.
-
-;''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.
-
-;''pagenumbers_dont_count'': If a page contains this layer, the page count is not increased for this page.
-
-== Example ==
-
-See the file [http://lamut.informatik.uni-wuerzburg.de/mediawiki/ipe7/images/4/45/Pagenumbers-example.ipe example.ipe] for an example.
-
-== Changes ==
-
-; 08 November 2013: first version of the pagenumbers ipelet online