LaTeX

From SpeechWiki

(Difference between revisions)
Jump to: navigation, search
(diaToPdf.sh: save Dia diagrams as PDFs)
(Arthur's left the group - can't wrestle him into providing thesis template 2 years afterwards)
 
Line 17: Line 17:
  yum install dia inkscape
  yum install dia inkscape
is sufficient.
is sufficient.
-
 
-
=UIUC thesis template=
 
-
 
-
coming soon - I have it, but may be it will need some changes.
 

Latest revision as of 19:16, 27 July 2012

This page is to help people write documents with LaTeX.

Figures

pdfTightBBox.pl: Fixing the bounding box for PDFs

sometimes PDF figures created in OpenOffice or other programs do not have a tight bounding box around them, and are surrounded by lots of whitespace. This script will rewrite the PDF file with the tightest possible bounding box. The PDF file is modified in place.

usage: pdfTightBBox.pl <file.pdf> [<file.pdf> ...]


diaToPdf.sh: save Dia diagrams as PDFs

Dia can be used to make nice figures but does not save files as PDFs. This script can convert .dia documents into PDFs.

usage: diaToPdf.sh file.dia [dia options]

converts file.dia to file.pdf. [dia options] are passed on to dia. Eg. '-L layer' prints only the specified layer.

Requires dia and inkscape installed. On Fedora,

yum install dia inkscape

is sufficient.

Personal tools