diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-28 22:22:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-28 22:22:49 +0000 |
commit | ad786c650717fc5d5e0722857abeddeec026f967 (patch) | |
tree | 3a11323ad2aaddb09f8610f603750eeadea4e47d /Master/texmf-dist/doc | |
parent | efa5c33269c326d70cede42675b57ce5c667ccf6 (diff) |
ctable 1.23 (28may12)
git-svn-id: svn://tug.org/texlive/trunk@26694 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/ctable/05c | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ctable/README | 16 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ctable/ctable.pdf | bin | 787038 -> 815944 bytes | |||
-rwxr-xr-x | Master/texmf-dist/doc/latex/ctable/inst | 6 |
4 files changed, 17 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/ctable/05c b/Master/texmf-dist/doc/latex/ctable/05c new file mode 100644 index 00000000000..41bcf0f6864 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ctable/05c @@ -0,0 +1,7 @@ +\ctable[ + mincapwidth = 40mm, + footerwidth, + caption = a lengthy caption +]{c}{\tnote{footnote}} +{\FL row1\tmark\LL} +$Id: 05c,v 1.1 2012/05/28 12:54:25 wybo Exp $ diff --git a/Master/texmf-dist/doc/latex/ctable/README b/Master/texmf-dist/doc/latex/ctable/README index 00c29593c37..09d8a1315c3 100644 --- a/Master/texmf-dist/doc/latex/ctable/README +++ b/Master/texmf-dist/doc/latex/ctable/README @@ -1,4 +1,4 @@ -This is version 1.21 of the ctable package +This is version 1.23 of the ctable package License: LPPL ctable.sty provides commands to easily typeset centered or left or @@ -8,13 +8,11 @@ first is optional and is used for key,value pairs generating variations on the defaults and offering a route for future extensions. -changes of v1.21 relative to v1.20: -- better documentaation for sideways, captionsleft/right/inside +changes of v1.23 relative to v1.22: +- added the footerwidth option -changes of v1.20 relative to v1.19: -- added (for \setupctable only) these options related to the sideways option: - captionsleft - captionsright - captionsinside +changes of v1.22 relative to v1.21: +- allow empty lines in last (tabular) argument +- corrected error from hyperref's nameref calls (thanks Marco Daniel!) -$Id: README,v 1.11 2011-09-05 11:39:44 wybo Exp $ +$Id: README,v 1.13 2012/05/28 12:52:08 wybo Exp $ diff --git a/Master/texmf-dist/doc/latex/ctable/ctable.pdf b/Master/texmf-dist/doc/latex/ctable/ctable.pdf Binary files differindex ab2777802cd..433a00b7d0a 100644 --- a/Master/texmf-dist/doc/latex/ctable/ctable.pdf +++ b/Master/texmf-dist/doc/latex/ctable/ctable.pdf diff --git a/Master/texmf-dist/doc/latex/ctable/inst b/Master/texmf-dist/doc/latex/ctable/inst index 48be2d221fc..01656d9325e 100755 --- a/Master/texmf-dist/doc/latex/ctable/inst +++ b/Master/texmf-dist/doc/latex/ctable/inst @@ -28,7 +28,7 @@ in -c|--clean) clean; exit;; -C|--Clean) Clean; exit;; -h|--help) echo 'Usage: ./inst [-c|C|h]'; exit;; -?*) echo 'Illegal argument(s)'; exit;; +?*) echo 'Illegal argument(s): use -c|-C|-h|--clean|--Clean|--help'; exit;; esac echo y |tex $NAME.ins >/dev/null @@ -64,7 +64,7 @@ echo y |tex $NAME.ins >/dev/null mkdir -p $LOCAL cp $NAME.{dtx,sty,pdf} $LOCAL || exit 1 fi - sudo mktexlsr $LOCAL + sudo -i mktexlsr $LOCAL exit 0 ) if [ $? != 0 ]; then @@ -74,5 +74,5 @@ else fi texlog_extract $NAME -# $Id: inst,v 1.26 2011-08-14 16:02:44 wybo Exp $ +# $Id: inst,v 1.28 2012/05/28 12:53:17 wybo Exp $ |