Skip to content

Commit ce05e3e

Browse files
committed
latexml changes to inline quotes and para indentation classes
1 parent d645319 commit ce05e3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css/ar5iv.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ body {
159159
font-family: inherit;
160160
}
161161
/* explicit control of indentation (on ltx_para) */
162-
.ltx_indent > .ltx_p:first-child { text-indent:2em!important; }
162+
.ltx_indent > .ltx_p:first-child,
163+
section.ltx_pruned_first > .ltx_title+.ltx_para>.ltx_p,
164+
section.ltx_indent_first > .ltx_title+.ltx_para>.ltx_p { text-indent:2em!important; }
163165
.ltx_noindent > .ltx_p:first-child { text-indent:0em!important; }
164166

165167
.ltx_pagination.ltx_role_newpage {
@@ -1080,6 +1082,7 @@ blockquote.ltx_epigraph {
10801082
.ltx_block,
10811083
.ltx_para {
10821084
display: block; }
1085+
.ltx_inline-quote,
10831086
.ltx_quote.ltx_outerquote, .ltx_quote.ltx_innerquote {
10841087
display: inline;
10851088
}

0 commit comments

Comments
 (0)