Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of a github action for texml/texml-to-html

This repository contains a very simple example of how to set up github actions to process a TeX file using texml and texml-to-html, converting TeX sources into (raw) HTML.

The core pieces in the ./github/workflows folder are:

  • texml.sh - texml dependencies
    • installs texlive and perl dependencies
    • copies the fonts into the right position (for ubuntu 24.04 / texlive 2023)
  • texml.yml
    • installs texml and texml-to-html (into a temporary folder that's cleaned up later)
    • runs pdflatex, texml and texml-to-html
    • commits everything back to the repository (i.e. you have to pull after each successful run)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages