[tex-eplain] tex-eplain Digest, Vol 45, Issue 1

Roberta Shudde rshudde at comcast.net
Sun Apr 2 21:29:03 CEST 2017


I HAVE E-MAILED AND PHONED SEVERAL TIMES TO BE DELETED FROM THIS LIST!!!
PLEASE TAKE SOME ACTION---

R SHUDDE



-----Original Message-----
From: tex-eplain [mailto:tex-eplain-bounces at tug.org] On Behalf Of
tex-eplain-request at tug.org
Sent: Monday, March 27, 2017 5:56 AM
To: tex-eplain at tug.org
Subject: tex-eplain Digest, Vol 45, Issue 1

Send tex-eplain mailing list submissions to
	tex-eplain at tug.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://tug.org/mailman/listinfo/tex-eplain
or, via email, send a message with subject or body 'help' to
	tex-eplain-request at tug.org

You can reach the person managing the list at
	tex-eplain-owner at tug.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of tex-eplain digest..."


Today's Topics:

   1. Re:  widering (G?rald Tenenbaum)
   2. Re:  widering (G?rald Tenenbaum)
   3.  Is eplain outdated? (stephan.mayer at gmx-topmail.de)
   4. Re:  Is eplain outdated? (Philip Taylor)


----------------------------------------------------------------------

Message: 1
Date: Wed, 16 Nov 2016 23:46:56 +0100
From: G?rald Tenenbaum <gerald.ten at free.fr>
To: "Daniel H. Luecking" <luecking at uark.edu>, "tex-eplain at tug.org"
	<tex-eplain at tug.org>
Subject: Re: [tex-eplain] widering
Message-ID: <D4529FE4.96C81%gerald.ten at free.fr>
Content-Type: text/plain; charset="iso-8859-1"

Many thanks indeed for your concern.
Yes, you are right I do want the \widering macro from yhmath.sty Your file
will most probably solve this problem once I install the yhcmex fonts. How
can I do this on a mac?
Kindest regards,

G?rald

De :  "Daniel H. Luecking" <luecking at uark.edu> Date :  mercredi 16 novembre
2016 21:03 ? :  G?rald Tenenbaum <gerald.ten at free.fr>, "tex-eplain at tug.org"
<tex-eplain at tug.org>
Objet :  Re: widering



I am going to assume that you want the \widering from

yhmath.sty.



This was a bit tough, mostly because there is a bug

in its definition in yhmath.sty. But here goes:


\input eplain

% load the yh font for \wideparen
\font\yhten  =yhcmex10
\font\yhseven=yhcmex10 at 7pt
\font\yhfive =yhcmex10 at 5pt

% set up the math family for using it
\newfam\yhfam
\textfont\yhfam\yhten
\scriptfont\yhfam\yhseven
\scriptscriptfont\yhfam\yhfive

\def\yhex{\fam\yhfam}

% determine the hex digit for this new math family \edef\yhhex{\ifcase\yhfam
0\or 1\or 2\or 3\or 4\or 5\or 6\or 7\or 8\or 9\or A\or B\or C\or D\or E\or
F\fi}

