diff options
author | Daniel Schadt <kingdread@gmx.de> | 2019-12-13 03:05:13 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2019-12-13 03:05:13 +0100 |
commit | f70074016a819ec64c0d241d9c3c1ebffb54dc8a (patch) | |
tree | 30625595fbf141fd67c2913c5cf33d352fdbfdaf /blocking | |
parent | 19448d7f9304fcf871538e7f89cb5e07fe2d1769 (diff) | |
download | open-tt-guides-f70074016a819ec64c0d241d9c3c1ebffb54dc8a.tar.gz open-tt-guides-f70074016a819ec64c0d241d9c3c1ebffb54dc8a.tar.bz2 open-tt-guides-f70074016a819ec64c0d241d9c3c1ebffb54dc8a.zip |
[blocking] remove listings requirement
That was still in there from development versions, it is actually not
needed.
Diffstat (limited to 'blocking')
-rw-r--r-- | blocking/kondou.sty | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/blocking/kondou.sty b/blocking/kondou.sty index dd5b9a8..b2cd05c 100644 --- a/blocking/kondou.sty +++ b/blocking/kondou.sty @@ -1,8 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{kondou}[2019/12/13 Kondou] -\RequirePackage{listings} - \newcommand{\kondou}[3]{ \newread\myinput % We use '\jobname.temp' to create a uniquely-named temporary file |