taschenbuch-aus-latex
M Hauptdokument/ews30/ews.org +2 -1
@@ 28,7 28,8 @@ nil
 #+latex_class: memoir
 # draft mode for development
 # #+latex_class_options: [twoside,a5paper,draft]
-#+latex_class_options: [twoside,a5paper]
+# #+latex_class_options: [twoside,a5paper]
+#+latex_class_options: [twoside]
 #+LATEX_HEADER: \input{ews30setup}
 #+HTML_HEADER: <style>.footpara { width: 99%; text-align: left; float: right; padding: 0; margin: 0;}.footdef { line-height: 3em;}</style>
 

          
M Hauptdokument/ews30/ews30setup.tex +7 -3
@@ 9,11 9,15 @@ 
 
 
 % Taschenbuch for epubl, must also remove the a5paper from the class options in ews.org
-% \setstocksize{190mm}{125mm}
-
+\setstocksize{190mm}{125mm}
+\settrimmedsize{\stockheight}{\stockwidth}{*}
+\settrims{0pt}{0pt}
+\settypeblocksize{240pt}{40pt}{*}
+%                   {spine}{edge}{ratio}
+\checkandfixthelayout
 
 % Format:             Mitte Rand Text
-\setlrmarginsandblock{16mm}{52mm}{*}
+\setlrmarginsandblock{12mm}{48mm}{*}
 \marginparsep6.2mm
 % \setulmargins{30pt}{*}{*}
 % \setheadfoot{10pt}{10pt}

          
M Hauptdokument/ews30/ewstitle.tex +8 -1
@@ 1,4 1,11 @@ 
-\documentclass[oneside,a5paper]{memoir}
+\documentclass[oneside]{memoir}
+\setstocksize{190mm}{125mm}
+\settrimmedsize{\stockheight}{\stockwidth}{*}
+\settrims{0pt}{0pt}
+\settypeblocksize{240pt}{0pt}{*}
+%                   {spine}{edge}{ratio}
+\checkandfixthelayout
+\checkandfixthelayout
 % TODO: switch to https://www.ctan.org/pkg/bookcover and use different includes for ebook and book
 \usepackage[utf8]{inputenc}
 \usepackage[T1]{fontenc}