bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d4d38e1ac4f9f2fc98ce7f8d658e5c31aa349fed
parent e2ea830361138212974c3637e9e928bc1f753bde
Author: Ben Greenman <benjaminlgreenman@gmail.com>
Date:   Sun, 25 Mar 2018 18:58:37 -0400

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.

Diffstat:
Mscribble-lib/scribble/acmart/acmart.css | 2+-
Ascribble-lib/scribble/lncs/lncs.css | 13+++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/scribble-lib/scribble/acmart/acmart.css b/scribble-lib/scribble/acmart/acmart.css @@ -1,4 +1,4 @@ -/* Support for styles in scribble/sigplan */ +/* Support for styles in scribble/acmart */ .SAuthorPlace, .SAuthorEmail, .SConferenceInfo, .SCopyrightYear, .SCopyrightData, diff --git a/scribble-lib/scribble/lncs/lncs.css b/scribble-lib/scribble/lncs/lncs.css @@ -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; +}