TransWikia.com

Change appearance of italic ae symbol

TeX - LaTeX Asked on July 30, 2021

I need to use ae symbol in my article both in standard and italic forms.

Text aetextit{ae}in my .tex file looks like this

enter image description here

The italic symbol seems unfamiliar when it’s a small letter on a page. Is there a way to change its appearance so it will be, for example, like this one ?

enter image description here

The document has the following content

documentclass[10pt,twoside,book,a5paper]{ncc}
usepackage[utf8]{inputenc}
usepackage[english,russian]{babel}
usepackage{indentfirst}
begin{document}

section*{Введение}
...
ae textit{ae}
...
end{document}

2 Answers

You get a better shape with

documentclass[10pt,twoside,book,a5paper]{ncc}
usepackage[T1,T2A]{fontenc}

lettgrelaxletctgrelax
letarctgrelaxletarcctgrelax

usepackage[english,russian]{babel}
usepackage{indentfirst}

DeclareTextSymbolDefault{ae}{T1}

begin{document}

section*{Введение}

ae textit{ae}

end{document}

The two let lines are to avoid four error messages one gets because ncc wants to define things that are defined by babel-russian afterwards.

enter image description here

Correct answer by egreg on July 30, 2021

And a solution based on @egreg’s that uses Unicode OpenType fonts and runs in LuaLaTeX or XeLaTeX:

documentclass[10pt,twoside,book,a5paper]{ncc}
tracinglostchars=2
lettgrelaxletctgrelax
letarctgrelaxletarcctgrelax

usepackage[english,russian]{babel}
usepackage{fontspec}
usepackage{indentfirst}

babelfont{rm}
          [Ligatures=Common]{CMU Serif}
babelfont{sf}
          [Ligatures=Common]{CMU Sans Serif}
babelfont{tt}
          {CMU Typewriter Text}

begin{document}

section*{Введение}
...
ae textit{ae}
...
end{document}

CMU Serif sample

Answered by Davislor on July 30, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP