diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-16 15:53:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-16 15:53:47 +0000 |
commit | 858c858014703d3a44c1e0bd5c69f14fe2702012 (patch) | |
tree | 00280ce071d0f1f3e505dd363978aaf3abc73cc7 /Master/texmf-dist/tex/latex/poemscol | |
parent | 0b549c1739d7fd14d0d900082276ac99b079e6fb (diff) |
poemscol update (14jul07)
git-svn-id: svn://tug.org/texlive/trunk@4599 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/poemscol')
-rw-r--r-- | Master/texmf-dist/tex/latex/poemscol/poemscol.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/poemscol/poemscol.sty b/Master/texmf-dist/tex/latex/poemscol/poemscol.sty index 654fd1dbf20..abd9406fd0b 100644 --- a/Master/texmf-dist/tex/latex/poemscol/poemscol.sty +++ b/Master/texmf-dist/tex/latex/poemscol/poemscol.sty @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e}[1997/12/01] \ProvidesPackage{poemscol} - [2006/05/19 v2.51 poemscol file] + [2007/06/10 v2.52 poemscol file] @@ -1350,8 +1350,9 @@ \newcommand{\headnote}[1]{\epigraph{#1}} \newcommand{\attribution}[1]{\nopagebreak\afterpoemtitleskip\begin{epigraphquote} {\small\emph{#1}}\end{epigraphquote}\afterpoemtitleskip\nopagebreak} -\newcommand{\dedication}[1]{\nopagebreak\afterpoemtitleskip\begin{epigraphquote} +\newcommand{\poemdedication}[1]{\nopagebreak\afterpoemtitleskip\begin{epigraphquote} \emph{#1}\end{epigraphquote}\afterpoemtitleskip\nopagebreak} +\providecommand{\dedication}[1]{\poemdedication{#1}} \newcommand{\volumededication}[1]{\par\bigskip\begin{volumetitlepagequote} \emph{#1}\end{volumetitlepagequote}} \newcommand{\volumeepigraph}[1]{\par\bigskip\begin{volumetitlepagequote} |