Skip to content

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

License

Notifications You must be signed in to change notification settings

kprofic/AppleDocumentationStyleLatexTemplate

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published