diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-11 22:21:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-11 22:21:12 +0000 |
commit | d250c96cb182d3df2332b196e3a5b040e9fd50ad (patch) | |
tree | 2ecafd5ac6678875fbd8d6ebe08d6455bc58341b /Master/texmf-dist/doc/latex/cellprops/README.md | |
parent | 97fd3780f5c37e7667a82e30184b6c91469ad1ac (diff) |
cellprops (11jun18)
git-svn-id: svn://tug.org/texlive/trunk@47990 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cellprops/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/cellprops/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cellprops/README.md b/Master/texmf-dist/doc/latex/cellprops/README.md new file mode 100644 index 00000000000..04259f9eb9c --- /dev/null +++ b/Master/texmf-dist/doc/latex/cellprops/README.md @@ -0,0 +1,12 @@ +The `cellprops` package +======================= + +This package reworks the internals of `tabular`, `array`, and similar +constructs, and adds a `\cellprops` command accepting CSS-like selectors and +properties. It depends on `mdwtab`, `xcolor` and of course `expl3` and +`xparse`. + +You can use most constructs of `mdwtab`, but some too hackish usage might +alter the function of cellprops. + +Look at the PDF documentation to see examples and detailed usage. |