From: Michael Orlitzky Date: Thu, 26 Feb 2026 01:54:38 +0000 (-0500) Subject: mjo-listing.tex: un-hardcode the sage_listings prefix X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=640c1d5db756f3f8293faa124d4c4e3ca86ba22f;p=mjotex.git mjo-listing.tex: un-hardcode the sage_listings prefix If they live in a subdirectory, you'll just have to specify it. --- diff --git a/mjo-listing.tex b/mjo-listing.tex index ccd0d9c..eb3d700 100644 --- a/mjo-listing.tex +++ b/mjo-listing.tex @@ -54,7 +54,7 @@ % them automatically. % % The sole argument is the "name" of the listing, which ultimately -% just identifies a file named "sage_listings/.listing". +% just identifies a file named ".listing". \newtcbinputlisting{\sagelisting}[2][]{% colback=codebg,% coltext=codefg,% @@ -63,7 +63,7 @@ left=2em,% listing only,% listing options={language=sage,style=sage},% - listing file=sage_listings/#2.listing,% + listing file=#2.listing,% #1} \fi