GitXplorerGitXplorer
L

ICPC_Templates

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
c1c6785c3becfff254c1a830bdaaa56cae0e6174

add typst as alternatives

LLicheam committed 6 months ago
Verified
6c539deda2cda523f4e4b13cf2c152da1c042756

Fix README.md

LLicheam committed 6 months ago
Unverified
11267d80bba5f647d2e1ca48136813acbe2d62a6

add rust

LLicheam committed 6 months ago
Verified
e833c43eb856e3ff21c49726af5e805124ee2a55

Update README.zh-CN.md

LLicheam committed 7 months ago
Verified
747fd536d3e43b28076342ba702c08ef86ba191d

Update README.md

LLicheam committed 7 months ago
Verified
96cf7e51069bddc08e1252bcf58426fcfc0e69dd

Update README.md

LLicheam committed 7 months ago

README

The README file for this repository.

ICPC Templates

English简体中文 (Simplified Chinese)

Introduction

ICPC Templates of Leachim in LaTeX

With a collection of implementation of Algorithms and Data Structure for Competitive Programming.

It may contain several open source code from online resources, which will be strictly enclosed with namespace and labeled with origin as comment (if possible).

Features

  1. Enable Math Formula in LaTeX display in comments.
  2. Easy to use and modify, highly modular.
  3. Enable a neat Syntax Highlight.
  4. Highly printable.
  5. Maintained by a ICPC retired competitor.

Compilation Guide

Dependancy

XeLaTeX(Packages are listed in tex file), Pygments(For minted package to syntax highlight in code)

XeLaTeX can be obtained by installing LaTeX distribution on your device, for which Tex Live are recommanded.

Pygments can be install by pip or package manager of your choice.

Using pip

pip install Pygments

Using Homebrew

brew install pygments

Compilation

In the directory ./LaTeX, compile the templates.tex file using

make

If you encounter mistakes about pygmentize, it is posible that the flag "-shell-escape" is left or you didn't configure the path for pygments properly.

Future Features

Divide the tex file for each section.