We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3955a5 commit 26c14d5Copy full SHA for 26c14d5
javascript/latexContent.js
@@ -31,8 +31,8 @@ const title = `\\begin{titlepage}
31
\\pagestyle{chapter-open}
32
`;
33
34
-export const preamble = `\\documentclass[7x10]{../mitpress/mit}
35
-% use: option nocrop for final build
+export const preamble = `\\documentclass[nocrop,7x10]{../mitpress/mit}
+% use: option nocrop to remove cropmarks
36
% also remember: hyperref in mitpress/mit.cls: switch to black/black/black (line 1851)
37
%
38
% for index proofreading: edit parseXmlLatex.js
0 commit comments