Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 10, 2024
1 parent d265e5f commit 308f48c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
SHELL=bash

TLROOT=$$(kpsewhich -var-value TEXMFDIST)
PACKAGES=ffcode to-be-determined href-ul eolang
PACKAGES=ffcode to-be-determined href-ul eolang iexec
REPO=objectionary/on-the-origins-of-objects

zip: *.tex
Expand All @@ -39,10 +39,10 @@ zip: *.tex
echo "Version is: $${version}"
gsed -i "s|0\.0\.0|$${version}|g" paper.tex
gsed -i "s|REPOSITORY|$(REPO)|g" paper.tex
pdflatex -shell-escape -halt-on-error paper.tex > /dev/null
biber paper
pdflatex -halt-on-error paper.tex > /dev/null
pdflatex -halt-on-error paper.tex > /dev/null
pdflatex -interaction=errorstopmode -halt-on-error -shell-escape paper.tex > /dev/null
bibtex paper
pdflatex -interaction=errorstopmode -halt-on-error paper.tex > /dev/null
pdflatex -interaction=errorstopmode -halt-on-error paper.tex > /dev/null
rm -rf *.aux *.bcf *.blg *.fdb_latexmk *.fls *.log *.run.xml *.out *.exc
zip -x paper.pdf -r paper-$${version}.zip *
mv paper-$${version}.zip ..
Expand Down
6 changes: 3 additions & 3 deletions main.bib
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ @misc{bugayenko2021eolang
author = {Bugayenko, Yegor},
eprint = {2111.13384},
primaryclass = {cs.PL},
title = {{EOLANG and $\varphi$-Calculus}},
title = {{EOLANG and \(\varphi\)-Calculus}},
year = {2021},
}

Expand All @@ -21,7 +21,7 @@ @misc{kudasov2021
author = {Kudasov, Nikolai and Kim, Violetta},
eprint = {2204.07454},
primaryclass = {cs.PL},
title = {{$\varphi$-Calculus: A Purely Object-Oriented Calculus of Decorated Objects}},
title = {{\(\varphi\)-Calculus: A Purely Object-Oriented Calculus of Decorated Objects}},
year = {2022},
}

Expand All @@ -37,7 +37,7 @@ @misc{posix
author = {{IEEE~1003.1}},
doi = {10.1109/IEEESTD.2018.8277153},
publisher = {{IEEE Std 1003.1-2017 (Revision of IEEE Std 1003.1-2008)}},
title = {{IEEE Standard for Information Technology --- Portable Operating System Interface (POSIX$^\text{TM}$) Base Specifications}},
title = {{IEEE Standard for Information Technology --- Portable Operating System Interface (POSIX\(^\text{TM}\)) Base Specifications}},
year = {2018},
}

Expand Down
8 changes: 5 additions & 3 deletions paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
\usepackage{eolang}
\usepackage[capitalize]{cleveref}
\usepackage{to-be-determined}

\usepackage{csquotes}
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}
Expand All @@ -17,6 +16,7 @@
\setlength{\footskip}{13.0pt}

\title{On the Origins of Objects by Means of Careful Selection}

\author{Yegor Bugayenko}
\orcid{0000-0001-6370-0678}
\email{yegor256@gmail.com}
Expand All @@ -25,6 +25,7 @@
\country{Russia}
\city{Moscow}
}

\ccsdesc[100]{Object-Oriented Programming}
\keywords{Object-Oriented Programming}

Expand All @@ -33,9 +34,10 @@
\newcommand\adeff[1]{\aff{\textcolor{blue!50!black}{\textbf{#1}}}}
\newcommand\eohex[1]{\ff{#1}}

\begin{document}
\raggedbottom

\begin{document}

\begin{abstract}
We introduce a taxonomy of objects for \eolang{} programming language.
This taxonomy is designed with a few principles in mind: non-redundancy,
Expand Down Expand Up @@ -103,7 +105,7 @@ \section{Introduction}
mentioned for the first time.

In this paper\footnote{%
\LaTeX{} sources of this paper are maintained in
\LaTeX{} sources of this paper are maintained in the
\href{https://github.com/REPOSITORY}{REPOSITORY} GitHub repository,
the rendered version is \href{https://github.com/REPOSITORY/releases/tag/0.0.0}{\ff{0.0.0}}.}
we don't provide exact specification of each object, in order to avoid
Expand Down

0 comments on commit 308f48c

Please sign in to comment.