summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/musixtex/musixdoc.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/musixtex/musixdoc.sty')
-rw-r--r--Master/texmf-dist/doc/generic/musixtex/musixdoc.sty40
1 files changed, 24 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/generic/musixtex/musixdoc.sty b/Master/texmf-dist/doc/generic/musixtex/musixdoc.sty
index 269cd551814..22586249cd3 100644
--- a/Master/texmf-dist/doc/generic/musixtex/musixdoc.sty
+++ b/Master/texmf-dist/doc/generic/musixtex/musixdoc.sty
@@ -17,9 +17,16 @@
% Boston, MA 02111-1307, USA.
%
% american people perhaps may want to change the paper size
+%
+% LaTeX2e compliant (6 Oct 2009)
-\textheight= 50\baselineskip
-\textwidth= 210mm \advance\textwidth-2in %
+%\textheight= 50\baselineskip
+\textheight= 297mm \advance\textheight-2in %
+\textwidth= 210mm \advance\textwidth-1.8in %
+%
+% Allow dvips -tletter and it still fits.
+%\voffset-5mm\hoffset-.1in
+\voffset1mm\hoffset-.1in
\input musixtex
\input musixbm
@@ -31,7 +38,7 @@
\input musixlit
\input musixltx
\input musixper
-\input musixmad
+%\input musixmad% removed because inessential (6 June 2008)
% we don't need margin
\oddsidemargin\z@ \evensidemargin\z@
@@ -60,23 +67,24 @@
% more place for digits in \tableofcontents
\def\l@subsection{\@dottedtocline{2}{3.8em}{3.4em}}%original 2 3.8 3.2
-\def\tty{\csname normalshape\endcsname\csname mediumseries\endcsname\tt}
+\def\tty{\csname normalshape\endcsname\csname mediumseries\endcsname\ttfamily}
\def\mutex{M\raise\tw@\p@\hbox{\kern\m@ne\p@ u\kern\m@ne\p@}\TeX}
-\def\Bslash{\tt\char'134}
-\def\|{{\tt\char'174}}
-\def\LBR{{\tt\char'173}}
-\def\RBR{{\tt\char'175}}
+\def\Bslash{\ttfamily \char'134}
+\def\|{\texttt{\char'174}}
+\def\LBR{\texttt{\char'173}}
+\def\RBR{\texttt{\char'175}}
\def\keyindex#1{\leavevmode
\hbox{\Bslash #1}\index{#1@{\protect\Bslash #1}}}
\def\zkeyindex#1{\index{#1@{\protect\Bslash #1}}}
\def\ixem#1{#1\index{#1}}
-\def\itxem#1{\ital{#1}\index{#1}}
-\def\ttxem#1{{\tt #1}\index{#1@{\tt #1}}}
-\def\ital#1{{\sl #1\/}}
+\def\itxem#1{\textsl{#1}\index{#1}}
+\def\ttxem#1{\texttt{#1}\index{#1@\texttt{#1}}}
+\def\ixtt#1{\index{#1@\texttt{#1}}}
+\def\ital#1{\textsl{#1\/}}
\newfont{\mflogo}{logo10 scaled 1200}
\def\MF{{\mflogo METAFONT}}
-\def\unix{{\sc unix}}
+\def\unix{\textsc{unix}}
\iflongDCfontnames
\font\tentt=\fontid tt1000
@@ -94,14 +102,14 @@
\def\_{\protect\underscoreSymbol}
-\def\remark{\par\noindent\sl REMARK:}
+\def\remark{\par\noindent\slshape REMARK:}
\def\endremark{\leavevmode\/}
-\def\important{\par\noindent\sl IMPORTANT:}
+\def\important{\par\noindent\slshape IMPORTANT:}
\def\endimportant{\leavevmode\/}
-\def\caution{\par\noindent\sl CAUTION:}
+\def\caution{\par\noindent\slshape CAUTION:}
\def\endcaution{\leavevmode\/}
-
+\def\st@ffs{1}
\endinput