• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • No, I think that exits. C-c k kills the buffer, C-x 0 (zero) will kill the frame. But I may have changed my binds and can never remember which is window and which is frame in emacs terms.

    However, it’s somewhat moot as just about everywhere you run emacs, it’ll open up in gui mode and you can use the file menu. (Or use F10 to bring up the menus in terminal, but I have no idea where on the manual it would say that)














  • You “compile” papers into a camera-ready final form. It handles like page references, figure numbering, citations, etc. There’s also a rich package system for extending features. Most people use it for its math typesetting features, which is now a fairly common way to write math expressions (mathjax, word’s equation editor can understand latex, markdown). More fun, you can write your own macros and have some pretty rich commands and features.

    Latex is very common in math and physics departments, and somewhat common in CS and ECE departments. It’s still mostly for academic writing (papers and books), although because its plain-text and scriptable, its pretty nice for other types of documentation where you can bring in tons of things via a makefile.