From c42ed950c46f42b713218d67e694ec05041734ba Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 6 Jul 2017 21:28:20 +0000 Subject: zebra-goodies (6jul17) git-svn-id: svn://tug.org/texlive/trunk@44760 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/zebra-goodies/README.md | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/zebra-goodies/README.md (limited to 'Master/texmf-dist/doc/latex/zebra-goodies') 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[]{bla bla} +\fixed[]{bla bla} +\comment[]{bla bla} +\note[]{bla bla} +\placeholder[]{bla bla} +``` + +To define new note commands: + +```latex +% \zebranewnote{}{} +\zebranewnote{question}{red!80} + +\question{what's this?} +``` + +## Use Colors + +Several colors are provided via `xcolor` for ploting: +- `zebrablue` +- `zebrared` +- `zebrayellow` +- `zebrapurple` +- `zebragreen` -- cgit v1.2.3