summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/zebra-goodies
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-06 23:56:22 +0000
committerKarl Berry <karl@freefriends.org>2017-12-06 23:56:22 +0000
commitc6ba83a91ec48c7986e2445f0795b1c006927d4c (patch)
treedcc841118a8098916d9303e6e17b3b95e7a67b6e /Master/texmf-dist/doc/latex/zebra-goodies
parentcc862e582aa0dd7c0dee16bb5475394338a07641 (diff)
zebra-goodies (7dec17)
git-svn-id: svn://tug.org/texlive/trunk@46004 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/zebra-goodies')
-rw-r--r--Master/texmf-dist/doc/latex/zebra-goodies/README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/zebra-goodies/README.md b/Master/texmf-dist/doc/latex/zebra-goodies/README.md
index db6c3bec3ce..21fc9d7f890 100644
--- a/Master/texmf-dist/doc/latex/zebra-goodies/README.md
+++ b/Master/texmf-dist/doc/latex/zebra-goodies/README.md
@@ -17,7 +17,7 @@ This is not intended for general cases. Use it at your own risk.
## Take Notes
-Add comments, todos, anything you like during revise in a colorful way. The package also summarizes the revise notes at the end of the document. Predefined commands are as follows:
+Add comments, todos, notes anything you like during revise in a colorful way. The package also summarizes the revise notes at the end of the document. Predefined commands are as follows:
```latex
\todo[<who>]{bla bla}
@@ -27,7 +27,17 @@ Add comments, todos, anything you like during revise in a colorful way. The pack
\placeholder[<who>]{bla bla}
```
-To define new note commands:
+If any of them does not work, it is probaboly it has been defined by other packages. We will not override the definition, so you have to turn to its full version as follows:
+
+```latex
+\zebratodo[<who>]{bla bla}
+\zebrafixed[<who>]{bla bla}
+\zebracomment[<who>]{bla bla}
+\zebranote[<who>]{bla bla}
+\zebraplaceholder[<who>]{bla bla}
+```
+
+## Define new Notes
```latex
% \zebranewnote{<note name>}{<xcolor color>}