diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-27 16:47:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-27 16:47:55 +0000 |
commit | 4b2d4c25ef033d6f3bd19e2f728691743a450685 (patch) | |
tree | c80d911cec744e2aa13b3fc24e4c3f9dcf6e7d70 /Master/texmf-dist/tex/latex/stex/structview | |
parent | eceb75dcb8e604edf3fbf7542164c8974618a32c (diff) |
stex (26feb22)
git-svn-id: svn://tug.org/texlive/trunk@62230 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/stex/structview')
-rw-r--r-- | Master/texmf-dist/tex/latex/stex/structview/structview.sty | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/Master/texmf-dist/tex/latex/stex/structview/structview.sty b/Master/texmf-dist/tex/latex/stex/structview/structview.sty deleted file mode 100644 index a233ce55c13..00000000000 --- a/Master/texmf-dist/tex/latex/stex/structview/structview.sty +++ /dev/null @@ -1,89 +0,0 @@ -%% -%% This is file `structview.sty', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% structview.dtx (with options: `package') -%% -\NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{structview}[2019/03/20 v0.9 Structures and Views] -\newif\if@structview@mh@\@structview@mh@false -\DeclareOption{mh}{\@structview@mh@true -\PassOptionsToPackage{\CurrentOption}{modules}} -\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{modules}} -\ProcessOptions -\if@structview@mh@\RequirePackage{structview-mh}\fi -\RequirePackage{modules} -\newrobustcmd\vassign[3][]{\ifmod@show\ensuremath{#2\mapsto #3}, \fi}% -\newrobustcmd\fassign[4][]{\ifmod@show \ensuremath{#3(#2)\mapsto #4}, \fi}% -\newrobustcmd\tassign[3][]{\ifmod@show \ensuremath{#2\mapsto} #3, \fi}% -\newenvironment{sstructure}[3][]{% - \gdef\@@doit{\importmodule[#1]{#3}}% - \ifmod@show\par\noindent importing module #3 via \@@doit\fi% -}{% - \aftergroup\@@doit\ifmod@show end import\fi% -}% -\newenvironment{importmodulevia}[2][]% -{\PackageError{structview}% - {The {importmodulevia} environment is deprecated}{use the {sstructure} instead!}% - \begin{sstructure}[#1]{missing}{#2}} -{\end{sstructure}} -\srefaddidkey{view} -\addmetakey*{view}{title} -\addmetakey{view}{display} -\addmetakey{view}{loadfrom} -\addmetakey{view}{loadto} -\addmetakey{view}{creators} -\addmetakey{view}{contributors} -\addmetakey{view}{srccite} -\addmetakey{view}{type} -\addmetakey[sms]{view}{ext} -\ifdef{\thesection}{\newcounter{view}[section]}{\newcounter{view}} -\newrobustcmd\view@heading[4]{% - \if@importing% - \else% - \stepcounter{view}% - \edef\@display{#3}\edef\@title{#4}% - \noindent% - \ifx\@display\st@flow% - \else% - {\textbf{View} {\thesection.\theview} from \textsf{#1} to \textsf{#2}}% - \sref@label@id{View \thesection.\theview}% - \ifx\@title\@empty% - \quad% - \else% - \quad(\@title)% - \fi% - \par\noindent% - \fi% - \ignorespaces% - \fi% -}%ifmod@show -\newenvironment{view}[3][]{% keys, from, to - \metasetkeys{view}{#1}% - \sref@target% - \begin{@view}{#2}{#3}% - \view@heading{#2}{#3}{\view@display}{\view@title}% -}{% - \end{@view}% - \ignorespaces% -}% -\ifmod@show\surroundwithmdframed{view}\fi% -\newenvironment{@view}[2]{%from, to - \@importmodule[\view@loadfrom]{#1}{\view@ext}% - \@importmodule[\view@loadto]{#2}{\view@ext}% -}{}% -\newenvironment{viewsketch}[3][]% -{\PackageError{structview}% - {The {viewsketch} environment is deprecated}{use the {view} instead!}% - \begin{view}[#1]{#2}{#3}} -{\end{view}} -\newrobustcmd\obligation[3][]{% - \if@importing% - \else Axiom #2 is proven by \sref{#3}% - \fi% -}% -\endinput -%% -%% End of file `structview.sty'. |