Inline styles by default
This commit is contained in:
parent
d55c60b030
commit
26cde24fdb
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ public class XhtmlConfig extends writer2latex.base.ConfigBase {
|
||||||
options[PAGE_TAGS] = new Option("page_tags","div");
|
options[PAGE_TAGS] = new Option("page_tags","div");
|
||||||
options[MIN_LETTER_SPACING] = new Option("min_letter_spacing","0.15");
|
options[MIN_LETTER_SPACING] = new Option("min_letter_spacing","0.15");
|
||||||
options[PAGE_BREAK_STYLE] = new Option("page_break_style","");
|
options[PAGE_BREAK_STYLE] = new Option("page_break_style","");
|
||||||
options[CSS_INLINE] = new BooleanOption("css_inline","false");
|
options[CSS_INLINE] = new BooleanOption("css_inline","true");
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue