summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/testidx/samples/sample-idxgloss.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-11 23:06:40 +0000
committerKarl Berry <karl@freefriends.org>2017-08-11 23:06:40 +0000
commita11aea5f247db96e5465cadf76c4cbd1263d484c (patch)
tree4c5663fead49290ff872178b37632fdfdbf5da4e /Master/texmf-dist/doc/latex/testidx/samples/sample-idxgloss.tex
parent97ad0f84a389805043513c35c7eefb1132ccae5a (diff)
testidx (11aug17)
git-svn-id: svn://tug.org/texlive/trunk@45021 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/testidx/samples/sample-idxgloss.tex')
-rw-r--r--Master/texmf-dist/doc/latex/testidx/samples/sample-idxgloss.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/testidx/samples/sample-idxgloss.tex b/Master/texmf-dist/doc/latex/testidx/samples/sample-idxgloss.tex
new file mode 100644
index 00000000000..0b7f8b61185
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/testidx/samples/sample-idxgloss.tex
@@ -0,0 +1,22 @@
+% arara: pdflatex
+% arara: makeglossaries if found("aux", "@istfilename")
+% arara: pdflatex
+\documentclass[11pt]{report}
+
+\usepackage[T1]{fontenc}
+\usepackage{amssymb}
+\usepackage[a4paper,left=.75in,right=1.6in]{geometry}
+\usepackage[verbose]{testidx-glossaries}
+
+\renewcommand*{\glstreenamefmt}[1]{#1}
+\renewcommand*{\glstreegroupheaderfmt}[1]{\textbf{#1}}
+
+\tstidxmakegloss
+
+\begin{document}
+
+\testidx
+
+\tstidxprintglossaries
+
+\end{document}