# HG changeset patch # User Arne Babenhauserheide # Date 1595985727 -7200 # Wed Jul 29 03:22:07 2020 +0200 # Branch taschenbuch-aus-latex # Node ID 69e805a3372b5b49e09145f3ee288dd0fd12df18 # Parent 0d9fedf131159c32dbe5e2f8053e6b7f4319b98c taschenbuch-aus-latex diff --git a/Hauptdokument/ews30/ews.org b/Hauptdokument/ews30/ews.org --- a/Hauptdokument/ews30/ews.org +++ b/Hauptdokument/ews30/ews.org @@ -28,7 +28,8 @@ #+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: diff --git a/Hauptdokument/ews30/ews30setup.tex b/Hauptdokument/ews30/ews30setup.tex --- a/Hauptdokument/ews30/ews30setup.tex +++ b/Hauptdokument/ews30/ews30setup.tex @@ -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} diff --git a/Hauptdokument/ews30/ewstitle.tex b/Hauptdokument/ews30/ewstitle.tex --- a/Hauptdokument/ews30/ewstitle.tex +++ b/Hauptdokument/ews30/ewstitle.tex @@ -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}