Category: Uncategorized

Enable LaTeX to find files in multiple folders

To enable LaTeX to find files in other folder use this: \makeatletter \def\input@path{{./}{../../../some-other-folder/}} \makeatother This is handy if including a TeX file from elsewhere that has file includes inside it self  

Eclipse CDT cannot debug using gdb on Mac

See this post for the problem description. The main reason is that the debugger is not signed for mac. The page describes how to sign it.

OSX Yosemite printing to HP enterprise printer over Windows spools

I discovered that setting up a HP Enterprise printer on OSX Yosemite was not trivial when it had to print through a Windows spools via smb. So to get this to work follow the usual guides on windows spooler listed

Tagged with:

Creating plugins for Lightroom

Here’s a few useful links for creating plugins for Adobe Lightroom: Lightroom SDK guid Lua language online book Lightroom SDK documentation of the modules Lua IDE Debugging Lua Other specific Lua stuff which might be useful: lua string replacement

Managing free maps for Garmin BaseCamp – MacOS

You can download free OpenStreet Maps from here, see a guid hereĀ on how to select and download the map. The downloaded maps can be installed using ManageMaps (a custom app from Garmin, not on the app store) or simply by

Top