Skip to content

1Solon/SysArch-AS3

Repository files navigation

Latex Template

My personal LateX report template

GitHub Repo stars GitHub forks

Usage

The template is made to be used with the DevContainer, to do so, open the project in Visual Studio Code and click the "Reopen in Container" button that appears in the bottom right corner of the window.

Adding new packages

You can add new packages in two ways:

Manually (One-Time)

When inside the devcontainer, open the terminal and run the following command:

tlmgr install <package>

Automatically (Every Time)

First, navigate to devcontainer.json and add the following line to the postCreateCommand array:

"tlmgr install <package>"

Note that by default, the template installs tex-gyre so, you should be able to install any other package by just including it after it. For example:

"tlmgr install tex-gyre <package>"

Structure

The template is slightly opinionated, but you can change it to fit your needs. In general:

Acknowledgements

This template uses qmcgaw/latexdevcontainer as a base, please consider supporting them!

About

Assignment 3 for Systems Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published