Skip to content
/ TeXplate Public template

A LaTeX template that you can use for your maths assignments and homework

License

Notifications You must be signed in to change notification settings

LimaoC/TeXplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment TeXplate 1


Limao's TeXplates

This repo is a collection of my custom LaTeX templates.

Aside: If you're interested in using TeX snippets, mine can be found here.

Installation

Follow the steps below to install the templates in this repository.

  1. Clone the repository to some local directory:

    git clone git@github.com:LimaoC/TeXplate
    
  2. Create symlinks for each template you'd like in your TeX home directory. Your TeX home directory can be found using the following command:

    kpsewhich -var-value=TEXMFHOME
    

    For linux users, this will usually be ~/texmf/. If the path to the cloned repository is path/TeXplate, you'd create your symlinks like so:

    cd ~/texmf/tex/latex
    ln -s path/TeXplate/assignment-texplate assignment-texplate
    ln -s path/TeXplate/limao-preamble limao-preamble
    

    For more information about installing LaTeX packages this way, see https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages.

    NOTE: All packages rely on limao-preamble being installed.

Storing the templates in your TeX home directory lets you conveniently import them from anywhere on your machine with

\usepackage{assignment-texplate}  % for the package templates
\input{limao-preamble}            % for the general preamble file

Symlinking makes it easy to grab any updates that I make to the templates - just use git pull and the templates will stay up-to-date.

Usage

See the README.md's in each respective template's directory.

License

(MIT License) See LICENSE.

About

A LaTeX template that you can use for your maths assignments and homework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages