summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lwarp/lwarp-tascmac.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-tascmac.sty')
-rw-r--r--Master/texmf-dist/tex/latex/lwarp/lwarp-tascmac.sty96
1 files changed, 96 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-tascmac.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-tascmac.sty
new file mode 100644
index 00000000000..5ab7326d0ea
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-tascmac.sty
@@ -0,0 +1,96 @@
+%%
+%% This is file `lwarp-tascmac.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx (with options: `tascmac')
+%% This is a generated file.
+%% Copyright 2016-2018 Brian Dunn
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR@ProvidesPackageDrop{tascmac}
+\newenvironment*{boxnote}
+ {
+ \BlockClass[
+ padding: .5ex ;
+ border: 1px solid black ;
+ border-top: 1px dashed black ;
+ ]{boxnote}
+ }
+ {\endBlockClass}
+
+\newenvironment*{screen}[1][]
+ {
+ \BlockClass[
+ padding: .5ex ;
+ border: 1px solid gray ;
+ border-radius: 8pt
+ ]{boxnote}
+ }
+ {\endBlockClass}
+
+\newenvironment*{itembox}[2][]
+ {
+ \BlockClass[
+ padding: .5ex ;
+ border: 1px solid gray ;
+ border-radius: 8pt
+ ]{boxnote}
+ \InlineClass{itemboxtitle}{#2}\par
+ }
+ {\endBlockClass}
+
+\newenvironment*{shadebox}
+ {
+ \BlockClass[
+ padding: .5ex ;
+ border: 1px solid black ;
+ box-shadow: 3px 3px 3px \#808080 ;
+ ]{boxnote}
+ }
+ {\endBlockClass}
+
+\newcommand*{\mask}[2]{%
+ \InlineClass[background: lightgray]{mask}{#1}%
+}
+
+\newcommand*{\maskbox}[5]{%
+ \InlineClass[background: lightgray]{mask}{#5}%
+}
+
+\newcommand*{\Maskbox}[6]{%
+ \InlineClass[
+ background: lightgray ;
+ border: #5 solid black
+ ]{mask}{#6}%
+}
+
+\newcommand*{\keytop}[2][]{%
+ \InlineClass[%
+ padding: .2ex ;
+ border: 1px solid black ;
+ border-radius: .7ex ;
+ ]{keytop}{#2}%
+}
+
+\def\yen{\HTMLunicode{00A5}}
+
+\def\return{\HTMLunicode{23CE}}
+
+\def\Return{\HTMLunicode{23CE}}
+
+\def\ascii{ASCII Corporation}
+
+\def\Ascii{ASCII Corporation}
+
+\def\ASCII{ASCII Corporation}
+\endinput
+%%
+%% End of file `lwarp-tascmac.sty'.