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: with:
path: paper path: paper
opts: -pdf 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: mkdir paper/pdf
- run: cp paper/eolang-paper.pdf paper/pdf - run: cp paper/eolang-paper.pdf paper/pdf
- uses: JamesIves/github-pages-deploy-action@4.1.4 - uses: JamesIves/github-pages-deploy-action@4.1.4

View File

@ -23,10 +23,16 @@
\documentclass[sigplan,nonacm=true]{acmart} \documentclass[sigplan,nonacm=true]{acmart}
\settopmatter{printfolios=false,printccs=false,printacmref=false} \settopmatter{printfolios=false,printccs=false,printacmref=false}
\usepackage{eo} \usepackage{eo}
\usepackage{iexec}
\acmBooktitle{untitled} \acmBooktitle{untitled}
\title{EOLANG and \texorpdfstring{$\varphi$}{phi}-calculus} \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} \email{yegor256@gmail.com}
\affiliation{ \affiliation{
\institution{} \institution{}

View File

@ -89,7 +89,8 @@ which negatively affects the quality and leads to functionality defects.
\subsection{Solution Proposed} \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 OOP code, providing
\begin{inparaenum}[1)] \begin{inparaenum}[1)]
\item a formal object calculus and \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 \item An object may \emph{decorate} another object by binding it
to the $\varphi$ attribute of itself. A decorator has its 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}, \item A special attribute $\delta$ may be bound to \emph{data},
which is a computation platform dependable entity not which is a computation platform dependable entity not