Fix \makecopyrightCC implementation
authorW. Trevor King <wking@drexel.edu>
Sun, 10 Jan 2010 00:54:09 +0000 (19:54 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 10 Jan 2010 00:54:09 +0000 (19:54 -0500)
drexel-thesis.dtx

index 4b5f6cf9c80a53d250717438acd69ff09ed83baf..d3c2273aa98b29ef273874d4b4b0160a8d65a017 100644 (file)
 %   `\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.
 % \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}