[Cellar] math in IETF specifications

Dave Rice <dave@dericed.com> Wed, 02 December 2015 19:22 UTC

Return-Path: <dave@dericed.com>
X-Original-To: cellar@ietfa.amsl.com
Delivered-To: cellar@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C63951ACF5E for <cellar@ietfa.amsl.com>; Wed, 2 Dec 2015 11:22:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.58
X-Spam-Level: *
X-Spam-Status: No, score=1.58 tagged_above=-999 required=5 tests=[BAYES_50=0.8, HTML_MESSAGE=0.001, SPF_NEUTRAL=0.779] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ygQH7PCqoRK5 for <cellar@ietfa.amsl.com>; Wed, 2 Dec 2015 11:22:53 -0800 (PST)
Received: from s172.web-hosting.com (s172.web-hosting.com [68.65.122.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 107FB1ACF57 for <cellar@ietf.org>; Wed, 2 Dec 2015 11:22:50 -0800 (PST)
Received: from [146.96.19.240] (port=29852 helo=[10.10.202.53]) by server172.web-hosting.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.85) (envelope-from <dave@dericed.com>) id 1a4CzI-001zzw-P5 for cellar@ietf.org; Wed, 02 Dec 2015 14:22:50 -0500
From: Dave Rice <dave@dericed.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_6E8FB1AF-D0C4-40A1-8E8D-3F4D968A3062"
Message-Id: <D99E7E07-C087-4D97-A36B-9F59C8C0FBE4@dericed.com>
Date: Wed, 02 Dec 2015 14:22:49 -0500
To: cellar@ietf.org
Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\))
X-Mailer: Apple Mail (2.1990.1)
X-OutGoing-Spam-Status: No, score=-1.0
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - server172.web-hosting.com
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - dericed.com
X-Get-Message-Sender-Via: server172.web-hosting.com: authenticated_id: dave@dericed.com
X-Source:
X-Source-Args:
X-Source-Dir:
X-From-Rewrite: unmodified, already matched
Archived-At: <http://mailarchive.ietf.org/arch/msg/cellar/22Nd-BlJXPbM5WZr-ynYdey2Npk>
Subject: [Cellar] math in IETF specifications
X-BeenThere: cellar@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Codec Encoding for LossLess Archiving and Realtime transmission <cellar.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/cellar>, <mailto:cellar-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cellar/>
List-Post: <mailto:cellar@ietf.org>
List-Help: <mailto:cellar-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/cellar>, <mailto:cellar-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 02 Dec 2015 19:22:54 -0000

Dear IETF lurkers,

The current version of the FFV1 specification includes a lot of latex style mathematical equations to express various aspects of the encoding format. These can be seen in the markdown in locations like this https://github.com/FFmpeg/FFV1/blob/master/ffv1.md#range-binary-values <https://github.com/FFmpeg/FFV1/blob/master/ffv1.md#range-binary-values> and in rendered form in HTML, http://www.ffmpeg.org/~michael/ffv1-markdown/ffv1.html#range-coding-mode <http://www.ffmpeg.org/~michael/ffv1-markdown/ffv1.html#range-coding-mode>, and PDF, http://www.ffmpeg.org/~michael/ffv1-markdown/ffv1.pdf <http://www.ffmpeg.org/~michael/ffv1-markdown/ffv1.pdf>.

I've been investigating to see how other RFC documents integrate latex style mathematical equations but have not found any? If there a recommended manner to include math? Should it be translated into a narrative? Is there a recommended way to render math in a plain text RFC?

Best Regards,
Dave Rice