Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dominicrutk/latex-template
This is a LaTeX template generator for my CS and math assignments.
https://github.com/dominicrutk/latex-template
latex
Last synced: 19 days ago
JSON representation
This is a LaTeX template generator for my CS and math assignments.
- Host: GitHub
- URL: https://github.com/dominicrutk/latex-template
- Owner: dominicrutk
- License: isc
- Created: 2022-11-23T03:02:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T20:25:36.000Z (about 2 months ago)
- Last Synced: 2024-10-11T00:24:33.334Z (about 1 month ago)
- Topics: latex
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LaTeX Template Generator
This utility generates LaTeX templates for my CS and math assignments. It asks a series of questions in a CLI and uses
the answers with EJS to fill out a LaTeX template faster than I could by hand. The main template is stored in
`template.tex`, and the CLI logic is stored in `index.js`.To get the utility to work, you must create a `.env` file in the root of the project. Make a copy of `.env.example` and
rename it to get started. Add your name, a list of your classes, and a list of your common collaborators.