]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-listing.tex
Add the \sagelisting macro and associated machinery.
[mjotex.git] / mjo-listing.tex
index 5207aa2b83e1721af9ca8378ab72ca8c6a5ae877..f733be6b4c5d8179e317859b6d3e5735d9699ae2 100644 (file)
   keywordstyle=\color{brilliantlavender},
   stringstyle=\color{brilliantgreen}
 }
+
+
+% Input a SageMath example code listing from a file. You generally
+% want these to be in separate files so that the build system can test
+% them automatically.
+%
+% The sole argument is the "name" of the listing, which ultimately
+% just identifies a file named "sage_listings/<name>.listing".
+\newcommand*{\sagelisting}[1]{\tcbinputlisting{listing only,%
+               colback=codebg,%
+               coltext=codefg,%
+               left=2em,%
+               listing options={language=sage,style=sage},%
+               listing file=sage_listings/#1.listing}}