Live data from Hacker News

My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing

castel.dev

41–50 of 66 posts

Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing

#41

I'm another academic mathematician. I'm not really convinced that all this would be a time-saver for me as far as research productivity; maybe I'm just old-fashioned but I just have a few folders for paper notes and that's it. But certainly this could vary from person to person. To me, the place for the real time savings is organizing your teaching workflow. If you're a grad student, make sure to get on top of that A…

After I taught a few semesters ago I took the material I had prepared and turned the skeleton into a github template https://github.com/evanberkowitz/course-base

I keep questions, slides, written notes, etc. controlled and semester-specific things in a directory that isn't tracked.

Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing

#42
post #2

Author here, if you have any questions, feel free to ask them. It really is amazing how hard it is just to retrieve the currently opened pdf file and its page number in a pdf viewer. Some pdf viewers (Like Zathura) provide this via DBus, but even very common ones like Evince don't. I managed to find a way using gvfs, although it's a bit of a hack. For others (e.g. Mendeley), I have no idea on how to do this... Anybod…

Have you tried contacting the developers? This seems like a feature that every pdf viewer should have.

Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing

#43

Another tip: the vast majority of ArXiv papers have the LaTeX source available under "other formats". I used to download those instead of the pdfs for better searching. Now I don't really bother keeping a personal collection of papers, however. Downloading the LaTeX source also has the advantage that you can see the comments the authors made that don't show in the pdf version. Sometimes appalling: "% Author 1: Is thi…

A good one I saw once (and saved me tedious image->data extraction): something like "Why are you trying to copy this image for the data, find the full data tables at..."

Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing

#44
post #2

Author here, if you have any questions, feel free to ask them. It really is amazing how hard it is just to retrieve the currently opened pdf file and its page number in a pdf viewer. Some pdf viewers (Like Zathura) provide this via DBus, but even very common ones like Evince don't. I managed to find a way using gvfs, although it's a bit of a hack. For others (e.g. Mendeley), I have no idea on how to do this... Anybod…

On recent-ish versions of evince it is possible to do a bit more via dbus. For example, forward and reverse synctex search between evince and vim over dbus is done at [1]. I use this when I use evince, but I acknowledge that it has stupid flaws.

[1]: https://github.com/peterbjorgensen/sved

Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing

#45
post #2

Author here, if you have any questions, feel free to ask them. It really is amazing how hard it is just to retrieve the currently opened pdf file and its page number in a pdf viewer. Some pdf viewers (Like Zathura) provide this via DBus, but even very common ones like Evince don't. I managed to find a way using gvfs, although it's a bit of a hack. For others (e.g. Mendeley), I have no idea on how to do this... Anybod…

On recent-ish versions of evince it is possible to do a bit more via dbus. For example, forward and reverse synctex search between evince and vim over dbus is done at [1]. I use this when I use evince, but I acknowledge that it has stupid flaws. [1]: https://github.com/peterbjorgensen/sved

Having written this, I am actually completely incapable of retrieving the page number over dbus. (As you had mentioned). I'm a bit surprised that forward and reverse search can still be done.

Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing

#46

Another tip: the vast majority of ArXiv papers have the LaTeX source available under "other formats". I used to download those instead of the pdfs for better searching. Now I don't really bother keeping a personal collection of papers, however. Downloading the LaTeX source also has the advantage that you can see the comments the authors made that don't show in the pdf version. Sometimes appalling: "% Author 1: Is thi…

You just strengthened my opinion that PDF is a format of the past, considering people prefer to read the LaTeX source instead of the finished document.

Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing

#47
post #6

Does anyone have a good reference for Tikz? I feel like I'm pretty good at it (at least better than most my peers) but I also believe it takes a significant amount of time to create interesting pictures and do even basic things that PPT or other basic tools can do easily. I want the full editing power of tikz but doing the basic parts is tough (same with manim, though lower barrier to entry). As for writing documents…

Texpad (https://www.texpad.com/) is an editor with instant compile which can make TikZing faster, especially while finetuning coordinates. I'm sure you're aware that the TikZ manual is very thorough; I've recently made an HTML version that's a bit easier to navigate than the monster PDF https://tikz.dev/.

Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing

#48
post #46

Another tip: the vast majority of ArXiv papers have the LaTeX source available under "other formats". I used to download those instead of the pdfs for better searching. Now I don't really bother keeping a personal collection of papers, however. Downloading the LaTeX source also has the advantage that you can see the comments the authors made that don't show in the pdf version. Sometimes appalling: "% Author 1: Is thi…

You just strengthened my opinion that PDF is a format of the past, considering people prefer to read the LaTeX source instead of the finished document.

Let me quote an electrical engineer who thought me about norms: "Always use PDF because it comes accross more real, because it cannot be edited (!)".

This is the perception non-IT-people have of PDF in comparison to e.g. .docx or similar editable formats those people know.

Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing

#49
post #46

Another tip: the vast majority of ArXiv papers have the LaTeX source available under "other formats". I used to download those instead of the pdfs for better searching. Now I don't really bother keeping a personal collection of papers, however. Downloading the LaTeX source also has the advantage that you can see the comments the authors made that don't show in the pdf version. Sometimes appalling: "% Author 1: Is thi…

You just strengthened my opinion that PDF is a format of the past, considering people prefer to read the LaTeX source instead of the finished document.

Personally, I would like to see a pdf-like format with video/animations/gifs, possibly the ability to play with models and variables.

Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing

#50
post #46

Earlier quoted context omitted.

You just strengthened my opinion that PDF is a format of the past, considering people prefer to read the LaTeX source instead of the finished document.

Personally, I would like to see a pdf-like format with video/animations/gifs, possibly the ability to play with models and variables.

PDFs can already contain videos and JavaScript. But given the security problems, I consider it a feature of most non-Adobe PDF viewers to not support that.
Post reply on HN