From 1c56bbdf26bc339ff32709360e5b8de0e220592f Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 9 Feb 2011 09:52:47 +0000 Subject: EQN blocks are now printed in all modes. This is simply a printing of the concatenated string (in -T[x]html, it gets a SPAN, too). --- example.style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'example.style.css') diff --git a/example.style.css b/example.style.css index 7b61d430..866eaefa 100644 --- a/example.style.css +++ b/example.style.css @@ -141,6 +141,10 @@ li.list-item { } ol.list-enum { padding-left: 2em; } li.list-enum { } +/* Equation modes. See eqn(7). */ + +span.eqn { } + /* Table modes. See tbl(7). */ table.tbl { } -- cgit