summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/zebra-goodies
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-07-06 21:28:20 +0000
committerKarl Berry <karl@freefriends.org>2017-07-06 21:28:20 +0000
commitc42ed950c46f42b713218d67e694ec05041734ba (patch)
treeacb59c17d9fa02c8d45cc7cfe4940446b9a7ec05 /Master/texmf-dist/doc/latex/zebra-goodies
parent4344c241bb6300f064703c309f98ea1fa550fc21 (diff)
zebra-goodies (6jul17)
git-svn-id: svn://tug.org/texlive/trunk@44760 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.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/zebra-goodies/README.md b/Master/texmf-dist/doc/latex/zebra-goodies/README.md
new file mode 100644
index 00000000000..db6c3bec3ce
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/zebra-goodies/README.md
@@ -0,0 +1,46 @@
+# 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.
+
+## 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.
+
+## 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:
+
+```latex
+\todo[<who>]{bla bla}
+\fixed[<who>]{bla bla}
+\comment[<who>]{bla bla}
+\note[<who>]{bla bla}
+\placeholder[<who>]{bla bla}
+```
+
+To define new note commands:
+
+```latex
+% \zebranewnote{<note name>}{<xcolor color>}
+\zebranewnote{question}{red!80}
+
+\question{what's this?}
+```
+
+## Use Colors
+
+Several colors are provided via `xcolor` for ploting:
+- `zebrablue`
+- `zebrared`
+- `zebrayellow`
+- `zebrapurple`
+- `zebragreen`