summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/mpgraphics
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-08 23:26:41 +0000
committerKarl Berry <karl@freefriends.org>2013-04-08 23:26:41 +0000
commit341d5cb0864c250b3442c9169ec2d1506335702e (patch)
tree7e7dde825fdb3c6612b393e7b987f6e771fa0467 /Master/texmf-dist/source/latex/mpgraphics
parent028e11565a139f5d5ce8e502484f308b7abe4598 (diff)
mpgraphics
git-svn-id: svn://tug.org/texlive/trunk@29776 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/mpgraphics')
-rw-r--r--Master/texmf-dist/source/latex/mpgraphics/mpgraphics.dtx41
-rw-r--r--Master/texmf-dist/source/latex/mpgraphics/mpgraphics.ins16
2 files changed, 32 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/latex/mpgraphics/mpgraphics.dtx b/Master/texmf-dist/source/latex/mpgraphics/mpgraphics.dtx
index e01b1aea6b7..43d06178490 100644
--- a/Master/texmf-dist/source/latex/mpgraphics/mpgraphics.dtx
+++ b/Master/texmf-dist/source/latex/mpgraphics/mpgraphics.dtx
@@ -14,18 +14,29 @@ mpgraphics achieves this by using shell scape or write 18
feature so the whole process is automatic and the
end user do not need to carry out the long process.
+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/mpgraphics/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
-Vafa.Khalighi@student.uts.edu.au
+Persian TeX Group
+persian-tex@tug.org
-Copyright © 2011-2012
+Copyright © 2011-2013
Distributed under the LaTeX Project Public License
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.
+This work is “maintained” (as per LPPL maintenance status)
+by Persian TeX Group.
%</readme>
%<*internal>
\fi
@@ -37,7 +48,7 @@ by Vafa Khalighi.
\preamble
______________________________________
- Copyright © 2011-2012 Vafa Khalighi
+ Copyright © 2011-2013 Persian TeX Group
License information appended.
@@ -45,14 +56,14 @@ by Vafa Khalighi.
\endpreamble
\postamble
-Copyright © 2011-2012 Vafa Khalighi <Vafa.Khalighi@student.uts.edu.au>
+Copyright © 2011-2013 Persian TeX Group <persian-tex@tug.org>
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.
+This work is “maintained” (as per LPPL maintenance status)
+by Persian TeX Group.
@@ -86,9 +97,6 @@ by Vafa Khalighi.
\hypersetup{linkcolor=bidiblue,urlcolor=bidiblue,citecolor=bidiblue}
\usepackage{bidi}
\setlength\columnseprule{.4pt}
-\setmainfont[Mapping=tex-text,Numbers=OldStyle]{Minion Pro}
-\setsansfont[Mapping=tex-text,Numbers=OldStyle]{Myriad Pro}
-\setmonofont{Andale Mono}
\newcommand\cmdtype[1]{\textcolor{myred}{\texttt{#1}}}
\def\mpg{\textsf{mpgraphics} package}
\def\mpost{\textsf{MetaPost}}
@@ -130,8 +138,8 @@ textFR}
% \GetFileInfo{\jobname.sty}
% \CheckSum{0}
% \makeatletter
-%\title{The \textsf{mpgraphics} Package\\ \href{https://bitbucket.org/vkhalighi/mpgraphics}{\texttt{https://bitbucket.org/vkhalighi/mpgraphics}}}
-%\author{Vafa Khalighi\\ \href{mailto:Vafa.Khalighi@student.uts.edu.au}{\texttt{Vafa.Khalighi@student.uts.edu.au}}}
+%\title{The \textsf{mpgraphics} Package\\ \href{https://github.com/persian-tex/mpgraphics}{\texttt{https://github.com/persian-tex/mpgraphics}}}
+%\author{Persian TeX Group\\ \href{mailto:persian-tex@tug.org}{\texttt{persian-tex@tug.org}}}
%\date{Version 0.3\qquad\today}
%\maketitle
%\begin{abstract}
@@ -387,10 +395,9 @@ textFR}
%
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\newcommand{\mpgraphics@date}{2012/06/09}
+\newcommand{\mpgraphics@date}{2013/04/04}
\newcommand{\mpgraphics@version}{v0.3}
-\newcommand{\mpgraphics@commit}{commit 2}
-\ProvidesPackage{mpgraphics}[\mpgraphics@date\space \mpgraphics@version\space <\mpgraphics@commit>
+\ProvidesPackage{mpgraphics}[\mpgraphics@date\space \mpgraphics@version\space
inline and display metapost figures in LaTeX]
\newcommand{\mpg@graphicsextension}{\ifPDFTeX\ifpdf pdf\else eps\fi\else\ifXeTeX pdf\fi\fi}
\newcommand{\mpg@graphicsformatname}{\ifPDFTeX\ifpdf PDF\else EPS\fi\else\ifXeTeX PDF\fi\fi}
diff --git a/Master/texmf-dist/source/latex/mpgraphics/mpgraphics.ins b/Master/texmf-dist/source/latex/mpgraphics/mpgraphics.ins
index fd334aef0f0..3376da59bf7 100644
--- a/Master/texmf-dist/source/latex/mpgraphics/mpgraphics.ins
+++ b/Master/texmf-dist/source/latex/mpgraphics/mpgraphics.ins
@@ -7,7 +7,7 @@
%% mpgraphics.dtx (with options: `batchfile')
%%
%% ______________________________________
-%% Copyright © 2011-2012 Vafa Khalighi
+%% Copyright © 2011-2013 Persian TeX Group
%%
%% License information appended.
%%
@@ -17,35 +17,35 @@
\preamble
______________________________________
- Copyright © 2011-2012 Vafa Khalighi
+ Copyright © 2011-2013 Persian TeX Group
License information appended.
\endpreamble
\postamble
-Copyright © 2011-2012 Vafa Khalighi <Vafa.Khalighi@student.uts.edu.au>
+Copyright © 2011-2013 Persian TeX Group <persian-tex@tug.org>
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.
+This work is “maintained” (as per LPPL maintenance status)
+by Persian TeX Group.
\endpostamble
\askforoverwritefalse
\generate{\file{mpgraphics.sty}{\from{\jobname.dtx}{mpgraphics.sty}}}
\endbatchfile
%%
-%% Copyright © 2011-2012 Vafa Khalighi <Vafa.Khalighi@student.uts.edu.au>
+%% Copyright © 2011-2013 Persian TeX Group <persian-tex@tug.org>
%%
%% 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.
+%% This work is “maintained” (as per LPPL maintenance status)
+%% by Persian TeX Group.
%%
%%
%%