Categorygithub.com/northbright/tex2pdf
repositorypackage
0.3.6
Repository: https://github.com/northbright/tex2pdf.git
Documentation: pkg.go.dev

# README

tex2pdf

Package tex2pdf provides functions to compile Tex Files into a PDF via XeLaTex engine.

Requirements

  • Install TexLive

    tex2pdf calls xelatex command which comes with installation of TexLive. Download and install TexLive("scheme-full" is recommended).

  • Install minted pacakge and pygments minted is used for code highlighting. Our test case includes compiling .tex file which uses minted for code highlighting("src/02-usage.tex").

    • Download and Install pygments which is required by minted.
    • TexLive Installation with "scheme-full" includes minted.

Docs