diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/musictex/bigmusic.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/musictex/bigmusic.sty | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/musictex/bigmusic.sty b/Master/texmf-dist/tex/latex/musictex/bigmusic.sty new file mode 100644 index 00000000000..56c19e67b16 --- /dev/null +++ b/Master/texmf-dist/tex/latex/musictex/bigmusic.sty @@ -0,0 +1,15 @@ +%-% bigmusic.sty to be used +%-% \documentstyle[bigmusic,musictex]{article} +%-% with environment \begin{music} +%-% It enlarges LaTeX to its near maximum page size for +%-% large music array. +%-% Theses lines can be changed just before \begin{document} +\hoffset -1in % This should theoretically not be changed but if equal to 0 + % tex put a value of 1 inch. So we set it to -1 inch. +\voffset -1in +\evensidemargin 5mm +\oddsidemargin 5mm +\topmargin 1mm +\textwidth 190mm +\textheight 260mm + |