0
Latex symbol
Lately I have been using textastic as a LaTeX editor. So most of my LaTeX documents have user defined environments that I use. I have collected and made a handful to speed up my writing time. There is an odd issue with LaTeX symbol recognition with section/subsections from user defined environments using the \newenvironment{} command. As they are not even recognized. I am guessing that the current parsing algorithm does not even consider these situations. I have a hunch that this cannot be easily fixed, but I am still curious as to the likelihood of such a fix.
Customer support service by UserEcho
This is mostly from templates I have found and modified a small portion. Anyways in textastic (the desktop or mobel version) in the symbol list I only see two symbols one is \homeworkProblemName and if clicked it reffers to the line inside the \newenvironment definition for homeworkProblem that creates the new section.
Similarly there is another symbol in the symbol list \homeworkSectionName which is marked as a subsection and when clicked, I am referred to the line in the \newenvironment definition for homeworkSection that creates the subsection.
So the symbol list would need to be much smarter and actually evaluate the LaTeX code to display something more sensible.