From 94288cbe438152f2a9d2e964b7804a15d2304293 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 14 Jul 2012 23:06:29 +0000 Subject: new latex package fixmetodonotes (16jun12) git-svn-id: svn://tug.org/texlive/trunk@27053 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fixmetodonotes/README | 61 +++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/fixmetodonotes/README (limited to 'Master/texmf-dist/doc/latex/fixmetodonotes/README') diff --git a/Master/texmf-dist/doc/latex/fixmetodonotes/README b/Master/texmf-dist/doc/latex/fixmetodonotes/README new file mode 100644 index 00000000000..46d9aca6e1e --- /dev/null +++ b/Master/texmf-dist/doc/latex/fixmetodonotes/README @@ -0,0 +1,61 @@ +fixmetodonotes +============== + +A LaTeX package to highlight and manage FIXME and TODO annotations. + + +Usage +----- + +In the preamble add + + \usepackage{fixmetodonotes} + +In the document write notes using + + I believe that in the \FIXME{"next year" or "future"?} the revolution + will not be televised. + +or + + \TODO{add a playful picture} + +To show a list of pending notes, together with links to their pages, use + + \listofnote + +The list of notes will be shown like a table of content or a list of figures. + + +Installation +------------ + +The released archives can be installed using the standard LaTeX mechanism. + + latex fixmetodonotes.ins + +This will generate a `fixmetodonotes.sty` file that can be moved to a +directory searched by TeX. + +You can also install `fixmetodonotes` in your home directory using the +git repository. + + export TEXMFHOME=~/.texmf + mkdir -p ~/.texmf/tex/latex/ + cd ~/.texmf/tex/latex/ + git clone git://github.com/gioele/fixmetodonotes.git + + +Authors +------- + +* Gioele Barabucci (initial author) + + +License +------- + +This is free software released into the public domain (CC0 license). + +See the `LICENSE` file or +for more details. -- cgit v1.2.3