Skip to content

arcatdmz/acm2021-primary-article-template

Repository files navigation

acm2021-primary-article-template

github-pages

Summary / 概要

acm2021-primary-article-template is a simple repository that contains GitHub Actions that run on every git push and automatically build and publish a paper PDF from LaTeX code. The PDF is hosted on GitHub Pages, and as its recent update allowed access restrictions, it can be protected to be accessed exclusively by the collaborators.

It uses the latest ACM Primary Template (published Nov. 16, 2020) and thus can be immediately used to write manuscripts for ACM-affiliated conferences.

acm2021-primary-article-templategit push のたびに LaTeX ソースコードから PDF ファイルを作成して配信する GitHub Actions を含むリポジトリです。PDF ファイルは GitHub Pages でホストされるため、 最近導入されたアクセス管理の機能 を使うことで共著者からのみアクセスできるように設定できます。

サンプルとして含まれている LaTeX ソースコードは 最新の ACM Primary Template (2020/11/16 リリース) を使っているため、ACM の国際会議に投稿する論文執筆に今すぐ使えます.

Local development (paper writing) / ローカルでの執筆作業

You could simply type latexmk -pvc for the purpose -- as stated in its documentation, the command keeps its eyes on source files and re-compiles the PDF file whenever needed.

If you don't have the latexmk command, you can install the TeX Live bundle or pull the Docker image arcatdmz/texlive and run the container.

latexmk -pvc コマンドで執筆できます。 ドキュメントに記載のとおり、このコマンドはソースファイルに変更があるたびに PDF ファイルをコンパイルし直してくれます。

latexmk コマンドがインストールされていない環境なら、TeX Liveをインストールすればついてきますし、Docker イメージ arcatdmz/texlive に含まれているものを次のように使うこともできます。

Bash:

docker run --rm -it -v $(pwd):/texsrc arcatdmz/texlive latexmk -pvc

PowerShell:

docker run --rm -it -v ${pwd}:/texsrc arcatdmz/texlive latexmk -pvc

Links / 関連リンク

Credits / 開発者


https://github.com/arcatdmz/acm2021-primary-article-template

About

A simple GitHub repo that automatically builds a paper PDF in ACM Primary Article Template from LaTeX code and publishes it on GitHub Pages on every git push

Topics

Resources

Stars

Watchers

Forks

Languages