From 9fd27276d109a49da2aaeea2ffb70803e572eab6 Mon Sep 17 00:00:00 2001
From: Pedro Folloni Pesserl <fpesserl7@gmail.com>
Date: Sun, 26 Feb 2023 11:30:34 -0300
Subject: [PATCH] removing stuff that doesn't matter

---
 tshell/tshell_p3.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tshell/tshell_p3.sh b/tshell/tshell_p3.sh
index eb3323f..8436ce0 100755
--- a/tshell/tshell_p3.sh
+++ b/tshell/tshell_p3.sh
@@ -60,8 +60,6 @@ sed -En '
 			s/(<Abstract>|<AbstractText[^>]*>) *//g;
 			s/ *<\/AbstractText> *(|<CopyrightInformation>)/, /g;
 			s/(,|<\/CopyrightInformation>) *<\/Abstract>/</g;
-			s/(<sup>|<sub>)//g;
-			s/(<\/sup>|<\/sub>)/, /g;
 			H;
 			x;
 			p;
-- 
GitLab