My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing
1–10 of 66 posts
Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing
#2It 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... Anybody have ideas? it is Qt based, maybe I can hook into that via some debugging tool?
Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing
#3Author 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…
Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing
#4I personally find LaTeX a little too friction-full (is that a word?) on the input side. The output looks beautiful but the lack of feedback when writing stuff keeps me from actually adding stuff to it. Although your daily notes seems like it might help with this tendency a little bit.
This is a problem I'm currently trying to solve with my current project (https://topictrails.com/ if you're interested).
Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing
#5[1]: https://zealdocs.org
Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing
#6As for writing documents with lots of math, absolutely no problem. I can churn that our faster than peers can with Word.
Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing
#7Specifically being able to create a deep link to a passage is a very powerful capability indeed. The friction required to look up a paper and navigate to the specific passage for a given reference can really be so high that we just end up avoiding it altogether I feel. Kudos to you for trying to solve this problem! I personally find LaTeX a little too friction-full (is that a word?) on the input side. The output look…
Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing
#8https://github.com/ahrm/sioyek
Disclaimer: I am the developer of sioyek
Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing
#9Re: My Mathematics PhD research workflow: LaTeX notes and instant pdf referencing
#10Author 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…