diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-16 22:32:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-16 22:32:48 +0000 |
commit | 97825629e4f3888b6c717ff65b21c66859ab6236 (patch) | |
tree | 0c2cdbc81224df92c4c6b840e397f2598f714761 /Master | |
parent | d4165c0f6f43432d33b38973f1399652280b89a8 (diff) |
bidicontour (16jul14)
git-svn-id: svn://tug.org/texlive/trunk@34631 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidicontour/README | 28 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-doc.pdf | bin | 101417 -> 22035 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/bidicontour/bidicontour.sty | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 2 |
4 files changed, 30 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/xelatex/bidicontour/README b/Master/texmf-dist/doc/xelatex/bidicontour/README new file mode 100644 index 00000000000..d812665a353 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/bidicontour/README @@ -0,0 +1,28 @@ +_____________________ +The bidicontour package +v0.1 + +Bidi-aware coloured contour around text + +If you want to report any bugs or typos and corrections in the documentation, +or ask for any new features, or suggest any improvements, or ask any questions +about the package, then please do not send any direct email to me; I will not +answer any direct email. Instead please use the issue tracker: + <https://github.com/vafa/bidicontour/issues> +In doing so, please always explain your issue well enough, always include +a minimal working example showing the issue, and always choose the appropriate +label for your query (i.e. if you are reporting any bugs, choose `Bug' label). + +Current version release date: 2014/07/14 + +___________________ +Vafa Khalighi +persian-tex@tug.org + +Copyright © 2014 +It may be distributed and/or modified under the LaTeX Project Public License, +version 1.3c or higher (your choice). The latest version of +this license is at: http://www.latex-project.org/lppl.txt + +This work is “author-maintained” (as per LPPL maintenance status) +by Vafa Khalighi. diff --git a/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-doc.pdf b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-doc.pdf Binary files differindex c6e99d77d85..053233ac4fe 100644 --- a/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-doc.pdf +++ b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-doc.pdf diff --git a/Master/texmf-dist/tex/xelatex/bidicontour/bidicontour.sty b/Master/texmf-dist/tex/xelatex/bidicontour/bidicontour.sty index 08e791d5f3c..8e5cd6970b2 100644 --- a/Master/texmf-dist/tex/xelatex/bidicontour/bidicontour.sty +++ b/Master/texmf-dist/tex/xelatex/bidicontour/bidicontour.sty @@ -14,7 +14,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{bidicontour} - [2014/07/14 v0.1 Bidi-aware bidicontoured text] + [2014/07/14 v0.1 Bidi-aware contoured text] \RequirePackage{color} \RequirePackage{trig} \def\bidicon@coloroff{% diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index 430e83a85c0..4eba4477b8e 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -136,7 +136,7 @@ if test -n "`find -name \*\ \*`"; then fi # check for file names differing in case only. -find $refroot \( -name .svn \) -prune -o -print | sort -f | uniq -i -d >&2 +find $pkg \( -name .svn \) -prune -o -print | sort -f | uniq -i -d >&2 # show list of files (and tee to tmp). find $pkg \! -type d -printf "%TY%Tm%Td.%TH%TM %p\n" | sort -k2 \ |