Dashing widget to display weather from forecast.io. This widget was forked from https://gist.github.com/mjamieson/5274790 to add Skycons and the forecast for later in the day.
##Usage
| -- don't do anything unless we target latex | |
| if FORMAT ~= "latex" then | |
| return {} | |
| end | |
| local List = require'pandoc.List' | |
| local function latex(str) | |
| return List:new{pandoc.RawInline('latex', str)} | |
| end |
Dashing widget to display weather from forecast.io. This widget was forked from https://gist.github.com/mjamieson/5274790 to add Skycons and the forecast for later in the day.
##Usage
A version of Mike Bostock’s animated world countries, which uses a more accurate spherical interpolation.