Thanks to visit codestin.com
Credit goes to github.com

Skip to content

garyzhubc/tchdr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

TC LaTeX Header

Just a header file with useful mathematics definitions and package includes.

Modified from the original by Jonathan Huggins / Dan Roy / Ryan Adams.

To use this in your latex git project, navigate to your git repository and do the following:

  1. Set tchdr as a remote: git remote add tchdr [email protected]:trevorcampbell/tchdr.git

  2. Add tchdr as a subtree: git subtree add --prefix tchdr/ tchdr master --squash

  3. In your main LaTeX file, add tchdr to the preamble: \usepackage{tchdr/tchdr}

Any time you want to update your local copy of tchdr, navigate to your git repository and do the following:

  1. Make sure your current branch is clean; commit all current changes (do not mix project/subproject commits)

  2. Pull tchdr as a subtree in the tchdr folder: git subtree pull --prefix tchdr/ tchdr master --squash

In order to push your own changes to tchdr:

  1. Create your own fork of tchdr, and add it as a remote: git remote add tchdrfork [url_to_your_fork]

  2. Push the changes to your fork: git subtree push --prefix [your_repository_location]/tchdr tchdrfork master

  3. Open a pull request for your fork to merge into tchdr

About

LaTeX header file with useful definitions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%