[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161019170246.339eff9d@lwn.net>
Date: Wed, 19 Oct 2016 17:02:46 -0600
From: Jonathan Corbet <corbet@....net>
To: Mauro Carvalho Chehab <mchehab@...pensource.com>
Cc: LKML <linux-kernel@...r.kernel.org>, linux-doc@...r.kernel.org
Subject: The downside of math::
Hey, Mauro,
So I was a little surprised to find that the htmldocs build now breaks on
one of my machines due to a lack of LaTeX. A bit of digging turned up
the culprit: commit b7ff94df5628 (pixfmt-007.rst: use Sphinx math::
expressions). The math:: directive uses LaTeX to process the math markup.
What this means is that said commit has made LaTeX a dependency for the
htmldocs build. I'm not convinced that this is a good idea; that's a
massive dependency to add for web builds that, ostensibly, should not
need it. Certainly we shouldn't add it without discussion...:)
So I'll ask: how important to you is the math extension, and is there any
way we could get you your fancy math in a way that doesn't force
everybody to install the whole LaTeX package set?
Thanks,
jon
Powered by blists - more mailing lists