diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-29 23:29:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-29 23:29:37 +0000 |
commit | 7834a406e57884d81955bed3090cb531c06c4f5e (patch) | |
tree | c30a08eb4ae79f3e6234d7b663b65ebc927308ef /Master/texmf-dist/doc/latex/fixmetodonotes | |
parent | 6710245505a37a2486131883cd5449dfde29a730 (diff) |
fixmetodonotes (29apr13)
git-svn-id: svn://tug.org/texlive/trunk@30168 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fixmetodonotes')
-rw-r--r-- | Master/texmf-dist/doc/latex/fixmetodonotes/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/fixmetodonotes/README b/Master/texmf-dist/doc/latex/fixmetodonotes/README index ae6c7e7118e..eb56e269dad 100644 --- a/Master/texmf-dist/doc/latex/fixmetodonotes/README +++ b/Master/texmf-dist/doc/latex/fixmetodonotes/README @@ -22,7 +22,7 @@ or To show a list of pending notes, together with links to their pages, use - \listofnote + \listofnotes The list of notes will be shown like a table of content or a list of figures. @@ -36,7 +36,8 @@ It is possible to add declare new kinds of notes using the `\defnote` command. Notes can be declared as _margin_ or _inline_ notes. It is also possible to specify new ways to mark the text. -To define a new kind of note marginal note `REMOVE` with crossed out text use +To define a new kind of note called `REMOVE` that displays a margin note +and crosses out the text, use \defnote{REMOVE}{margin}{\sout} |