Speaking of emails
If you work a lot with emails, then you should watch (or hear) this talk by Merlin Mann.
If you work a lot with emails, then you should watch (or hear) this talk by Merlin Mann.
Today I stumbled upon a Lifehacker article which explained how to change the background color in Adobe Reader, when displaying PDF (which could alleviate the eyes’ stress if reading a lot). Well, it turn out that the same can be accomplished with my favorite OS X pdf reader, Skim (from version 1.3.4 on). Just open Skim, then fire up Apple Script editor, and paste the following code
tell application "Skim"
set theColor to choose color
set page background color to theColor
end tellIt is not a great hassle to do it once, but if you plan to do it more frequently, you can save the script as an application, and then drag it to the Finder toolbar, so that you will always have it available
To add a shortcut for the Menu Item Copy as PDF you have to do the following (with a Mac) go to
/Applications/Mathematica/SystemFiles/FrontEnd/TextResources/MacintoshMenuSetup.trMenuItem["PDF", FrontEnd`CopySpecial["PDF"]],MenuItem["PDF", FrontEnd`CopySpecial["PDF"], MenuKey["C", Modifiers->{"Command", "Option"}]],To use Leiden ezproxy with Leiden university you have to do the following. Open with Textedit.app the file
~/Library/Application
Support/Papers/PlugIns/SearchEngines/WOSSearchEngine.searchengine/Contents/Resources/gatewayurl.txthttp://wok-ws.isiknowledge.com.ezproxy.leidenuniv.nl:2048/esti/soap/SearchRetrievegatewayurl.txt (if you editor places them automatically, change editor for a moment).
Then fire up Papers. Go to Preferences -> Sources and as Authentican URL use
http://wok-ws.isiknowledge.com.ezproxy.leidenuniv.nl:2048/esti/soap/SearchRetrievehttp://ezproxy.leidenuniv.nl:2048/login?url=%@SearchRetrieve
Hi there, this is an AXIS service!
Perhaps there will be a form for invoking the service here...If you also have experienced some problem accessing fonts presents in
/System/Library/Fonts with X11 applications (like Inkscape and The Gimp), then you may
have found the solution: copy the fonts you would like to use from
/System/Library/Fonts to /Library/Fonts, restart X11 and..retry!
Hugo Chroma Syntax Highlighting Dark/Light Mode
One of the issues I still had with this blog was that the syntax highlighting for code blocks was static and generated at compile time, whereas the rest of the site changed colors based on the system theme.
I’m glad I fixed it today following the linked article.