Set convert font-size to rem by default

This commit is contained in:
George Litvinov 2018-03-21 16:49:02 +03:00 committed by Georgy Litvinov
parent 3176ba0d03
commit ca99fe94f0

View file

@ -219,7 +219,7 @@ public class XhtmlConfig extends writer2latex.base.ConfigBase {
options[USE_DUBLIN_CORE] = new BooleanOption("use_dublin_core","true");
options[NOTES] = new BooleanOption("notes","true");
options[DISPLAY_HIDDEN_TEXT] = new BooleanOption("display_hidden_text", "false");
options[CONVERT_TO_PX] = new BooleanOption("convert_to_px","true");
options[CONVERT_TO_PX] = new BooleanOption("convert_to_px","false");
options[SCALING] = new Option("scaling","100%");
options[COLUMN_SCALING] = new Option("column_scaling","100%");
options[RELATIVE_FONT_SIZE] = new BooleanOption("relative_font_size","false");