This is the method i use (not knowing if it is the best) - restore the unwanted
linebreaks
---------------------------------------
This is a less or more easy to update ordening. It works with Winedt and MikTeX
1.
make a directorytree i.e. c:\musixtex
make:
c:\musixtex\MF put here musixtex metafont files
c:\musixtex\TFM put here musixtex *.tfm files
c:\musixtex\mtx put here all of mtx
c:\musixtex\mpx put here all of pmx
c:\musixtex\musixlyr put here all of musixlyr
c:\musixtex\Musixexa from the musixtex distribution
c:\musixtex\mymusic my own masterpieces
c:\musixtex\Musixdoc put here all musixtex files with 'doc' in the name
c:\musixtex put here all musixtex files without 'doc' in the name
2.
Edit c:\Program Files\MiKTeX\miktex\config\miktex.ini
and add the c:\musixtex tree where needed:
the // is for Miktex to search the subdirectories
(attention: never use 2 files with the same name, in different directories
one never knows which file will be compiled in the tree; when moving a file
don't forget to delete the *.mx1 files)
----------
[LaTeX]
Input Dirs=.;%R\tex\latex//;%R\tex\generic//;%R\tex//;c:\musixtex//
-------
[METAFONT]
Input Dirs=.;%R\metafont//;%R\fonts\source//;c:\musixtex//
-----------
[TeX]
Input Dirs=.;%R\tex\plain//;%R\tex\generic//;%R\tex//;c:\musixtex//
------------
3.
make the paths in autoexec.bat:
set PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;c:\musixtex\pmx;c:\musixtex\mtx\prepmx;%path%
(set PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\MiKTeX\miktex\bin;%PATH%)
the second one is made by Miktex install
4.
edit musixtex.ins (remove the old include files):
\input musixtex
%\input musixcpt
%\input musixsty
\tracingstats=2\relax
\dump
5.
run the batch file for musixtex.fmt
@ECHO OFF
C:\PROGRA~1\MiKTeX\miktex\BIN\INITEX.EXE &plain musixtex.ins
pause
copy musixtex.fmt C:\"Local TeXMF"\miktex\fmt
del musixtex.fmt
pause
6.
run batch for my files (musixtex, dvips letter format, gsview, = mupsviewle.bat)
----
if exist %1.mx1 del %1.mx1
if exist %1.mx2 del %1.mx2
C:\PROGRA~1\MiKTeX\miktex\BIN\VIRTEX.EXE &musixtex %1.tex %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel 2 goto end
C:\musixtex\musixflx %1.tex
if errorlevel 1 goto end
C:\PROGRA~1\MiKTeX\miktex\BIN\VIRTEX.EXE &musixtex %1.tex %2 %3 %4 %5 %6 %7 %8 %9
C:\PROGRA~1\MiKTeX\miktex\BIN\DVIPS.EXE -e0 -t letter %1 %2 %3 %4 %5 %6 %7 %8 %9
C:\Ghostgum\gsview\gsview32.exe %1.ps
:end
-----
if you use pmx :
----
echo %1 | pmxab
if errorlevel 1 quit
C:\"Program Files"\"WinEdt Team"\WinEdt\Bin\TeX\MUPSVIEWLE.BAT %1
----
----- Original Message -----
From: "Maurizio Codogno" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 27, 2001 1:49 PM
Subject: [TeX-music] adding musixtex, pmx, m-tx to MiKTeX
> dear all,
> since at the moment I am stuck with windows, I installed
> MiKTeX. But I am not really sure how to add the necessary
> files for MusixTeX (on Unix and Linux I always did it
> by hand, it kinda work).
> Any quick tutorial? I skimmed through the Music Archives
> without luck, but it could have been just me.
>
> ciao, .mau.
>
>
> _______________________________________________
> TeX-music mailing list
> [EMAIL PROTECTED]
> http://sunsite.dk/mailman/listinfo/tex-music
>
_______________________________________________
TeX-music mailing list
[EMAIL PROTECTED]
http://sunsite.dk/mailman/listinfo/tex-music