This is to create a way to have cmake handle plain TeX (non-LaTeX), files into various outputs. Based on CMake UseLatex
  • TeX 58.2%
  • CMake 39.9%
  • Shell 1.9%
Find a file
2026-02-18 22:49:41 -08:00
cmake Move FindTEX to cmake, update CMakeLists.txt 2026-02-09 21:23:06 -08:00
tests Start of tests. 2026-02-09 21:01:55 -08:00
UseLATEX-main Use Latex code added. 2026-02-09 20:44:54 -08:00
.gitignore Ignore Build directory. 2026-02-09 22:23:36 -08:00
CMakeLists.txt Updated to this project 2026-02-09 22:21:39 -08:00
LICENSE Initial commit 2026-02-09 20:32:22 -08:00
macros.tex Start of documentation. 2026-02-09 22:22:29 -08:00
README.md Initial commit 2026-02-09 20:32:22 -08:00
UseLATEX.tex This is for LaTeX, won't work for our use here. 2026-02-09 21:30:41 -08:00
UseTEX.cmake Trying to fix copying of files. 2026-02-18 22:49:41 -08:00
UseTEX.tex Start of documentation. 2026-02-09 22:22:29 -08:00

cmake-usetex

This is to create a way to have cmake handle plain TeX (non-LaTeX), files into various outputs. Based on CMake UseLatex