Module: Pdfmult
- Defined in:
- lib/pdfmult.rb
Overview
This module contains the classes for the pdfmult tool.
Defined Under Namespace
Classes: Application, LaTeXDocument, Layout, Optionparser, PDFInfo
Constant Summary collapse
- PROGNAME =
'pdfmult'- VERSION =
'1.3.1'- DATE =
'2013-01-04'- HOMEPAGE =
'https://github.com/stomar/pdfmult/'- TAGLINE =
'puts multiple copies of a PDF page on one page'- COPYRIGHT =
"Copyright (C) 2011-2013 Marcus Stollsteimer.\n" + "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n" + "This is free software: you are free to change and redistribute it.\n" + "There is NO WARRANTY, to the extent permitted by law."
- PDFLATEX =
'/usr/bin/pdflatex'- KPSEWHICH =
'/usr/bin/kpsewhich'