Deck.js & Pandoc Adolfo Sanz De Diego May 2013 Adolfo Sanz De - - PowerPoint PPT Presentation

deck js pandoc
SMART_READER_LITE
LIVE PREVIEW

Deck.js & Pandoc Adolfo Sanz De Diego May 2013 Adolfo Sanz De - - PowerPoint PPT Presentation

Deck.js & Pandoc Adolfo Sanz De Diego May 2013 Adolfo Sanz De Diego Deck.js & Pandoc Adolfo Sanz De Diego Deck.js & Pandoc I About Adolfo Sanz De Diego Deck.js & Pandoc Adolfo Sanz De Diego Adolfo Sanz De Diego Deck.js


slide-1
SLIDE 1

Deck.js & Pandoc

Adolfo Sanz De Diego May 2013

Adolfo Sanz De Diego Deck.js & Pandoc

slide-2
SLIDE 2

Adolfo Sanz De Diego Deck.js & Pandoc

slide-3
SLIDE 3

I About

Adolfo Sanz De Diego Deck.js & Pandoc

slide-4
SLIDE 4

Adolfo Sanz De Diego

Adolfo Sanz De Diego Deck.js & Pandoc

slide-5
SLIDE 5

My Resume

Old JEE web developer Today:

Computer teacher:

  • Hardware, Operating Systems, Networking, Programming

Freelance Trainer:

  • Java, Android
  • JavaScript, jQuery
  • JSF, Spring, Hibernate
  • Groovy & Grails

I like to develop

Adolfo Sanz De Diego Deck.js & Pandoc

slide-6
SLIDE 6

Hackalover

For hackathons lovers Meetup: http://www.meetup.com/Hackathon-Lovers/ Twitter: http://twitter.com/HackathonLovers

Adolfo Sanz De Diego Deck.js & Pandoc

slide-7
SLIDE 7

Tweets Sentiment

Is a tweets analyzer which extracts semantic information to know if the general tweets feeling about a topic is positive or negative. Web: http://tweetssentiment.com/ Twitter: http://twitter.com/TweetsSentiment

Adolfo Sanz De Diego Deck.js & Pandoc

slide-8
SLIDE 8

Where to find me?

My nick: asanzdiego AboutMe: http://about.me/asanzdiego

GitHub: http://github.com/asanzdiego/ Twitter: http://twitter.com/asanzdiego Blog: http://asanzdiego.blogspot.com.es LinkedIn: http://www.linkedin.com/in/asanzdiego

Adolfo Sanz De Diego Deck.js & Pandoc

slide-9
SLIDE 9

Licence

This work is licensed under a:

Creative Commons Attribution 3.0

The program source code are licensed under a:

GPL 3.0

Adolfo Sanz De Diego Deck.js & Pandoc

slide-10
SLIDE 10

II Instalation and how to use

Adolfo Sanz De Diego Deck.js & Pandoc

slide-11
SLIDE 11

Dependencies

Pandoc (needs to be installed) Deck.js (included)

Adolfo Sanz De Diego Deck.js & Pandoc

slide-12
SLIDE 12

Creation

First copy the doc folder and rename it as you like. This is not necessary but helps you organize your documents. Create the md files that you want to generate. The md files are Markdown files which are nothing more than plain text files with extension md, and a lightweight markup (we should know it but it is very simple). Once created the md files, we can generate html, html-slides y pdf-beamer with a script.

Adolfo Sanz De Diego Deck.js & Pandoc

slide-13
SLIDE 13

Build

To convert all md files of all the folders go to the root folder and execute: ./build.sh To convert all md files of one folder go to the root folder and execute: ./build.sh [folder_name]

Adolfo Sanz De Diego Deck.js & Pandoc

slide-14
SLIDE 14

Slide keyboard shortcuts

[F] - Find text [M] - Miniature slides [G] - Go to slide number [ctrl]+[+] - Zoom in [ctrl]+[-] - Zoom out [ctrl]+[wheel mouse] - Zoom in/out [space] - Next page [intro] - Next page [page up] - Next page [up arrow] - Next page [right arrow] - Next page [backspace] - Previous page [page down] - Previous page [down arrow] - Previous page [left arrow] - Previous page

Adolfo Sanz De Diego Deck.js & Pandoc