Commit a608a1df authored by Fred Drake's avatar Fred Drake

Require the verbatim package (similar to the LaTeX version).

parent 397032aa
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
package main; package main;
&do_require_package("article"); do_require_package("article");
&do_require_package("python"); do_require_package("verbatim");
do_require_package("python");
1; # sheesh.... 1; # sheesh....
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
package main; package main;
&do_require_package("report"); do_require_package("report");
&do_require_package("python"); do_require_package("verbatim");
do_require_package("python");
1; # sheesh.... 1; # sheesh....
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment