Cornelius C. Noack <[EMAIL PROTECTED]> wrote:

>      \documentclass[11pt]{article}
>        \usepackage{mtxlatex}
>        \mtxlatex
>        \nofiles
> 
>      \begin{document}
>      \newpage
>      \begin{Score} {title of piece} {bachair} \end{Score}
>      \bigskip
>      \Done.
>      \end{document}
> 
> 
> bachair.tex is a 5-line, 1-insrument piece, nothing complicated.
> 
> I get (with MikTex 2.6) the following error message:
> 
> ================================================================================
> This is pdfTeX, Version 3.141592-1.40.4 (MiKTeX 2.6) (preloaded format=latex 
> 2008.6.16)  17 SEP 2008 21:54
> entering extended mode
> 
> ...
> 
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> ! No room for a new \dimen .

knuth's feeble limit of 256 dimen registers in total.  more of these are
used by latex than by plain tex.

add
  \usepackage{etex}
as a new line 2 (i.e., before loading mtxlatex)

that'll make use of the extended register set of the e-tex extensions to
tex.

robin
_______________________________________________
TeX-music mailing list
[EMAIL PROTECTED]
http://mailman.daimi.au.dk/mailman/listinfo/tex-music

Reply via email to