[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian packaging of MusixTeX branch, master, updated. debian/1%0.115.ctan20130123-1-1-ga31da7f



The following commit has been merged in the master branch:
commit a31da7f122cc42372aa6697b104edf272e147eb9
Author: Norbert Preining <preining@debian.org>
Date:   Tue Feb 5 19:06:28 2013 +0900

    some fixes for README.Debian from Bob

diff --git a/debian/README.Debian b/debian/README.Debian
index d8dbaa8..d31aff0 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -54,21 +54,30 @@ finally run:
 To compile your MusiXTeX source music score file (*.tex):
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   MusiXTeX is a three-pass system.  It uses an external program called
-  musixflex to calculate the spacing of the notes.  To compile your
+  musixflx to calculate the spacing of the notes.  To compile your
   MusiXTeX jobname.tex file, you may use:
 
-     musixtex jobname.tex  (This is the little script that I wrote to
-                            run TeX ==> musixflex ==> TeX on jobname.tex)
+     musixtex jobname.tex  
+
+(musixtex is a script to run TeX ==> musixflx ==> TeX ==> dvips ==> ps2pdf 
+ on jobname.tex)
 
   Or, if you prefer to do it manually, try:
 
-     tex jobname.tex ; musixflx jobname ; tex jobname.tex
+     tex jobname.tex 
+     musixflx jobname 
+     tex jobname.tex 
+     dvips -o jobname.ps jobname.dvi 
+     ps2pdf jobname.ps
 
-  For LaTeX MusiXTeX files, use the following instead if musixtex
-  should fail to detect the latex source:
+For LaTeX MusiXTeX files, use musixtex -l, or the following:
 
-     latex jobname.tex ; musixflx jobname ; latex jobname.tex
+     latex jobname.tex 
+     musixflx jobname 
+     latex jobname.tex
+     etc.
 
+There are many other options to vary the behaviour of musixtex.
 
 MusiXTeX's Helpers and Other Music Typesetting Packages
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -93,13 +102,13 @@ MusiXTeX's Helpers and Other Music Typesetting Packages
   There are also other great music typesetting packages such as SceX,
   OpusTeX (MusiXTeX's twin) and GNU LilyPond.  Check out:
 
-	MuTeX Mailing List <mutex@gmd.de>
+	tex-music Mailing List <tex-music@tug.org>
 	(music typesetting software discussion list)
-	To subscribe, go to the GMD Music Archive below:
+	To subscribe, go to http://tug.org/mailman/listinfo/tex-music
 
-	The Werner Icking Music Archive
+	The Werner Icking Memorial Music Archive
 	(Lots of music scores and music software!)
-	http://icking-music-archive.sunsite.dk/
+	http://icking-music-archive.org/
 
 	GNU LilyPond (and links to the GNU Music Project)
 	http://www.lilypond.org/
@@ -111,4 +120,9 @@ Have fun and start making beautiful music scores!  ^_^
 
 The MusiXTeX maintainers for Debian,
 Previous: Anthony Fok <foka@debian.org>, Wed, 22 Apr 1998 03:51:44 -0600
-Current: Roland Stigge <stigge@antcom.de>, Fri, 08 Aug 2003 19:09:56 +0200
+Previous: Roland Stigge <stigge@antcom.de>, Fri, 08 Aug 2003 19:09:56 +0200
+Current: Debian TeX Team <debian-tex-maint@lists.debian.org>, 
+	Roland Stigge <stigge@antcom.de>, 
+	Norbert Preining <preining@debian.org>
+
+Contributions to this README by Bob Tennent.

-- 
Debian packaging of MusixTeX


Reply to: