Latex-Templates

This is a collection of latex templates designed by myself. It does not include Beamer templates.

MIT License

Stars
6
Committers
1

LaTeX Templates

Introduction

This is a collection of LaTeX templates designed by Yuchen Jin (cainmagi). This collection does not include any Beamer templates. People who want to find the templates for slices and posters, should check this repository. Since some of them are adapted from other templates, we may apply different licenses to different templates. If anyone who want to use these templates, please pay attention to the licenses.

It is OK to place them in your texmf-local folder to make it work globally, but personally I suggest users place the files in any folder where your projects are stored. It will work locally for your specific LaTeX projects.

Most of these templates are class files (.cls). To make use of them, for example, if the template file name is anyclass.cls, just use the following code:

\documentclass[options]{anyclass}

Some of templates are style files (.sty), they could be used as a package by any of the following codes:

\usepackage[options]{anystyle}
\RequirePackage[options]{anystyle}

Currently this collection includes the following templates. If any template is left blank here, it means I am arranging it. That template would be uploaded in the future:

Beamer title Type Screenshot
SEG-abstract Paper
NRSM-URSI abstract Paper
NRSM-URSI abstract (2022 ver.) Paper
UH-ECE-Homework Article
Revised IEEE Transaction Article
UH Revised Thesis Article
UH Revised Proposal Report
Assignment Article
Elegant Report Article
Source Han Chinese support for XeLaTeX Style

Update report

1.1 @ 12/8/2020

  1. Add the template: UH Revised Proposal.
  2. Add the template: NRSM-URSI abstract (2022 ver.).

1.0 @ 11/23/2020

  1. Add the template: UH Revised Thesis.

0.9 @ 04/20/2020

  1. Add the package: Source Han Chinese support for XeLaTeX.

0.8 @ 04/19/2020

  1. Add the template: Elegant Report.
  2. Fix some typos.

0.7 @ 04/18/2020

  1. Add 2 templates: Revised IEEE Transaction and Assignment.

0.4 @ 03/19/2020

  1. Add 3 templates: SEG-abstract, NRSM-URSI abstract and UH-ECE-Homework.

0.1 @ 03/16/2020

  1. Create this project.
Badges
Extracted from project README
Related Projects