<html theme="themeKey23rand80" iconset="color"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head><body style="font-family: Lucida Sans;" text="#000000"><div 
style="font-family: Lucida Sans;">The preamble<br><pre style="margin-left: 40px;" wrap="">\input plnfss
\setfont{T1}{lmr}{m}{n}
</pre>
yields<br><div style="margin-left: 40px;"> Paragraph ended before 
\setfont was complete.<br><to be read again> <br><br><br></div><span>Luis
 Rivera a écrit le 31/01/2022 à 19:34 :</span><br><blockquote 
type="cite" 
cite="mid:CAOEhWT3ioOvgjrGXmD8sx-UAiU84VpDhrjtYMQKnkZBQ63UaBw@mail.gmail.com"><pre wrap="">Il giorno gio 20 gen 2022 alle ore 18:22 Gérald Tenenbaum
<a class="moz-txt-link-rfc2396E" href="mailto:gerald.ten@free.fr"><gerald.ten@free.fr></a> ha scritto:
</pre><blockquote type="cite"><pre wrap="">Hi Karl,

I did ask on taxhax.
What is wrong with this code:

\magnification 1200
\input eplain
\beginpackages
\usepackage[applemac]{fontenc}
\endpackages
théorie
\end

</pre></blockquote><pre wrap="">`applemac` is an `inputenc`; `T1` (aka Cork) or `OT1` (aka Knuth) are
`fontenc`s. Besides, neither `inputenc` nor `fontenc` work on Plain,
afaik. The correct call should be

```
\beginpackages
\usepackage[T1]{fontenc}
\endpackages
```

I've been planning on making inputenc/fontenc available on Plain by
extending somewhat `miniltx.sty`, but then I realized that goal may
require reimplementing LICR (LaTeX's Internal Code Representation), or
going straight to Unicode; and then, life is complicated.

There `plnfss` comes in handy. Replace the above with

```
\input plnfss
\setfont{T1}{lmr}{m}{n}
```

and try again.

This trick should also set up LaTeX commands to combine boldface with
italics, etc.; and if your input encoding is, say, Latin1, you are all
set. No need for backslash constructions.

Good luck, and happy plnfssing!


Luis Rivera

P.S. set your email provider to send plain text, not html, please: the
archives scrub html email.

</pre></blockquote><br></div></body></html>