[Epydoc-commits] SF.net SVN: epydoc: [1441] trunk/epydoc/src/epydoc/docwriter/latex.py
Brought to you by:
edloper
From: <ed...@us...> - 2007-02-07 07:30:27
|
Revision: 1441 http://svn.sourceforge.net/epydoc/?rev=1441&view=rev Author: edloper Date: 2007-02-06 23:30:25 -0800 (Tue, 06 Feb 2007) Log Message: ----------- - Added \pysrcdefname command (necessary after previous checkin to markup/doctest.py) Modified Paths: -------------- trunk/epydoc/src/epydoc/docwriter/latex.py Modified: trunk/epydoc/src/epydoc/docwriter/latex.py =================================================================== --- trunk/epydoc/src/epydoc/docwriter/latex.py 2007-02-07 06:37:21 UTC (rev 1440) +++ trunk/epydoc/src/epydoc/docwriter/latex.py 2007-02-07 07:30:25 UTC (rev 1441) @@ -55,6 +55,7 @@ "\\definecolor{py@inputcolour}{rgb}{0,0,0}", "\\definecolor{py@outputcolour}{rgb}{0,0,1}", "\\definecolor{py@exceptcolour}{rgb}{1,0,0}", + "\\definecolor{py@defnamecolour}{rgb}{1,0.5,0.5}", "\\definecolor{py@builtincolour}{rgb}{0.58039,0,0.58039}", "\\definecolor{py@identifiercolour}{rgb}{0,0,0}", "\\definecolor{py@linenumcolour}{rgb}{0.4,0.4,0.4}", @@ -71,6 +72,8 @@ "{\\small\\textbf{#1}}}", "\\newcommand{\\pysrcstring}[1]{\\textcolor{py@stringcolour}" "{\\small\\textbf{#1}}}", + "\\newcommand{\\pysrcdefname}[1]{\\textcolor{py@defnamecolour}" + "{\\small\\textbf{#1}}}", "\\newcommand{\\pysrcother}[1]{\\small\\textbf{#1}}", "% Comments", "\\newcommand{\\pysrccomment}[1]{\\textcolor{py@commentcolour}" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |