Skip to content

Commit

Permalink
#11 wp
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 24, 2021
1 parent 7e68186 commit f0fe3dc
Show file tree
Hide file tree
Showing 9 changed files with 2,302 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: latexmk
on:
push:
branches: master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: yegor256/latexmk-action@0.2.2
with:
opts: -pdf
packages: ffcode href-ul huawei fmtcount trimspaces catchfile catchfile transparent textpos fvextra xstring framed environ titlesec
- run: mkdir pdf
- run: cp polystat-white-paper.pdf pdf
- uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: pdf
clean: false
12 changes: 12 additions & 0 deletions white-paper/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*.bbl
*.bcf
*.blg
*.fdb_latexmk
_minted-*
*.fls
*.log
*.run.xml
*.aux
*.pyg
*.out
wp.pdf
3 changes: 3 additions & 0 deletions white-paper/.latexmkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$pdflatex = 'pdflatex %O --shell-escape %S';

$success_cmd = 'texqc && texsc';
16 changes: 16 additions & 0 deletions white-paper/.texsc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--pws=aspell.en.pws
--ignore=nospell
--ignore=equation*
--ignore=ffcode
--ignore=setminted
--ignore=opt,grp,T,V,few,RE
--ignore=newminted:opp
--ignore=newtcbox:pp
--ignore=settopmatter
--ignore=CJK
--ignore=lref:p,lrefs:pp
--ignore=tikzstyle,tikzpicture,usetikzlibrary,ingraph
--ignore=tikz:op
--ignore=textcolor:pp
--ignore=newmdenv:op
--ignore=f,code,nospell,citet,citep
15 changes: 15 additions & 0 deletions white-paper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<img src="https://raw.githubusercontent.com/polystat/polystat.github.io/master/logo.svg" height="64px"/>

[![make](https://github.com/polystat/white-paper/actions/workflows/latexmk.yml/badge.svg)](https://github.com/polystat/white-paper/actions/workflows/latexmk.yml)

To build it you need to have LaTeX, GNU aspell,
[texqc](https://github.com/yegor256/texqc),
and
[texsc](https://github.com/yegor256/texsc) installed.
Then, just do this:

```bash
$ latexmk -pdf
```

Everything will be built just fine and you will get the `.pdf` file.
43 changes: 43 additions & 0 deletions white-paper/aspell.en.pws
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
personal_ws-1.1 en 741 utf-8
Yegor
Bugayenko
EOLANG
LLVM
Jlang
Clang
Numba
HipHop
CodeSonar
Klocwork
Coverity
CodeChecker
Phasar
bytecode
runtime
cpplint
ESLint
MISRA
Rubocop
Checkstyle
PMD
Polystat
Huawei
DevOps
extendability
FindBugs
scalable
Sourcer
GraalVM
MLIR
Bitcode
executability
CPUs
pluggable
NCSS
tokenizer
preprocessor
ANTLR
namespace
subtyping
RuntimeException
Closeable
Binary file added white-paper/logo.pdf
Binary file not shown.
Loading

0 comments on commit f0fe3dc

Please sign in to comment.