- Apr 29, 2024
-
-
Kenneth Moreland authored
Replace use of the deprecated exec_program with execute_process See merge request !16
-
Kenneth Moreland authored
-
Kenneth Moreland authored
Change minimum CMake version to 3.5 See merge request !15
-
Kenneth Moreland authored
CMake is no longer supporting versions earlier than that. We are going to follow along with that.
- Jul 13, 2023
-
-
Kenneth Moreland authored
Create target properties to add command line options Closes #10 See merge request !14
-
- Jul 11, 2023
-
-
Kenneth Moreland authored
-
- May 24, 2023
-
-
Kenneth Moreland authored
Also reformat to use the \url command.
-
- Jul 14, 2021
-
-
Kenneth Moreland authored
Be less clever about README links See merge request !12
-
Kenneth Moreland authored
Previously, the download links in the README file contained the full URL to the latest version of the CMake and PDF. The problem is that this URL is fragile. It always points to the top copy (as opposed to the current commit if looking at a particular verion). Plus the URL could change with updates to GitLab or other configuration changes. Just link to the file and let GitLab provide the right page. This is a bit less nice as you get the GitLab source view, but you still get a download link right on it. I'm sure users can figure it out.
-
Kenneth Moreland authored
Handle condition with user-set comment character See merge request !11
-
Kenneth Moreland authored
The release-version.sh script creates an automatic version tag description. At the bottom it puts comments for further instructions. These comments used the '#' comment character. However, this character can be changed by the git configuration. So, instead read the git configuration and use the appropriate comment character no matter what.
-
Kenneth Moreland authored
Prepare to release version 2.7.2 See merge request !10
-
Kenneth Moreland authored
-
Kenneth Moreland authored
-
Kenneth Moreland authored
-
Kenneth Moreland authored
Add CONFIGURE_DEPENDS option when globbing files Closes #9 See merge request !9
-
Kenneth Moreland authored
-
Kenneth Moreland authored
-
Kenneth Moreland authored
This allows better detection when files in a directory change. This only happens for CMake 3.12 or better.
-
Kenneth Moreland authored
Update minimum CMake to 2.8.12 See merge request !8
-
Kenneth Moreland authored
The latest version of CMake gives a deprecation warning if you set the minimum required CMake to earlier than that. Technically, the minimum version of CMake is not defined by UseLATEX.cmake itself, but it is defined in all the test and in an the main documentation build, which itself is used as an example.
-
- Nov 09, 2020
-
-
Kenneth Moreland authored
-
- Aug 06, 2020
-
-
Kenneth Moreland authored
Update version to 2.7.1 See merge request !7
-
Kenneth Moreland authored
-
Kenneth Moreland authored
Ignore warning about font shape having incorrect series See merge request !6
-
Kenneth Moreland authored
It is not uncommon to get a LaTeX warning like the following: LaTeX Warning: Font shape declaration has incorrect series value `mc'. The warning appears to be harmless. (I saw that on the internet so it must be true, right?) It is also not trivial to get rid of since some combination of packages or distributions can cause it.
-
Kenneth Moreland authored
Fix error conditions with file spaces Closes #7 See merge request !5
-
Kenneth Moreland authored
-
Kenneth Moreland authored
On error condition UseLATEX.cmake reads in some generated LaTeX files. If those files have spaces (and LaTeX decides to actually work with files with spaces) properly handle the generated files on an error condition.
-
Kenneth Moreland authored
Add license Closes #6 See merge request !3
-
- Apr 29, 2020
-
-
Peter Knowles authored
-
- Mar 19, 2020
-
-
Jordan Williams authored
Add a license file to the top-level directory.
-
- Oct 03, 2019
-
-
Kenneth Moreland authored
The previous version of release-version.sh was dropping the first line of the release notes. This change adds that first line to the release notes.
-
Kenneth Moreland authored
-
Kenneth Moreland authored
INPUT_DIRECTORIES option See merge request !2
-
- Oct 01, 2019
-
-
Kenneth Moreland authored
-
- Sep 30, 2019
-
-
Kenneth Moreland authored
-
-
- Sep 11, 2019
-
-
Kenneth Moreland authored
-