for Introduction to the Theory Of Computation
Have other solutions or think mine are wrong? Share your thoughts (open an issue)!
Hi! Main content of this repo are solutions to exercises from the book presented above.
But, it is also a good example of developer environment to using LaTeX to produce scientific documents with math expressions and graphs. You can check VS Code settings here.
Few examples of latex code you can found there:
- Math expressions:
- Math vectors/matrix
- Graphs
- Colored graphs
Along using LaTeX during content creation process I've prepared github actions example to automatic build and publish PDFs from LaTeX documents as well as publishing simple homepage on github pages: https://mharbuz.github.io/itttoc-exercises/
- Simple homepage for this project, hosted on GitHub Pages. HERE
- Visual Studio Code workspace settings for building Latex documents.
- Quite a few examples how to use Latex. Especially for writing graphs.
- Example of GitHub action to build Latex documents and deploy them to GitHub Pages.