Donald A Simons skryf:
>
> However, I'd be glad to hear from list members if they think any action is
> needed on this. And if there is such a desire, I'd appreciate some help
> from the TeXperts in suggesting a work-around that lets "Ae" and LaTeX
> co-exist in peace.
>
Well, I've not tried importing PMX-generated TeX that uses Ae into
LaTeX, but ever since the cunning new \parskip appeared, I'm using
these LaTeX commands in the preamble for my scores (not using Ae):
Dirk
---
\renewcommand{\BIGfont}{\Huge\bfseries}
\renewcommand{\Bigfont}{\Large\bfseries}
% Kill the PMX definition of \parskip.
\parskip=0pt plus 1pt
\newcommand{\startscore}{\let\SmuF\startmuflex\let\EmuF\endmuflex
\textwidth 193mm\textheight 270mm
\oddsidemargin -15mm\evensidemargin -15mm\topmargin -20mm
\ifx\mysizes\undefined\else\mysizes\fi
\let\startmuflex\relax\let\endmuflex\relax\let\bye\relax%
\let\nopagenumbers\relax\musicparskip}
\newcommand\headingandcontents[1]{\markboth{#1}{#1}\addcontentsline{toc}
{section}{\protect\numberline{}{#1}}}
\newenvironment{Score}[2]{\headingandcontents{#1}
\startscore\input #2
}{\markboth{}{}}
% The environment 'score' requires you to do your own input
\newenvironment{score}{\startscore}{}
\newenvironment{excerpts}{
\newlength\keepOSM\setlength\keepOSM\oddsidemargin
\newlength\keepTM\setlength\keepTM\topmargin
\global\setlength\oddsidemargin{-13mm} \global\setlength\topmargin{-20mm}
\let\startmuflex\relax\let\endmuflex\relax
\let\nopagenumbers\relax \let\bye\relax \let\vfill\relax \let\eject\relax
\musicparskip
\renewcommand{\BIGfont}{\Large\bfseries}
\renewcommand{\Bigfont}{\large\bfseries}
}{\global\setlength\oddsidemargin\keepOSM\global\setlength\topmargin\keepTM}
\newenvironment{mus}%
{\begin{minipage}{260mm}\startscore\musicparskip}%
{\assignlyrics1{}\assignlyrics2{}%
\gdef\mtxTitle{}\end{minipage}}
% The "assignlyrics" and "mtxTitle" commands won't be necessary if you
% are not using musixlyr and M-Tx.
Then, in the document, I use:
\begin{Score}{Heading}{TeXfilename}
% Here comes a score of several pages of music, to be set nicely
% with running page headings.
\end{Score}
\begin{excerpts}
% Here come several extracts, each just a couple of systems long.
\input extract1
\input extract2
\newpage % This is necessary, otherwise the page size redefining breaks
\end{excerpts}
\begin{mus}
% Here comes an extract that is to be sandwiched into the text.
\input extract
\end{mus}
_______________________________________________
TeX-music mailing list
[EMAIL PROTECTED]
http://sunsite.dk/mailman/listinfo/tex-music