Commit Graph

22 Commits

Author SHA1 Message Date
mkalewski c883810608 Add 'lualatex' compiler support.
Add 'lualatex' compiler support (as in #6 pull request)
and minor code modifications.
2017-10-12 14:35:29 +02:00
mkalewski 07100aa7bb Fix formatting. 2016-01-26 21:26:11 +01:00
mkalewski 506f7b26e0 Fix formatting. 2016-01-26 21:24:44 +01:00
mkalewski de65176f9f Add a new option: '+shell'.
The option enables the shell escape option of the
latex, pdflatex, and xelatex compilers.  It is
useful for packages like 'minted'.
2016-01-26 21:16:24 +01:00
mkalewski bdeb2a5575 Fix issue #5 and grep binary searches.
Add new option '+n' to disable output coloring during compilations.
Fix grep binary searches.
2015-07-16 15:43:40 +02:00
mkalewski 9f9c3efe69 Add XeLaTeX and MakeGlossaries support.
Add support for XeLaTeX files compilations and a new option for MakeGlossaries.
(Closes #4.)
2014-12-11 11:52:22 +01:00
mkalewski 74d9bfacd3 Add OS X adjustments and fix grep searches
Under OS X, the script uses now GNU grep ('ggrep') instead of BSD grep
and the 'open' command is now used to open resulting PDF documents
after compilations.

Compilation errors search has been improved.

Some output messages have been modified.

Since this version, the script is tested also under OS X, hence new
minor version number.
2014-07-24 16:21:35 +02:00
Michal Kalewski 0760f71ed3 Improve triple compilation.
Triple compilation now also takes place after 'bibtex' and 'makeindex'.
2013-03-26 11:34:29 +01:00
mkalewski 9bacd2f9b9 Fix search for compilation errors.
When used with the 'PSTricks', the search for compilation errors now takes into
account the name of package 'infwarerr'.
2012-12-11 17:29:15 +01:00
mkalewski 8a1695b7e4 A new version number after the previous commit. 2012-09-26 16:43:29 +02:00
mkalewski b892f98fa9 Fixes a problem for counting warnings in a summary of problems ('+s' option).
Now warnings are counted with the use of 'grep' command instead of 'wc'.
Previously, '+s' option reported that there were warnings during compilation,
even thought there weren't any warnings.
2012-09-26 16:14:23 +02:00
mkalewski 6ef41ceebc Workaround for a summary of problems (errors and warnings) after compilation. 2012-09-19 16:03:07 +02:00
mkalewski f6c43cbcbe Fix issues #2, #3.
Add new option '+s' to print a summary of problems (errors and warnings) after
compilation.
2012-09-18 12:47:52 +02:00
mkalewski 74430e0699 Modify warning messages. 2012-03-07 22:55:04 +01:00
Michal Kalewski 3021d4b1d0 Add support for BibTeX warnings. 2012-03-07 11:56:53 +01:00
mkalewski fb0c70aa72 Standard error (`stderr`) stream of `Inkscape` redirected to ``/dev/null``. 2011-12-17 16:09:26 +01:00
Michal Kalewski 56d9b567ad README workaround. 2011-10-19 16:24:30 +02:00
Michal Kalewski 7d1315f60d 'SyncTex' synchronization (thanks to 'tdi' https://github.com/tdi) and handouts from beamer presentations added. 2011-10-19 15:57:45 +02:00
Michal Kalewski e70ea0f96e README content added. 2011-09-23 17:20:07 +02:00
Michal Kalewski 0cdec1c29a Initial import. 2011-09-22 22:17:52 +02:00
Michal Kalewski 858e84e56b License added. 2011-09-22 22:14:46 +02:00
Michal Kalewski 0a124614c7 first commit 2011-09-22 22:01:22 +02:00