Block scribble from changing fonts to ptm in LNCS

This commit is contained in:
shhyou 2020-09-18 20:03:53 -05:00 committed by Matthew Flatt
parent c054b62765
commit 2767dd2c06
2 changed files with 16 additions and 1 deletions

View File

@ -50,7 +50,8 @@
unicode-encoding-packages))
(scribble-file "lncs/style.tex")
(list cls-file)
#f))
#f
#:replacements (hash "scribble-load-replace.tex" (scribble-file "lncs/lncs-load.tex"))))
(define lncs-extras
(let ([abs (lambda (s)

View File

@ -0,0 +1,14 @@
% Scribble should not change the default font from CMR
% to ptm for LNCS. See Guidelines for Authors of Papers
% to be Published in Springer Computer Science Proceedings,
% section 2.3, Fonts.
%
% IMPORTANT: the default package newtxmath *still*
% changes the math font. If you want to disable it,
% uncomment the next line
% \renewcommand\packageTxfonts\relax
% However, scribble would still generate LaTeX commands
% that depend on newtxmath upon rendering symbols
% \multimap, \multimapinv, \invamp and \square in
% scribble-lib/scribble/latex-render.rkt.
\renewcommand\renewrmdefault\relax