hyperref doesn't work inside scrartcl class. It happens when I use that class and I want to link to another page but doesn't work at all. Any help? Thanks in advance!
\documentclass[
10pt,
pagesize,
headinclude=false,
footinclude=false,
hyperref=true
]
{scrartcl}
\usepackage[x11names]{xcolor}
\usepackage{float}
\usepackage{pagecolor}
\usepackage{CJKutf8}
\usepackage[pdftitle=learnChinese,pdfauthor=yu,
colorlinks=true, urlcolor=magenta, linkcolor=black]{hyperref}
\paperwidth=4cm
\paperheight=4cm
\typearea{100}
\pagecolor{LightCyan2}
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\Huge
\clearpage
\vspace*{\stretch{1}}
\begin{center}
\hyperref[o]{あ}
\end{center}
\vspace*{\stretch{2.5}}
\newpage
\vspace*{\stretch{1}}
\begin{center}
い
\end{center}
\vspace*{\stretch{2.5}}
\clearpage
\vspace*{\stretch{1}}
\begin{center}
う
\end{center}
\vspace*{\stretch{2.5}}
\clearpage
\vspace*{\stretch{1}}
\begin{center}
え
\end{center}
\vspace*{\stretch{2.5}}
\clearpage
\vspace*{\stretch{1}}
\begin{center}
お \label{o}
\end{center}
\vspace*{\stretch{2.5}}
\end{CJK}
\end{document}
When you run the MWE, you will see you can't go to the fifth page after click on the first page's character.
editbutton left below your current post) that illustrates your problem? It will us help to analyze the problem (which will not be possible without the example document). – gernot Sep 21 '16 at 13:58