<div dir="ltr">Dear Luis,<div><br></div><div>I would suspect that the problem has a LOT to do with the particular machine (printer) you are using to print it. It is definitely making some font substitution that is not called for. Would you kindly provide more detail? it would be especially helpful to:</div><div><ul><li>Know what this printer is and how you are sending the file to it.</li><li>Know a bit more about your TeX set up (TeXlive? Which version? Operating system?...)</li></ul></div><div>and if you could also upload:</div><div><ul><li>the first page of your TeX sources</li><li>the first-page of this PDF file</li></ul></div><div>that would also be helpful.</div><div><br></div><div>My strong suspicion is that you probably do NOT have cm-super installed, so the usage of </div><div><br></div><div>       \usepackage[T1]{fontenc}</div><div><br></div><div>is triggering bitmaps fonts to be included in the PDF and this printer is unable to deal with it.</div><div><br></div><div>This is just a guess, we will be able to check better with a bit more detail.</div><div><br></div><div>Best,</div><div>Paulo Ney</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jun 11, 2022 at 10:23 AM Luis Muñoz Fuente <<a href="mailto:luis.munoz.edu@juntadeandalucia.es">luis.munoz.edu@juntadeandalucia.es</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Hi all.<br>
<br>
<br>
<br>
I have a file that looks good on many printers but on one<br>
photocopier changes my typography and the accents come out wrong, I link<br>
you the scanned file:<br>
<a href="https://consigna.juntadeandalucia.es/1321a7d8a69dff2f395b1d0647f8655e" rel="noreferrer" target="_blank">https://consigna.juntadeandalucia.es/1321a7d8a69dff2f395b1d0647f8655e</a><br>
<br>
I sue this packages:<br>
<br>
\documentclass[12pt,a4paper]{article}<br>
\usepackage[utf8]{inputenc}<br>
\usepackage[T1]{fontenc}<br>
\usepackage[spanish]{babel}<br>
\usepackage[left=3 cm, right=3 cm, top=3cm, bottom=3 cm]{geometry}<br>
\usepackage{amsmath}<br>
\usepackage{graphicx} % requiere paquete texlive-full<br>
\usepackage[usenames]{color}<br>
\usepackage{longtable}<br>
\usepackage{hyperref}<br>
\hypersetup{<br>
    colorlinks=true,<br>
    linkcolor=blue,<br>
    filecolor=blue,<br>
    urlcolor=blue,<br>
}<br>
\urlstyle{same}<br>
<br>
\title{\hspace{0cm}La física alrededor del año 1900<br>
   \date{versión 1.3 --- \today} }<br>
<br>
\begin{document}<br>
\maketitle<br>
<br>
\section {Historias entrelazadas}<br>
\begin{enumerate}<br>
<br>
\item<br>
En 1865 James Clerck Maxwell dedujo teóricamente las ondas<br>
electromagnéticas y<br>
<br>
<br>
and the command pdffonts in GNU/Linux tell me that typography is<br>
embedded and it is type 1. If I add this line:<br>
\usepackage[T1]{fontenc}<br>
<br>
the problem is solved. This file has two png images. If I take them off<br>
it prints fine even if it does not include the previous line.<br>
<br>
Any ideas?<br>
<br>
Thanks<br>
</blockquote></div>