summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/musuos
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-08 22:13:37 +0000
committerKarl Berry <karl@freefriends.org>2011-12-08 22:13:37 +0000
commit0a4b71d74fe67afdfd82623546c83870754e1ea6 (patch)
tree84fa4988faa751cb674cacce84c107d119c6e418 /Master/texmf-dist/tex/latex/musuos
parentf3e40d2b2c211ff34d2f71c594710adf6a9c8ff9 (diff)
musuos (8dec11)
git-svn-id: svn://tug.org/texlive/trunk@24798 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/musuos')
-rw-r--r--Master/texmf-dist/tex/latex/musuos/musuos.cls7
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/musuos/musuos.cls b/Master/texmf-dist/tex/latex/musuos/musuos.cls
index 1f7c7b13fb0..6c3e3058282 100644
--- a/Master/texmf-dist/tex/latex/musuos/musuos.cls
+++ b/Master/texmf-dist/tex/latex/musuos/musuos.cls
@@ -23,7 +23,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[2009/01/01]
\ProvidesClass{musuos}
- [2011/10/03 v1.1a a class for typesetting
+ [2011/12/06 v1.1c a class for typesetting
papers. Uni Osnabrueck, music dept.]
\RequirePackage{kvoptions}
\SetupKeyvalOptions{
@@ -342,6 +342,11 @@
\usepackage{float}
\newfloat{music}{htpb}{lom}
\floatname{music}{Notenbeispiel}
+\AtBeginDocument{%
+ \@ifpackageloaded{subcaption}{%
+ \DeclareCaptionSubType{music}%
+ }{}%
+}
\newcommand{\listofmusic}{%
\listof{music}{Notenbeispiele}
}