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/:
33export max_print_line = 1048576
44
55help :
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)"
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
32\ProvidesPackage {kactlpkg}
43
54\usepackage [utf8 ]{inputenc } % Encoding UTF-8
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
You can’t perform that action at this time.
0 commit comments