From 8dde791281d89baa8c1c4a2455218d34d740105c Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph.amissah@gmail.com>
Date: Mon, 28 Feb 2022 10:40:04 -0500
Subject: latex select papersize & orientation

- cfte, doc collection config, cli e.g.
  --set-papersize="a4,letter.portrait,b4.portrait"
---
 views/configuration.txt         | 2 +-
 views/configuration_example.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'views')

diff --git a/views/configuration.txt b/views/configuration.txt
index ab26992..5f49a1a 100644
--- a/views/configuration.txt
+++ b/views/configuration.txt
@@ -15,7 +15,7 @@ struct Cfg {
   string db_sqlite_path           = "/var/www/sqlite";
   string db_sqlite_filename       = "spine.search.db";
   string default_language         = "en";
-  string default_papersize        = "a4";
+  string default_papersize        = "a4,letter.portrait";
   string default_text_wrap        = "80";
   string default_hash_digest      = "sha256";
 }
diff --git a/views/configuration_example.txt b/views/configuration_example.txt
index 203d56d..be0d9c5 100644
--- a/views/configuration_example.txt
+++ b/views/configuration_example.txt
@@ -16,7 +16,7 @@ struct Cfg {
   string db_sqlite_path           = "/var/www/sqlite";
   string db_sqlite_filename       = "spine.search.db";
   string default_language         = "en";
-  string default_papersize        = "a4";
+  string default_papersize        = "a4,letter.portrait";
   string default_text_wrap        = "80";
   string default_hash_digest      = "sha256";
 }
-- 
cgit v1.2.3