summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/membranecomputing
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-23 20:14:41 +0000
committerKarl Berry <karl@freefriends.org>2021-09-23 20:14:41 +0000
commit7a6a9e901f80753b749e8efbcc14098d0f7c1038 (patch)
tree37fbd2a65c326f5ddb699d1c0abd992358b5ad65 /Master/texmf-dist/tex/latex/membranecomputing
parente5b21ac8f2058cbf69a1444fd7075f769037151a (diff)
membranecomputing (23sep21)
git-svn-id: svn://tug.org/texlive/trunk@60592 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/membranecomputing')
-rw-r--r--Master/texmf-dist/tex/latex/membranecomputing/membranecomputing.sty25
1 files changed, 23 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/membranecomputing/membranecomputing.sty b/Master/texmf-dist/tex/latex/membranecomputing/membranecomputing.sty
index bb513168d53..f2eae320280 100644
--- a/Master/texmf-dist/tex/latex/membranecomputing/membranecomputing.sty
+++ b/Master/texmf-dist/tex/latex/membranecomputing/membranecomputing.sty
@@ -16,7 +16,7 @@
% This work consists of the file membranecomputing.sty.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{membranecomputing}[2020/07/23 Membrane Computing v0.1]
+\ProvidesPackage{membranecomputing}[2021/09/23 Membrane Computing v0.2]
% Require Packages
@@ -554,6 +554,24 @@
\newcommand{\linkdestructionP}[5]{\prule{5}{6}{{}{}{{#1}{#3}}{-}{{}{#4}}}{{}{}{{#2}{#3}}{;}{{}{#4}}{{#5}{!}}}}
\newcommand{\linkdestructionPT}{\linkdestructionP{x}{y}{t_{l_{i}}}{t_{l_{j}}}{g}}
+\newcommand{\tissueevolcomm}[6]{\wrule{4}{4}{{}{}{{#1}{#5}{}}{{#2}{#6}{}}}{{}{}{{#3}{#5}{}}{{#4}{#6}{}}}}
+\newcommand{\tissueevolcommT}{\tissueevolcomm{u}{v}{v'}{u'}{i}{j}}
+\newcommand{\tissueevolsympT}{\tissueevolcomm{u}{}{}{u'}{i}{j}}
+
+\newcommand{\tissueevolcommP}[6]{\prule{4}{4}{{}{}{{#1}{#5}{}}{{#2}{#6}{}}}{{}{}{{#3}{#5}{}}{{#4}{#6}{}}}}
+\newcommand{\tissueevolcommPT}{\tissueevolcommP{u}{v}{v'}{u'}{i}{j}}
+\newcommand{\tissueevolsympPT}{\tissueevolcommP{u}{}{}{u'}{i}{j}}
+
+\newcommand{\evolcomm}[6]{\wrule{3}{3}{{{#1}{#5}{}}{{}}{{#2}{#6}}}{{{#3}{#5}{}}{}{{#4}{#6}{}}}}
+\newcommand{\evolcommT}{\evolcomm{u}{v}{v'}{u'}{i}{j}}
+\newcommand{\evolsyminT}{\evolcomm{u}{}{}{u'}{i}{j}}
+\newcommand{\evolsymoutT}{\evolcomm{}{u}{u'}{}{i}{j}}
+
+\newcommand{\evolcommP}[6]{\prule{3}{3}{{{#1}{#5}{}}{{}}{{#2}{#6}}}{{{#3}{#5}{}}{}{{#4}{#6}{}}}}
+\newcommand{\evolcommPT}{\evolcommP{u}{v}{v'}{u'}{i}{j}}
+\newcommand{\evolsyminPT}{\evolcommP{u}{}{}{u'}{i}{j}}
+\newcommand{\evolsymoutPT}{\evolcommP{}{u}{u'}{}{i}{j}}
+
% Families of P systems
\newcommand{\Pfamily}[4]{\ensuremath{\mathcal{#1}^{#2}_{#3} \IfStrEq{#4}{}{}{( #4 )}}}
@@ -594,6 +612,9 @@
\endinput
+v0.2 23/09/2021
+ - Created new rules of membrane systems with evolutional comm rules
+
v0.1 23/07/2020
- Created package
- - Created some examples and templates \ No newline at end of file
+ - Created some examples and templates