AkexStar / LaTeX-Homework-Template

使用CTeX包的中文LaTeX作业模板 This is a LaTeX class (with companion MathJax component) aimed towards formatting homework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beautiful Homework in LaTeX
美观的LaTeX作业文档模版

Forked from simurgh9-hw and Overleaf Homework Template
对原Repo进行了瘦身美化并增加中文支持

Main Style Files

  1. homework.cls: A latex class extending the AMS article for better typeset homework. This class imports the next three packages for symbol shortcuts and code listings.
  2. hwcmd.sty: A collection of shortcuts for environments like figure and tabular.
  3. hwlst.sty: A collection of configurations and additions to the Listings package.
  4. hwsymb.sty: Defines a lot of useful shortcuts for bigger macros, e.g., \Z for \mathbb{Z}.

Preview

If you want to use the LaTeX homework class homework.cls or one of the style packages *.sty (on your own computer) then you'll need to have one of the distributions of LaTeX installed and a text editor, there are some good ones for editing *.tex files; I use Emacs with AucTeX. For the LaTeX distribution, I recommend TeXLive.

Other Resources

  1. TeX Live
  2. Dickimaw Books
  3. Wikibooks

License

Copyright (C) 2020 Ahmad Tashfeen

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

使用CTeX包的中文LaTeX作业模板 This is a LaTeX class (with companion MathJax component) aimed towards formatting homework.

License:GNU General Public License v3.0


Languages

Language:TeX 98.6%Language:Python 1.4%