How I'm able to take notes in mathematics lectures using LaTeX and Vim
51–60 of 223 posts
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#52I also decided that I wanted to keep lecture notes in LaTeX, and the best advice I have for anyone is to just practice. Start from LyX if it helps, but just make sure that you grind down the rough edges. It takes a long time, but like many skills that are worth learning, it takes lots of effort but the payoff is worth it.
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#53Earlier quoted context omitted.
Glad to see this at the top, agree 100%. I’m definitely going to copy some of OP’s setting and snippets, but not for real time use during a lecture. A textbook is an infinitely better reference than any notes one could take in class. Read the damn book. Lecture time should be for asking questions when you have a freaking live expert professor literally presenting the material to you. Ask all the small, nuanced questi…
That's fine amd dandy from a US perspective, but many European universities are different. I don't know about this guy's exact class, but some (many?) undergrad classes are 500 people in a lecture hall with the professor orating, no textbook, and the content on the exam is pretty much whatever was covered during the lectures. So accurate note taking is very important because those notes essentially are your textbook.…
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#54Earlier quoted context omitted.
You'd still have to transcribe them, and you'd miss what's on the blackboard.
onenote can transcribe in real time and save the audio recording as well... you can even save notes at particular timestamps so you can mark something you didn't understand for later. all of these things are solved problems
I also doubt you are aware how seriously distorted the result of the speech to text conversion would be for a non-professional recording of any non-trivial lecture given in English (e.g. domain specific terms).
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#55Earlier quoted context omitted.
> mechanical task of taking notes rather than actually absorbing and engaging with the content The mechanical task of taking notes is one of the most important parts of actually absorbing the material. It is not an either-or. Hearing/seeing the information, processing it in a way that makes sense to you individually, and then mechanically writing it down in a legible manner is one of the main methods that your brain…
> There are actually even studies [2] that show that tools that assist in more efficient note taking, such as taking notes via typing rather than by hand, are actually detrimental to absorbing information, as it makes it easier for you to effectively pass the information directly from your ears to your computer without actually doing the processing that is required when writing notes by hand. This might very well be…
I have gone through most of my middle-school and some high-school in Italy, and after that completed high-school in Moldova. Classes in Moldova were exactly how you described, and I hated it, while in Italy it was exactly the opposite.
Having the teacher explaining and expanding on the content in the course books while students take their own personalized notes is much more efficient and productive.
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#56Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#57As a feat in itself this is definitely very impressive, but I wonder if it's really worth anyone's time to spend precious lecture time with your mind fully occupied in the mechanical task of taking notes rather than actually absorbing and engaging with the content. Especially for an extremely content-dense subject like Mathematics, where you need all your concentration just to process what you are reading and follow…
I found that taking structured, detailed notes in lectures forced me to pay close attention & work constantly to keep up with the lecturer. For the courses I did that for, it felt like it was equivalent to doing an entire extra revision session with the lecture material for me - I had to do much less work to go over the material after the lecture in order to make sure I understood it, so it was a far more efficient use of my time that just 'attending' the lectures and then doing revision work afterwards.
Some people can maintain that level of connection with the lecture without taking notes of course, but that’s what worked for me.
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#58As a feat in itself this is definitely very impressive, but I wonder if it's really worth anyone's time to spend precious lecture time with your mind fully occupied in the mechanical task of taking notes rather than actually absorbing and engaging with the content. Especially for an extremely content-dense subject like Mathematics, where you need all your concentration just to process what you are reading and follow…
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#59As a feat in itself this is definitely very impressive, but I wonder if it's really worth anyone's time to spend precious lecture time with your mind fully occupied in the mechanical task of taking notes rather than actually absorbing and engaging with the content. Especially for an extremely content-dense subject like Mathematics, where you need all your concentration just to process what you are reading and follow…
But surely taking notes on the fly when you have been barely introduced to the subject isn't going to help with that. I found that taking structured, detailed notes in lectures forced me to pay close attention & work constantly to keep up with the lecturer. For the courses I did that for, it felt like it was equivalent to doing an entire extra revision session with the lecture material for me - I had to do much less…
Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim
#60So I write plain text files with Markdown + LaTeX, slap a single line of TeXMe JavaScript either at the top or bottom, and open the file with browser to see the rendered math.
Like the OP I use Vim too with some customization with :ino and :ab. Nothing beats the editing productivity and convenience of Vim!