From 640c1d5db756f3f8293faa124d4c4e3ca86ba22f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 25 Feb 2026 20:54:38 -0500 Subject: [PATCH] mjo-listing.tex: un-hardcode the sage_listings prefix If they live in a subdirectory, you'll just have to specify it. --- mjo-listing.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.51.0