[OS X TeX] Bug in PDFKit

Victor Ivrii vivrii at gmail.com
Fri Apr 12 16:52:57 CEST 2013


On Fri, Apr 12, 2013 at 9:58 AM, Herbert Schulz <herbs at wideopenwest.com>wrote:

>
>
>
> Howdy,
>
> I can't compile using pdflatex and \usepackage[utf8]{inputenc} but
> \usepackage[utf8x]{inputenc} seems to allow compilation. I believe the
> [utf8] is very limited and doesn't translate Cyrillic
>


Actually combination
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}

works well to translate cyrillic (see below) and
without \usepackage[T2A]{fontenc} utf8x does not work on the example 1
attached.


However the main question is a bug in PDF toolkit (example 2 does not
launch web browser)




%% example 1%%%
\documentclass[12pt]{article}
\usepackage{cmap}
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}



%\usepackage{hyperref}
\usepackage[unicode,pdfencoding=auto]{hyperref}
\begin{document}
Физико-математическая школа им. М. А. Лаврентьева при НГУ

\end{document}


%% example 2%%%
\documentclass[12pt]{article}
\usepackage{cmap}
\usepackage[utf8x]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage[unicode,pdfencoding=auto]{hyperref}

\begin{document}
\href{http://ru.wikipedia.org/wiki/Физико-математическая_школа_им._М._А._Лаврентьева_при_НГУ}{Physical
Mathematical School at Novosibirsk State University}.

\href{http://ru.wikipedia.org/wiki/}{Russian wikipedia}.
\end{document}


Victor
-- 
========================
Victor Ivrii, Professor, Department of Mathematics, University of Toronto
http://www.math.toronto.edu/ivrii%% example 1%%%
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/macostex-archives/attachments/20130412/813edc5f/attachment.html>


More information about the macostex-archives mailing list