From 74fd246e81bb772e4ceaad0ba6218ae1b5da2724 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 1 Mar 2020 17:24:53 +0000 Subject: [PATCH] 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 --- tmpl/tex/de_technical/header.ger.tmpl | 2 +- tmpl/tex/de_technical/header.tex.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tmpl/tex/de_technical/header.ger.tmpl b/tmpl/tex/de_technical/header.ger.tmpl index 6dd653e3..4421e17e 100644 --- a/tmpl/tex/de_technical/header.ger.tmpl +++ b/tmpl/tex/de_technical/header.ger.tmpl @@ -43,7 +43,7 @@ DELETE \lstloadlanguages{C++} \usepackage[german]{babel} \usepackage[footnotesize]{caption} -\usepackage{portland} +%\usepackage{portland} %---------------------- File "./base/proc.sty": %---------------------- File "./misc/blkarray.sty": %---------------------- File "./misc/doublespace.sty": diff --git a/tmpl/tex/de_technical/header.tex.tmpl b/tmpl/tex/de_technical/header.tex.tmpl index 8d2bef66..b827bb03 100644 --- a/tmpl/tex/de_technical/header.tex.tmpl +++ b/tmpl/tex/de_technical/header.tex.tmpl @@ -52,7 +52,7 @@ \usepackage[german]{babel} %\usepackage[font=footnotesize,labelfont=bf,singlelinecheck=false,format=plain,,justification=justified]{caption} %\usepackage[font=footnotesize,labelfont=bf,singlelinecheck=false,format=plain,,]{caption} -\usepackage{portland} +%\usepackage{portland} \usepackage{amsmath} \usepackage{float} \usepackage{paralist}