Skip to content

JosephMBarr/OpenLearnTeX

 
 

Repository files navigation

LearnTeX

LearnTex_Logo_Alt

LearnTeX interactive web application built to help individuals learn the basics of using LaTeX. This project was created by Noah Alderton, Joseph Barr, and J.T. Singhal for Purdue University's CS 252 (Systems Programming) course.

Setup Instructions

Simply add the appropriate Firebase API information in src/environments/environment.prod.ts and src/environments/environment.ts.

Also, make sure Firestore contains a lessons collection, containing documents for each of the lessons. Each lesson document should contain:

  • "content" (html document of each lesson found in lessons folder)
  • "number" ("Lesson 0" for example)
  • "solution" (The LaTeX solution to the assignment)
  • "title" (Title of the lesson; "Font Effects" for example)

About

An interactive website to learn LaTeX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.5%
  • HTML 38.2%
  • CSS 4.3%
  • JavaScript 4.0%