Giter Site home page Giter Site logo

jam-it's Introduction

jam-it

Use pdfjam to jam together PDF slides into lecture handouts.

Layout of the output pages can be defined in the script (default: 2x4 grid) and the input files are defined using an index file (see below for syntax).

Usage

vi index
bash jam-it.sh

Syntax of the index file

  • Lines starting with # will be ignored as comments.
  • Any word is considered a filename.
  • Filenames that start with @ start a new section.
  • Filenames that start with @ are also assumed to be in the correct output format (A4) and will be used as-is.
  • Any other file will be first processed into the desired layout (edit the script, if needed).
  • All files are jammed together in order.

Note: First "normal" file in a section is assumed to have a title slide for the section as the first page, which will be dropped. So, use e.g. @section-title.pdf to denote the start of a section and to give a A4 title page for the section.

Example

$ cat index

# List of PDFs to jam together
#  an index file for jam-it.sh (https://github.com/mlouhivu/jam-it)

@title-course.pdf

@title-openacc-intro.pdf
01-GPU-intro.pdf
02-OpenACC-intro.pdf
03-OpenACC-data.pdf

@title-profiling.pdf
04-Profiling-GPUs.pdf
06-Multiple-GPUs.pdf
$ bash jam-it.sh

jam-it's People

Contributors

mlouhivu avatar

Watchers

James Cloos 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.