summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-10 15:37:33 +0000
committerKarl Berry <karl@freefriends.org>2010-07-10 15:37:33 +0000
commit20b5954c1190deeeaa6fca5e731e7baddf30b348 (patch)
treea7bcdd6afd22c7420e954dc3347d36149efe4756 /Master/texmf-dist/tex/latex
parent6e615a31b31d4548ecffa4c9fb541494b25e1237 (diff)
rm popupmenu, author request
git-svn-id: svn://tug.org/texlive/trunk@19345 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/popupmenu/popupmenu.sty79
1 files changed, 0 insertions, 79 deletions
diff --git a/Master/texmf-dist/tex/latex/popupmenu/popupmenu.sty b/Master/texmf-dist/tex/latex/popupmenu/popupmenu.sty
deleted file mode 100644
index 6a89759eb57..00000000000
--- a/Master/texmf-dist/tex/latex/popupmenu/popupmenu.sty
+++ /dev/null
@@ -1,79 +0,0 @@
-%%
-%% This is file `popupmenu.sty',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% popupmenu.dtx (with options: `copyright,package')
-%%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% popupmenu.sty package, 2009-10-15 %%
-%% Copyright (C) 2009 D. P. Story %%
-%% dpstory@acrotex.net %%
-%% storyd@nwfsc.edu %%
-%% %%
-%% This program can redistributed and/or modified under %%
-%% the terms of the LaTeX Project Public License %%
-%% Distributed from CTAN archives in directory %%
-%% macros/latex/base/lppl.txt; either version 1 of the %%
-%% License, or (at your option) any later version. %%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{popupmenu}
- [2009/10/20 v.7 Provides support for popup menus (dps)]
-\RequirePackage{xkeyval}
-\define@key{menustruct}{title}[]{\def\menustruct@title{#1}}
-\define@boolkey{menustruct}{marked}[true]{}
-\define@boolkey{menustruct}{enabled}[true]{}
-\define@key{menustruct}{return}[]{\def\menustruct@return{#1}}
-\let\pum@holdtoks\@empty
-\newcommand{\@AddToMenuToks}{\g@addto@macro\pum@holdtoks}
-\def\pum@updateindex{\advance\count\z@\@ne
- \edef\pum@rc{\pum@topindex[\the\count\z@]}\edef\itemindex{'\pum@rc'}}
-\def\pum@initIndexMenu#1{\count\z@=-1\relax\edef\pum@rc{#1}%
- \edef\pum@topindex{\pum@rc}}
-\newenvironment{popupmenu}[1]{\pum@initIndexMenu{}%
- \let\pum@holdtoks\@empty
- \toks@={\pum@mytab}\@makeother\~
- \gdef\msarg{#1}\@AddToMenuToks{\@gobble}%
- \let\item\pum@item
-}{%
- \expandafter\xdef\csname\msarg\endcsname{%
- var \msarg\space = [ \pum@holdtoks^^J];}%
-}
-\newcommand{\pum@item}[1]{\pum@updateindex
- \setkeys{menustruct}{title,marked=false,enabled,return,#1}%
- \edef\tmp@exp{,^^J\the\toks@
- {cName: "\menustruct@title"%
- \ifKV@menustruct@marked, bMarked: true\fi%
- \ifKV@menustruct@enabled\else, bEnabled: false\fi%
- \ifx\menustruct@return\@empty\else,
- cReturn: "\menustruct@return"\fi}}%
- \expandafter\@AddToMenuToks\expandafter{\tmp@exp}%
-}
-\begingroup
-\catcode`<=1 \catcode`\>=2 \@makeother\{ \@makeother\}
-\gdef\pum@lbrace<{>\gdef\pum@rbrace<}>
-\endgroup
-\def\pum@mytab{\space\space\space\space}
-\newenvironment{submenu}[1]{\pum@updateindex
- \pum@initIndexMenu{\pum@rc.oSubMenu}\edef\temp@toks{\the\toks@}%
- \toks@=\expandafter{\temp@toks\pum@mytab}%
- \setkeys{menustruct}{title,marked=false,enabled,return,#1}%
- \edef\tmp@exp{,^^J\the\toks@
- \noexpand\pum@lbrace cName: "\menustruct@title"%
- \ifKV@menustruct@marked, bMarked: true\fi%
- \ifKV@menustruct@enabled\else, bEnabled: false\fi,
- oSubMenu:^^J\the\toks@[}%
- \expandafter\@AddToMenuToks\expandafter{\tmp@exp\@gobble}%
-}{%
- \edef\tmp@exp{^^J\the\toks@ ]\pum@rbrace}%
- \expandafter\@AddToMenuToks\expandafter{\tmp@exp}%
-}
-\def\popUpMenu(#1){app.popUpMenuEx.apply( app, #1 )}
-\providecommand{\urlPath}[1]{\def\pum@urlName{#1}%
- \hyper@normalise\pum@urlPath}
-\def\pum@urlPath#1{\expandafter\xdef\pum@urlName{#1}}
-\endinput
-%%
-%% End of file `popupmenu.sty'.