Live data from Hacker News

How I'm able to take notes in mathematics lectures using LaTeX and Vim

castel.dev

61–70 of 223 posts

Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim

#61
post #38
post #25

This reminds me of the sole draining * job as a "web developer" to turn word documents into HTML. I imagine such a job also exist in science, but instead of Word to HTML you turn paper notes into LaTeX. He could probably make good money helping professors write papers. * You coded since you where 15 years old, wrote your own game engine, wanted to cure cancer and save the world, and now your job is to copy text from…

The best response to having to do dumb work like this is to automate it with regex, bash (and possibly an unzipping tool - aren't word documents zipped xml?) and take the time that people previously gave you to do the task to tweak your scripts and learn things you find interesting. I got through my dumbest student jobs that way, which was almost all of my student jobs.

Pandoc can bring you quite far here.

Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim

#62
post #57

Earlier quoted context omitted.

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…

I found I couldn’t take notes fast enough. But if learning online, pausing the video and taking notes is very effective for me.

> I found I couldn’t take notes fast enough.

Me neither. However, what I do once in a while is after I've sat through a tutorial (in person or video) I recall and make notes. It helps me immensely to a) Structure my thoughts b) Recall the actual content which reinforces it in my memory.

As a student, I always found that writing notes/answers on a topic/question made me understand the concept that much better as well as connect them to form a larger picture (e.g., connect concepts in math and physics).

Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim

#63
post #47

Earlier 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…

[deleted]

Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim

#64

Earlier 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…

Not that it detracts from your point, but I definitely benefited from notetaking on my computer in school. For an AP History class, I typed up—in outline style (I, II; A, B; 1, 2; a, b; etc)—all my notes on the required reading. At the end of the course, I had a few hundred pages of these notes all printed up. I never had to go back and read any of them. Just the process of typing them up in the first place firmly fi…

> reënforces

What's it like working at the New Yorker?

(explanation: this is a joke based on the way nobody uses diaresis marks anymore for any word other than naive, except for the New Yorker style guide. https://www.newyorker.com/culture/culture-desk/the-curse-of-... )

Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim

#65
I don't agree with this. Perhaps it's possible for someone with exceptional LaTeX and vim knowledge, but even after using both for 20 years I wouldn't do this.

The point of the lecture is to assimilate structure and basic understanding, not to produce a neat set of notes instantly. To take notes to this detail means you're putting more time into the note taking than the work.

Use a pen and paper. Write down structure as it happens. Write down things you understand, short hand. Write down things you don't for later review. After 2 hour long linear circuits lectures I regularly waltzed off with a couple of pages of loose A4 for review. A lot of the time, our lecturers would give us a copy of the OHP stack if we asked them as well.

Write your notes up at the end of the day with reference material at hand and no compromises. You can structure, extrapolate and transform things into your own understandable language then.

Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim

#66
Interestingly he uses pretty much the same techniques that I relied on when typing lecture notes with Word:

- Formula auto-buildup with automatic replacements of \stuff with Unicode keeps the mess of backslashes and braces more readable (and it also allowed me to immediately spot where I mistyped something)

- I used snippet-like things for parts I had to type a few times, such as a formula that's revisited a handful of times alter.

- Some things are simply easier to type in Word (with UnicodeMath) than LaTeX, such as a^12 being automatically what a^{12} is in LaTeX or fractions being written as a/b, thus requiring fewer braces. Also, as a user of a non-US keyboard layout back then, UnicodeMath's use of () instead of {} for invisible grouping and automatically resizing parentheses meant a lot less typing in general and less syntax to inadvertently break the layout.

The only thing I could not do in real-time was figures where I often did a quick sketch on paper and in the evening converted that into a nice drawing. But text and math was (at least for me) easily writable in real-time and generally required no post-processing or prettification. Assigning certain styles to keyboard shortcuts was also something the author probably used snippets for, but the end result for the typing experience is pretty much the same.

I did write notes by hand the preceding year, averaging about 7 pages of notes per lecture. Others have mentioned it too, the very act of writing notes helps remembering. For the handwritten notes I could just as well have bought the book by the professor, but I didn't do that on purpose. For me, there was no difference in being able to remember my notes between handwriting and typing. And generally I did spend most of the lecture writing and understanding came later when solving the assignments.

Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim

#67
post #57

Earlier quoted context omitted.

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…

I found I couldn’t take notes fast enough. But if learning online, pausing the video and taking notes is very effective for me.

It must be admitted that I got a lot quicker at taking notes in a very short time!

Re: How I'm able to take notes in mathematics lectures using LaTeX and Vim

#69
post #30
post #14

I used to do this, but I switched to just using a Jupyter Notebook. It’s nice to be able to move between multiple computers, with no need to set up a LaTeX install. A couple of things I love about this setup: I can write in Markdown and drop to LaTeX when I need to forumalate any equations. For homework, I can implement a quick Python script inline to build intuition behind a topic. I can use Sympy to simplify and so…

Hi, what sort of complex derivations can you solve for with Sympy?

Tons of different things: https://www.sympy.org/en/features.html. Try it for yourself: https://live.sympy.org/

E.g. find critical points on a surface:

  e = (x-y+2)*(x**2+y**2-9)
  solve([e.diff(x), e.diff(y)], [x, y])
Note that this online demo runs at a restricted speed; locally (e.g. install Anaconda and use Jupyter Notebook or QtConsole) it's much faster.
Post reply on HN