diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzcodeblocks/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzcodeblocks/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzcodeblocks/README.md b/Master/texmf-dist/doc/latex/tikzcodeblocks/README.md index 9b386605afc..c25f78b9cf5 100644 --- a/Master/texmf-dist/doc/latex/tikzcodeblocks/README.md +++ b/Master/texmf-dist/doc/latex/tikzcodeblocks/README.md @@ -5,7 +5,7 @@ |------------|------------------------------------------------------------| |author: |Adrian Salamon | |email: |adriansalamon@gmail.com | -|date: |2017-07-06 | +|date: |2017-07-18 | |institute: |Didaktik der Informatik – Bergische Universität Wuppertal | |licence: |LaTeX Project Public License 1.3c | @@ -16,17 +16,17 @@ tikzcodeblocks is a LaTeX package for typesetting blockwise graphic programming Just load the package via `\usepackage{tikzcodeblocks}` and use `\begin{tikzpicture}[codeblocks]` in the document. For details have a look in the documentation. - ### Features - align colored blocks +- disable colors +- change the color scheme - use jigsaw decorations to see vertical and horizontal relations - use predefined structures like loops and branches - print LED matrices -- ... and more +- ... ### Planed features -- easier custom block/color management - multi-language / english support |