Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

Is there a way to format the Latex source to make it more readable as you would on Eclipse by right clicking the source and clicking on 'Format Source' ?

share|improve this question
1  
emacs with Auc-TeX mode has <meta>-q or <meta>-<ctrl>-\ for this purpose. – Stephan Lehmke Nov 22 '12 at 13:31
1  
Note though that in TeX you can dynamically redefine any syntax element, which makes life hard for CFG-based pretty printers. – Stephan Lehmke Nov 22 '12 at 13:37
2  
somewhat related/helpful (?) latex-code-sniffer-and-or-beautifier – cmhughes Nov 22 '12 at 17:58

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.