Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment do what works for you (Score 0) 569

I take notes in LaTeX, using EMACS. I find I can keep up with any math class. Diagrams are a problem, so what I do is keep a composition book for supplementary material. Then, on my LaTeX notes I can say "see sketch 1 in composition book, 7 Feb 2010." But, you need to use trial and error, find what works for you, and do that. I find if I take notes by hand, I run the risk of falling asleep. LaTeXing the notes is fun, produces a good finished product, plus I check the .tex into SVN and one of my colleagues will compare against his handwritten notes and make corrections. Plus, I would lose things that aren't version controlled, including most of my handwritten notes :)

Comment EMACS, AucTeX, and latex-math-mode, \newcommand (Score 0) 823

1) Learn Emacs
2) Learn the AucTeX shortcuts
3) AucTeX has a mode called latex-math-mode. This gives you quick shortcuts for entering the Greek letters and some common set notation
4) Create your own Emacs macros
5) Create your own LaTeX commands

For example:
\newcommand\probspace{(\Omega, \mathcal{F}, \mathbb{P})}
will be helpful if you are taking notes in probability.

I have used this combination of tools and I can take notes in real-time in most math classes.

Input Devices

Best Mouse For Programming? 569

LosManos writes "Which is the best programming mouse? Mandatory musts are wireless, and that it doesn't clog up like old mechanical mice. Present personal preferences are for: lots of buttons, since if I have moved my hand away from the keyboard I can at least do something more than move the pointer; sturdy feeling; not too light, so it doesn't move around by me accidentally looking at it." What would you recommend?

Comment Re:TeX vs. Office (Score 0) 674

> very possible TeX does an awful lot more than that.

Very possible? I would say more like established fact. For example, can you embed R code in a Word document to produce research papers such that exact code that generated every number, chart, and table in the paper is in the same document as the writeup (reproducible research). You can with LaTeX with Sweave ( http://www.stat.umn.edu/~charlie/Sweave/ ).

And that is one of MANY things LaTeX can do that Word cannot.

Slashdot Top Deals

"Just the facts, Ma'am" -- Joe Friday

Working...