Marketplace:

Buy cheap domains and domain transfer service with free domain hosting features
Affordable domain name hosting and webhosting for small business
Register cheap domain name by cheap-domainregistrar.com 

 

   

Processing a LaTeX Document

next up previous contents index

Use rubber to convert a source document into a PDF document:

  $ rubber --pdf report


Rubber has a problem with warnings produced by PDFLaTeX, interpreting them as errors, and thus failing. A simple fix is to edit the file __init__.py in /usr/share/rubber/rubber/, in the definition of the errors function, insert the following:

  ...
      for line in self.lines:
                if line[0:23] == "! pdfTeX warning (dest)":
                                print "PDF WARN: " + line[25:],
                                return 0
                if line[0] == "!":
  ...



Copyright (c) 1995-2004

 

      

Marketplace:
Facts: " How the mind works is still a mystery. We understand the hardware, but we don't have a clue about the operating system.   "  

Tuesday 22 May 2012 07:07:11 1337670431