Kzpx / ply-template

My ACM code library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ply-template

Usage

Local

  1. Install
    1. Mac System: MacTex (http://www.tug.org/mactex/index.html)
    2. Linux System: TexLive (http://tug.org/texlive/)
    3. Windows System: TexLive (https://www.tug.org/texlive/) or CTex (http://www.ctex.org/HomePage)
  2. Clone
git clone https://github.com/palayutm/ply-template
  1. Modify Add your own code snippets to any directory you want, then modify ply-template.tex , add
  2. Generating PDF
xelatex -shell-escape ply-template.tex

Online

  1. Download zip of this repository
  2. Upload to [https://www.sharelatex.com][https://www.sharelatex.com]
  3. Change Compiler to XeLaTeX
  4. Compile

About

My ACM code library


Languages

Language:C++ 51.9%Language:TeX 48.1%