From 87f1685a45c8f23851013817d1ead13ff8c20677 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 26 Aug 2011 22:16:59 +0000 Subject: ctable (24aug11) git-svn-id: svn://tug.org/texlive/trunk@23702 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ctable/06a | 6 ++---- Master/texmf-dist/doc/latex/ctable/06b | 6 ++---- Master/texmf-dist/doc/latex/ctable/14a | 9 +++++++++ Master/texmf-dist/doc/latex/ctable/README | 10 ++++++++-- Master/texmf-dist/doc/latex/ctable/ctable.pdf | Bin 826270 -> 962755 bytes Master/texmf-dist/doc/latex/ctable/inst | 22 +++++++++++----------- 6 files changed, 32 insertions(+), 21 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/ctable/14a (limited to 'Master/texmf-dist/doc/latex/ctable') diff --git a/Master/texmf-dist/doc/latex/ctable/06a b/Master/texmf-dist/doc/latex/ctable/06a index aa8115c6afa..fcc6c0459fd 100644 --- a/Master/texmf-dist/doc/latex/ctable/06a +++ b/Master/texmf-dist/doc/latex/ctable/06a @@ -1,6 +1,4 @@ -\ctable[ - framerule = .1pt, - maxwidth=3cm +\ctable[framerule=.1pt, maxwidth=3cm ]{lX}{}{\FL 1 & first row\LL} -$Id: 06a,v 1.1 2007-07-22 15:30:56 wybo Exp $ +$Id: 06a,v 1.2 2011-08-24 14:03:08 wybo Exp $ diff --git a/Master/texmf-dist/doc/latex/ctable/06b b/Master/texmf-dist/doc/latex/ctable/06b index 009ec4da9d2..44697a9180f 100644 --- a/Master/texmf-dist/doc/latex/ctable/06b +++ b/Master/texmf-dist/doc/latex/ctable/06b @@ -1,6 +1,4 @@ -\ctable[ - framerule = .1pt, - maxwidth=3cm +\ctable[framerule=.1pt, maxwidth=3cm ]{lX}{}{\FL 1 & test\LL} -$Id: 06b,v 1.1 2007-07-22 15:30:56 wybo Exp $ +$Id: 06b,v 1.2 2011-08-24 14:03:14 wybo Exp $ diff --git a/Master/texmf-dist/doc/latex/ctable/14a b/Master/texmf-dist/doc/latex/ctable/14a new file mode 100644 index 00000000000..10febdbe5d3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ctable/14a @@ -0,0 +1,9 @@ +\ctable[ + caption=Doinside, + doinside = \scriptsize]{l}{ +}{\FL + This table has all rows \NN + set at script size \LL +} + +$Id: 14a,v 1.1 2011-08-24 14:02:37 wybo Exp $ diff --git a/Master/texmf-dist/doc/latex/ctable/README b/Master/texmf-dist/doc/latex/ctable/README index d1ddeceda49..fa000349e15 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.18 of the ctable package +This is version 1.20 of the ctable package License: LPPL ctable.sty provides commands to easily typeset centered or left or @@ -8,6 +8,12 @@ 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.20 relative to v1.19: +- added (for \setupctable only) these options related to the sideways option: + captionsleft + captionsright + captionsinside + changes of v1.19 relative to v1.18: - sideways option did not work anymore; corrected @@ -15,4 +21,4 @@ major changes of v1.18 relative to v1.17: - introduced \setupctable, setting defaults for the options - added complements for several option: topcap, nosideways, et cetera -$Id: README,v 1.9 2011-04-30 20:23:15 wybo Exp $ +$Id: README,v 1.10 2011-08-24 14:02:11 wybo Exp $ diff --git a/Master/texmf-dist/doc/latex/ctable/ctable.pdf b/Master/texmf-dist/doc/latex/ctable/ctable.pdf index f2506c3c912..173dacb13fd 100644 Binary files a/Master/texmf-dist/doc/latex/ctable/ctable.pdf and b/Master/texmf-dist/doc/latex/ctable/ctable.pdf differ diff --git a/Master/texmf-dist/doc/latex/ctable/inst b/Master/texmf-dist/doc/latex/ctable/inst index be3981d5a02..48be2d221fc 100755 --- a/Master/texmf-dist/doc/latex/ctable/inst +++ b/Master/texmf-dist/doc/latex/ctable/inst @@ -1,8 +1,9 @@ #!/bin/bash -# this script generates ctable's documentation into ctable.pdf +NAME=ctable +# this script generates NAME's documentation into NAME.pdf # and then installs (unless the environment variable NOINSTALL is not empty) -# ctable in TEXMFLOCAL +# NAME in TEXMFLOCAL # This is not a make-like process. If you changed any files, then first run # inst with the --Clean option, then run inst without options. @@ -11,8 +12,7 @@ function die { exit 1 } -NAME=ctable -LOCAL=`kpsewhich --expand-var '$TEXMFLOCAL'`/tex/latex/ctable +LOCAL=`kpsewhich --expand-var '$TEXMFLOCAL'`/tex/latex/$NAME CLEAN={aux,idx,ilg,chk,fls,ind,log,glo,gls,out,tex} ALLCLEAN={aux,idx,ilg,chk,fls,ind,log,glo,gls,out,tex,sty,cls,pdf} @@ -35,7 +35,7 @@ echo y |tex $NAME.ins >/dev/null ( # recompile example graphics if any is missing: cd doc - ln -sf ../ctable.sty || exit 1 # use the ctable.sty version to be installed + ln -sf ../$NAME.sty || exit 1 # use the $NAME.sty version to be installed for i in [0-9][0-9]?; do if [ ! -f $i.pdf -o ! -f s$i.pdf ]; then echo Creating example graphics @@ -44,7 +44,7 @@ echo y |tex $NAME.ins >/dev/null break fi done - rm ctable.sty + rm $NAME.sty cd .. echo Creating documentation @@ -64,15 +64,15 @@ echo y |tex $NAME.ins >/dev/null mkdir -p $LOCAL cp $NAME.{dtx,sty,pdf} $LOCAL || exit 1 fi - sudo `which mktexlsr` || exit 1 + sudo mktexlsr $LOCAL exit 0 ) if [ $? != 0 ]; then - echo errors detected, see ctable.log + echo errors detected, see $NAME.log else - echo ctable successfully installed + echo $NAME successfully installed fi -texlog_extract ctable +texlog_extract $NAME -# $Id: inst,v 1.24 2010-06-26 21:44:29 wybo Exp $ +# $Id: inst,v 1.26 2011-08-14 16:02:44 wybo Exp $ -- cgit v1.2.3