diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-17 23:53:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-17 23:53:55 +0000 |
commit | 688e2e4682fedf85cb675c18c55db2a626059911 (patch) | |
tree | 691d5703131bf26a62c259fafad99c1bbc7f55ac /Master/texmf-dist/doc/generic/pmx | |
parent | a15d0c09898b0aaabf4b38e253aa1da829fbb40a (diff) |
revert to previous version of pmx, new (2.6.19) needs new executables
git-svn-id: svn://tug.org/texlive/trunk@28855 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pmx')
-rw-r--r-- | Master/texmf-dist/doc/generic/pmx/ChangeLog | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pmx/README | 30 | ||||
-rwxr-xr-x | Master/texmf-dist/doc/generic/pmx/Windows/pmx2pdf.bat | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pmx/pmx-install.pdf | bin | 96975 -> 96768 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pmx/pmx-install.tex | 9 |
5 files changed, 27 insertions, 25 deletions
diff --git a/Master/texmf-dist/doc/generic/pmx/ChangeLog b/Master/texmf-dist/doc/generic/pmx/ChangeLog index e877c4e7fa1..e4e72d6c87d 100644 --- a/Master/texmf-dist/doc/generic/pmx/ChangeLog +++ b/Master/texmf-dist/doc/generic/pmx/ChangeLog @@ -198,13 +198,8 @@ above) into parts. Repaired several obscure bugs related to platform and compiler dependencies; see pmxab.f for details. -2.6.18 +2.618 For letter and a4 paper respectively, commands "Acl" and "Ac4" set horizontal and vertical sizes and offsets that center the page with no further adjustments required in dvips. - -2.6.19 - -Several changes at movement breaks to improve compatibility with M-Tx -and musixlyr. diff --git a/Master/texmf-dist/doc/generic/pmx/README b/Master/texmf-dist/doc/generic/pmx/README index 2ddd274b887..9815cb76b23 100644 --- a/Master/texmf-dist/doc/generic/pmx/README +++ b/Master/texmf-dist/doc/generic/pmx/README @@ -1,4 +1,4 @@ -This is PMX, version 2.6.19 (Jan. 13th, 2013). PMX provides a preprocessor for MusiXTeX. +This is PMX, version 2.6.18 (Oct. 7th, 2012). PMX provides a preprocessor for MusiXTeX. pmxab builds a TeX input file based on a .pmx input file in a much simpler language, making most of the layout decisions by itself. It has @@ -16,36 +16,38 @@ The author of the pmxccn tutorial is Cornelius C. Noack. This package consists of - (i) pmx.tds.zip, which contains macros, documentation, and the + (i) pmx-texmf.zip, which contains macros, documentation, and the pmx2pdf.lua script - (ii) pmx-2.6.19.tar.gz, which contains the source code for + (ii) pmx-2.6.18.tar.gz, which contains the source code for pmxab and scor2prt (iii) directories Windows and OSX, which contain pre-compiled - pmxab and scor2prt executables for those platforms, and, - for Windows, a batch script for running pmx2pdf.lua + pmxab and scor2prt executables for those platforms (iv) pmx-install.{tex,pdf}, which is a more detailed version of the following instructions: To install (on TDS-compliant TeX systems): - + unzip /install/support/pmx.tds.zip at the root of a texmf tree and, - if necessary, update the filename database; e.g., texhash texmf. - Documentation for PMX is installed under doc/generic/pmx. + + unzip pmx-texmf.zip at the root of a texmf tree and, if necessary, + update the filename database; e.g., texhash texmf. Documentation for + PMX is installed under doc/generic/pmx. - + on Windows or OS-X: copy the executables appropriate for your - platform to a folder on the executable PATH + + on Windows or OS-X: copy the pre-compiled executables appropriate for your + platform to a folder on the executable PATH - + on any Unix-like system with gcc and standard development tools - installed: unpack the pmx tarball (anywhere), move to the resulting - pmx-2.6.19 directory and do + + on any Unix-like system with gcc and standard development tools installed: + unpack the pmx tarball (anywhere), move to the resulting pmx-2.6.18 directory + and do ./configure make make install (as root) + + on Windows: copy the file scripts\pmx\Windows\pmx2pdf.bat to a folder on the + executable PATH + + on any Unix-like system: install a symbolic link pmx2pdf in any directory on the executable PATH to scripts/pmx/pmx2pdf.lua @@ -74,4 +76,4 @@ files are governed by a Notice that allows copying, modification and distribution. This CTAN distribution is maintained by Bob Tennent (rdt@cs.queensu.ca). -Jan. 13th, 2013. +Oct 7th, 2012. diff --git a/Master/texmf-dist/doc/generic/pmx/Windows/pmx2pdf.bat b/Master/texmf-dist/doc/generic/pmx/Windows/pmx2pdf.bat new file mode 100755 index 00000000000..24184c8deeb --- /dev/null +++ b/Master/texmf-dist/doc/generic/pmx/Windows/pmx2pdf.bat @@ -0,0 +1,6 @@ +:: wrapper script to call pmx2pdf.lua
+:: Usage: pmx2pdf [options] basename[.pmx]
+:: Suggested by Tomasz Luczak (Tomek) t34www@googlemail.com
+
+@for /f "delims=" %%I in ('kpsewhich --format=texmfscripts %~n0.lua') do texlua "%%I" %*
+:end
diff --git a/Master/texmf-dist/doc/generic/pmx/pmx-install.pdf b/Master/texmf-dist/doc/generic/pmx/pmx-install.pdf Binary files differindex c8403b80dc9..b6afd7a02c7 100644 --- a/Master/texmf-dist/doc/generic/pmx/pmx-install.pdf +++ b/Master/texmf-dist/doc/generic/pmx/pmx-install.pdf diff --git a/Master/texmf-dist/doc/generic/pmx/pmx-install.tex b/Master/texmf-dist/doc/generic/pmx/pmx-install.tex index f14576580ab..fbc1e849f76 100644 --- a/Master/texmf-dist/doc/generic/pmx/pmx-install.tex +++ b/Master/texmf-dist/doc/generic/pmx/pmx-install.tex @@ -5,7 +5,7 @@ \RequirePackage{hyperref} \usepackage{xcolor} \newcommand{\myurl}[1]{\textcolor{blue}{\underline{\textcolor{black}{\url{#1}}}}} -\newcommand{\pmxVersion}{2.6.19} +\newcommand{\pmxVersion}{2.6.18} \begin{document} \title{Installation of the CTAN PMX Distribution} \author{Bob Tennent\\ @@ -36,7 +36,7 @@ and installing files\footnote{% In this distribution of PMX, most of the files to be installed (including macros, documentation, and a processing script) are in -\texttt{/install/support/pmx.tds.zip}, a zipped TEXMF +\texttt{/install/pmx.tds.zip}, a zipped TEXMF hierarchy. Simply unzip this archive in the root folder/directory of whichever TEXMF tree you decide is most appropriate, likely a ``local'' or ``personal'' one. This should work with any TDS\footnote{% @@ -72,7 +72,6 @@ View System Information\quad$\rightarrow$\quad Advanced\quad$\rightarrow$\quad E \end{center} scroll down to ``path'', select it, click edit, and add the path to \verb|...\scripts\musixtex\Windows| after a semi-colon. -The batch script \verb|pmx2pdf.bat| should also be installed to a folder on the PATH. On the MAC OS-X platform (version 10.2 or better), one can install \texttt{pmxab} and \texttt{scor2prt} that are in the @@ -137,11 +136,11 @@ symbolic link \texttt{pmx2pdf} in any directory on the executable PATH as follow On Windows, you can \emph{either} copy the batch file \begin{list}{}{} -\item \verb|Windows\pmx2pdf.bat| +\item \verb|...\scripts\pmx\Windows\pmx2pdf.bat| \end{list} to a folder on the executable PATH \emph{or} add the folder -\verb|Windows| to the executable PATH, as explained above. +\verb|...\scripts\pmx\Windows| to the executable PATH as explained above. Documentation for \verb\pmx2pdf\ is in the \verb\doc/generic/pmx/scripts\ directory. |