Skip to content

Commit a670b7c

Browse files
committed
acmart
1 parent 533936e commit a670b7c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
TLROOT=$$(kpsewhich -var-value TEXMFDIST)
2727
PACKAGES=ffcode to-be-determined href-ul
28-
REPO=yegor256/reducing-programs-to-objects
28+
REPO=objectionary/reducing-programs-to-objects
2929

3030
zip: *.tex
3131
rm -rf package
@@ -39,10 +39,10 @@ zip: *.tex
3939
echo "Version is: $${version}"
4040
gsed -i "s|0\.0\.0|$${version}|" paper.tex
4141
gsed -i "s|REPOSITORY|$(REPO)|" paper.tex
42-
pdflatex -shell-escape -halt-on-error paper.tex > /dev/null
42+
pdflatex -shell-escape -halt-on-error paper.tex
4343
biber paper
44-
pdflatex -halt-on-error paper.tex > /dev/null
45-
pdflatex -halt-on-error paper.tex > /dev/null
44+
pdflatex -halt-on-error paper.tex
45+
pdflatex -halt-on-error paper.tex
4646
rm -rf *.aux *.bcf *.blg *.fdb_latexmk *.fls *.log *.run.xml *.out *.exc
4747
zip -x paper.pdf -r paper-$${version}.zip *
4848
mv paper-$${version}.zip ..

acmart.cls

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
%% The original source files were:
66
%%
77
%% acmart.dtx (with options: `class')
8-
%%
8+
%%
99
%% IMPORTANT NOTICE:
10-
%%
10+
%%
1111
%% For the copyright see the source file.
12-
%%
12+
%%
1313
%% Any modified versions of this file must be renamed
1414
%% with new filenames distinct from acmart.cls.
15-
%%
15+
%%
1616
%% For distribution of the original source see the terms
1717
%% for copying and modification in the file acmart.dtx.
18-
%%
18+
%%
1919
%% This generated file may be distributed as long as the
2020
%% original source files, as listed above, are part of the
2121
%% same distribution. (The sources need not necessarily be
@@ -598,10 +598,10 @@
598598
\rule\z@\footnotesep\ignorespaces#1\@finalstrut\strutbox}%
599599
\color@endgroup}}
600600
\def\@makefnmark{\hbox{\@textsuperscript{\normalfont\@thefnmark}}}
601+
\RequirePackage{hyperxmp}
601602
\let\@footnotemark@nolink\@footnotemark
602603
\let\@footnotetext@nolink\@footnotetext
603604
\RequirePackage[bookmarksnumbered,unicode]{hyperref}
604-
\RequirePackage{hyperxmp}
605605
\pdfstringdefDisableCommands{%
606606
\def\addtocounter#1#2{}%
607607
\def\unskip{}%

0 commit comments

Comments
 (0)