We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88aed47 commit aa8524cCopy full SHA for aa8524c
1 file changed
src/render_latex.js
@@ -11,7 +11,7 @@ if (!file) throw new Error("No input file")
11
let chapter = /^\d{2}_([^\.]+)/.exec(file) || [null, "hints"]
12
13
let {tokens} = transformTokens(require("./markdown").parse(fs.readFileSync(file, "utf8"), {}), {
14
- defined: ["book", "tex"],
+ defined: ["book", "tex"].concat(noStarch ? ["commercial"] : []),
15
strip: "hints",
16
texQuotes: true,
17
moveQuotes: noStarch,
0 commit comments