<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<br>
<div class="moz-cite-prefix">On 10/22/24 12:42 PM, Luciano
Notarfrancesco via Cuis-dev wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAL5GDyp0bysXFOFM6zY-1CQw1qCWq8T0kLOvsymk1wKj14vn3w@mail.gmail.com">
<pre class="moz-quote-pre" wrap="">Also, if I had to write \euro in a SmalltalkEditor I’d write euro first,
then go back and add the \. And, in the mean time, if this is bothering you
a lot you can set NamedCharactersMap to Dictionary new.
On Tue, Oct 22, 2024 at 17:34 Luciano Notarfrancesco <a class="moz-txt-link-rfc2396E" href="mailto:luchiano@gmail.com"><luchiano@gmail.com></a>
wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">I don’t know what others think, but IMO we could make it a preference, or
we could make Character class>>namedCharactersMap empty in the base image
and have an optional package to load all the default table, or let
individual packages add the symbols that they need (in my packages I add
extra symbols sometimes, specially when they are not latex standard names).
Gerald, you need to edit latex in a text editor inside Cuis? This is
implemented only in SmalltalkEditor, so you could use a normal TextEditor
instead? or you need to write latex in Smalltalk code?
On Tue, Oct 22, 2024 at 17:07 Gerald Klix via Cuis-dev <
<a class="moz-txt-link-abbreviated" href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>> wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">Hi all, Hi Juan,
Is there interest in making the expansion of LaTex symbols like
"\euro" optional?
I just started to write a LaTex based report generator
and found e.g. the automatic expansion "\euro" a pain in
my bottom. The report should contain the LaTex command
"\euro" and not "€".
Best Regards,
Gerald
--
Cuis-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Cuis-dev@lists.cuis.st">Cuis-dev@lists.cuis.st</a>
<a class="moz-txt-link-freetext" href="https://lists.cuis.st/mailman/listinfo/cuis-dev">https://lists.cuis.st/mailman/listinfo/cuis-dev</a>
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
</blockquote>
Yes, thanks, I did something similar.<br>
<br>
Concerning this "€" confusion, the real culprit is Latex's.<br>
You can use "€" in your latex input, which is easy for me<br>
(I live in Germany and even while a use a US-keyboard layout, I<br>
have the Euro-Symbol mapped on AltGr-5).<br>
<br>
If you use the \euro command thinks look like this:<br>
<img src="cid:part1.4317AA53.54E1F603@klix.ch" alt=""><br>
If you use the Unicode symbol it looks like this:<br>
<img src="cid:part2.78A0FB13.E451AB91@klix.ch" alt=""><br>
(Please disregard the differences in size)<br>
I can see that the font designer wants a symbol<br>
fitting into his/her font, but the EU has a very stern<br>
view on how a Euro-Sign should look.<br>
<br>
See:<br>
<img moz-do-not-send="false"
src="cid:part3.D425D2DA.8ACE836A@klix.ch" title="Euro Symbol
Construction" alt="" width="1891" height="1418"><br>
<br>
<br>
Taken form
<a class="moz-txt-link-freetext" href="https://european-union.europa.eu/institutions-law-budget/euro/design_en">https://european-union.europa.eu/institutions-law-budget/euro/design_en</a><br>
<br>
Just my Fr. 0.00,<br>
<br>
Gerald<br>
</body>
</html>