![babel[arabic]과 함께 hyperref를 사용하여 PDF를 생성할 수 없습니다.](https://rvso.com/image/357688/babel%5Barabic%5D%EA%B3%BC%20%ED%95%A8%EA%BB%98%20hyperref%EB%A5%BC%20%EC%82%AC%EC%9A%A9%ED%95%98%EC%97%AC%20PDF%EB%A5%BC%20%EC%83%9D%EC%84%B1%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
hyperref
& bookmark
package를 와 함께 사용할 때 PDF를 생성할 수 없습니다 \usepackage[arabic,english]{babel}
. hyperref
& 패키지를 제거하면 bookmark
PDF가 성공적으로 생성됩니다.
아래에서 MWE를 찾으십시오.
\documentclass{article}
\usepackage{graphicx}%
\usepackage[utf8]{inputenc}
\usepackage[arabic,english]{babel}
\selectlanguage{english}%
\usepackage{subfig}
\usepackage{hyperref}
\usepackage{bookmark}
\usepackage{lipsum}
\makeatother
\begin{document}
\begin{otherlanguage}{arabic}\AR{صفر}\end{otherlanguage}
\begin{otherlanguage}{arabic}\AR{الحمد لله رب كل العالمين.}\end{otherlanguage}
\begin{otherlanguage}{arabic}\AR{الرحيم الرحيم.}\end{otherlanguage}
\lipsum[1-2]
\begin{figure}
\centering
\subfloat[][a]{\includegraphics{figure1}\label{figure1}}
\subfloat[][b]{\includegraphics{figure2}\label{figure2}}
\caption{Comparison of steady state results (a) x method (b) y method}
\label{steady_state}
\end{figure}
\end{document}
DVI->PS 후에 증류하는 동안 아래 오류가 발생합니다.
%%[ Error: limitcheck; OffendingCommand: cvn ]%%
Stack:
(subfigure.\\protect \\protect \\bgroup \\beginL \\protect \\protect \\edef OT1{OT1}\\let \\enc@update \\relax \\protect \\xdef \\OT1/cmr/m/n/10 {\\OT1/cmr/m/n/10 }\\OT1/cmr/m/n/10 \\size@update \\enc@update \\def OT1{O...)
/Dest
[/XYZ 86.0023 440.288 -null-]
/View
-mark-
%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
%%[ Warning: PostScript error. No PDF file produced. ] %%
꼭 필요한 일을 해주세요.