Hello,

With the header generated by texi2any when generating LaTeX, I get
pixelated fonts.  Strangely, I do not get those pixelated fonts when I
do LaTeX documents myself which is weird as I use similar headers...
Also bold typewriter is not much different from typewriter, which seems
to be a known issue with the default CM fonts.

Any advice on the usepackage to use for fonts?  Should it depend on the
encoding?  The ideal would probably be fonts that cover a whole
encoding, but I guess that for UTF-8 it is gonna be challenging...

Here is the whole header

\documentclass{book}
\usepackage{imakeidx}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage[gen]{eurosym}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{graphicx}
\usepackage{etoolbox}
\usepackage{titleps}
\usepackage{float}
% use hidelinks to remove boxes around links to be similar with Texinfo TeX
\usepackage[hidelinks]{hyperref}
\usepackage[utf8]{inputenc}


This may be an issue with my setup but I hope there are way to make it
better more generally.

-- 
Pat

Reply via email to