From: Richard Heck Date: Mon, 26 Oct 2009 01:04:31 +0000 (+0000) Subject: Some initial HTML for theorem environments. X-Git-Tag: 2.0.0~5311 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=52246bacb87ab44b592bf1f7b10bb89dea41cc26;p=lyx.git Some initial HTML for theorem environments. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31739 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/layouts/theorems.inc b/lib/layouts/theorems.inc index 339743b52a..7aeda7a9b8 100644 --- a/lib/layouts/theorems.inc +++ b/lib/layouts/theorems.inc @@ -59,6 +59,10 @@ Style Theorem \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}} EndBabelPreamble Requires amsthm + HTMLTag div + HTMLAttr class="theorem" + HTMLLabel span + HTMLLabelAttr class="theoremlabel" End