bin/template_override_acm/content/styles/acm.scss in scholarmarkdown-3.2.0 vs bin/template_override_acm/content/styles/acm.scss in scholarmarkdown-3.2.1
- old
+ new
@@ -55,11 +55,11 @@
font-size:12pt;
display:block;
}
#affiliations {
-display:none;
+
}
.author-org {
font-size:10pt;
display:block;
@@ -296,14 +296,17 @@
counter-reset:sub-sub-sub-section;
}
main section:not([id=abstract]):not([id=document-status]):not([id=keywords]):not([id=references]):not([id=categories-and-subject-descriptors]):not([id=general-terms]):not([id=appendix]):not([id=contact-us]):not([id^=table-of-]) > h2:before {
content:counter(section) "\00a0\00a0\00a0\00a0";
}
-section > h3:before {
+main section h2:before {
+content:counter(section) "\00a0\00a0\00a0";
+}
+main section h3:before {
content:counter(section) "." counter(sub-section) "\00a0\00a0\00a0";
}
-section > h4:before {
+main section h4:before {
content:counter(section)"." counter(sub-section) "." counter(sub-sub-section) "\00a0\00a0\00a0";
}
p, ol, ul, dl {
text-align:justify;
@@ -555,9 +558,10 @@
#authors {
position:relative;
+font-size:1.2em;
}
#author-name,
#author-org,
#author-email {
\ No newline at end of file