Skip to content

Commit 3827074

Browse files
committed
ACM is no longer involved in the ICPC
1 parent 6e088d3 commit 3827074

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export TEXINPUTS=.:content/tex/:
33
export max_print_line = 1048576
44

55
help:
6-
@echo "This makefile builds KACTL (KTH ACM Contest Template Library)"
6+
@echo "This makefile builds KACTL (KTH Algorithm Competition Template Library)"
77
@echo ""
88
@echo "Available commands are:"
99
@echo " make fast - to build KACTL, quickly (only runs LaTeX once)"

content/tex/kactlpkg.sty

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
% This is file contains LaTeX macros for KACTL (KTH ACM Contest Template Library)
2-
% Written by Håkan Terelius, 2008-11-24
1+
% This file contains LaTeX macros for KACTL
32
\ProvidesPackage{kactlpkg}
43

54
\usepackage[utf8]{inputenc} % Encoding UTF-8
@@ -48,7 +47,7 @@
4847

4948
% Some default config
5049
\subtitle{{\tiny new}KACTL}
51-
\title{KTH ACM Contest Template Library}
50+
\title{KTH Algorithm Competition Template Library}
5251
\newcommand{\PDFColor}{0}
5352
\def\@builddir{build}
5453

0 commit comments

Comments
 (0)