lncs: add basic .css file

Copy `scribble/sigplan`'s style file to `scribble/lncs` because
 the HTML renderer expects to find an `lncs.css` file.
This commit is contained in:
Ben Greenman 2018-03-25 18:58:37 -04:00
parent e2ea830361
commit d4d38e1ac4
2 changed files with 14 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* Support for styles in scribble/sigplan */
/* Support for styles in scribble/acmart */
.SAuthorPlace, .SAuthorEmail,
.SConferenceInfo, .SCopyrightYear, .SCopyrightData,

View File

@ -0,0 +1,13 @@
/* Support for styles in scribble/lncs */
.SAuthorPlace, .SAuthorEmail,
.SConferenceInfo, .SCopyrightYear, .SCopyrightData,
.Sdoi, .SPexclusivelicense,
.SCategory, .SCategoryPlus, .STerms, .SKeywords {
display: none;
}
.SSubtitle {
display: block;
font-size: smaller;
}