All Projects → ACHinrichs → LaTeX-templates

ACHinrichs / LaTeX-templates

Licence: other
This is currently only a MIRROR! See RWTH-Gitlab for active repo

Programming Languages

TeX
3793 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to LaTeX-templates

latex-homework
LaTeX class for homework assignments
Stars: ✭ 43 (+16.22%)
Mutual labels:  homework, latex-class
USTC-CS-Resources
USTC计算机学院 个人学习资料分享
Stars: ✭ 86 (+132.43%)
Mutual labels:  homework
LaTeX-lecture-notes-class
A LaTeX document class for lecture notes (for a seminar, for an entire course with several lectures, or for brief talks) that looks great and works even with basic pdflatex.
Stars: ✭ 58 (+56.76%)
Mutual labels:  latex-class
Cpp-Data-Structures
📐 C++ Implementations of data structures & algorithms from PSU course CS162/CS163
Stars: ✭ 19 (-48.65%)
Mutual labels:  homework
tudscr
TUD-Script
Stars: ✭ 69 (+86.49%)
Mutual labels:  latex-class
homework-template
Typeset assignments and problem sets using LaTeX; typographically optimized for online submission
Stars: ✭ 24 (-35.14%)
Mutual labels:  homework
thesis template
A comprehensive LaTeX template with examples for theses, books and more, employing the 'latest and greatest' (UTF8, glossaries, fonts, ...). The PDF artifact is built using CI/CD.
Stars: ✭ 121 (+227.03%)
Mutual labels:  latex-class
skillbox
Выполненные и принятые домашние задания, а также другие материалы, которые могут помочь в обучении
Stars: ✭ 32 (-13.51%)
Mutual labels:  homework
CSUS-CPE-CSC-EEE-Materials
Homework, labs, tests for a variety of classes. Feel free to share. California State University, Sacramento
Stars: ✭ 38 (+2.7%)
Mutual labels:  homework
sphere-mt
C/C++ Multithreading Programming Course Materials.
Stars: ✭ 17 (-54.05%)
Mutual labels:  homework
edupage-api
A python library for accessing your Edupage account
Stars: ✭ 40 (+8.11%)
Mutual labels:  homework
accessory
My homework, Anyone can use it freely.
Stars: ✭ 12 (-67.57%)
Mutual labels:  homework
pku-Artificial-intelligence-practice-homework
2019北京大学软件与微电子学院曹健老师的《人工智能实践》作业,有完整的注释,欢迎提出issue以及request
Stars: ✭ 45 (+21.62%)
Mutual labels:  homework
latex-mimore
A minimal & modern LaTeX template for reports
Stars: ✭ 26 (-29.73%)
Mutual labels:  latex-class
MusicPlayer
Android课程作业,简单的音乐播放器
Stars: ✭ 25 (-32.43%)
Mutual labels:  homework
xdupgthesis
西安电子科技大学研究生学位论文XeLaTeX模板
Stars: ✭ 271 (+632.43%)
Mutual labels:  latex-class
osc2021
Homework submission for student
Stars: ✭ 14 (-62.16%)
Mutual labels:  homework
LaTeX-Templates
Commented templates for CVs, homework, lecture notes, presentations, research papers, and essays, with commands for math/statistics symbols
Stars: ✭ 45 (+21.62%)
Mutual labels:  homework
qyxf-book
钱院学辅 LaTeX 书籍模板
Stars: ✭ 31 (-16.22%)
Mutual labels:  latex-class
2019-winter-Haskell-school
2019 winter Haskell school in Sydney Australia
Stars: ✭ 17 (-54.05%)
Mutual labels:  homework

LaTeX-Templates

In this repository I collect LaTeX templates, styles and classes I develop or use frequently. If I am not the author, this will be noted.

Installation

Classes and Styles

From source (recomended)

If the class is not uploaded to CTAN (I want to upload and update them all to CTAN, but it may take some time), clone the repository into a directory searched by LaTeX. (Using TeX Live under Linux this directory could be `~/texmf/tex/latex`, using MiKTeX under Windows, this is configurable) and index them (TeX Live + Linux: `$ texhash`, MiKTeX + Windows: Refresh the sources via the MiKTeX-Settings as Admin).

Note: If you are using TeX Live, it may be necessary to init the usertree prior to Installation.

Special notes regarding development versions:

I am not always updating the .cls-files when developing new features, so when you want to use development-versions (why would you want to do that?) Proceed as above when installing from source, but after you have checked out the branch dev for the class you want to use, run LaTeX (not pdflatex) on the .ins-File. This will generate a new .sty or .cls file. Then just proceed as above.

Generate Documentation

If the documentation in this repository does not correspond to the latest version of the corresponding package or class, just run (pdf)LaTeX on the .dtx-file.

homeworkassignment (LaTeX)

This class provides a relatively simple document–type for homework, mainly created for assignments at the University during my studies in Computer Science.

It features an easy to use sectioning, frequently used packages and configurations and macros fo mathematical functions and operators, which I need often.

cheatsheet (LaTeX)

I figured that the sourcecode of Cheat-Sheets in LaTeX is always a hughe pile of badly documented code, which is basically identical for all CheatSheets, so I bundeled it in a class. Just load \documentclass{cheatsheet} and you are ready to go.

Available as CTAN Package.

beamer themes projektion and polynom (XeLaTeX)

Clean, simple and modern 16:9 (yes, that is possible) (Xe)LaTeX beamer themes.

They are developed to match PowerPoint-Templates by Alexander Bartolomey GitLab / Hub.

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].