From 6372d63a391ac1890fe398acaa2c7712e777a2ee Mon Sep 17 00:00:00 2001 From: Martin Henz Date: Thu, 16 Dec 2021 15:21:21 +0800 Subject: [PATCH] nocrop added --- javascript/latexContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/latexContent.js b/javascript/latexContent.js index 27fcd2aef..95f1c6f6b 100644 --- a/javascript/latexContent.js +++ b/javascript/latexContent.js @@ -31,7 +31,7 @@ const title = `\\begin{titlepage} \\pagestyle{chapter-open} `; -export const preamble = `\\documentclass[7x10]{../mitpress/mit} +export const preamble = `\\documentclass[nocrop,7x10]{../mitpress/mit} % use: option nocrop to remove cropmarks % also remember: hyperref in mitpress/mit.cls: switch to black/black/black (line 1851) %