summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/knowledge/knowledge.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/knowledge/knowledge.tex')
-rw-r--r--Master/texmf-dist/doc/latex/knowledge/knowledge.tex13
1 files changed, 11 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/knowledge/knowledge.tex b/Master/texmf-dist/doc/latex/knowledge/knowledge.tex
index 953e3ba5b0d..fb3f98f009c 100644
--- a/Master/texmf-dist/doc/latex/knowledge/knowledge.tex
+++ b/Master/texmf-dist/doc/latex/knowledge/knowledge.tex
@@ -693,6 +693,7 @@ This is essentially a list for personal referencing of what has to be done.
\item[2018-07-26] Compatibility with utf8 symbols in labels (thanks to Yves Guiraud).
\item[2018-11-22] Corrected bug for "makeidx@@package" (thanks to Sylvain Schmitz). V1.14 on "CTAN".
\item[2019-01-27] Minor improvement of the doc, and hiding links in it. V1.15.
+\item[2019-02-15] Correction of a placement problem with \cs\AP. V1.16.
\end{compactdesc}
\normalsize
%\restoregeometry
@@ -2301,7 +2302,7 @@ the incriminated environment using \cs\phantomsection, and then use \cs{\reintro
\subsection{Incorrect display}
-\paragraph{Incorrect breaking at the end of lines (in Arxiv for instance)}
+\subsubsection{Incorrect breaking at the end of lines (in Arxiv for instance)}
It may happen that some hyperlinks generated by "knowledge@@package" are not broken properly
at the end of lines. This is an issue with the \kl(package){hyperref} package. This in particularly happened for files compiled by the Arxiv system while the file on the local computer was not having any problem.
@@ -2310,10 +2311,18 @@ A workaround is to use the \texttt{breaklinks} option of \kl(package){hyperref}
\kl{[...]}\par\noindent
\cs\usepackage[\kl{breaklinks}]\{\kl(package){hyperref}\}\par\noindent
\kl{[...]}\par\noindent
-\cs\usepackage\{\kl{knowledge}\}\par\noindent
+\cs\usepackage\{\kl(package){knowledge}\}\par\noindent
\kl{[...]}\par\noindent
\end{code}
+\subsubsection{Red boxes around links}
+
+This is an annoying feature of the "hyperref@@package" package to surround all links by red boxes (that may appear or not depending on the viewer). This is very heavy in document with many links. The solution is to load the "hyperref@@package" package with the "hidelinks" option. Hence the preamble may look like:
+\begin{code}[9cm]
+\cs\usepackage{["hidelinks"]}\{"hyperref@@package"\}\par\noindent
+\cs\usepackage\{\kl(package){knowledge}\}\par\noindent
+\end{code}
+
\subsection{Problems with scope}
\subsubsection{Problems in combination with \cs{\bibitem} and "thebibliography@@env"}