Tagged Questions
0
votes
0answers
176 views
Auto-indentation of LaTeX Source code in TeXShop
Sometimes, I find it a bit hard to manually indent my code so that all the \begin{...}'s and \end{...}'s align vertically in my .tex source code. In some code development environments, I know that ...
4
votes
1answer
136 views
Automatic utility for tex source indentation
Is there any indentation tool for (la)tex?
I currently use TexShop under Mac OSX, so I can either use a TexShop plugin or a command line tool.
2
votes
1answer
264 views
Re-Indent in TeXShop
Is there something as Re-Indent (in Xcode) or Smart Indent (in Matlab) for TeXShop?
5
votes
3answers
2k views
Indentation and line wraps in TeXShop
As pointed out in this question, in TeXShop there is no way to make source paragraphs (i.e. long lines with no hard wraps) follow source indents automatically, that is, while typing. The solution ...
7
votes
3answers
476 views
Long paragraphs follow source indents in TeXShop
How do I make long paragraphs follow the source indents in TeXShop? This what I usually get:
How do I make succeeding lines follow the indent of the first line? This is so that it would be easier to ...