[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
advices on fonts for LaTeX output?
From: |
Patrice Dumas |
Subject: |
advices on fonts for LaTeX output? |
Date: |
Mon, 25 Jul 2022 22:00:38 +0200 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- advices on fonts for LaTeX output?,
Patrice Dumas <=