I’m having some issues with exporting LaTeX from Scrivener and creating a PDF.
My final PDF isn’t formatted correctly. For example, my Chapter 2 heading begins halfway down the page (it’s normally at the top with the memoir class). Plus, the two paragraphs at the beginning of Chapter 2 (Architecture of the Commodore 64) are gapped much more. The LaTeX code doesn’t show anything out of the ordinary that I can tell.
I can’t figure out if it’s something I’m doing wrong in Scrivener or with MMD. Since it’s exporting to LaTeX (I’m using TeXShop for Mac) I’m assuming there’s nothing “wrong” with LaTeX – i.e., it’s getting what I’m sending it.
Anyway, here’s my LaTeX output. Is there something I’m doing wrong?
(By the way, when I remove this:
\settrimmedsize{11in}{210mm}{}
\setlength{\trimtop}{0pt}
\setlength{\trimedge}{\stockwidth}
\addtolength{\trimedge}{-\paperwidth}
\settypeblocksize{7.75in}{33pc}{}
\setulmargins{4cm}{}{}
\setlrmargins{1.25in}{}{}
\setmarginnotes{17pt}{51pt}{\onelineskip}
\setheadfoot{\onelineskip}{2\onelineskip}
\setheaderspaces{}{2\onelineskip}{}
\checkandfixthelayout
It changes nothing. I thought maybe it was causing problems).
LaTeX:
\def\mytitle{Commodore 64 Programming and Recollections}
\def\myauthor{Kevin P. Kilburn}
\def\format{complete}
\documentclass{memoir}
\usepackage{amsmath}
\usepackage{graphicx}
\chapterstyle{veelo}
\setlength{\parindent}{10pt}
\nonzeroparskip
\setsecnumdepth{subsubsection}
\maxtocdepth{subsubsection}
\def\mytitle{Commodore 64 Programming and Recollections}
\def\myauthor{Kevin P. Kilburn}
\def\format{complete}
\begin{document}
\chapter*{Preface}
\label{preface}
\begin{center}**** COMMODORE 64 BASIC V2 ****\end{center}
\begin{center}64K RAM SYSTEM 38911 BASIC BYTES FREE\end{center}
(snip)