All Projects → jdavis → Latex Homework Template

jdavis / Latex Homework Template

Licence: mit
🎓📄 The LaTeX file that I used as the base for all my homework in university.

Labels

Projects that are alternatives of or similar to Latex Homework Template

Pgf
A Portable Graphic Format for TeX
Stars: ✭ 504 (-34.8%)
Mutual labels:  latex
Tinytex
A lightweight, cross-platform, portable, and easy-to-maintain LaTeX distribution based on TeX Live
Stars: ✭ 584 (-24.45%)
Mutual labels:  latex
Beamer
A LaTeX class for producing presentations and slides
Stars: ✭ 697 (-9.83%)
Mutual labels:  latex
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (-32.86%)
Mutual labels:  latex
Excel2latex
The Excel add-in for creating LaTeX tables
Stars: ✭ 569 (-26.39%)
Mutual labels:  latex
Business Card
A business card in LaTeX.
Stars: ✭ 648 (-16.17%)
Mutual labels:  latex
T 414 Aflv
T-414-ÁFLV: A Competitive Programming Course
Stars: ✭ 488 (-36.87%)
Mutual labels:  latex
Zjuthesis
Zhejiang University Graduation Thesis LaTeX Template
Stars: ✭ 720 (-6.86%)
Mutual labels:  latex
Thesisuestc
ThesisUESTC-电子科技大学毕业论文模板
Stars: ✭ 577 (-25.36%)
Mutual labels:  latex
Mdmath
LaTeX Math for Markdown inside of Visual Studio Code.
Stars: ✭ 675 (-12.68%)
Mutual labels:  latex
Resume
个人中文简历 Latex 源码 https://hijiangtao.github.io/
Stars: ✭ 545 (-29.5%)
Mutual labels:  latex
Phd Thesis Template
A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
Stars: ✭ 561 (-27.43%)
Mutual labels:  latex
Ultimate Beamer Theme List
A collection of custom Beamer themes
Stars: ✭ 652 (-15.65%)
Mutual labels:  latex
Yaac Another Awesome Cv
YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
Stars: ✭ 516 (-33.25%)
Mutual labels:  latex
Ctex Kit
Macro Packages and Scripts for Chinese TeX users
Stars: ✭ 709 (-8.28%)
Mutual labels:  latex
Arxiv Style
A Latex style and template for paper preprints (based on NIPS style)
Stars: ✭ 497 (-35.71%)
Mutual labels:  latex
Invoice Boilerplate
Simple automated LaTeX invoicing system
Stars: ✭ 604 (-21.86%)
Mutual labels:  latex
Ustcthesis
LaTeX template for USTC thesis
Stars: ✭ 724 (-6.34%)
Mutual labels:  latex
Engrafo
Convert LaTeX documents into beautiful responsive web pages using LaTeXML.
Stars: ✭ 717 (-7.24%)
Mutual labels:  latex
Tikz
Complete collection of my PGF/TikZ figures.
Stars: ✭ 668 (-13.58%)
Mutual labels:  latex

latex-homework-template

The LaTeX file that I use as the base for all my homeworks in university. You should follow me on Twitter.

Features

Here are just a few features of this homework template.

  1. Title page.
  2. Problem markers.
  3. Configurable problem numbers (see the last 3 problems for an example).
  4. Some commonly used math macros.

Screenshots

The Cover Page:

Cover page

Big Oh Example Problem:

Example problems 1

Automata & Pseudocode Problems:

Example problems 2

Statistics Problem:

Example problems 3

Proof Problem:

Example problems 4

Adjustable Problem Numbers

Example problem numbering

Installing

  1. First you'll need LaTeX. Instructions on obtaining it can be found here: http://latex-project.org/ftp.html

  2. Compiling from the command line will look like the following:

    $ latexmk homework.tex
    
  3. Or you can use TeXShop or a similar native client to typeset the LaTeX file.

Credit

When first starting with LaTeX, I came across this template and used it as a base for starting my template. As you can see, it is pretty similar.

License

This code is distributed under the MIT license. For more info, read the LICENSE file distributed with the source code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].