Skip to content

Instantly share code, notes, and snippets.

@wikimatze
Last active November 15, 2017 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wikimatze/75e8a2f3ddce657d369f4dba77f33b68 to your computer and use it in GitHub Desktop.
Save wikimatze/75e8a2f3ddce657d369f4dba77f33b68 to your computer and use it in GitHub Desktop.
# Vim Conf 2017

author
:   Matthias Günther


# Talks 1

- [@fatih](https://twitter.com/fatih): The Past and Future of Vim-go
[https://speakerdeck.com/farslan/the-past-and-future-of-vim-go](https://speakerdeck.com/farslan/the-past-and-future-of-vim-go "https://speakerdeck.com/farslan/the-past-and-future-of-vim-go")

Generating the slides with rabbit -p --slides-per-page 1 -o test.pdf test.md and

rabbit -v => 2.2.1 as well as

wm@wm ~/bitbucket/presentations/vim-conf-2017 (vim-conf-2017 ✭ ✗ ◼) » gem list | grep cairo
cairo (1.15.4)
cairo-gobject (3.1.9)

In the generated PDF file are the links not clickable, what I'm missing?

@kou
Copy link

kou commented Nov 15, 2017

It works well on my Rabbit: http://pub.cozmixng.org/~kou/a.pdf

Maybe your cairo (not cairo gem) is old:

% ruby -r cairo -e 'p [Cairo::VERSION, Cairo::BINDINGS_VERSION]'
[[1, 15, 8], [1, 15, 11, nil]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment