latex-make 2.1.16-1 source package in Ubuntu

Changelog

latex-make (2.1.16-1) unstable; urgency=low

  * New upstream release
    + add support for SVG subfig
  * Depend on ghostscript instead of gs-common (Closes: #649696)
  * Bump Standard-Version (no change needed)
  * Use debian source format 3.0 (quilt)
  * Add a recommend on python that is only needed to handle SVG subfig
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  14 Dec 2011 09:46:11 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Vincent Danjean
Architectures:
all
Section:
tex
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
latex-make_2.1.16.orig.tar.gz 90.6 KiB 8cc91dd934c973d601a2500590874bf36c020f19167e2f153db969f74e1eebe7
latex-make_2.1.16-1.debian.tar.gz 5.6 KiB 83fb36707ad33568b9ea3be3f8e490624683c75657f6f70b44baf897bf74b5d7
latex-make_2.1.16-1.dsc 1.8 KiB 6a200bff4d61203bb12c4e4ee24ecad6a7c830731fbdd60f09b15d04ff3fd667

Available diffs

View changes file

Binary packages built by this source

latex-make: easy compiling of complex (and simple) LaTeX documents

 This package provides several tools that aim to simplify the
 compilation of LaTeX documents:
 .
 LaTeX.mk: a Makefile snippet to help compiling LaTeX documents in
 DVI, PDF, PS, ... format. Dependencies are automatically tracked: one
 should be able to compile documents with a one-line Makefile
 containing 'include LaTeX.mk'. Complex documents (with multiple
 bibliographies, indexes, glossaries, ...) should be correctly managed.
 .
 figlatex.sty: a LaTeX package to easily insert xfig figures (with
 \includegraphics{file.fig}). It can interact with LaTeX.mk so that the
 latter automatically invokes transfig if needed.
 .
 And various helper tools for LaTeX.mk