Kenneth Moreland
387cf24870
Check for Windows version of convert and give error.
...
Thanks to Martin Baute.
2013-11-16 08:28:22 -07:00
Kenneth Moreland
c0d0d30a9b
Update documentation.
2013-10-31 09:54:20 -06:00
Kenneth Moreland
b2065e7ed2
Update patch version and document change.
2013-10-02 09:35:33 -06:00
Kenneth Moreland
a424ee4298
Add NO_DEFAULT and DEFAULT_PS options
2013-03-12 09:39:05 -06:00
Kenneth Moreland
afdf1a7285
Update version in documentation.
2013-02-04 11:02:45 -07:00
Kenneth Moreland
6e08608b2c
Add a class of image files not directly supported by LaTeX.
...
Previously, all image files were classified into groups of files supported
by latex and those supported by pdflatex. This change also defines files
that are not directly supported by either (and therefore always have to
be converted).
Also added svg, tiff, and gif files to the list of those supported.
2012-10-01 08:59:58 -04:00
Kenneth Moreland
28524f18ba
Add warning for image files with multiple periods.
...
Some distributions of LaTeX simply do not handle image files with multiple
periods properly (they cannot identify the extension/format correctly).
The warning suggests best practice of renaming files.
2012-06-26 09:46:21 -06:00
Kenneth Moreland
5fd9c1270f
Hide internal variables from GUI.
...
Variables holding things like LATEX_ADD_DOCUMENT arguments have to cached
now that we are using functions instead of macros. They should be declared
internal since the user should neither see nor set them, but I had
misspelled INTERNAL.
2012-06-11 10:04:20 -06:00
Kenneth Moreland
de1c9e9607
Update documentation to pdftops feature.
2012-05-02 15:35:19 -06:00
Kenneth Moreland
465c52763c
Update minor version in documentation.
2012-03-14 17:01:50 -06:00
Kenneth Moreland
17b4001802
Make indentation in CMake examples consistent.
2012-03-01 16:29:16 -07:00
Kenneth Moreland
80854be3f1
Add documentation chapter for multibib support.
2012-03-01 16:23:20 -07:00
Kenneth Moreland
33c552c5ba
Add FAQ about including non-tex files.
2012-02-29 14:11:11 -07:00
Kenneth Moreland
9fd05b6487
Some restruction of the documentation.
2012-02-29 13:59:36 -07:00
Kenneth Moreland
0f95622330
Update minor version in documentation.
2011-12-07 08:30:35 -07:00
Kenneth Moreland
0a184ba20c
Add note of when using ps2pdf instead of convert.
2011-08-24 08:02:30 -06:00
Kenneth Moreland
5acf5264eb
Update version in documentation.
...
Otherwise documentation has not changed. The patch release just fixes
a problem, not introduce any functionality change.
2011-08-24 08:02:30 -06:00
Kenneth Moreland
b85f612fd0
Correct for distributions that do not support \synctex command.
2011-08-19 19:59:35 -06:00
Kenneth Moreland
364bf7618e
Support SyncTeX.
2011-07-19 10:13:00 -06:00
Kenneth Moreland
a9ed0efabe
Clean up clean targets.
...
Add all known auxiliary files that LaTeX generates to the clean target.
Also add the final generated files (dvi, ps, pdf). Also add these
files to the auxclean target, which differs from the regular clean
in that it does not clean things like images that take a while to
rebuild.
2011-07-07 10:15:37 -06:00
Kenneth Moreland
bd3bff8700
Add support for using xindy to create glossaries.
2011-07-06 12:28:37 -06:00
Kenneth Moreland
0cf431f941
Update documentation to version 1.7.6.
2011-05-11 15:52:17 -06:00
Kenneth Moreland
93489cb029
Update documentation for USE_NOMENCL command.
2011-05-09 14:34:06 -06:00
Kenneth Moreland
aea2272747
Fix problem with BibTeX copies.
...
Thanks to Edwin van Leeuwen.
2011-05-04 09:24:53 -06:00
Kenneth Moreland
257044a666
Better document need for relative image paths.
...
Added a paragraph to the documentation about it and added checks
in the CMake code to warn the user when the rule is violated.
2011-01-25 10:25:15 -07:00
Kenneth Moreland
7fc085cb80
Remove listing of UseLATEX.cmake from the documentation.
...
It doubles the length of the documentation and does not provide
much use to the reader.
2011-01-25 09:23:58 -07:00
Kenneth Moreland
ceb3199282
Update version (1.7.4) and attributions.
2011-01-25 09:18:22 -07:00
Kenneth Moreland
c5a638f6f4
Document DEFAULT_SAFEPDF option.
2011-01-25 09:13:24 -07:00
Kenneth Moreland
b489dfc49c
Add link to FAQ for out-of-source builds.
2011-01-25 08:53:43 -07:00
Kenneth Moreland
bef65c7849
Fix some issues with interaction between makeglossaries and bibtex.
...
Thanks to Mark de Wever.
2010-11-22 16:49:21 -07:00
Kenneth Moreland
b23b9d3f23
Add acknowledgement for pstricks support with --enable-write18 flag.
2010-11-22 16:41:02 -07:00
Kenneth Moreland
8eae3ff0f6
Typos.
2010-09-01 09:16:16 -06:00
Kenneth Moreland
f9ae6dfb94
Add FAQ about using pstricks with MikTeX.
2010-09-01 09:07:28 -06:00
Kenneth Moreland
c38505eaea
Grammar error.
2009-09-14 20:03:59 +00:00
Kenneth Moreland
7e779db6b6
Add example of using gri files.
2009-09-14 19:59:59 +00:00
Kenneth Moreland
4acd876221
Patch from Lukasz Lis to use ps2pdf to convert from eps to pdf instead of ImageMagick because the latter drops the BoundingBox.
2009-09-14 19:55:44 +00:00
Kenneth Moreland
0afff69402
Added FAQ entry with clarification of out of source build requirement.
2009-06-18 15:48:51 +00:00
Kenneth Moreland
6046fca3fd
More image info.
2008-09-24 17:37:47 +00:00
Kenneth Moreland
342e113a20
Minor addition to image inclusion.
2008-09-24 17:26:52 +00:00
Kenneth Moreland
48a660fc03
Fix some dependency issues.
2008-08-14 20:08:59 +00:00
Kenneth Moreland
5870200463
Fixed some typos.
2008-08-14 19:02:58 +00:00
Kenneth Moreland
7bcb9a3ab6
Decided to version to 1.7 to reflect the change in feature.
...
Removed debugging printout I did not intend to commit.
Updated the version in the documentation.
2008-08-14 15:15:31 +00:00
Kenneth Moreland
376b12d541
Version 1.6.2
2008-08-12 04:20:30 +00:00
Kenneth Moreland
f0f6f95b3e
ENH: Add UseLATEX version number and SAND document number.
2008-04-28 20:25:16 +00:00
Kenneth Moreland
acca761aa3
Ported makeglossaries to CMake and embedded it in UseLATEX.cmake. I have not tried building glossaries yet, but normal document building still seems to work.
2008-04-15 23:14:41 +00:00
Kenneth Moreland
b5db60b71c
Oops. Wrong name for bib file.
2008-04-03 20:17:10 +00:00
Kenneth Moreland
9821ab41d4
Set props
2008-03-11 20:03:11 +00:00
Kenneth Moreland
68070a240b
Added support for makeglossaries command.
2008-03-11 19:59:03 +00:00
Kenneth Moreland
c0856825ca
Add the documentation. Basically taken from the Wiki.
2007-05-04 19:48:22 +00:00