Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jambonrose/latex-code-example

A set of example LaTeX files to quickstart proper source code display and formatting. Demonstrates verbatim, listings, and minted packages.
https://github.com/jambonrose/latex-code-example

Last synced: about 1 month ago
JSON representation

A set of example LaTeX files to quickstart proper source code display and formatting. Demonstrates verbatim, listings, and minted packages.

Awesome Lists containing this project

README

        

latex-code-example
==================

This project is meant to help jump start writers looking to display source code in LaTeX documents. The project provides a set of TeX files and a PDF of the output of said TeX files. The intention is that a reader may view the various code listing demonstrations in the PDF, and then read, learn, or simply copy the LATEX necessary to display their code in the same manner. Basic knowledge of LATEX is assumed.

The expected_output.pdf file is the place to start.

To test your system and verify it can output the same, please run `make` when in the project directory, then then compare expected_output.pdf to the newly created generated_output.pdf