Skip to content

GitHub action that automates the readme2tex building of .tex.md files

License

Notifications You must be signed in to change notification settings

tuyenld/readme2tex-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readme2tex-action

Github action rendering LaTeX *.tex.md file for Github Readmes *.md.

How to use

  • Add action.yml file to your repo at .github/workflows/action.yml.
  • Change branch name main if it is necessary.
on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

How does it look like?

Here is Latex.

Block math looks great.

It is inline math. If , then .

See more at readme2tex

About

GitHub action that automates the readme2tex building of .tex.md files

Resources

License

Stars

Watchers

Forks

Packages

No packages published