From 26d29e0ec743cfe106d1913da9e56f657b93326b Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sun, 3 May 2020 08:23:35 +0200 Subject: [PATCH] pdf docs: scale down monospace font --- docs/administration-guide.rst | 10 +++++----- docs/conf.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/administration-guide.rst b/docs/administration-guide.rst index bbd128f7..ad26d23b 100644 --- a/docs/administration-guide.rst +++ b/docs/administration-guide.rst @@ -203,11 +203,11 @@ users: .. code-block:: console # proxmox-backup-manager user list - ┌─────────────┬────────┬────────┬───────────┬──────────┬─────────────────┬────────────────────┐ - │ userid │ enable │ expire │ firstname │ lastname │ email │ comment │ - ╞═════════════╪════════╪════════╪═══════════╪══════════╪═════════════════╪════════════════════╡ - │ root@pam │ 1 │ │ │ │ │ Superuser │ - └─────────────┴────────┴────────┴───────────┴──────────┴─────────────────┴────────────────────┘ + ┌─────────────┬────────┬────────┬───────────┬──────────┬────────────────┬────────────────────┐ + │ userid │ enable │ expire │ firstname │ lastname │ email │ comment │ + ╞═════════════╪════════╪════════╪═══════════╪══════════╪════════════════╪════════════════════╡ + │ root@pam │ 1 │ │ │ │ │ Superuser │ + └─────────────┴────────┴────────┴───────────┴──────────┴────────────────┴────────────────────┘ The superuser has full administration rights on everything, so you normally want to add other users with less privileges: diff --git a/docs/conf.py b/docs/conf.py index 6235783d..af77b19a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -267,7 +267,7 @@ latex_elements = { 'fontpkg': r''' \setmainfont{DejaVu Serif} \setsansfont{DejaVu Sans} -\setmonofont{DejaVu Sans Mono} +\setmonofont{DejaVu Sans Mono}[Scale=0.8] ''', # Additional stuff for the LaTeX preamble.