summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/zebra-goodies
diff options
context:
space:
mode:
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>}