diff --git a/conf/postlocal.conf.dist b/conf/postlocal.conf.dist index ecc6eb5e5e..2a8b6e814f 100755 --- a/conf/postlocal.conf.dist +++ b/conf/postlocal.conf.dist @@ -197,6 +197,9 @@ $pg{displayModes} = [ "LaTeXMathML", # render TeX math expressions on the client side using LaTeXMathML ]; ++# Default display mode. Should be an uncommented item listed above. ++$pg{options}{displayMode} = "images"; + ################################################################################ # The macro file search path. (Check with entries in global.conf before overriding) ################################################################################