File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export TEXINPUTS=.:content/tex/:
3
3
export max_print_line = 1048576
4
4
5
5
help :
6
- @echo " This makefile builds KACTL (KTH ACM Contest Template Library)"
6
+ @echo " This makefile builds KACTL (KTH Algorithm Competition Template Library)"
7
7
@echo " "
8
8
@echo " Available commands are:"
9
9
@echo " make fast - to build KACTL, quickly (only runs LaTeX once)"
Original file line number Diff line number Diff line change 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
3
2
\ProvidesPackage {kactlpkg}
4
3
5
4
\usepackage [utf8 ]{inputenc } % Encoding UTF-8
48
47
49
48
% Some default config
50
49
\subtitle {{\tiny new}KACTL}
51
- \title {KTH ACM Contest Template Library}
50
+ \title {KTH Algorithm Competition Template Library}
52
51
\newcommand {\PDFColor }{0}
53
52
\def\@builddir {build}
54
53
You can’t perform that action at this time.
0 commit comments