From d621ec46bee191bad8c5face8beafd03eec7d41d Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Thu, 19 Nov 2020 09:46:58 +0100 Subject: [PATCH] Don't show date after chapter title introduced in LaTeXML 0.8.5 --- css/MLS.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/MLS.css b/css/MLS.css index ea9ab9802..ff0396d1e 100644 --- a/css/MLS.css +++ b/css/MLS.css @@ -50,3 +50,7 @@ a:hover { text-decoration: underline; } font-weight: bold; margin-bottom: 1em; } + +.ltx_dates { + display: none; +}