Petr Felzmann skryf:
> Hello,
> 
> in LaTeX I have setting the size of page on A6 (105mm x 148.5mm). In
> every *.mtx-file in preamble I have
> 
> PMX: w85m h128.5m
> 
> In LaTeX document I include *.ex-files, which I obtain from mtx-source:
> 
> \begin{mus}
> \input song1.ex
> \end{mus}
> 
> But the page break don't make inside the songs. The songs have behavior
> like floating environments. How TeX coerce to page break if it is
> needed?
> 
.ex (stands for 'excerpt') is designed for short snippets of music inside
a LaTeX text document.  It is not intended for longer pieces that need
page breaks.  For that you will need to edit the .tex file produced by PMX
by hand.  Use 'diff' or similar utility to see what tex2ex has done.
You will be able to work out what was right and what was wrong in the
multipage case.

Dirk

Reply via email to