https://github.com/nickchubb/latexgenerator
Python (with Tkinter) program to procedurally generate LaTeX project folders and documents
https://github.com/nickchubb/latexgenerator
gui latex python tkinter
Last synced: 3 months ago
JSON representation
Python (with Tkinter) program to procedurally generate LaTeX project folders and documents
- Host: GitHub
- URL: https://github.com/nickchubb/latexgenerator
- Owner: NickChubb
- Created: 2020-02-02T01:05:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T07:54:36.000Z (over 6 years ago)
- Last Synced: 2025-10-14T05:41:42.891Z (9 months ago)
- Topics: gui, latex, python, tkinter
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaTeXGenerator v1.0
**WORK IN PROGRESS**
After growing tired of managing my LaTeX dependencies and changes to my LaTeX notes formats over the years, I've decided to make myself a desktop app to manage how my LaTeX projects are managed.
My LaTeXGenerator uses Python (with Tkinter for GUI) to create myself new project folders in a logical/proper way.
Started Jan 31, 2020 by [Nick Chubb](http://nchubb.com)
## How it works
* get user input
* create new project folder
* populate new project folder with newly created .tex documents
## To-Do
1) Complete Folder and file creation functions
2) Complete restructuring of my template .tex documents
3) Generate metadata file for new project (inlcude list of LaTeX functions I have written)
4) Correctly generate titlepage and table of contents **(for reports)**
## The Future...
* functionality to manage my resume and cover letters with header
* compile to pdf...? (or should the users TeX editor handle that?)