From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-it0-f41.google.com (mail-it0-f41.google.com [209.85.214.41]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTP id c0ff9660 for ; Mon, 19 Jun 2017 23:36:48 -0500 (EST) Received: by mail-it0-f41.google.com with SMTP id b205so6802281itg.1 for ; Mon, 19 Jun 2017 21:36:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cathet-us.20150623.gappssmtp.com; s=20150623; h=sender:from:to:subject:mime-version:content-id:date:message-id; bh=kYZSfDW9jdFvDGyJgoQf0XulEwtmHMEthwxA1XdDYPk=; b=VJpPjOpbV7GpAqATEe7gBMusjqA3oJdqrVxuTKt4WEoHTo+1N5zGW5XADO+4GofJhn xYx/IlscsFMvpgEdCL1imqpch/YIfHxjjgGQYszf74H6Yzc9aS+YF7DG7ECFBJzGPWLj 211sr7b5Jc1S/uUnXlphXF01qKJOwiP9UEq5pzzZ2adiVu1+B5LvZS84eRFn28NOT5ba ZYMpWKvCf0TcDhvJaCFO/xN4QFO96ykAax1dbCMl1auo23SwF0YGxbvBF17Zexq2ird2 vggPRMlItZs1bksk9xH/4MsjpKam1Aac/q7JSoTEzo/kXRsXDrdD5z8uUIDuWLl8p1qE WAPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:mime-version:content-id :date:message-id; bh=kYZSfDW9jdFvDGyJgoQf0XulEwtmHMEthwxA1XdDYPk=; b=AlaXmj6fMpRorPpw7yFJTsuT4SgOy4OzFbUQjdckYMvQ7i5n2LlA9Ua4FyljHocJ5P TWLns/YwASE0fK2yu3ehu1YpkRyrvmiDX5kfTFT/nOlyzm4dGApaVQ3Dl/QuvNIqAmWO 4B+F76BDQozJqJmQmYuygssGxJFKWgQIfo81aF+Qzqo2LMPgVUYLyKxu6BHEHcR5kedV Eosz7me/Q6eRK53dyNp8oLDyX8aCmasTzuAFj3vYEu+XpnzPCkYSxLvCu666OuNgU2Vo ojgP6h9mElwi1CoGVGnsOlbHbyQKopZBjhJ/RdelA08F9syL8Kq2tl9qyv3DtkU6pvrF 41bw== X-Gm-Message-State: AKS2vOx+wSjpCLROZDI3m3gEw2i5NO/S8xgaed2jtArJB51/U1FZVMQb +5RyD3/uPEKfy5Ym25A= X-Received: by 10.36.4.4 with SMTP id 4mr1863771itb.73.1497933405654; Mon, 19 Jun 2017 21:36:45 -0700 (PDT) Received: from cathet.us. (75-161-15-69.albq.qwest.net. [75.161.15.69]) by smtp.gmail.com with ESMTPSA id h63sm7844301itd.10.2017.06.19.21.36.44 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 19 Jun 2017 21:36:45 -0700 (PDT) Sender: "Anthony J. Bentley" Received: from cathet.us (localhost [127.0.0.1]) by cathet.us. (OpenSMTPD) with ESMTP id 0f4c2032 for ; Mon, 19 Jun 2017 22:36:44 -0600 (MDT) From: "Anthony J. Bentley" To: tech@mdocml.bsd.lv Subject: eqn(7) doesn't distinguish mathematical words X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <23657.1497933403.1@cathet.us> Date: Mon, 19 Jun 2017 22:36:43 -0600 Message-ID: <52112.1497933403@cathet.us> Hi, >From the Plan 9 eqn(1) manual: "Mathematical words like sin, cos, log are made Roman automatically." The exception proves the rule, which is that eqn(1) italicizes words in general. .EQ a ab sin .EN In groff and Heirloom, the above results in italic a and ab, and roman sin. In mandoc -Tpdf, it instead results in italic a, and roman ab and sin. Here's the list of mathematical words in Plan 9 eqn(1) and groff eqn(1): and for if Re Im sin cos tan arc sinh coth tanh cosh lim log ln max min exp det Heirloom adds: sec csc asin acos atan asec acsc -- Anthony J. Bentley -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv