Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 2, 2019. It is now read-only.

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
PDF Version of Pro Git
======================

To get a PDF version of Pro Git in English, run `makepdf en` and a file called
`progit.en.pdf` will appear in the root of the project. `makepdf` required
pandoc and XeTeX as dependencies.

* `config.yml`: this is a simple configuration file which allows you to
  specify language-specific customisations.
* `template.tex`: this is the main LaTeX file which determines the style of the
  PDF version of the book. Its contents is run through the ERB templating
  language to include language-specific customisations from config.yml.


For Windows
===========

Windows build is tested with Pandoc 1.8 and MixTeX 2.9. Install MixTeX with all
font options. Only `en` has been tested so far. To make it work, it needs some
tweaks.

* `pandoc` and `xelatex` binaries must be on the PATH
* Change the default fonts in `config.yml` to something that exists in Windows.
  Example for working fonts:
    font: Latin Modern Roman
    mono: Courier
    bold: "{*}"
Morty Proxy This is a proxified and sanitized view of the page, visit original site.