Block scribble from changing fonts to ptm in LNCS
This commit is contained in:
parent
c054b62765
commit
2767dd2c06
|
@ -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)
|
||||
|
|
14
scribble-lib/scribble/lncs/lncs-load.tex
Normal file
14
scribble-lib/scribble/lncs/lncs-load.tex
Normal 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
|
Loading…
Reference in New Issue
Block a user