kprofic / AppleDocumentationStyleLatexTemplate

Using this template you can generate PDFs similar to Apple documentation PDFs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple Documentation Style Latex Template

Using this template you can generate PDFs similar to Apple documentation PDFs.

Code highlighting using minted:

To compile document that uses minted powered code listings use the following command:

$ xelatex --file-line-error --synctex=1 --shell-escape --interaction=nonstopmode "Apple Documentation Template.tex"

To use Xcode pygments style this extra setup is required:

  1. Copy xcode.py into pygments "styles" directory /Library/Python/2.7/site-packages/Pygments-1.6-py2.7.egg/pygments/styles/

  2. Edit file pygments/styles/ init.py and add the following line to the STYLE_MAP dictionary: 'xcode': 'xcode::XcodeStyle',

About

Using this template you can generate PDFs similar to Apple documentation PDFs.

License:MIT License


Languages

Language:TeX 74.2%Language:Python 25.8%