summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dramatist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-12-19 23:20:51 +0000
committerKarl Berry <karl@freefriends.org>2014-12-19 23:20:51 +0000
commit3c5c546fb80f5f601cfab3242be081d25249e6bd (patch)
tree7024b15029f9ee060533bc0440a11af1df3de00d /Master/texmf-dist/tex/latex/dramatist
parenta3bb5abaf88c429db37fef119741ee780664428a (diff)
dramatist (20dec14)
git-svn-id: svn://tug.org/texlive/trunk@35866 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dramatist')
-rw-r--r--Master/texmf-dist/tex/latex/dramatist/dramatist.sty16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/dramatist/dramatist.sty b/Master/texmf-dist/tex/latex/dramatist/dramatist.sty
index eee9a2f05cb..cff4aaa2ffb 100644
--- a/Master/texmf-dist/tex/latex/dramatist/dramatist.sty
+++ b/Master/texmf-dist/tex/latex/dramatist/dramatist.sty
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
%% dramatist.dtx
-%% Copyright (C) 2003-2005 Massimiliano Dominici
+%% Copyright (C) 2003-2014 Massimiliano Dominici
%% \CharacterTable%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%% Digits \0\1\2\3\4\5\6\7\8\9
@@ -37,7 +37,7 @@
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
%%
-\ProvidesPackage{dramatist}[2005/12/01 v1.2d Package for typesetting drama -- Author: Massimiliano Dominici]
+\ProvidesPackage{dramatist}[2014/12/18 v1.2e Package for typesetting drama -- Author: Massimiliano Dominici]
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{xspace}
\@ifundefined{if@openright}{\newif\if@openright}{}
@@ -129,7 +129,7 @@
\secdef\@act\@sact}
\newcommand\@act[1][]{%
\phantomsection
- \addcontentsline{toc}{chapter}{\actname\ \theact}
+ \addcontentsline{toc}{chapter}{\actcontentsline}
\actmark{\actname\ \theact}
\m@ke@cthead{#1}
\@afterindentfalse
@@ -144,7 +144,7 @@
\def\@Act[#1]#2{%
\phantomsection
\ifnum\c@secnumdepth>\m@ne
- \addcontentsline{toc}{chapter}{\actname\ \theact\ #1}
+ \addcontentsline{toc}{chapter}{\actcontentsline~#1}
\else
\addcontentsline{toc}{chapter}{#1}
\fi
@@ -177,7 +177,7 @@
\secdef\@scene\@sscene}
\newcommand\@scene[1][]{%
\phantomsection
- \addcontentsline{toc}{section}{\scenename\ \thescene}
+ \addcontentsline{toc}{section}{\scenecontentsline}
\scenemark{\scenename\ \thescene}
\m@kescenehead{#1}
\@afterindentfalse
@@ -192,7 +192,7 @@
\def\@Scene[#1]#2{%
\phantomsection
\ifnum\c@secnumdepth>\z@
- \addcontentsline{toc}{section}{\scenename\ \thescene\ #1}
+ \addcontentsline{toc}{section}{\scenecontentsline~#1}
\else
\addcontentsline{toc}{section}{#1}
\fi
@@ -333,7 +333,7 @@
\renewcommand\StageDirOpenSettings{#1}
\renewcommand\StageDirCloseSettings{#2}
}
-\newcommand\actcontentsline[1]{\actname\ \theact}
+\newcommand\actcontentsline{\actname\ \theact}
\newcommand{\actnamefont}{\scshape\Large}
\newcommand{\actnumfont}{\actnamefont}
\newcommand{\acttitlefont}{\actnamefont}
@@ -341,7 +341,7 @@
\newcommand{\printactname}{\centering\actnamefont \actname}
\newcommand{\printactnum}{\actnumfont \theact}
\newcommand{\printacttitle}[1]{\acttitlefont\ #1}
-\newcommand\scenecontentsline[1]{\scenename\ \thescene}
+\newcommand\scenecontentsline{\scenename\ \thescene}
\newcommand{\scenenamefont}{\scshape\large}
\newcommand{\scenenumfont}{\scenenamefont}
\newcommand{\scenetitlefont}{\scenenamefont}