From 57210ec8eabf81a1cb303c383285ac5a71498de2 Mon Sep 17 00:00:00 2001 From: Tangent Date: Sat, 13 Jan 2024 21:17:19 -0700 Subject: [PATCH] note on line count --- reformat.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/reformat.lua b/reformat.lua index 180cc56..bfdd46c 100644 --- a/reformat.lua +++ b/reformat.lua @@ -26,6 +26,7 @@ os.execute("mkdir output-files\\md") local file local current_line_count = 0 local lines_per_volume_target = 18000 -- no hard limit to avoid cutting in the middle of an episode; this limit led to 330 to 415 pages across 25 volumes +-- approx. 54.5 lines per page on minimum - will recalculate using 52 lines local current_volume = 1 local titles = {}