Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ad89bf

Browse files
committed
Nit for \refexmodindex{} (reference to extension module).
1 parent 791f2ae commit 4ad89bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/myformat.sty

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@
272272
\newcommand{\refmodule}[2]{\index{#1@{\idxcode{#1}} (#2module)}}
273273
\newcommand{\refmodindex}[1]{\refmodule{#1}{}}
274274
\newcommand{\refbimodindex}[1]{\refmodule{#1}{built-in }}
275+
\newcommand{\refexmodindex}[1]{\refmodule{#1}{extension }}
275276
\newcommand{\refstmodindex}[1]{\refmodule{#1}{standard }}
276277

277278
% support for the module index
@@ -290,7 +291,7 @@
290291

291292
% Python & extension modules outside the main distribution
292293
\newcommand{\modindex}[1]{\defmodindex{#1}{}}
293-
\newcommand{\exmodindex}[1]{\defmodindex{#1}{}}
294+
\newcommand{\exmodindex}[1]{\defmodindex{#1}{extension }}
294295

295296
% Additional string for an index entry
296297
\newcommand{\index@subitem}{}

0 commit comments

Comments
 (0)