Skip to content

Commit e32a898

Browse files
authored
Merge pull request #103 from krypt-n/fix-scrpage2
Fix manual.pdf build with recent tex distributions
2 parents 195f3c4 + 329d8e1 commit e32a898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfaces/src/main/latex/manual/manual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\usepackage[utf8]{inputenc}
44
\usepackage[T1]{fontenc}
55
\usepackage[english]{babel}
6-
\usepackage{scrpage2}
6+
\usepackage{scrlayer-scrpage}
77
\usepackage{amsmath,amssymb}
88
\usepackage{verbatim}
99
\usepackage{color,graphicx}

0 commit comments

Comments
 (0)