Skip to content

Instantly share code, notes, and snippets.

@zr-tex8r
Created July 11, 2018 13:13
Show Gist options
  • Save zr-tex8r/d7f5f01d46ed139df8f0d3c2b831bb88 to your computer and use it in GitHub Desktop.
Save zr-tex8r/d7f5f01d46ed139df8f0d3c2b831bb88 to your computer and use it in GitHub Desktop.
LaTeX: when a glyph unavailable in PD1 is used…
% pdfLaTeX
\documentclass{article}
\usepackage{hyperref}
\usepackage{textalpha}
\begin{document}
\section{About \textepsilon-SATySFi}
%Package hyperref Warning: Glyph not defined in PD1 encoding,
%(hyperref) removing `\textepsilon' on input line 6.
\end{document}
@agrusu
Copy link

agrusu commented Aug 10, 2021

\usepackage[unicode]{hyperref}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment