Skip to content

Commit 26c14d5

Browse files
authored
removing cropmarks (#730)
1 parent c3955a5 commit 26c14d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/latexContent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ const title = `\\begin{titlepage}
3131
\\pagestyle{chapter-open}
3232
`;
3333

34-
export const preamble = `\\documentclass[7x10]{../mitpress/mit}
35-
% use: option nocrop for final build
34+
export const preamble = `\\documentclass[nocrop,7x10]{../mitpress/mit}
35+
% use: option nocrop to remove cropmarks
3636
% also remember: hyperref in mitpress/mit.cls: switch to black/black/black (line 1851)
3737
%
3838
% for index proofreading: edit parseXmlLatex.js

0 commit comments

Comments
 (0)