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.md28
-rw-r--r--Master/texmf-dist/doc/latex/zebra-goodies/zebra-goodies.pdfbin0 -> 112889 bytes
2 files changed, 15 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/zebra-goodies/README.md b/Master/texmf-dist/doc/latex/zebra-goodies/README.md
index 993b34dc014..4ddd4c2a9cc 100644
--- a/Master/texmf-dist/doc/latex/zebra-goodies/README.md
+++ b/Master/texmf-dist/doc/latex/zebra-goodies/README.md
@@ -1,23 +1,23 @@
# zebra-goodies
-A collection of handy macros for paper writing in my group. Do remove this
-package once the paper is finished.
-
-This is not intended for general cases. Use it at your own risk.
+A collection of handy macros for note taking, like `todo` and `comment`. This is
+not intended for general cases. Use it at your own risk.
## Options
-* `draft`: boolean option, whether to show the notes. Enabled by default. Example to disable it:
-
-```latex
-\usepackage[draft=false]{zebra-goodies}
-```
-
-* `microtype`: boolean option, whether to load package `microtype`. Enabled by default.
+- `draft`: boolean option, whether to show the notes. Enabled by default. Example to disable it:
+ ```latex
+ \usepackage[draft=false]{zebra-goodies}
+ % or use the complementary option "final"
+ \usepackage[final]{zebra-goodies}
+ ```
+- `microtype`: boolean option, whether to load package `microtype`. Enabled by default.
## Take Notes
-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:
+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,9 @@ Add comments, todos, notes anything you like during revise in a colorful way. Th
\placeholder[<who>]{bla bla}
```
-If any of them does not work, it is very likely that it has been defined by other packages. We will not override the definition, so you have to turn to its full version as follows:
+If any of them does not work, it is very likely that 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}
diff --git a/Master/texmf-dist/doc/latex/zebra-goodies/zebra-goodies.pdf b/Master/texmf-dist/doc/latex/zebra-goodies/zebra-goodies.pdf
new file mode 100644
index 00000000000..dae723b5fbc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/zebra-goodies/zebra-goodies.pdf
Binary files differ