Skip to content

GHAS LaTeX Template for technical documentation

Notifications You must be signed in to change notification settings

s-samadi/ghas-latex-template

Repository files navigation

Introduction

This repository contains a LaTeX document, which can be used as a basis for documentation.

When using Visual Studio Code, ensure these extensions are installed:

Alternatively, you can create this document by using XeTex and running the following build command:

xelatex -shell-escape -output-directory target -interaction=nonstopmode main.tex

To get the full text once built:

	mkdir -p target
	lualatex -shell-escape -output-directory target -interaction=nonstopmode main.tex
	biber target/main
	lualatex -shell-escape -output-directory target -interaction=nonstopmode main.tex
	lualatex -shell-escape -output-directory target -interaction=nonstopmode main.tex

Note that if you build this locally, you will need the Pygments package to use minted.

About

GHAS LaTeX Template for technical documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published