\def\wideparen{\mathaccent"0\yhhex F3}
\def\ring{\mathaccent"17}
\def\widering#1{\ring{\wideparen{#1}}}
Test: $\widering{ABC}$.

\bye



Oddly, cmr contains the ring accent, but plain TeX doesn't

have a command to access it directly (just \aa for the accent

over an "a").



Dan


Daniel H. Luecking [luecking at uark.edu]
Department of Mathematical Sciences
1 University of Arkansas
Fayetteville, AR, USA 72701-1201

From: tex-eplain <tex-eplain-bounces at tug.org> on behalf of G?rald Tenenbaum
<gerald.ten at free.fr>
Sent: Tuesday, November 15, 2016 5:10 PM
To: tex-eplain at tug.org
Subject: [tex-eplain] widering
 
Hello,

How can one include the LaTeX command \widering into Eplain?
Many thanks for help.
Regards,

G?rald


-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://tug.org/pipermail/tex-eplain/attachments/20161116/af9d26df/attachmen
t-0001.html>

------------------------------

Message: 2
Date: Thu, 17 Nov 2016 00:04:34 +0100
From: G?rald Tenenbaum <gerald.ten at free.fr>
To: "Daniel H. Luecking" <luecking at uark.edu>
Cc: "tex-eplain at tug.org" <tex-eplain at tug.org>
Subject: Re: [tex-eplain] widering
Message-ID: <D452A3CD.96C88%gerald.ten at free.fr>
Content-Type: text/plain; charset="iso-8859-1"

Hello again,

Sorry for my previous message. I have been able to install the yhcmex font
and now get no error in typesetting but the wideparen does not appear in the
output, only the small circle, as shown in the attached screen capture.
Many thanks for your help and kindest regards,

G?rald

???????????????????????????

G?rald Tenenbaum

Professeur

Institut ?lie Cartan

Universit? de Lorraine

BP 70239

54506 Vand?uvre l?s Nancy Cedex

France



T?l?phone : +33(0) 383 68 46 02

T?l?copie : +33(0) 383 68 45 96

Courriel  : gerald.tenenbaum at univ-lorraine.fr

............................................................................
.....


De :  "Daniel H. Luecking" <luecking at uark.edu> Date :  mercredi 16 novembre
2016 21:03 ? :  G?rald Tenenbaum <gerald.ten at free.fr>, "tex-eplain at tug.org"
<tex-eplain at tug.org>
Objet :  Re: widering



I am going to assume that you want the \widering from

yhmath.sty.



This was a bit tough, mostly because there is a bug

in its definition in yhmath.sty. But here goes:


\input eplain

% load the yh font for \wideparen
\font\yhten  =yhcmex10
\font\yhseven=yhcmex10 at 7pt
\font\yhfive =yhcmex10 at 5pt

% set up the math family for using it
\newfam\yhfam
\textfont\yhfam\yhten
\scriptfont\yhfam\yhseven
\scriptscriptfont\yhfam\yhfive

\def\yhex{\fam\yhfam}

% determine the hex digit for this new math family \edef\yhhex{\ifcase\yhfam
0\or 1\or 2\or 3\or 4\or 5\or 6\or 7\or 8\or 9\or A\or B\or C\or D\or E\or
F\fi}

\def\wideparen{\mathaccent"0\yhhex F3}
\def\ring{\mathaccent"17}
\def\widering#1{\ring{\wideparen{#1}}}
Test: $\widering{ABC}$.

\bye



Oddly, cmr contains the ring accent, but plain TeX doesn't

have a command to access it directly (just \aa for the accent

over an "a").



Dan


Daniel H. Luecking [luecking at uark.edu]
Department of Mathematical Sciences
1 University of Arkansas
Fayetteville, AR, USA 72701-1201

From: tex-eplain <tex-eplain-bounces at tug.org> on behalf of G?rald Tenenbaum
<gerald.ten at free.fr>
Sent: Tuesday, November 15, 2016 5:10 PM
To: tex-eplain at tug.org
Subject: [tex-eplain] widering
 
Hello,

How can one include the LaTeX command \widering into Eplain?
Many thanks for help.
Regards,

G?rald


-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://tug.org/pipermail/tex-eplain/attachments/20161117/fb33f81f/attachmen
t-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test-result.png
Type: image/png
Size: 8359 bytes
Desc: not available
URL:
<http://tug.org/pipermail/tex-eplain/attachments/20161117/fb33f81f/attachmen
t-0001.png>

------------------------------

Message: 3
Date: Mon, 27 Mar 2017 13:26:03 +0200
From: stephan.mayer at gmx-topmail.de
To: tex-eplain at tug.org
Subject: [tex-eplain] Is eplain outdated?
Message-ID:
	
<trinity-f27f3dca-20fd-477b-a74f-4e5ff9daa32b-1490613963875 at 3capp-gmx-bs29>
	
Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...
URL:
<http://tug.org/pipermail/tex-eplain/attachments/20170327/23ed89fa/attachmen
t-0001.html>

------------------------------

Message: 4
Date: Mon, 27 Mar 2017 13:55:59 +0100
From: Philip Taylor <P.Taylor at Rhul.Ac.Uk>
To: <stephan.mayer at gmx-topmail.de>, <tex-eplain at tug.org>
Subject: Re: [tex-eplain] Is eplain outdated?
Message-ID: <04962c53-bf54-1922-a431-8015a5c9881b at Rhul.Ac.Uk>
Content-Type: text/plain; charset="UTF-8"



stephan.mayer at gmx-topmail.de wrote:
> is this a CentOS 7 specific failure not to include eplain or has eplain
been replace by some new means?
I have no reason to believe that eplain has been replaced.
Philip Taylor



------------------------------

Subject: Digest Footer

_______________________________________________
tex-eplain mailing list
tex-eplain at tug.org
http://tug.org/mailman/listinfo/tex-eplain


------------------------------

End of tex-eplain Digest, Vol 45, Issue 1
*****************************************


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



More information about the tex-eplain mailing list