chiark / gitweb /
Flattened parentheses
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 2 Jun 2024 09:44:17 +0000 (10:44 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 2 Jun 2024 09:44:17 +0000 (10:44 +0100)
According to the TeX "unicode-math" documentation, these are in Plain
TeX, so I think they're mainstream enough that Bedstead should have
them.

bedstead.c

index a274930a481be6fa9845ef20e6ec9c3268a0ea5c..c3c8b07becb27f1294e88471a9fe9af33c65da1e 100644 (file)
@@ -1825,6 +1825,8 @@ static struct glyph {
  {{000,000,010,027,010,000,000,000,000}, U(27DC) }, /* left multimap */
  {{002,002,004,010,004,002,002,000,000}, U(27E8) }, /* left angle bracket */
  {{010,010,004,002,004,010,010,000,000}, U(27E9) }, /* right angle bracket */
+ {{002,004,004,004,004,004,002,000,000}, U(27EE) }, /* flattened parenleft */
+ {{010,004,004,004,004,004,010,000,000}, U(27EF) }, /* flattened parenright */
 
  /* Supplemental arrows-B */
  {{000,037,016,025,004,004,000,000,000}, U(2912) }, /* arrowupbar */