We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c789a2c commit 6372d63Copy full SHA for 6372d63
javascript/latexContent.js
@@ -31,7 +31,7 @@ const title = `\\begin{titlepage}
31
\\pagestyle{chapter-open}
32
`;
33
34
-export const preamble = `\\documentclass[7x10]{../mitpress/mit}
+export const preamble = `\\documentclass[nocrop,7x10]{../mitpress/mit}
35
% use: option nocrop to remove cropmarks
36
% also remember: hyperref in mitpress/mit.cls: switch to black/black/black (line 1851)
37
%
0 commit comments