Code Monkey home page Code Monkey logo

publications's Introduction

Enix public publications repository

This repository include the various publications Enix presented.

Usage

Publications are made using the reveal.js framework.

The easiest way to build the publications and present them is to build them using docker:

# retrieve reveal.js submodule
git submodule init
git submodule update
# build the container
docker build -t publications .
# run the container
docker run -it --rm -P publications
# during creation of the slides it can be easier to map a volume in the
# container to automatically see your changes
docker run -it --rm -P -v "$PWD"/slides/:/home/node/app/slides/ publications

Then the slides are available directly in your browser pointing to http://localhost:8000/slides/

PDF export

reveal.js provide a native PDF exporter, however I don't find it really complete and work fine for printing needs but does not produce such nice slides as the originals.

So we use decktape https://github.com/astefanutti/decktape. It can produce identical to slides pdf rendering. The tool is also provided as a docker container so usage is also simple:

# run decktape using a 1920x1080 viewpoint to match an HD presentation screen
docker run --rm -t -v "$PWD"/slides/:/slides/ astefanutti/decktape --size 1920x1080 http://localhost:8000/slides/$MYPRESENTATION.html $MYPRESENTATION.pdf

publications's People

Contributors

b-abadie avatar jpetazzo avatar lcaflc avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.