File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -1077,6 +1077,22 @@ blockquote.ltx_epigraph {
1077
1077
margin-left : calc (0.45 * var (--main-width )) !important ;
1078
1078
}
1079
1079
1080
+ /* Exception: some articles carelessly use {quote} instead of abstract */
1081
+ /* see ar5iv#253 and ar5iv-css#3 for examples */
1082
+ .ltx_authors + .ltx_para : has (+ .ltx_section ) > blockquote .ltx_quote : only-child ,
1083
+ .ltx_titlepage : not (: has (.ltx_abstract )) > blockquote .ltx_quote : last-child ,
1084
+ .ltx_abstract > .ltx_title_abstract + blockquote .ltx_quote : last-child {
1085
+ max-width : 90% ;
1086
+ margin : auto;
1087
+ border-left : initial;
1088
+ font-size : initial;
1089
+ font-style : initial;
1090
+ line-height : initial;
1091
+ padding : initial;
1092
+ position : initial;
1093
+ z-index : initial;
1094
+ }
1095
+
1080
1096
/* ================================= */
1081
1097
/* from LaTeXML.css, possibly edited */
1082
1098
/* ================================= */
You can’t perform that action at this time.
0 commit comments