Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <lgc3a4Fh6tdU2@mid.individual.net>
Deutsch   English   Français   Italiano  
<lgc3a4Fh6tdU2@mid.individual.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: Peter Flynn <peter@silmaril.ie>
Newsgroups: comp.text.tex
Subject: Re: aunclfamily and fontspec
Date: Wed, 24 Jul 2024 11:28:20 +0100
Organization: Usenet Labs Bozon Detector Facility
Lines: 20
Message-ID: <lgc3a4Fh6tdU2@mid.individual.net>
References: <lg9igrF5h0rU1@mid.uni-berlin.de> <owxm6kmx14wk.dlg@nililand.de>
 <lgb0e5FcctoU1@mid.uni-berlin.de> <v7qgcs$1m8v9$1@dont-email.me>
 <lgbvrsFgtmrU1@mid.uni-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-Trace: individual.net JdP3QDtznTnF2RkQorEXngOK0btGYTzmcelErlAeggiGj8Lj1M
Cancel-Lock: sha1:Spg6JOWlv4XkuzqFm3tYfhBmxM4= sha256:Xc7Kgv2x4ce7EkUZDRD/5x+7ePzB3DMfgKoQReRTDec=
User-Agent: Mozilla Thunderbird
Content-Language: en-GB
In-Reply-To: <lgbvrsFgtmrU1@mid.uni-berlin.de>
Bytes: 1487

On 24/07/2024 10:29, Jens-Olaf Lindermann wrote:

> Using auncial only for these four letters A.A.G.G. (a common 
> Abbreviatura) its not worth the trouble and the time – not yours, not
> mine.

In that case I'd avoid the auncial package and reference the font via 
fontspec direct, eg

\documentclass{article}
\usepackage{fontspec}
\setmainfont{Old Standard}
\newfontface{\auncial}{auncl10.pfb}
 
[Path=/usr/share/texlive/texmf-dist/fonts/type1/public/auncial-new/]
\begin{document}
Test \auncial A.A.G.G.
\end{document}

Peter