When I was studying, I sometimes saw classmates typing the lecture directly in LaTeX. To me, they always seemed very busy and a little stressed. Also, it seemed that learning and understanding wasn't their primary goal rather than having beautiful lecture notes.
I would have liked to have a tabled with a nicely working pen. But good old paper and pencil also did the job. Some professors even recommend not taking notes at all but rather preparing the lecture. Then, attending it by primarily listening and trying to understand and then working on the homework.
> Some professors even recommend not taking notes at all but rather preparing the lecture. Then, attending it by primarily listening and trying to understand and then working on the homework.
Some of my professors leveraged MOOCs (massive open online courses) and "inverted" their classes: they recorded a video of them giving the class, and asked the students to watch it before the class. During the class, the teachers would be here to answer questions and go deeper into the material.
I loved it, because I could watch the video at my speed (with as many interruptions as I wanted).
The "inverted-online-lecture-followed-by-guided-work-in-class" is the method that Salman Khan of Khan Academy fame pioneered. This was the first time technology was truly leveraged to make a leap in instruction efficiency. Salman Khan has several talks on this topic.
Sal Khan, who started Khan Academy in 2006, was a relative latecomer: "Flipping the classroom" was pioneered in part in the 1990s by Harvard physics professor Eric Mazur — and Dr. Mazur has said that it's a variation of law-school Socratic method that's been around (with pre-class reading instead of video) since the 19th century.
The issue is, if you miss a point at the beginning of the lecture, you can't ask a question, you'll have to wait for the live session to do so. This impacts the topic and remainder of the video
> you can't ask a question, you'll have to wait for the live session to do so.
Or check on one of the gazillion resources you have in 2024.
The whole idea is that instead of having the teacher spend their time teaching the basics (which they can record once and let you watch together with all the resources you have), they spend time exclusively talking with the students.
In the end, the students have a lot more time to ask questions to the teacher, and they don't have to feel stupid asking them because they have actually studied before.
But I once has a math student in my physics class who prefer submitting her assignment typeset in LaTeX. I told her it’s up to her, but it wasn’t a requirement from us. She basically said it would be more difficult to do the assignment otherwise and she would prefer LaTeX instead.
To this day I still don’t understand how it would be easier,l. But I also seen some people prefer doing “analysis” by printing out a plot. To me that’s very inefficient and using interactive plots are much better. I guess the situation is similar, that the ways we think are so different that we can’t imagine how people doing it otherwise would be simpler / better in any way.
(You could imagine carrying the next step in a derivation can be much simpler as you can just duplicate the line and modify from there. Also macros can help. With enough abstraction it could be easier in some way.)
I used to submit math assignments in Word for Windows 2.0 (or 6.0, whichever was current in 1994) equation editor - i didn’t have access to a reasonable latex setup at the time.
The reason was that my handwriting was slow, messy and hard to read. Taking the effort to write a nice “submission” quality assignment would easily take two or three times as much as it would take me using Word.
Thanks for sharing, I haven't thought that could be a contributing factor too. And I appreciate your effort as a former grader—some of the hand writings are impossible to read and they don't seem to put an effort to make my life easier...
Yeah, I'm worse than average at multitasking and was never able to take notes without missing chunks of the lecture, let alone being able to think about what was said. I found the most effective approach for me was to read the chapter beforehand taking notes on anything I didn't completely understand. Then during the lecture just sit and listen, perhaps occasionally jotting something down that wasn't in the book, then asking questions if the lecture hadn't already answered them. Write summarizing notes was deferred until reviewing material in preparation for an exam, if done at all, using LaTeX if I thought it would be useful as a long-term reference, or paper if it was just to assist mental organization.
Ha, you are absolutely correct about that. I don't believe LaTeX was designed with speed in mind. I was even using Vim! I eventually realized that I was paying far more attention to my notes than the actual material, and began to just bring a notebook and a pen.
It feels like your understanding of a subject/concept goes through successive phases of refinement. The initial mental image may be too chaotic to be properly converted into latex. However, the final picture may be refined enough to be worth preserving using latex.
Because I always used to be self-conscious about the typing sounds in-lecture, I used to take hand-notes in class and then immediately after TeX them. While that had the happy accident of reinforcing the class notes, I find that having notes that are easily referenced and, in particular, CTRL+F'able was critical for exam prep.
I took notes in LaTeX in my college. I didn't need macros or the fancy editor setup. It's not hard. It turned passive learning into active. I didn't have a few of the formatting nuances as pretty as he did (e.g. boxes around theorems), but that's not hard.
The key difference between him and me are the figures. It's worth looking at his notes here:
(Footnote due to recent bad experiences to pre-empt stupid answers: "Inkscape" is not an answer. I use Inkscape, and I know how long these things would take me. It's definitely not something I could do anywhere close to real-time. I want to know what conceivable workflow in Inkscape would allow those sorts of figures in even a significant fraction of lecture speed, let alone real-time)
>I want to know what conceivable workflow in Inkscape would allow those sorts of figures in even a significant fraction of lecture speed, let alone real-time
I've also done LaTeX for notes (in EMACS), but was never happy with how things looked when doing everything quick. The sheer genius of the setup he made is eye-opening.
I use it a lot for all kinds of programming, including generating, formatting and processing data for various datasets; it is very convenient if you know how to make it work fast (it is not always easy).
It didn't worked for my learning. As years pas by I value more paper, pen and books. Physical books. I am not anti tech, I was raised with always evolving digital technology. I read 300 eBooks I had NO WAY to pay for.
Latex looks awesome, and you feel proud when you put your notes in this format. But you feel equally proud when you are able to make a page equally beautiful with your hand. I enjoy solving things manually.
The best teacher I had in uni gave us handwritten skeleton notes which you had to complete while following the class. Completions used to be examples or demos, or long development steps to reach a solution.
This same course I read in a book about learning that this kind of material is the best for cognition. I felt grateful for that man. Despite being great at his field, and be super busy and travel a lot he really was into teaching undergrads and trying to use the right learning tools.
The course was heavy, really hard, but it was very rewarding.
I am not trying to downsize this article, It inspired me to push my skills. Just giving my experience.
I always found the best way for me to learn was when professors would allow us to make a cheat sheet. It would force me to sit down, read the information, and re-write it by hand. Once I did that, I didn’t need anything I wrote down.
For writing math notes (especially in vim), I switched to using Typst (https://typst.app).
Here's a few points:
- The syntax is a lot lighter and easier to type fast. I was up and running in half hour after starting to use it. Once in a while I can look up some symbol name in the docs but that's about it. I can type math notes almost at the speed of writing by hand and my right pinky doesn't fall off because of all backslashes and curly braces.
- Empty document is a valid document. No preambles, no includes etc, it's all optional and the defaults are sensible. Just start typing.
- It's incremental. Live preview from neovim is in the browser and it's lightning fast, pretty much immediate. No pdf sync pain. No build files, makefiles and all that. Just start typing.
While it's not going to beat latex in terms of serious academic use, for personal use and notes it's close to perfect.
I stumbled on this blog recently when researching the same topic (nvim +latex). I found this more recent blog (https://www.ejmastnak.com/tutorials/vim-latex/intro/), by another author, inspired by this original author useful as well.
I found this blog post to be very helpful and the author was obviously a very good writer and I am sure he will be missed. Condolences to his friends and family.
In my experience studying physics, most of the learning happens by yourself trying to solve problems, putting hypothesis to yourself, trying, failing, examining what failed.
Yup, there is definitely a lot of value in going fast and breaking things, and then tracking back to figure stuff out. It's overwhelming, but it gets you to a high level much faster. In fast, a linguist I know told me that it's how they do it with language students. Make them feel like they can only just about keep their head over the water.
I tried in some other way. I even wrote my own library that functions as a kind of DSL to generate LaTeX. I never have been able to cross the boundary that makes solving math with a keyboard faster than with a pencil.
I don't understand why. Programming is supposed to help managing complexity by abstraction and I can't understand why it can't help solving math. My gut feeling is the lack of a good language (that's why I tried to wrote my own library). May be I should try out Typst as mentioned in other comments.
Regarding writing in LaTeX, I hate its syntax for the following reasons:
- global namespace: how can I make sure there's no collision and have sane naming convention?
- lack of flexibility of characters to use: basically just \somethinglikethis rather than easier to read variables like something_like_that
- macros are hard to reuse, "functions" are difficult to rewrite: code reuse is difficult. In deriving math (with big expressions), one often copy a lot of things while simplifying a portion of them. How to achieve writing the next line efficiently, when carrying from the previous lines? Defining repetitive terms and reuse in the next line is good, until I then need to further simplify in following lines.
- bad default behaviors: \left ( ... \right ) is just so noisy to be read in plain text and undistracted. In order words, LaTeX is good at typesetting, which also makes it hard to type (and read) in plain text.
My own library is supposed to solve all these issues. But reusing is still a pain. In plain LaTeX, if you want to reuse an equation you typeset for another documentation, you could just copy and paste. But with a library, then you need to somehow manage the dependencies as well.
They aren’t because latex has non local syntax rules - figuring out why it is saying missing $ inserted instead of showing you the equation is rather damning to the free flow of thought. And when you are solving a problem, your thoughts are likely to be quite wrong, where you think a thing is an X but it is a finitely blah blah blah X’ which is totally different for the thing you want to calculate/prove.
I will often generate ten pages of scribbled on paper to come up with one page of LaTeX homework. And the I joyfully crumple up the ten pages and recycle them.
In both Physics undergrad and grad school, I did a lot of assignments (probably 50-100) all directly in latex. I don't make a lot of mistakes in the math syntax, I can comfortably read the source, and if I do encounter a compiler error I usually know where I made the mistake. I never found it difficult.
Later, when I become a prof, I had a few students who were the same. Assignments done directly in latex. So I am by no means unique.
Thanks for explaining - makes a lot of sense. If using vim/LaTex takes away even a small % of attention from the actual math problem it becomes a hindrance relative to pen/paper.
This is so cool, and ambitious, as it takes high level vim skills to keep up with human explanations as well as high level latex skills.
Recorded lectures probably makes this approach work well (since you could backtrack if required). I did uni in the days before recorded lectures, and if your scrawling pen/paper notes contained a typo in an equation there was no easy way to get the correction - you had to ask around or consult the lecturer during office hours. A PITA frankly. And that's if you noticed the equation might be wrong.
There's such an incredible joy in good note taking. I only learned vim in the last year, and it increased my joy in programming immeasurably (well, I'd guess it about doubled if I had to quantify it).
If I studied economics again, I'd 100% learn LaTeX so I could take math notes in the way the author has. They're beautiful and timeless (literally, if committed to source control).
I am unable to reply to any comments, so I’ll add my reply to blagie as a top-level comment instead: Gilles himself documents his process of using Inkscape here: https://castel.dev/post/lecture-notes-2/
As a summary, he uses a custom keyboard shortcut manager¹ which allows him to compos multiple keystrokes (and also saves commonly used styles):
> For example, when I press `s` and `f` simultaneously, my shortcut manager will apply a solid stroke and a grey fill to the current selection. When I want the stroke to be thick, I press `s+f+g` together, where `g` stands for thick (as the `t` key is hard to reach).
As an undergraduate a number of years ago, in physics, I also experimented with taking notes in LateX. My approach, rather than making writing faster through editor wizardry, was to extensively use \def and \newcommand to abbreviate everything. The resulting sources were not easily readable by others, but could be written very quickly.
These went beyond consistent, global abbreviations, or even course-level abbreviations: both were easy (and I can remember a few I used, like \beq/\eeq and \bea/\eea for beginning and ending an equation or eqnarray, etc, and \lt and \rt for \left and \right), but I could also quickly add definitions while taking notes, so if frequent symbols, or even whole expressions, showed up in a lecture I could \def them when it became likely they'd be used again. I could sometimes outpace the lecturer, working through equations on a board, because I could see where they were going to repeat expressions and just use the abbreviation I had made previously.
The larger problem I had, as an undergraduate at a time when many students had laptops but I was often the only one who would use one in class, is that I would worry about the typing being annoyingly loud. My use of Dvorak today is largely as a result of my exploring ways of trying to make my typing quieter: comparing typing on the same keyboard and around the same speed, I do seem to be able to type with considerably less noise with Dvorak than with QWERTY.
This always reminds me of that time I submitted an absolutely awful physics lab report and was incredulous because I had written it in LaTeX and it looked nicely typeset. I'm not accusing this guy's notes of being bad, but I definitely think it is a strange "optimisation" when pen and paper exist. It's not like you're going to stop using pen and paper in grad school either.
That said, by the end of my physics degree I'd probably used thousands of sheets of paper...
Help has such a broad range of meanings here. It can mean anything from achieving what you want to and living a happy life (unlikely) to avoiding killing yourself (likely).
Most prognoses for depression look more like "can you cope with feeling like this for the rest of your life?" vs. "we will cure you". The latter is, of course, possible, though generally there is a problem. Many people have chronic depression, and it generally takes a long time and a lot of therapist effort to "cure depression" unless you are lucky, so there aren't really the resources to fix the problem for most people in the world. Usually at best we can learn to cope with it, especially if it has origins in early trauma.
Such a loss, he was a talented person. I always checked in on his site from time to time to see if there were any updates on his tooling or what he was using it for.
I was excited to see what he did later in life. I don't like equating a person with their professional output, but this post shows a level of creativity and vigor that is extremely rare. I'm sure it was apparent in other aspects of his life. I imagine his friends and family cherished him.
Not to be confrontational or point fingers to anyone specific, but in general, it would be more helpful that acquaintances, instead of concern/react to the tragedy of the death, would instead concern/react to the tragedy of the preceding depression.
(Absurdity check: we're both talking of suicide prevention, right?)
I really don't know how to best answer you - so I recruited some help:
"Catching the early signs of someone struggling—like pulling back from activities or expressing a sense of hopelessness—can be key. It’s about noticing changes and gently encouraging a conversation or professional help."
"Sometimes people just don’t know where to start with getting help. If we can proactively share resources, like info on good therapists or support groups with someone in need, it can be a nudge in the right direction."
Assuming you believe psychology/psychotherapy has scientific merit, that is.
Appreciate this may not be what the HN audience wants to hear, but there is evidence that writing things down helps you remember information better than typing things out on a computer.
The issue I find with the first linked article is that the people tested were not allowed to type normally.
They were required to type with their dominant hand only, which reduces most people to hunt and peck typing.
Typing this way is a very different experience from typing with two hands, especially for people who can otherwise touch type.
I'd like to see a similar study with people allowed to touch type.
> I'd like to see a similar study with people allowed to touch type
This one compared 'a paper datebook and pen, a calendar app on a digital tablet and a stylus, or a calendar app on a large smartphone and a touch-screen keyboard':
In my experience, hand-writing notes and then typing them up is the best of both worlds, where you end up with beautiful notes and get at least 2 iterations of reading the material, which helps retain information.
It's probably not as good, but I type my notes really quickly and then go back later to proof them, taking out spelling errors and clarifying stuff. It seems to help me retain a little bit.
I tried going back to writing in cursive and I was shocked at how different the process of writing was. When writing in script you have to think in terms of whole words. Writing in print is an atomic experience, one latter at a time. And of course once you get good at it you can probably write faster in cursive.
If I were doing my math and Econ classes today I would absolutely use an ipad. Not only can you draw diagrams along with the notes, you can take a picture of the whiteboard or someone else’s notes and extract the text out it. Then later on you can type up the notes to reintegrate (hah!) what you were writing down. Then you could use LaTex or whatever other markup system you want while thinking about the subject matter.
The feeling of writing on glass is just so overwhelmingly unsatisfying. The nice friction of a good pencil on good paper is like half of the experience, right?
Or the feeling of a very well calibrated/smoothed fountain pen on a nice quality paper, the way the nip slides on the paper effortlessly, yet following obediently slight nudges in pressure and tilts of the fingers to create the shapes that you want.
There are screen protectors with a rough/matte finish that provide some of the friction you'd get from paper. It's not exactly the same, but it's a discrete step above writing on raw glass
I can't confirm that, I always think in whole words when typing. This goes so far that my brain sometimes gets too far ahead, and I start typing homophones.
This is all anecdotal, but ditto. I'll typo words into similarly written but completely unrelated words. At this point, after decades of typing, I'm not thinking word by word -- the sentence is entering my brain and my fingers are unthinkingly spitting it out.
Writing by hand is much slower, but it's similar. I only think about letters or even individual words when I screw up.
I'm a mathematician and I actually tried this in class. I can do it but I found it much more effective to write on paper. Yes, you get good-looking notes but in math, since everything is written down so nicely already somewhere, it's much better for understanding to write on paper for a lot of people (and the majority of people still use paper).
> Yes, you get good-looking notes but in math, since everything is written down so nicely already somewhere
That was my first question as well: there shouldn't be a need to take notes because the class should be provided in a written form (a book, something). Such that the student can focus on understanding what's happening instead of just writing down what the teacher says.
If taking notes helps understanding, that's different. But I doubt that writing in LateX particularly helps, on the contrary...
As always, this is something people should evaluate for themselves rather than assuming a generalized study applies to them in particular.
Myself, my handwriting is awful. It’s slow, illegible, and writing more than a sentence or two physically hurts my hand. It’s been this way for as long as I can remember, and it’s not for lack of practice. I practiced handwriting for sometimes hours a day growing up (not begrudgingly, I was serious about wanting to improve my handwriting), and my parents tried teaching me with different curriculums, different scripts, different techniques, different tools, etc. It was always miserable and my handwriting did not improve. Meanwhile, I can type at 150+ WPM.
So, when taking notes, if I write by hand I can’t keep up with the speaker, miss details because I’m focused on writing, have to skip/abbreviate stuff, and end up with something illegible. If I type, I can properly digest what I’m hearing and write it out with nice Markdown/LaTex formatting, in a file that is legible, searchable, and doesn’t get wrinkled up in my backpack.
I’d love to have better handwriting. The convenience and feel of pencil and paper is great, I don’t like having a screen in front of me while listening to someone talk, and good penmanship is something I respect a lot in others. But I’ve more or less given up on it at this point. If I actually care about remembering something, or want to be able to read it later, typed notes it is.
It is interesting that they tried some experiments with kids who were just learning to write.
My speculation has always been that it is a ritual that we were taught, memorization is just correlated to note-taking by hand for ~20 years for many of us. So it would make sense for that to put our brain in a “let’s memorize” mode (after all, people in the past, before widespread writing, memorized things—presumably they had a different ritual). I assumed people raised on typing would memorize better that way. But the experiments seem to contradict my worldview. :(
> I assumed people raised on typing would memorize better that way. But the experiments seem to contradict my worldview
As another article[0] puts it, "going old school works because your brain is old school".
'Handwriting likely facilitates learning and memorization because of the numerous one-of-a-kind physical cues it provides: the shapes of your letters, the tactile feel of the paper and pen, the location of your words on the page, and details like folded corners, ink color, and other marks on the page. Your brain absorbs all of these pieces of information, which can later serve as triggers so that you more precisely pull the information from your memory.
By comparison, when you enter information into a phone or tablet, your words have no fixed position and then disappear when you close the app, leaving substantially less tactile and spatial information for your mind to absorb'
> This is obviously different from "typing things out on a computer".
People tend to get wrapped up in the idea that writing stuff down is better than typing stuff out in terms of memory retention. But this is not the full story.
The reason that studies repeatedly conclude that writing notes is more effective than typing notes is that writing is a conscious effort. You are usually falling behind when writing compared to what is being spoken and therefore as a subconscious product, your mind is actually summarizing and filtering information from the speaker as they speak. You can't write every word they say, so you have to actually listen to the speaker and determine what is worth writing. Then as you write, it takes a conscious stream of effort to write out the words and it is a slower process, which allows your brain to focus on and digest the information another handful of seconds before moving on. The feedback loop that writing naturally requires is what makes it more applicable to memory retention, not the physical act of writing itself.
By comparison, most people can type around the speed of a speaker talking at a moderate cadence. This allows you to often type exactly what a speaker is saying, essentially as a stream of words coming in the ears and transferring directly into your motor control that allows for typing. This skips a processing stage (or introduces a very vague one) and so typed notes often become just streams of data collection as opposed to writing which tends to require elaborate data processing. It is the data processing that makes memory retention effective, not the writing of letters itself.
What OP is doing is creating the same feedback loop, potentially to an even stronger degree than writing allows for, because you have to consume the information, figure out how to translate that to LaTeX and determine a method for displaying that information. LaTeX often requires an understanding of the full function when creating it. This requires more processing, and then a secondary process of consideration in developing a written or image function into a LaTeX format.
Therefore, you get the same effect that writing provides, which is the data processing and translation components. This is what makes writing effective, not the movement of pen on paper. I would argue that what OP does is at least as effective as writing (maybe more, but that is conjecture).
> By comparison, most people can type around the speed of a speaker talking at a moderate cadence. This allows you to often type exactly what a speaker is saying, essentially as a stream of words coming in the ears and transferring directly into your motor control that allows for typing.
That may depend on whether they can touch type. I don't know what percentage of HN audience can touch type, but the prevalence is pretty low among general population. The generation senior to me has more touch typists due to their training on typewriters. But I'm the only touch typist in my circle among the current and the next generation.
The reason why touch typing is important is that non-touch typing is very distracting and takes more cognitive effort - diverting some of your attention away from what you're supposed to be doing. I know the difference because I learned touch typing recently. In fact, I think that cognitive effort in non-touch typing is one of the reasons why it's not easy to remember things you type, compared to writing.
I can only speak anecdotally on this, but I personally find the added cognitive load of advanced note taking solutions like this one were often distracting when I hit a tough thing to represent. I would be so focused on figuring out how to encode it that I would miss parts of what's being said.
It's great to put your notes in latex. But that's just final polishing. It's just a medium.
I am not a genius, in fact I am pretty dumb, but I studied with geniuses. The more geniuses they where, the less things they wrote in class.
One of them, the extreme case, completed the 5 years Math and Physics combined undergrad IN ONLY 3 YEARS.
He just wrote 4 or 6 sentences in a white sheet for class, except when doing calculations, but he didn't do that much in class. Some sentences were facts others were questions. He seemed uninterested but I think he was doing heavy lifting in his head relating what he saw with what he knew. When you asked something to him he used to say "Yes this is not new, it's just a variation, combination or example of this".
If I were to do college again I would spend a lot of time reading the texts (more than one for comparing important topics), then go to class to listen and solve doubts and spend time solving problems (interleaving topics) and making active recall with spaced repetition.
Only after the exam I will put effort to try to sum up what I learned In a well rounded Latex small book. For sharing and for revising it later on, in case of need.
Anectodically speaking, it has always been extremely helpful not only reading texts and solving problems/exercises, but also:
1) repeating topics out loud and, if there were some formulas, writing them down while doing that
2) explaining something to your friend if they didn't understand it
Agreed, I stopped taking notes after 3 weeks in college because I was busy writing stuff and didn't have brain power left to actually try to understand.
On the surface, it seems like it would be much worse, as it seems OP is using a bunch of snippets and shortcuts to make it faster and easier to write syntax that will ultimately show a viewer nice looking math. I’d imagine the brain would be too preoccupied with translating what it’s seeing to what syntax/shortcuts need to be used to make it visually correct, and less focused on understanding what’s actually going on.
Maybe that’s fine if OP really likes to study, and high quality notes make that better. I always had pretty poor study habits, and needed to lock away as much info as I could during class.
The meaningful difference between handwritten notes and typed notes is not the device itself. It's not as if the computer screen erases your memory, or as if the pencil itself writes it. The difference that would meaningfully affect learning is the note-taker's behavior.
What OP has described is clearly a different behavior than either handwriting or typing.
> The meaningful difference between handwritten notes and typed notes is not the device itself[..]
That's one hypothesis. Another would be the device [or lack of] is indeed the meaningful difference:
"Handwriting likely facilitates learning and memorization because of the numerous one-of-a-kind physical cues it provides: the shapes of your letters, the tactile feel of the paper and pen, the location of your words on the page, and details like folded corners, ink color, and other marks on the page. Your brain absorbs all of these pieces of information, which can later serve as triggers so that you more precisely pull the information from your memory.
By comparison, when you enter information into a phone or tablet, your words have no fixed position and then disappear when you close the app, leaving substantially less tactile and spatial information for your mind to absorb."[0]
My point is that it's the interaction with the device that causes a difference. We should not assume OP's note-taking methodology to be equivalent to regular typed notes, because the interaction is substantially different.
> We should not assume OP's note-taking methodology to be equivalent to regular typed notes, because the interaction is substantially different.
...just as we should not assume the OP's note-taking methodology using a device to be equivalent to that of taking notes using pen and paper, because the interaction is substantially different
No doubt, but I long ago gave up trying to memorize everything. Writing by hand helps you memorize but doesn't improve conceptual understanding and that's what most important for my work. I can always look up the syntax or the name or the exact value.
In mathematics classes I cannot imagine how to used LaTex and/or vim to draw and shade the area under a curve to represent the integral. I have my lucky Pentel Mechanical pencil which took me over hours long tests back when I was in school. It is completely broken know but I keep as some sort of amulet. Only 3 people needed to understand my writings: The teacher, the TA, and me. I once had a heated argument with a TA. I wrote a hex number and I write the four closed, like this (4) But it was mistaken for an (A). I wished then the tests where typed.
My handwriting is terrible, and I use to much force, so I always end with lots of pain in my writs after writing for to long.
I went back to university after my divoce, mainly to have somthing to occupy my mind at the time. I did most of my annotations in Markdown.
The graphs and other images I would snap a photo in my phone from the blackboard, grab them from onedrive and puting the reference in my document, and after classI would drawin the proper application or get for a text and internet and copy paste.
For fluxograms I would use Mermaid.
For the editor I would just use vscode. I use vscode for almost everything, even control my spotify playback...
I've been using various tools and configs regarding this for years now, with tons of my own modifications to them. These write-ups and corresponding repositories are of great value to the vim/LaTeX community and Gilles' loss is tragic.
I used to do this, but I preferred using lyx since it would typeset the equation as you typed it. I did it not for beautiful notes but out of sheer laziness. I could copy and paste the previous equation and tweak it to form the next step. More so useful for homework.
In grad school I started taking all my notes in Sublime with the Unicode-Math mod. I can effortlessly type any unicode characters with "\alias". I've installed that on all my computers since then because it's so easy and convenient.
\int \pi \geq \forall x \underbar \overbar \prime \^2 \therefore \pm \psi \implies \sqrt \2/3 y \approx \Omega
produces
∫π ≥ θ ∀ x̱̅′² ∴ ±ψ ⟹ √⅔y ≈ Ω
I even made my own mod to shorten the aliases of the most commonly used symbols. I long ago gave up trying to memorize all my notes. I can type as fast as I can write and then everything is easy to read and easy to search and instantly synced to cloud without having to transcribe anything after the fact. I had several professors ask me to show them how to set it up.
Given that we're in a vim story, I'll reply with a little vim tip…
Vim has digraph support built-in¹, so for your example the first few digraphs are In, p*, >=, h*. It is also how I typed the ellipsis on the first line of this comment(,.), and the superscript footnotes(1S and 2S).
A more complete Unicode solution for vim is available in Christian Brabandt's excellent plugin².
Did almost all my notetaking in LateX for the majority of high school and college.
Worked out surprisingly well, much better than my bottom barrel handwriting at least.
Takes more time than writing, but having nice, well readable lecture notes helped me a lot.
I think even if I were very proficient in LaTeX I'd still not be able to keep up with the lecture. It seems to me that pen and paper is better. Even better would be if the professor would just post the notes for their own lectures.
I agree with other commenters that paper and pencil are the way to go for true learning, but the other week I left my notebook at home for a lecture, and was able to keep good notes with Typst, although my typing speed isn't excellent. Curious what other people think about Typst vs Latex for notes?
Edit: reading a bit further, it seems like Typst has the ability to do a lot of the snippets as-is ($->$ is \to, $in$ is \in, etc.), and since variables in Typst are usable by mere mortals, it's easier to hack in the language you already use. For example, I use `#let la = $lambda$` as a shortcut.
It's probably not going to be all that different - similar to switching between programming languages. Typst markup feels more modern and intuitive. That may give it a slight advantage while note taking. But LaTeX has an elaborate layout algorithm that plays a big part in why its output is so good looking. I'm curious about how Typst's layout compares with that.
Typing and Text Editors? My favorite text editor is my most important application program, and nearly all of my work is typing into that editor. Soooo, I agree that typing and text editors are important tools, approaches.
And I'm a TeX user: For any important writing, in math or not, I use TeX. Never tried LaTeX.
The text editor I use is KEdit, and for it I have lots of macros and write more continually.
VIM looks more advanced than KEdit!
For drawing of simple figures, I use the old Microsoft PhotoDraw -- you seem to have something more recent and better. Good!
I have tried to use mspaint alone for creating documents complete with text and figures. (It’s not hard to compile a personal library of various symbols used in mathematics and elsewhere.) Works out pretty well, and the feeling of not being in any way constrained by the tool is a plus.
I can't retain information unless I write it by hand. It's a superstition created by my own mind, but it feels like knowledge can leak out of my brain unless I write it out.
That said, I use a stylus and digital tablet to take handwritten notes, which allows for sooo much flexibility, editability, and creativity.
I did this in college in the late 90s/early 00s. It was fun and I could keep up but ultimately it was a dumb flex and I didn’t retain the info any better. I’m glad I stopped. I still did my homework exercises in LaTeX but that was sort of an ADHD-driven yak shaving/procrastination exercise.
Awesome write-up! I wonder how much simpler and/or unnecessary some of the snippets would be by using typst.app instead of latex. The figure creation pipeline is also great, in this case a custom plugin for typst would need to be added to inkscape.
I use mathpix (https://mathpix.com/) quite often to copy equations from papers and it works very well, but I don't know how good it is with handwritten equations.
this can now be accomplished by vaguely describing the math to chatgpt (or your LLM of choice) in real-time, even if you describe it poorly. You can even take surprisingly bad short-hand notes and convert into good transcripts.
For example, this comment was written by asking it to guess: ths cn nw b accmplsh b vague descri da math to chatgpt (or ur llm o choice) in reltym, even if u dscrb porly. u ca eve tk urpringly bd shrthnad nts n cnvrt nto gd trnscrpts.
The biggest speed gain comes from a snippet tool that can interact with a programming language. He uses Ultisnips, which can bw filtered through python.
This is probably an equivalent in emacs. Interestingly, this is more or less unusable in neovim because of how slow neovim's python interop is.
I would have liked to have a tabled with a nicely working pen. But good old paper and pencil also did the job. Some professors even recommend not taking notes at all but rather preparing the lecture. Then, attending it by primarily listening and trying to understand and then working on the homework.