summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/bidicontour
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-07-13 21:51:23 +0000
committerKarl Berry <karl@freefriends.org>2014-07-13 21:51:23 +0000
commit8fcabb58bbcbd59bd73b0010c3f273168f988605 (patch)
tree067ad1c663352e574ec35168cbcba272d6e5d274 /Master/texmf-dist/doc/xelatex/bidicontour
parente391081f77560a69036a7368f698f5cce09a5dc8 (diff)
bidicontour (13jul14)
git-svn-id: svn://tug.org/texlive/trunk@34595 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/bidicontour')
-rw-r--r--Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-doc.pdfbin0 -> 101417 bytes
-rwxr-xr-xMaster/texmf-dist/doc/xelatex/bidicontour/bidicontour-doc.tex34
-rwxr-xr-xMaster/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-copies.pdfbin0 -> 7167 bytes
-rwxr-xr-xMaster/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-copies.tex9
-rwxr-xr-xMaster/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-outline.pdfbin0 -> 7116 bytes
-rwxr-xr-xMaster/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-outline.tex9
6 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-doc.pdf b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-doc.pdf
new file mode 100644
index 00000000000..c6e99d77d85
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-doc.tex b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-doc.tex
new file mode 100755
index 00000000000..4111b6859c6
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-doc.tex
@@ -0,0 +1,34 @@
+\documentclass{ltxdoc}
+\usepackage{holtxdoc}
+\begin{document}
+\title{The \xpackage{bidicontour} Package}
+\author{Vafa Khalighi\\\xemail{persian-tex@tug.org}}
+\maketitle
+\vskip 0pt plus 3fill
+\fbox{%
+\begin{minipage}{\dimexpr(\textwidth-2\fboxsep-2\fboxrule)}
+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:
+
+\medskip
+ \centerline{\url{https://github.com/vafa/bidicontour/issues}}
+
+\medskip
+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).
+\end{minipage}
+}
+\tableofcontents
+ \section{Introduction}
+The \xpackage{contour} package allows you to have colored contour text; unfortunately this package does not work together with \xpackage{bidi} package; in addition its \texttt{outline} option does not support xdvipdfmx driver.
+
+
+The \xpackage{bidicontour} package is a re-implementation of \xpackage{contour} package adding bidi support; it also adds support for xdvipdfmx driver when you use \texttt{outline} option of the package.
+
+\section{Documentation}
+All the commands of \xpackage{contour} package are prefixed with \texttt{bidi} in \xpackage{bidicontour} package; for instance instead using \cs{contour} command; you will need to use \cs{bidicontour} command. You must always load \xpackage{bidicontour} package before \xpackage{bidi} package (or any other packages that uses \xpackage{bidi} package internally like \xpackage{xepersian} package).
+
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-copies.pdf b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-copies.pdf
new file mode 100755
index 00000000000..36c7d86214f
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-copies.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-copies.tex b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-copies.tex
new file mode 100755
index 00000000000..fd9797b2cf6
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-copies.tex
@@ -0,0 +1,9 @@
+\documentclass{minimal}
+\usepackage{bidicontour}
+\usepackage{xepersian}
+\settextfont{XB Yas}
+\begin{document}
+\fontsize{60}{70}\selectfont
+
+\bidicontour{red}{شاهنامه فردوسی}
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-outline.pdf b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-outline.pdf
new file mode 100755
index 00000000000..e1214dccede
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-outline.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-outline.tex b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-outline.tex
new file mode 100755
index 00000000000..a4e8e74062a
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/bidicontour/bidicontour-example-outline.tex
@@ -0,0 +1,9 @@
+\documentclass{minimal}
+\usepackage[outline]{bidicontour}
+\usepackage{xepersian}
+\settextfont{XB Yas}
+\begin{document}
+\fontsize{60}{70}\selectfont
+
+\bidicontour{red}{شاهنامه فردوسی}
+\end{document} \ No newline at end of file