Matthieu Moy
bb301c1c78
Don't move generated PDF file when --output is specified
Moving the PDF file to the toplevel of the temporary directory was needed
for partial cleanup (keeppdf), but a side effect is that it makes
$pdffile absolute, and then breaks abs_pdffile="$PWD/$pdffile". Doing
this file move and make the path name absolute only if --output is not
active fixes the issue.
12 years ago
Matthieu Moy
016dfffd7d
Update Copyright year
12 years ago
Matthieu Moy
de885c775d
support for partial cleanup of generated files
This is needed for viewers like evince that do not work when the file
being viewed is deleted right after the viewer is launched.
Based on patch from Sebastian Hofer <sebastian.hofer@univie.ac.at>
12 years ago
Matthieu Moy
cd88b69b8b
Document -- syntax for worktree
12 years ago
Sebastian Hofer
9dd0ec0478
* Added support for diffing against current working directory:
> git-latexdiff <commit> --
12 years ago
Matthieu Moy
fbc66bf288
Link possibly unversionned files to temporary directory
From: Sebastian Hofer <sebastian.hofer@univie.ac.at>
12 years ago
Matthieu Moy
4db449c53d
Make temp dir location customizable, and default it to /tmp/
From: Sebastian Hofer <sebastian.hofer@univie.ac.at>
12 years ago
Matthieu Moy
b2b7016a94
New option --latexmk to use "latexmk -f -pdf -silent" to compile
From: Sebastian Hofer <sebastian.hofer@univie.ac.at>
12 years ago
Matthieu Moy
5003a3bfcb
Simplify --biber implementation, and fix indentation
13 years ago
Matthieu Moy
fef8ad2014
Merge commit 'refs/merge-requests/1' of git://gitorious.org/git-latexdiff/git-latexdiff
13 years ago
Matthieu Moy
69872fa074
Add --prepare
13 years ago
Matthieu Moy
7eecabd319
Add --version
13 years ago
Philipp Leufke
ce3bfc31f7
added a BibLaTeX-Biber option '--biber' in analogy to the bibtex option
13 years ago
Matthieu Moy
6eeb4d1879
fixups to previous patch
13 years ago
Jevon Longdell
0d2814ad86
added --bibtex option and added a description of verbose option to help
if you add --bibtex option then rather than just latexing once it does
pdflatex, bibtex, pdflatex, pdflatex sequence.
13 years ago
Matthieu Moy
6cad966103
Alternative script
13 years ago
Matthieu Moy
91f3100ab1
Initial version
13 years ago