summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ctable
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-29 22:53:14 +0000
committerKarl Berry <karl@freefriends.org>2015-08-29 22:53:14 +0000
commit8362a1c96ce035104038bab1353e679ffbec0166 (patch)
tree0162237a0e647ce0ac841c3340d4bf59ea306519 /Master/texmf-dist/doc/latex/ctable
parent2b50a83aec0bcb5624b16581aa558efae661a12c (diff)
ctable (29aug15)
git-svn-id: svn://tug.org/texlive/trunk@38241 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ctable')
-rw-r--r--Master/texmf-dist/doc/latex/ctable/README19
-rw-r--r--Master/texmf-dist/doc/latex/ctable/ctable.pdfbin831750 -> 828272 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ctable/doit2
-rwxr-xr-xMaster/texmf-dist/doc/latex/ctable/inst4
4 files changed, 15 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/ctable/README b/Master/texmf-dist/doc/latex/ctable/README
index 3415d3dc345..96a06336a71 100644
--- a/Master/texmf-dist/doc/latex/ctable/README
+++ b/Master/texmf-dist/doc/latex/ctable/README
@@ -1,9 +1,11 @@
-ctable --- Flexible typesetting of table and figure floats using key/value directives
-Author: Wybo Dekker
-E-mail: wybo@dekkerdocumenten.nl
-License: Released under the LaTeX Project Public License v1.3c or later
-See: http://www.latex-project.org/lppl.txt
--------------------------------------------------------------------------------------
+|
+-------:|:--------------------------------------
+ ctable:| Flexible typesetting of table and figure floats using key/value directives
+Version:| 1.30
+ Author:| Wybo Dekker
+ E-mail:| wybo@dekkerdocumenten.nl
+License:| Released under the LaTeX Project Public License v1.3c or later
+ See:| http://www.latex-project.org/lppl.txt
Short description:
ctable.sty provides commands to easily typeset centered or left or right
@@ -18,5 +20,6 @@ https://bitbucket.org/wybodekker/ctable/downloads/ctable.pdf
Installation:
Execute the inst script with the --help option for more information.
-Changes in version 1.29:
- reorganized inst script
+Changes in version 1.30:
+ tikz' transparency got broken when tikz loaded after ctable
+ removed overfull hboxes from documentation
diff --git a/Master/texmf-dist/doc/latex/ctable/ctable.pdf b/Master/texmf-dist/doc/latex/ctable/ctable.pdf
index 885e1a09de8..53453547ef6 100644
--- a/Master/texmf-dist/doc/latex/ctable/ctable.pdf
+++ b/Master/texmf-dist/doc/latex/ctable/ctable.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ctable/doit b/Master/texmf-dist/doc/latex/ctable/doit
index c62c1ca30f4..e9d627786d6 100644
--- a/Master/texmf-dist/doc/latex/ctable/doit
+++ b/Master/texmf-dist/doc/latex/ctable/doit
@@ -33,7 +33,7 @@ for j in $set; do
pdfcrop s$j.pdf s$j.pdf >& /dev/null
# result
{ echo '\documentclass[twoside]{article}'
- [[ $j =~ [k-z] ]] && echo '\usepackage[papersize={65mm,40mm},showframe,margin=1mm,noheadfoot]{geometry}'
+ [[ $j =~ [k-z] ]] && echo '\usepackage[papersize={56mm,40mm},showframe,margin=1mm,noheadfoot]{geometry}'
cat <<-'EOD'
\usepackage{ctable}
\usepackage{txfonts}
diff --git a/Master/texmf-dist/doc/latex/ctable/inst b/Master/texmf-dist/doc/latex/ctable/inst
index 6db01fd85bd..9754480f517 100755
--- a/Master/texmf-dist/doc/latex/ctable/inst
+++ b/Master/texmf-dist/doc/latex/ctable/inst
@@ -4,7 +4,7 @@
ext=sty
delete=($dtxname.$ext README.tex doc/\*.tex)
dtxversion=$(grep " v[0-9.]\+[a-z]\{0,1\} $dtxname $dtxtype" $dtxname.dtx |sed 's/.* v\([0-9.]\+[a-z]\{,1\}\) .*/\1/')
-executables=(mk texlog_extract zip getopt pdfseparate pdfcrop pdflatex)
+executables=(mk texlog_extract zip getopt pdfseparate pdflatex)
version=1.00
myname=$(basename $0)
@@ -71,6 +71,8 @@ readme() { # generate the README file
sed -n '/^%<\*readme>/,/^%<\/readme>/p
/\\changes{v'$dtxversion'}/,/^% }/p' $dtxname.dtx |
sed 's/^%//;s/\\\\$//
+ / Author:/i\
+Version:| '$dtxversion'
/<.readme>/d
/^ }/d
s/ \\changes.*/Changes in version '$dtxversion':/