Skip to content

Commit e096f71

Browse files
committed
heh
1 parent 2712be5 commit e096f71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_docs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ class Language:
252252
\newunicodechar{^^^^f8fd}{{\fRepC\ltjalchar"FFFD}}"""
253253

254254

255-
preamble = "".join(L for L in s.split("\n") if L[0] != '%')
255+
#preamble = "".join(L for L in s.split("\n") if L[0] != '%')
256256

257257

258258
PLATEX_DEFAULT = (
@@ -261,7 +261,7 @@ class Language:
261261
"-D latex_elements.fontenc=",
262262
"-D latex_docclass.manual=ltjsbook",
263263
"-D latex_docclass.howto=ltjsarticle",
264-
'-D "latex_elements.preamble=' + preamble + '"'
264+
# '-D "latex_elements.preamble=' + preamble + '"'
265265
)
266266

267267

0 commit comments

Comments
 (0)