1
1
mirror of https://github.com/cqfn/eo.git synced 2024-10-04 12:19:02 +03:00

show date in PDF

This commit is contained in:
Yegor Bugayenko 2021-11-26 08:58:41 +03:00
parent cfe1b960b4
commit 3fa5530383
No known key found for this signature in database
GPG Key ID: B8283801026E65F3
4 changed files with 11 additions and 4 deletions

View File

@ -12,7 +12,7 @@ jobs:
with:
path: paper
opts: -pdf
packages: acmart cjk ffcode href-ul datetime fmtcount libertine paralist makecell footmisc currfile enumitem wrapfig lastpage biblatex titling svg trimspaces catchfile transparent textpos fvextra xstring framed environ totpages hyperxmp ifmtarg ncctools comment anyfontsize fdsymbol algpseudocodex algorithmicx stmaryrd preprint cyrillic cm-super babel-russian hyphen-russian lh to-be-determined cancel
packages: acmart cjk ffcode href-ul datetime fmtcount libertine paralist makecell footmisc currfile enumitem wrapfig lastpage biblatex titling svg trimspaces catchfile transparent textpos fvextra xstring framed environ totpages hyperxmp ifmtarg ncctools comment anyfontsize fdsymbol algpseudocodex algorithmicx stmaryrd preprint cyrillic cm-super babel-russian hyphen-russian lh to-be-determined cancel iexec
- run: mkdir paper/pdf
- run: cp paper/eolang-paper.pdf paper/pdf
- uses: JamesIves/github-pages-deploy-action@4.1.4

View File

@ -23,10 +23,16 @@
\documentclass[sigplan,nonacm=true]{acmart}
\settopmatter{printfolios=false,printccs=false,printacmref=false}
\usepackage{eo}
\usepackage{iexec}
\acmBooktitle{untitled}
\title{EOLANG and \texorpdfstring{$\varphi$}{phi}-calculus}
\author{Yegor Bugayenko}{}{}
\subtitle{\anon{}{%
git:\iexec{git log -n 1 --pretty='format:\%h'}
\iexec{git log -n 1 --pretty='format:\%ci'}%
}}
\author{Yegor Bugayenko}
\orcid{0000-0001-6370-0678}
\email{yegor256@gmail.com}
\affiliation{
\institution{}

View File

@ -89,7 +89,8 @@ which negatively affects the quality and leads to functionality defects.
\subsection{Solution Proposed}
\eo{} was created in order to eliminate the problem of complexity of
\eo{}\anon{}{\footnote{\url{https://www.eolang.org}}}
was created in order to eliminate the problem of complexity of
OOP code, providing
\begin{inparaenum}[1)]
\item a formal object calculus and

View File

@ -18,7 +18,7 @@ attributes are specified with arguments.
\item An object may \emph{decorate} another object by binding it
to the $\varphi$ attribute of itself. A decorator has its
own attributes and the attributes of its decoratee.
own attributes and bound attributes of its decoratee.
\item A special attribute $\delta$ may be bound to \emph{data},
which is a computation platform dependable entity not