Skip to content

Commit 6372d63

Browse files
committed
nocrop added
1 parent c789a2c commit 6372d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/latexContent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const title = `\\begin{titlepage}
3131
\\pagestyle{chapter-open}
3232
`;
3333

34-
export const preamble = `\\documentclass[7x10]{../mitpress/mit}
34+
export const preamble = `\\documentclass[nocrop,7x10]{../mitpress/mit}
3535
% use: option nocrop to remove cropmarks
3636
% also remember: hyperref in mitpress/mit.cls: switch to black/black/black (line 1851)
3737
%

0 commit comments

Comments
 (0)