Skip to content

Commit 8dc89c7

Browse files
committed
Refactor document class and bibliography styling.
1 parent cb7d398 commit 8dc89c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

paper.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
% SPDX-FileCopyrightText: Copyright (c) 2024-2025 Yegor Bugayenko
22
% SPDX-License-Identifier: MIT
33

4-
\documentclass[sigplan,11pt,nonacm,natbib=false]{acmart}
4+
\documentclass[sigplan,nonacm]{acmart}
55
\settopmatter{printfolios=false,printccs=false,printacmref=false}
6-
\usepackage[maxnames=1,minnames=1,maxbibnames=100,natbib=true,citestyle=authoryear,bibstyle=authoryear,doi=false,url=false,isbn=false,isbn=false,backend=biber]{biblatex}
76
\usepackage[nocn]{ffcode}
7+
\usepackage{natbib}
88
\usepackage{tikz}
99
\usepackage{to-be-determined}
1010
\setlength\footskip{13pt}
1111

12-
\addbibresource{main.bib}
13-
1412
\title{Reducing Programs to Objects}
1513
\subtitle{
1614
Ver:
@@ -1070,7 +1068,9 @@ \section{Conclusion}
10701068
10711069
We demonstrated how some language features often present in high-level object-oriented languages, such as Java or C++, may be expressed using objects. We used EO as a destination programming language because of its minimalistic semantics: it doesn't have any language features aside from objects and their composition and decoration mechanisms.
10721070
1073-
\printbibliography
1071+
\raggedright
1072+
\bibliographystyle{ACM-Reference-Format}
1073+
\bibliography{bibliography/main}
10741074
10751075
\clearpage
10761076

0 commit comments

Comments
 (0)