diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzsymbols/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzsymbols/README.md | 72 |
1 files changed, 43 insertions, 29 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzsymbols/README.md b/Master/texmf-dist/doc/latex/tikzsymbols/README.md index a4245bde978..5a8d2c201ef 100644 --- a/Master/texmf-dist/doc/latex/tikzsymbols/README.md +++ b/Master/texmf-dist/doc/latex/tikzsymbols/README.md @@ -1,68 +1,83 @@ + tikzsymbols =========== Overview -------- -The `tiksymbols` package v4.07 (September 05, 2017) contains symbols created using tikz. +The *tikzsymbols* package v4.10 (2018/04/11) contains symbols created using tikz. -This package provides: +This package provides: * various emoticons * cooking symbols * trees * other symbols (e.g. Penrose-Triangle (Triban), chair, coffeecup, etc.) +FAQ +------- +See documentation + Changes ------- -* v1.6 Several bugs fixed and some options added. -* v1.7 New symbols and some `bugs` fixed +* v1.6 Several bugs fixed and some options added. +* v1.7 New symbols and some `bugs` fixed * v2.0 - - Bug fixed, now option `tree=on/off` is working again, - - new symbols: `Triban`, improved BasicTree code. + - Bug fixed, now option `tree=on/off` is working again, + - new symbols: `\Triban`, improved BasicTree code. - New option: `marvsoym` (see documentation for more details). * v2.2 - - Included `\\@ifpackageloaded`, now symbols can have negative scale, + - Included `\@ifpackageloaded`, now symbols can have negative scale, - Did something else, I can't remember. -* v2.25 Changed some code +* v2.25 Changed some code * v2.5 - - New option: draftabsolute (symbols are replaced by text and LateX becomes faster again). Changed manual a bit. + - New option: `draftabsolute` (symbols are replaced by text and LateX becomes faster again). Changed manual a bit. * v3.0 - - Symbols are stored inside a save-box and are used via \\usebox{}, - - New option: `draft=absolute` (old option is still useable but obsolete), + - Symbols are stored inside a save-box and are used via `\usebox`, + - New option: `draft=absolute` (old option is still useable, but obsolete), - Changed output of `draft=absolute`, - New option: `prefix=<prefix>`, adds a `<prefix>` to all commands, - New option: `usebox=true/false` If false the symbols aren't stored inside a box, - See manual for more changes. -* v3.0a New cookingsymbols: `\\grater`, `\\bottle` -* v3.0b Deleted some non-ASCII characters. +* v3.0a New cooking-symbols: `\grater`, `\bottle` +* v3.0b Deleted some non-ASCII characters. * v3.0g - Removed a bug caused by me messing up with commands. - - Removed package `calc` and replaced `\\setlength` with `\\pgfmathsetlength` + - Removed package `calc` and replaced `\setlength` with `\pgfmathsetlength` - Reworked some code of the symbols. - Did not change the manual. -* v3.0h Created a bug in the process of fixing the last bug, added the forgotten `\\fi`. -* v3.01alpha Copied the 2e code and started rewriting the code in LaTeX3. -* v3.38 Nearly finished rewriting. -* v3.40 Now everything is coded in LaTeX3. -* v3.40-v0.95 Various fixes and changes. -* v3.95 New emoticon `\\(d)Changey`. -* v4.0 Finished reworking the code. +* v3.0h Created a bug in the process of fixing the last bug, added the forgotten \\fi. +* v3.01alpha Copied the 2e code and started rewriting the code in LaTeX3. +* v3.38 Nearly finished rewriting. +* v3.40 Now everything is coded in LaTeX3. +* v3.40-v3.95 Various fixes and changes. +* v3.95 New emoticon `\(d)Changey`. +* v4.0 Finished reworking the code. * v4.01 - Added a known problem to the documentation. - - New Symbol: \\rollingpin (and of course the german equivalent `\\Nudelholz`) + - New Symbol: `\rollingpin` (and of course the german equivalent `\Nudelholz`) * v4.02 - - Added option `baseline=true/false` to fix a bug occuring with `todonotes` - - New Symbols: `\\cChangey` and `\\dcChangey` + - Added option `baseline=true/false` to fix a bug occurring with `todonotes` + - New Symbols: `\cChangey` and `\dcChangey` * v4.06 - - New Emoticon: `\\(d)Sleepey`. - - New Emoticon: `\\SchrodingersCat`. + - New Emoticon: `\(d)Sleepey`. + - New Emoticon: `\SchrodingersCat`. - New option: `global-scale`. - New option: `symbol-scale`. - - `\\tikzsymbolsset` now raises a warning if a load-time option is used. + - `\tikzsymbolsset` now raises a warning if a load-time option is used. - Some minor fixes. * v4.07 Option `usebox` is now usable during the document. +* v4.10 + - Added FAQ. + - All files are now derived from the .dtx file. + - New option: `append-style`. + - New option: `remember-picture`. + - Internal change: `baseline`. + - Deleted invisible sign. + - New symbolpair: `\Knoblauchpresse` and `\garlicpress`. + - Option `draft` and `final` now set the internal draft boolean locally. + - Reworked sizes of the plain vanilla draft boxes. -Requirements +Requirements ------------ * expl3 & xparse @@ -71,7 +86,6 @@ Requirements * xspace * l3keys2e - This file contains ------------------ |