header.ger.tmpl, header.tex.tmpl: Disable LaTeX package portland

portland has been removed from TexLive upstream due to licensing issues, see
https://bugzilla.redhat.com/show_bug.cgi?id=1192705 . It is, however, very
short, and still on CPAN, see
https://ctan.kako-dev.de/macros/latex209/contrib/misc/portland.sty , so it can
be included again if need be, given a test case.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2020-03-01 17:24:53 +00:00
commit 74fd246e81
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ DELETE
\lstloadlanguages{C++} \lstloadlanguages{C++}
\usepackage[german]{babel} \usepackage[german]{babel}
\usepackage[footnotesize]{caption} \usepackage[footnotesize]{caption}
\usepackage{portland} %\usepackage{portland}
%---------------------- File "./base/proc.sty": %---------------------- File "./base/proc.sty":
%---------------------- File "./misc/blkarray.sty": %---------------------- File "./misc/blkarray.sty":
%---------------------- File "./misc/doublespace.sty": %---------------------- File "./misc/doublespace.sty":

View file

@ -52,7 +52,7 @@
\usepackage[german]{babel} \usepackage[german]{babel}
%\usepackage[font=footnotesize,labelfont=bf,singlelinecheck=false,format=plain,,justification=justified]{caption} %\usepackage[font=footnotesize,labelfont=bf,singlelinecheck=false,format=plain,,justification=justified]{caption}
%\usepackage[font=footnotesize,labelfont=bf,singlelinecheck=false,format=plain,,]{caption} %\usepackage[font=footnotesize,labelfont=bf,singlelinecheck=false,format=plain,,]{caption}
\usepackage{portland} %\usepackage{portland}
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{float} \usepackage{float}
\usepackage{paralist} \usepackage{paralist}