include scribble/scribble-prefix.tex packages to scribble/sigplan

original commit: 0b19326ac6568be377c8cc1633e100c5d20a0c01
This commit is contained in:
fbanados 2012-08-30 16:14:35 -04:00 committed by Matthew Flatt
parent ae5d9f9413
commit a5f9e4bee8

View File

@ -66,8 +66,10 @@ Read here for more:
(add-sigplan-styles
(add-defaults doc
(string->bytes/utf-8
(format "\\documentclass~a{sigplanconf}\n~a~a"
(format "\\documentclass~a{sigplanconf}\n~a~a~a~a"
options
"\\usepackage[utf8]{inputenc}"
"\\usepackage[T1]{fontenc}"
(if times?
"\\usepackage{times}\n"
"")