From 2ee346b14369d34b308ad2924177c2761739f34a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 1 Jul 2019 21:09:12 +0000 Subject: zebra-goodies (1jul19) git-svn-id: svn://tug.org/texlive/trunk@51522 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/zebra-goodies/README.md | 28 +++++++++++---------- .../doc/latex/zebra-goodies/zebra-goodies.pdf | Bin 0 -> 112889 bytes 2 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/zebra-goodies/zebra-goodies.pdf (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 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[]{bla bla} @@ -27,7 +27,9 @@ Add comments, todos, notes anything you like during revise in a colorful way. Th \placeholder[]{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[]{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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/zebra-goodies/zebra-goodies.pdf differ -- cgit v1.2.3