Skip to content

Commit

Permalink
Release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krono committed Nov 20, 2019
1 parent 29c0a21 commit dd3df0c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion hpitr.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
%<*!README>
[%
%</!README>
2019/09/27 v1.9
2019/11/20 v2.0
%<README>
%<!README>^^J
A unified class for Technical Reports at the HPI
Expand Down Expand Up @@ -95,6 +95,7 @@
% \changes{v1.7}{2018/02/10}{Split the documentation (\ghissue{1}).}
% \changes{v1.8}{2019/02/28}{Add appendix support for collections.}
% \changes{v1.9}{2019/09/27}{Make sure colors from ps are preferred.}
% \changes{v2.0}{2019/11/20}{Robustify patching, move appendices before bibs.}
% \GetFileInfo{hpitr.dtx}
%^^A ==========================================================================
%^^A ==========================================================================
Expand Down Expand Up @@ -301,6 +302,7 @@ without this file.
% \subsubsection{Preparation}
% Some basic tools we need everywhere: Common macros, the KOMA-Script base
% package. Also, all the conditionals we might need.
% \changes{v2.0}{2019/11/20}{Robustify patching}
% \begin{macrocode}
\RequirePackage{etexcmds,etoolbox,xpatch,ltxcmds}
\RequirePackage{scrbase}[2013/12/19]
Expand Down Expand Up @@ -1040,6 +1042,7 @@ without this file.
% \changes{v1.1d}{2015/09/30}{Fix \cs{TR@includedir} to look for
% \cs{lstinline}, if present}
% \changes{v1.8}{2018/02/28}{Add appendix support for collections.}
% \changes{v2.0}{2019/11/20}{move appendices before bibs.}
% \begin{macrocode}
\newcommand*{\TR@includedir}[1]{%
\global\let\TR@saved@include\include
Expand Down Expand Up @@ -2149,6 +2152,9 @@ without this file.

%% Warn about global use of sloppy
\let\TR@sloppy\sloppy
% \end{macrocode}
% \changes{v2.0}{2019/11/20}{Robustify patching}
% \begin{macrocode}
\xpatchcmd{\sloppypar}{\sloppy}{\TR@sloppy}{}{}
\xpatchcmd{\@arrayparboxrestore}{\sloppy}{\TR@sloppy}{}{}
\xpatchcmd{\thebibliography}{\sloppy}{\TR@sloppy}{}{}
Expand Down

0 comments on commit dd3df0c

Please sign in to comment.