Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 894 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 894 Bytes

gfm2polygon-statement

Converts GFM to Limited LaTeX Format for Codeforces Polygon Statement

Getting Started

This project depends on cmark-gfm, But no additional installation is required.

When running cmake, dependencies will downloaded automatically.

How to use

Use stdio with pipelining

cat [input] | ./md2pst > [output]

Serve file name

./md2pst [input] > [output]

Get output to stdout

./md2pst [input]

Handling Mathematical Expressions

Mathematical expression is not defined in cmark-gfm.

Cause this project neither changes GFM format nor adds specific syntax, using mathematical expression and $ character needs caution.

For additional information about supporting mathematical expression in GFM, read the discussion at cmark-gfm issue tracker.