Re: aunclfamily and fontspec

Liste des GroupesRevenir à ct tex 
Sujet : Re: aunclfamily and fontspec
De : news3 (at) *nospam* nililand.de (Ulrike Fischer)
Groupes : comp.text.tex
Date : 24. Jul 2024, 12:31:42
Autres entêtes
Message-ID : <k4tzsuugf63h$.dlg@nililand.de>
References : 1 2 3
User-Agent : 40tude_Dialog/2.0.15.41de
Am Wed, 24 Jul 2024 02:33:09 +0200 schrieb Jens-Olaf Lindermann:

Maybe I should have mentioned,

Yes you should have mentioned that.

that indeed I have read the documentation
of auncial, and having tried to solve the problem alone in many ways like
 
\textuncl{text} or \aunclfamily{}, also having put the [B1]{fontenc}
package.

Section 2 starts with

   Thus, to use the font in a document you need to
   at least have: \usepackage[B1,...]{fontenc} in the preamble.

So it is quite clear that this is a must, and if this didn't work
for you you should have shown a MWE *with* this line.

The B1-encoding misses a FontSubstitution declaration. You can
repair that like this

\documentclass{scrbook}

\DeclareFontEncoding{B1}{}{}
\DeclareFontSubstitution{B1}{cmr}{m}{n}
\usepackage[B1]{fontenc}
\usepackage{fontspec}
\setmainfont{oldstandard}
\usepackage{auncial}

\begin{document}

some text
{\aunclfamily AAGG}
some text

\end{document}




--
Ulrike Fischer
http://www.troubleshooting-tex.de/

Date Sujet#  Auteur
23 Jul 24 * aunclfamily and fontspec18Jens-Olaf Lindermann
23 Jul 24 +- Re: aunclfamily and fontspec1Stefan Ram
23 Jul 24 +* Re: aunclfamily and fontspec15Ulrike Fischer
24 Jul 24 i`* Re: aunclfamily and fontspec14Jens-Olaf Lindermann
24 Jul 24 i +- Re: aunclfamily and fontspec1Carlo XYZ
24 Jul 24 i +* Re: aunclfamily and fontspec6Carlo XYZ
24 Jul 24 i i`* Re: aunclfamily and fontspec5Jens-Olaf Lindermann
24 Jul 24 i i +* Re: aunclfamily and fontspec2Stefan Ram
24 Jul 24 i i i`- Re: aunclfamily and fontspec1Jens-Olaf Lindermann
24 Jul 24 i i +- Re: aunclfamily and fontspec1Peter Flynn
24 Jul 24 i i `- Re: aunclfamily and fontspec1Carlo XYZ
24 Jul 24 i `* Re: aunclfamily and fontspec6Ulrike Fischer
24 Jul 24 i  `* Re: aunclfamily and fontspec5Jens-Olaf Lindermann
24 Jul 24 i   +* Re: aunclfamily and fontspec3Carlo XYZ
24 Jul 24 i   i`* Re: aunclfamily and fontspec2Jens-Olaf Lindermann
24 Jul 24 i   i `- Re: aunclfamily and fontspec1Ulrike Fischer
2 Aug 24 i   `- Re: aunclfamily and fontspec SOLVED1Jens-Olaf Lindermann
23 Jul 24 `- Re: aunclfamily and fontspec1Carlo XYZ

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal