From: W. Trevor King Date: Sun, 10 Jan 2010 00:54:09 +0000 (-0500) Subject: Fix \makecopyrightCC implementation X-Git-Tag: 0.3~22 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dd7e6bdcba5968476c08e1826c8db0b21b8f395e;p=drexel-thesis.git Fix \makecopyrightCC implementation --- diff --git a/drexel-thesis.dtx b/drexel-thesis.dtx index 4b5f6cf..d3c2273 100644 --- a/drexel-thesis.dtx +++ b/drexel-thesis.dtx @@ -290,7 +290,7 @@ % `\cs{makecopyright}' % `\cs{makecopyrightCC}' % \end{command} -% \DescribeMacro{\makecopyright} +% \DescribeMacros{\makecopyright,\makecopyrightCC} % Write the copyright page (Manual 3.2 p9). % Use |\makecopyright| to reserve all rights or |\makecopyrightCC| for % a Creative Commons copyright. @@ -1005,11 +1005,13 @@ % \begin{macro}{\makecopyrightCC} % \begin{macrocode} \newcommand\makecopyrightCC{ - \begin{quote} - This work is licensed under the terms of the Creative Commons - Attribution-ShareAlike license. The license is available at - \url{http://creativecommons.org/licenses/by-sa/2.0/}. - \end{quote} + \m@kecopyright{ + \begin{quote} + This work is licensed under the terms of the Creative Commons + Attribution-ShareAlike license. The license is available at \\ + \url{http://creativecommons.org/licenses/by-sa/2.0/}. + \end{quote} + } } % \end{macrocode} % \end{macro}