Skip to content

Converts GFM to Limited LaTeX Format for Codeforces Polygon Statement

License

Notifications You must be signed in to change notification settings

ShapeLayer/gfm2polygon-statement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Converts GFM to Limited LaTeX Format for Codeforces Polygon Statement

Resources

License

Stars

Watchers

Forks