summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/zebra-goodies
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-01 21:09:12 +0000
committerKarl Berry <karl@freefriends.org>2019-07-01 21:09:12 +0000
commit2ee346b14369d34b308ad2924177c2761739f34a (patch)
tree85ab23d4f12c5abb141922c13a5c9be8cfdfdf13 /Master/texmf-dist/doc/latex/zebra-goodies
parentfd22735f3b8ab49102e995e98040d725b16739d9 (diff)
zebra-goodies (1jul19)
git-svn-id: svn://tug.org/texlive/trunk@51522 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.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