UseLATEX/tests
Kenneth Moreland 0eb452382a Output full log file on LaTeX error
When running LaTeX in batch mode, it might not print any output when a
failure occurs. So, when running in this mode, cat out the log failure
if a LaTeX error occurs.

The implementation for this wraps the latex call in a CMake script
that runs latex and checks the return value. If not a success value,
reads and then prints the log.
2016-12-14 21:43:39 -07:00
..
Bibliography Add test for bibliographies. 2016-02-15 23:22:28 -07:00
DefaultTargets Require CMake version >= 2.8.4 2015-07-23 22:40:31 +02:00
ImageTypes Add more image file types to image types test 2016-11-21 13:51:43 -07:00
MultiDocuments Output full log file on LaTeX error 2016-12-14 21:43:39 -07:00
MultiDotFilename Require CMake version >= 2.8.4 2015-07-23 22:40:31 +02:00
MultiIndex Correct README for MultiIndex test. 2015-10-19 14:21:26 -06:00
Subdirectory Require CMake version >= 2.8.4 2015-07-23 22:40:31 +02:00
README Add test for filenames with multiple periods in them. 2012-06-26 10:32:15 -06:00

This directory contains simple documents that test features and fixes of
UseLATEX.cmake.  You will find many features missing as I was very late in
starting this practice and have not gone back to retest earlier features.