Kenneth Moreland
73515335f5
Add documentation for USE_BIBLATEX command.
2016-02-15 23:34:35 -07:00
Kenneth Moreland
3d6a7a93d3
Add STRINGS property to LATEX_DEFAULT_BUILD
...
This makes it easier to select the default build in the CMake GUI.
2015-12-01 15:48:27 -07:00
Kenneth Moreland
d83fd902b5
Add documentation for TARGET_NAME option.
2015-10-19 14:41:12 -06:00
Kenneth Moreland
b662bf887f
Forgot to update version in document.
2015-09-09 10:23:42 -06:00
Kenneth Moreland
18abbfebc1
Support bmp and other image formats.
2015-09-08 10:54:57 -06:00
Kenneth Moreland
26426e23ec
Support for multind package (thanks to Dan Lipsa)
2015-09-03 13:46:10 -06:00
Kenneth Moreland
5bb6a7a638
Add EXCLUDE_FROM_DEFAULTS option
...
Previously, the EXCLUDE_FROM_ALL option broke both the dependency from
the all target and the dependency from the dvi, pdf, etc. targets. However,
there is plenty of reason to want only one or the other, so the
EXCLUDE_FROM_ALL option was broken up into a second EXCLUDE_FROM_DEFAULTS
that controls the second set of dependencies.
2015-04-09 11:46:56 -06:00
Kenneth Moreland
5f7c265521
Update documentation for mangled naming.
2014-12-15 17:18:54 +05:30
Kenneth Moreland
9e1f62b5dc
Update documentation for how default builds work.
2014-12-15 14:49:22 +05:30
Kenneth Moreland
77fe49f7c1
Change capitalized function names to lower case function names.
...
This is the "new" style in CMake. It's actually been around a while, but
UseLATEX.cmake was not updated previously.
2014-12-14 10:56:29 -06:00
Martin Baute
3264be4f0f
Fix check for Window's convert.
...
Older versions of Windows use the path C:\Windows\system32. Newer ones
use the path C:\Windows\System32 (with a capitol S). They are somewhat
equivalent because Windows file system is not case sensitive, but it
made the check for the system32 directory fail. This change first converts
the path the lowercase to do a non case sensitive comparison.
2014-06-12 11:36:37 -06:00
Christoph Grüninger
fa0fc39926
White space changes: Replace tabs and remove trailing spaces.
...
Remove an old commented line.
2014-05-25 15:35:03 +02:00
Kenneth Moreland
4627adc1e4
Attribution for LuaLaTeX.
2014-03-19 14:21:48 -06:00
Matthias Bach
4dbbc765d6
Document how to use the lualatex program.
2014-03-19 21:05:10 +01:00
Kenneth Moreland
7155d6374d
Copy font files for packages with fonts.
2014-03-19 12:05:23 -06:00
Kenneth Moreland
9236074d70
Document how to use the xelatex program.
2013-11-17 22:14:21 -07:00
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