This reverts commit a2ab577848
.
This commit is contained in:

committed by
GitHub

parent
a2ab577848
commit
b333d3d3a5
@@ -2,6 +2,12 @@
|
||||
|
||||
This directory contains the script and related resources to generate a PDF document with all the `tldr` pages.
|
||||
|
||||
## Preview
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Highlights
|
||||
|
||||
- No LaTeX dependencies for generating the PDF.
|
||||
@@ -19,20 +25,14 @@ Make sure OS specific dependencies for WeasyPrint are installed by following the
|
||||
|
||||
Generating the PDF is as simple as running:
|
||||
|
||||
python3 render.py <path-to-pages-directory> [--color <color-scheme>] [--output <filename>]
|
||||
python3 render.py <path-to-pages-directory> --color <color-scheme>
|
||||
|
||||
Complete information about the arguments can be viewed by running:
|
||||
|
||||
python3 render.py --help
|
||||
|
||||
Available color schemes:
|
||||
The color-schemes that can be specified are:
|
||||
|
||||
- `basic`
|
||||
- `solarized-light`
|
||||
- `solarized-dark`
|
||||
|
||||
## Preview
|
||||
|
||||

|
||||

|
||||

|
||||
* `basic`
|
||||
* `solarized-light`
|
||||
* `solarized-dark`
|
||||
|
Reference in New Issue
Block a user