diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-05-16 23:49:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-16 23:49:34 -0700 |
| commit | e080c91869d23eeb2567bb83db03c3f92e0a711c (patch) | |
| tree | ebd015a751859587c2c94ec462f995feb9dea261 /docs/quick_tutorial/requirements.rst | |
| parent | a5dc96147bc939d17404073f617c30a6903d22b5 (diff) | |
| parent | b1c8eb77e7c1f289f890066328eec6712713e06b (diff) | |
| download | pyramid-e080c91869d23eeb2567bb83db03c3f92e0a711c.tar.gz pyramid-e080c91869d23eeb2567bb83db03c3f92e0a711c.tar.bz2 pyramid-e080c91869d23eeb2567bb83db03c3f92e0a711c.zip | |
Merge pull request #3288 from stevepiercy/docs-2572-support-xelatex
support xelatex as a PDF and to render Unicode characters
Closes #2572
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index 6bb12c984..29f263176 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -79,15 +79,15 @@ will reside as we proceed through the tutorial: .. code-block:: text - `── ~ - `── projects - `── quick_tutorial - │── env - `── step_one - │── intro - │ │── __init__.py - │ `── app.py - `── setup.py + ~ + └── projects + └── quick_tutorial + ├── env + └── step_one + ├── intro + │ ├── __init__.py + │ └── app.py + └── setup.py For Linux, the commands to do so are as follows: |
