How I'm able to take notes in mathematics lectures using LaTeX and Vim
1–9 of 9 posts
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#2In the end nobody could use the notes, including the guy himself, as he underperformed in exams. Instead of concentrating on the content, he was concerned with LaTex aesthetics, fixing typos and tweaking his environment.
I would never ever recommend anyone to type math lectures/exercises in LaTex, if this is not required. Just use pen and paper and profit:
https://www.quora.com/It-is-true-writing-things-down-using-p...
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#3In my math classes there was one guy who took notes with LaTex. He was quite fast due to his tweaked Emacs environment. He also uploaded his notes and the sources to some public SCM server. What sounds like a good idea turned out to be nonsense. His scripts where ridden of typos and serious errors. There where only a few people who tried to volunteer and edit the sources, but it did not do any good. The lecturers wer…
I watched an online statistics class and took notes, then I transcribed some of them on the iPad. Here are the pdf’s:
https://github.com/melling/MathAndScienceNotes/tree/master/s...
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#4In my math classes there was one guy who took notes with LaTex. He was quite fast due to his tweaked Emacs environment. He also uploaded his notes and the sources to some public SCM server. What sounds like a good idea turned out to be nonsense. His scripts where ridden of typos and serious errors. There where only a few people who tried to volunteer and edit the sources, but it did not do any good. The lecturers wer…
It’s probably more efficient to use pen and paper during the lecture, but how about creating the LaTex notes after class as a method to help retain the information? I watched an online statistics class and took notes, then I transcribed some of them on the iPad. Here are the pdf’s: https://github.com/melling/MathAndScienceNotes/tree/master/s...
I recommend solving exercises instead (with pen and paper), and creating flash cards for memorizing.
Golden rule: Use LaTeX only, if you really need to publish something for a wider audience. It's relevant for your thesis, research papers and math books. For everything else, LaTeX is nothing but a huge time sink. Even if you communicate math via email, try to avoid sending PDFs. Use common LaTeX syntax in your email plain text instead.
Don't abuse LaTeX for procrastination.
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#5In my math classes there was one guy who took notes with LaTex. He was quite fast due to his tweaked Emacs environment. He also uploaded his notes and the sources to some public SCM server. What sounds like a good idea turned out to be nonsense. His scripts where ridden of typos and serious errors. There where only a few people who tried to volunteer and edit the sources, but it did not do any good. The lecturers wer…
That being said, I'm quite proficient in LaTeX and have taken notes in Emacs. I don't have that many more errors in LaTeX than I do in handwriting. Both are about equally distracting to me.
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#6Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#7Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#8In my math classes there was one guy who took notes with LaTex. He was quite fast due to his tweaked Emacs environment. He also uploaded his notes and the sources to some public SCM server. What sounds like a good idea turned out to be nonsense. His scripts where ridden of typos and serious errors. There where only a few people who tried to volunteer and edit the sources, but it did not do any good. The lecturers wer…
I actually find all note-taking to be hugely distracting. If I really want to understand a lecture, I'd rather not be taking nay notes at all. Otherwise, when I'm taking notes, I'm just scrambling to get into paper what's being said or written and I can't spend any time trying to understand it. My goal is then to just write it down so I can re-read it at home and understand it. That being said, I'm quite proficient i…
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#9Earlier quoted context omitted.
I actually find all note-taking to be hugely distracting. If I really want to understand a lecture, I'd rather not be taking nay notes at all. Otherwise, when I'm taking notes, I'm just scrambling to get into paper what's being said or written and I can't spend any time trying to understand it. My goal is then to just write it down so I can re-read it at home and understand it. That being said, I'm quite proficient i…
Do you talk about math lectures? Because during my university time I seldom met people, who understood a math lecture during that math lecture. Especially in advanced topics like category theory, algebraic theory, fractal geometry etc. Usually people understood topics and concepts for the first time long after the lectures, often not until after a second exposure in the next course. Also, in many courses you had to t…
But it's true that oftentimes the only place to get the material from is the lecture and I have to be chasing after the lecturer to get the notes down and later try to decipher them myself.