summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-08 00:29:03 +0000
committerKarl Berry <karl@freefriends.org>2008-09-08 00:29:03 +0000
commit4e6ebfdfca3e464341eb91ad375a8f6b4f78d3e9 (patch)
tree8a26e02304c575b73f62cecdf15179a0ac59fd1f /Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty
parent06ebf7d14fd3c483ed229b86d938732cf3f6a5d2 (diff)
glossaries update (28aug08)
git-svn-id: svn://tug.org/texlive/trunk@10468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty')
-rw-r--r--Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty32
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty
index 7de79f26b45..9ee597674a9 100644
--- a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty
+++ b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty
@@ -140,6 +140,38 @@
\begin{supertabular}{|l|l|l|l|}}{%
\end{supertabular}}%
}
+\newglossarystyle{altsuper4col}{%
+\glossarystyle{super4col}%
+\renewenvironment{theglossary}{%
+\tablehead{}\tabletail{}%
+\begin{supertabular}{lp{\glsdescwidth}lp{\glspagelistwidth}}}{%
+\end{supertabular}}%
+}
+\newglossarystyle{altsuper4colheader}{%
+\glossarystyle{super4colheader}%
+\renewenvironment{theglossary}{%
+\tablehead{\bfseries\entryname&\bfseries\descriptionname&
+\bfseries\symbolname &
+\bfseries\pagelistname\\}\tabletail{}%
+\begin{supertabular}{lp{\glsdescwidth}lp{\glspagelistwidth}}}{%
+\end{supertabular}}%
+}
+\newglossarystyle{altsuper4colborder}{%
+\glossarystyle{super4colborder}%
+\renewenvironment{theglossary}{%
+\tablehead{\hline}\tabletail{\hline}%
+\begin{supertabular}{|l|p{\glsdescwidth}|l|p{\glspagelistwidth}|}}{%
+\end{supertabular}}%
+}
+\newglossarystyle{altsuper4colheaderborder}{%
+\glossarystyle{super4colheaderborder}%
+\renewenvironment{theglossary}{%
+\tablehead{\hline\bfseries\entryname&\bfseries\descriptionname&
+\bfseries\symbolname &
+\bfseries\pagelistname\\}\tabletail{\hline}%
+\begin{supertabular}{|l|p{\glsdescwidth}|l|p{\glspagelistwidth}|}}{%
+\end{supertabular}}%
+}
\endinput
%%
%% End of file `glossary-super.sty'.