From 0b92d3daffa0d1a35aa9972e3022e9ce4e49f134 Mon Sep 17 00:00:00 2001 From: aalmousa Date: Tue, 19 Dec 2023 13:23:21 -0600 Subject: [PATCH] final update hopefully --- MatrixSchubert/MatrixSchubertConstructionsDOC.m2 | 2 +- MatrixSchubert/permutationMethods.m2 | 6 +++--- MatrixSchubert/permutationMethodsDOC.m2 | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/MatrixSchubert/MatrixSchubertConstructionsDOC.m2 b/MatrixSchubert/MatrixSchubertConstructionsDOC.m2 index 41a71e0..2188e52 100644 --- a/MatrixSchubert/MatrixSchubertConstructionsDOC.m2 +++ b/MatrixSchubert/MatrixSchubertConstructionsDOC.m2 @@ -40,7 +40,7 @@ doc /// Text The following people have generously contributed code, improved existing code, or enhanced the documentation: @HREF("https://sites.google.com/illinois.edu/shiliang-gao", "Shiliang Gao")@, - @HREF("https://www.math.tamu.edu/directory/graduate.html", "Pooja Joshi")@, + @HREF("https://www.math.tamu.edu/directory/graduate.html", "Pooja Joshi")@, @HREF("https://www-users.cse.umn.edu/~mahrud/", "Mahrud Sayrafi")@, and @HREF("https://www.clemson.edu/science/academics/departments/mathstat/about/profiles/arakoto", "Antsa Tantely Fandresena Rakotondrafara")@. SeeAlso diff --git a/MatrixSchubert/permutationMethods.m2 b/MatrixSchubert/permutationMethods.m2 index b9f7dea..86cc288 100644 --- a/MatrixSchubert/permutationMethods.m2 +++ b/MatrixSchubert/permutationMethods.m2 @@ -468,11 +468,11 @@ PipeDream.synonym = "pipe dream" PipeDream == List := (D,L) -> toList D == L -- for printing -expression PipeDream := D -> netList(toList D, Boxes => false) +-- for printing +net PipeDream := D -> netList(toList D, Boxes => false) describe PipeDream := D -> Describe (expression PipeDream) (expression toList D) -net PipeDream := net @@ expression -- TODO: texMath PipeDream := ... -toString PipeDream := toString @@ expression +toString PipeDream := toString @@ net toExternalString PipeDream := toString @@ describe diff --git a/MatrixSchubert/permutationMethodsDOC.m2 b/MatrixSchubert/permutationMethodsDOC.m2 index a38fcca..d675ff6 100644 --- a/MatrixSchubert/permutationMethodsDOC.m2 +++ b/MatrixSchubert/permutationMethodsDOC.m2 @@ -532,7 +532,6 @@ doc /// undocumented { (symbol==, PipeDream, List), - (expression, PipeDream), (describe, PipeDream), (net, PipeDream), -- (texMath, PipeDream),