Skip to content

Commit

Permalink
don't define \noboundary as text command / issue 37 (#45)
Browse files Browse the repository at this point in the history
* changed default pdfversion from 2 to 5, along the default settings in the current tex systems

* change with pdfa version to 4 only if the current version is smaller, see issue #38

* removed \noboundary from puarenc.def, see issue #37

* spurious space, hope nobody notice it ...
  • Loading branch information
u-fischer authored and davidcarlisle committed Sep 29, 2017
1 parent 347850e commit b312fe2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hyperref.dtx
Expand Up @@ -1231,6 +1231,9 @@
% There are several commands that prints characters in the
% printable ASCII area that don't obey the NFSS, so they have
% to be redefined here.
% UF 29.09.2017: added a mapping for \noboundary, see issue #37
% https://github.com/ho-tex/hyperref/issues/37
% No test for PU, if some definition for PD1 is added it will work too.
% \begin{macrocode}
\let\{\textbraceleft
\let\}\textbraceright
Expand All @@ -1244,6 +1247,8 @@
\let\P\textparagraph
\let\ldots\textellipsis
\let\dots\textellipsis
\ltx@IfUndefined{textEncodingNoboundary}%
{}{\let\noboundary\textEncodingNoboundary}%
% \end{macrocode}
%
% \paragraph{Newline}
Expand Down Expand Up @@ -26419,7 +26424,7 @@
% U+200C ZERO WIDTH NON-JOINER; afii61664
\DeclareTextCommand{\ZWNJ}{PU}{\9040\014}% U+200C
% U+200D ZERO WIDTH JOINER; afii301
\DeclareTextCommand{\noboundary}{PU}{\9040\015}% U+200D
\DeclareTextCommand{\textEncodingNoboundary}{PU}{\9040\015}% U+200D
% \end{macrocode}
% \begin{macrocode}
%</puarenc>
Expand Down

0 comments on commit b312fe2

Please sign in to comment.