]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/ly2dvi.texi
release: 1.3.42
[lilypond.git] / Documentation / user / ly2dvi.texi
index d7cf664d129e50095a9475909ab8a8881feec9f9..89793cf69649ee52a398068b2719d7dd326945b2 100644 (file)
@@ -5,13 +5,13 @@
 @chapter Ly2dvi
 
 @section DESCRIPTION
-ly2dvi is a Python script which creates input file for LaTeX,
+ly2dvi is a Python script which creates input file for La@TeX{},
 based on information from the output files from LilyPond.
 The script handles multiple files. If a mudela file name is
-specified LilyPond is run to make an output (TeX) file.
+specified LilyPond is run to make an output (@TeX{}) file.
 
-One or more LaTeX files are created, based on information found
-in the output (TeX) files, and latex is finally run to create
+One or more La@TeX{} files are created, based on information found
+in the output (@TeX{}) files, and latex is finally run to create
 one or more DVI files.
 
 The majority of this utility came from a bourne script written by Jan
@@ -30,10 +30,10 @@ Arne Fagertun name @file{ly2dvi}.
     info is written, in level two the command @strong{set -x} is run, which
     echoes every command in the ly2dvi script.
 @item -F,--headers=
-    Name of additional LaTeX headers file. This is included in the
+    Name of additional La@TeX{} headers file. This is included in the
     tex file at the end of the headers, last line before @code{\begin@{document@}}
 @item -H,--Heigth=
-    Set paper heigth (points). Used together with width and LaTeX name of
+    Set paper heigth (points). Used together with width and La@TeX{} name of
     papersize in case of papersize unknown to ly2dvi.
 @item -K,--keeplilypond
     Keep LilyPond output after the run.
@@ -47,16 +47,16 @@ Arne Fagertun name @file{ly2dvi}.
 @item -P,--postscript
     In addition to the DVI file, also Generate a postsript file.
 @item -W,--Width=
-    Set paper width (points). Used together with heigth and LaTeX name of
+    Set paper width (points). Used together with heigth and La@TeX{} name of
     papersize in case of papersize unknown to ly2dvi.
 @item -d,--dependencies
     Tell lilypond to make dependencies file.
 @item -h,--help
     Print help.
 @item -k,--keeply2dvi
-    Keep the LaTeX file after the run.
+    Keep the La@TeX{} file after the run.
 @item -l,--language=
-    Specify LaTeX language.
+    Specify La@TeX{} language.
     (@strong{-l norsk} produces @code{\usepackage[norsk]@{babel@}}).
 @item -o,--output=
     Set output directory.
@@ -64,7 +64,7 @@ Arne Fagertun name @file{ly2dvi}.
     Specify papersize.
     (@strong{-p a4} produces @code{\usepackage[a4paper]@{article@}})
 @item -s,--separate
-    Normally all output files are included into one LaTeX file.
+    Normally all output files are included into one La@TeX{} file.
     With this switch all files are run separately, to produce one
     DVI file for each.
 @end table
@@ -77,9 +77,9 @@ file. They are overridden by corresponding command line options.
 
 @table @samp
 @item language="";
-    Specify LaTeX language
+    Specify La@TeX{} language
 @item latexheaders="";
-    Specify additional LaTeX headers file
+    Specify additional La@TeX{} headers file
 @item orientation="";
     Set orientation.
 @item paperlinewidth="";
@@ -156,9 +156,9 @@ This turns off (default) or on the ability to keep the temporary files
 that are generated by the ly2dvi job.  Possible values are 0 (off) and
 1 (on)
 @item LANGUAGE=value
-Specify LaTeX language.  Possible value is a valid LaTeX language.
+Specify La@TeX{} language.  Possible value is a valid La@TeX{} language.
 @item LATEXHF=value
-Specify additional LaTeX headers file.  Possible value is a file
+Specify additional La@TeX{} headers file.  Possible value is a file
 specification. 
 @item LILYINCLUDE=value
 Additional directories for input files.  Possible value is a delimited
@@ -237,7 +237,7 @@ If you have found a bug, you should send a bugreport.
 @section Remarks
 
 Many papersizes are now supported. Information on other sizes
-(LaTeX names, horizontal and vertical sizes) should be mailed to
+(La@TeX{} names, horizontal and vertical sizes) should be mailed to
 the author or to the mailing list.
 
 Supported papersizes are:
@@ -255,6 +255,3 @@ Original bourne shell version author:
 @email{Jan.A.Fagertun@@energy.sintef.no, Jan Arne Fagertun},
 @uref{http://www.termo.unit.no/mtf/people/janaf/}
 
-
-
-