Skip to content

Commit

Permalink
add multind compat (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 authored Aug 23, 2024
1 parent f8916c9 commit f2ea0e7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _data/tagging-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6524,12 +6524,13 @@

- name: multind
type: package
status: unknown
status: partially-compatible
included-in: [arxiv001]
priority: 7
issues:
tests: false
tasks: needs tests
tests: true
comments: "Does not use section command for index headings. Not distributed
with texlive."
updated: 2024-08-23

- name: multirow
Expand Down
21 changes: 21 additions & 0 deletions tagging-status/testfiles/multind/multind-01.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
\DocumentMetadata
{
lang=en-US,
pdfversion=2.0,
pdfstandard=ua-2,
testphase={phase-III,math,title,table,firstaid}
}
\documentclass{article}

\usepackage{multind}
\makeindex{books}
\makeindex{authors}

\begin{document}
Text\index{books}{b1}, text\index{authors}{a1}.

Text\index{books}{b2}\index{authors}{a2}. End of text.

\printindex{books}{The Books index}
\printindex{authors}{The Authors index}
\end{document}

0 comments on commit f2ea0e7

Please sign in to comment.