summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/xindex/Examples/xindex-12.tex
blob: 79e7295af7c48fd475550089c0bd823e4e2a0971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\documentclass{scrartcl}
\usepackage{libertinus-otf}
%StartVisiblePreamble
\usepackage{xindex}
\makeindex
%StopVisiblePreamble
\makeatletter
\let\ps@plain\ps@empty
\makeatother
\begin{document}
\index{foo}foo and
\writeidx{\item\protect\hrulefill}
\index{bar}bar
\index{gex}gex
\printindex
\end{document}