summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-04 23:11:11 +0000
committerKarl Berry <karl@freefriends.org>2013-04-04 23:11:11 +0000
commit2752d98618b0edbbbdb94d1b975daa6857badcc0 (patch)
tree6a8f81fca7d470b1aa012a56cc319549a8bdfceb /Master
parent7633c834a919361e3341218fb7cd5c3118fa5c3e (diff)
iftex (4apr13)
git-svn-id: svn://tug.org/texlive/trunk@29654 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/generic/iftex/README15
-rw-r--r--Master/texmf-dist/doc/generic/iftex/iftex.pdfbin129127 -> 30641 bytes
-rw-r--r--Master/texmf-dist/doc/generic/iftex/iftex.tex4
-rw-r--r--Master/texmf-dist/tex/generic/iftex/iftex.sty8
4 files changed, 18 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/iftex/README b/Master/texmf-dist/doc/generic/iftex/README
index 87124181521..95def7f4673 100644
--- a/Master/texmf-dist/doc/generic/iftex/README
+++ b/Master/texmf-dist/doc/generic/iftex/README
@@ -11,10 +11,19 @@ Also provides the \RequirePDFTeX, \RequireXeTeX, and \RequireLuaTeX
command which throws an error if PDFTeX, XeTeX and LuaTeX (respectively)
is not the engine in use.
+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 emails to us; we will not
+answer any direct emails. Instead please use the issue tracker:
+ <https://github.com/persian-tex/iftex/issues>
+In doing so, please always explain your issue well enough, always include
+a minimal working examples 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: 2013/04/04
______________
-Vafa Khalighi
-vafakh84@gmail.com
+Persian TeX Group
+persian-tex@tug.org
-Copyright 2010
+Copyright 2010–2013
Distributed under the LaTeX Project Public License
diff --git a/Master/texmf-dist/doc/generic/iftex/iftex.pdf b/Master/texmf-dist/doc/generic/iftex/iftex.pdf
index 82e415e2e61..483276ea7c9 100644
--- a/Master/texmf-dist/doc/generic/iftex/iftex.pdf
+++ b/Master/texmf-dist/doc/generic/iftex/iftex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/iftex/iftex.tex b/Master/texmf-dist/doc/generic/iftex/iftex.tex
index 30522d0d21d..a247e22b5b3 100644
--- a/Master/texmf-dist/doc/generic/iftex/iftex.tex
+++ b/Master/texmf-dist/doc/generic/iftex/iftex.tex
@@ -18,8 +18,8 @@
\newcommand\PDFTeX{PDF\TeX}
\newcommand\XeTeX{Xe\TeX}
\newcommand\LuaTeX{Lua\TeX}
-\title{The \textsf{iftex} Package\\ \href{http://bitbucket.org/vafa/iftex}{\texttt{http://bitbucket.org/vafa/iftex}}}
-\author{Vafa Khalighi\\ \href{mailto:vafakh84@gmail.com}{\texttt{vafakh84@gmail.com}}}
+\title{The \textsf{iftex} Package\\ \href{https://github.com/persian-tex/iftex}{\texttt{https://github.com/persian-tex/iftex}}}
+\author{Persian TeX Group\\ \href{mailto:persian-tex@tug.org}{\texttt{persian-tex@tug.org}}}
\date{Version 0.2}
\begin{document}
\maketitle
diff --git a/Master/texmf-dist/tex/generic/iftex/iftex.sty b/Master/texmf-dist/tex/generic/iftex/iftex.sty
index a6231d344b3..7651466448f 100644
--- a/Master/texmf-dist/tex/generic/iftex/iftex.sty
+++ b/Master/texmf-dist/tex/generic/iftex/iftex.sty
@@ -3,7 +3,7 @@
%%
%% __________________________________
-%% Copyright © 2010 Vafa Khalighi
+%% Copyright © 2010–2013 Persian TeX Group
%%
%% License information appended.
%%
@@ -12,7 +12,7 @@
\let\iftexloaded\endinput
\expandafter\ifx\csname ProvidesPackage\endcsname\relax\else
\ProvidesPackage{iftex}
- [2010/07/25 v0.2 Provides if(tex) conditional for PDFTeX, XeTeX, and LuaTeX]
+ [2013/04/04 v0.2 Provides if(tex) conditional for PDFTeX, XeTeX, and LuaTeX]
\fi
\def\RequirePDFTeX{%
\ifPDFTeX\else
@@ -81,14 +81,14 @@
\LuaTeXtrue
\fi
%%
-%% Copyright © 2010 by Vafa Khalighi <vafakh84@gmail.com>
+%% Copyright © 2010–2013 by Persian TeX Group <persian-tex@tug.org>
%%
%% Distributable 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 "maintained" (as per LPPL maintenance status)
-%% by Vafa Khalighi.
+%% by Persian TeX Group.
%%
%%
%%