|
You are here |
michaelneuper.com | ||
| | | | |
www.hhyu.org
|
|
| | | | | Science, programming, books, and other interesting stuff | |
| | | | |
www.scijournal.org
|
|
| | | | | If you are thinking about whether you should use LaTeX, this article talks about all the key pros and cons of using LaTex to help you make that decision. | |
| | | | |
vxlabs.com
|
|
| | | | | With Emacs, org mode and org-babel, it's possible to evaluate source code samples embedded in your org files and have the output of said evaluation appear inline. This makes for a beautiful literate programming environment. It also enables one to include graphs in one's documents (org mode, PDF, HTML presentations or blog posts) by using for example GraphViz. This blog post (obviously authored using Emacs and Org mode) contains short instructions for doing so. | |
| | | | |
www.n16f.net
|
|
| | | The SLIME Emacs package for Common Lisp supports cross-referencing: one can list all references pointing to a symbol, move through this list and jump to the source code of each reference. Removing automatic reference jumps While cross-referencing is very useful, the default configuration is frustrating: moving through the list in the Emacs buffer triggers the jump to the reference under the cursor. If you are interested in a reference in the middle of the list, you will have to move to it, opening multip... | ||