LaTeX is a “document preparation system.” It’s used to create presentable documents. More specifically, LaTeX is a “What You See Is What You Mean” interface; instead of focusing on how the content should look when everything’s done, you declare what you intend for the final document to contain, and these annotations are compiled into a final version. For comparison, Microsoft Word and other word processors are dubbed “What You See Is What You Get” (WYSIWYG, pronounced “whizy-whig”), because what’s displayed on the screen is how the document actually looks.

LaTeX works with plain text files (generally ending in .tex ). You format your document with a special syntax, then use either a command line tool (like pdflatex ) or a graphical interface (like TeXShop or ShareLaTeX) to compile the plain text into a PDF or some other graphical format.

People enjoy LaTeX for a number of reasons. First, LaTeX is particularly useful for typesetting mathematical equations, as we’ll see. It’s also easy to focus on just writing the content. Instead of fiddling with fonts and changing the appearance of the document, you can focus on its content. One final reason is that because LaTeX is plain text, you can use your favorite text editor (i.e. Vim) to edit content written in LaTeX.

Most computer science classes which posses some aspect of theory to them as well as many upper-level math classes expect their documents to be submitted as PDFs in LaTeX. Moreover, writing in LaTeX is very common practice for submitting papers in academia and industry.

  • Getting Started With LaTeX

Quick Start Guide

  • An excellent intro to LaTeX guide by Adam Blank, a former student, TA, and CS instructor at CMU.

Handy Tools

  • A tool for figuring out the command for typesetting a symbol in LaTeX. Just draw it with your mouse!
  • A tool for typesetting equations online. Also contains a bunch of handy buttons for commonly used symbols, similar to many LaTeX GUIs. Useful in combination with an editor like Vim which doesn’t have these features built in.
  • Tool that simplifies drawing finite state machines , which come up in theoretical computer science classes.

Curl up with a cup of tea and just keep reading

  • A very comprehensive overview of how LaTeX works in 157 pages of LaTeX.

As it turns out, most LaTeX documents are pretty similar in nature. Using a template for the repetitive parts of LaTeX is pretty common. Below is a list of some LaTeX templates that you might like to use for typesetting homework assignments. There are also a number of sites online which have collections of free LaTeX templates.

  • This template has been distributed by a number of classes at CMU, including 15-251 and 15-451. It’s fairly straightforward, but it does the job.
  • This project lets you just do \documentclass { homework } to gain access to a load of helpful commands for typesetting your homework.
  • This is another LaTeX template. It was based off the CMU template above, with some convenience features added on top of it, and restyled a bit.
  • This is a huge LaTeX preamble that contains useful macros for commonly used math symbols.

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Class file for Homework/Assignments

I was wondering if there is a good general purpose homework class file/template out there. I want to use it for classes. Generally, math-centered courses. I would like if there was syntax highlighting for programming (Python, Ruby, C, Java, etc.).

Salazar's user avatar

  • 1 You might also want to look into the answers package, it is very nice =) –  N3buchadnezzar Commented Mar 19, 2012 at 23:09

3 Answers 3

For the class file itself: I actually made my own class file (adapted from the report class file) to format my homework the way I wanted. It is here, if you're interested in trying it or fiddling with it:

https://gist.github.com/1278588

You supply it with \author and \title in the preamble, and it automatically uses today's date.

This file is used by inserting \documentclass{jhwhw} at the beginning of a document.

The standard formatting for a problem looks like this:

It creates a new page for every problem. Also, if a problem has multiple "parts" the formatting might look like this

The enumerate will use letters (a), (b), etc. And \part will use (a), then (b), etc.

picture

If you want to try it out, download it, put it in your texmf folder and run texconfig rehash (if you're on a UNIX based system).

There are definitely things in this class file that are automated that people would want more control over, so I suggest fiddling around to find what works best for you.

For syntax highlighting: Werner's answer mentioning the listings package for syntax highlighting and code is great. ( That style file could be used with this class file.)

Community's user avatar

  • Hey man is there a way to prevent each problem from starting on a new page? –  Antillar Maximus Commented Sep 2, 2013 at 22:03
  • 2 Yeah, in the \newcommand*{\anyproblem}[1]{\newpage\subsection*{#1}} line of the style file (as of this writing: L60), remove the \newpage . That should prevent it from starting each problem on a new page. –  qgp07 Commented Sep 27, 2013 at 20:38

In my opinion the (standard) article document class would work for that. The reason for not suggesting something like book or report is that they are meant for much larger texts (since they include chapters and parts). Additional syntax-highlight can be obtained by means of the listings package - you specify the language (and possibly other formatting) and put the code in a lstlisting environment and that's that. See the listings documentation for more information on this (p 12 presents a list of supported languages, although you can define your own).

For mathematical typesetting, I would suggest using the amsmath package as well. It provides the powerful align environment for typesetting equations (numbered; otherwise, for unnumbered equations using align* ) with alignment properties. It also improves on other standard mathematical components used in LaTeX.

Here's an outline of what I'm talking about:

If, in general, your expertise in LaTeX needs a solid foundation, consider reading through the Not So Short Introduction to LaTeX2ε .

Werner's user avatar

  • Also consider the exam class ( related question ) for a question/answer structure. –  Mike Renfro Commented Oct 11, 2011 at 3:12

You can make a topic search at CTAN and under exams you will find a complete list of packages related with exercises or exams . I think most of them are compatible with listings and minted to typeset code.

Ignasi's user avatar

  • 1 The links have since rotted. Is there an alternative? –  Kat Commented Sep 20, 2014 at 23:51
  • Broken link.... –  JPCF Commented Oct 8, 2015 at 15:31
  • 2 @JPCF I've revised links. –  Ignasi Commented Oct 8, 2015 at 15:39

You must log in to answer this question.

Not the answer you're looking for browse other questions tagged templates ..

  • The Overflow Blog
  • One of the best ways to get value for AI coding tools: generating tests
  • The world’s largest open-source business has plans for enhancing LLMs
  • Featured on Meta
  • User activation: Learnings and opportunities
  • Site maintenance - Mon, Sept 16 2024, 21:00 UTC to Tue, Sept 17 2024, 2:00...

Hot Network Questions

  • Why was Panama Railroad in poor condition when US decided to build Panama Canal in 1904?
  • What film is it where the antagonist uses an expandable triple knife?
  • Navigating career options after a disastrous PhD performance and a disappointed advisor?
  • Why were there so many OSes that had the name "DOS" in them?
  • Calculating probability of offspring having dominant phenotype given a random mating - Mendel's First Law
  • Does hydrogen peroxide work as a rocket fuel oxidizer by itself?
  • Example of two dinatural transformations between finite categories that do not compose
  • O(nloglogn) Sorting Algorithm?
  • How would platypus evolve some sort of digestive acid?
  • Basic question - will "universal" SMPS work at any voltage in the range, even DC?
  • Time in Schwarzschild coordinates
  • A journal has published an AI-generated article under my name. What to do?
  • How did people know that the war against the mimics was over?
  • Align pictures vertically at bottom in mosaic grid using subcaptionbox
  • How can I remove this towel rail mount from my wall?
  • What is the rationale behind 32333 "Technic Pin Connector Block 1 x 5 x 3"?
  • How to apply a squared operator to a function?
  • In this page of Ein Yaakov on Sotah, near the bottom of the page, appears the word "Piska" in bold lettering. What does it signify?
  • Numerical precision of keys in Merge function
  • Does the word vaishnava appear even once in Srimad Bhagavatam?
  • Why is resonance such a widespread phenomenon?
  • Definition of annuity
  • Why are some Cloudflare challenges CPU intensive?
  • Doesn't nonlocality follow from nonrealism in the EPR thought experiment and Bell tests?

computer science homework latex template

university of washington logo

  • News & Events
  • Current Students
  • Prospective Students
  • Faculty Candidates
  • Industry Affiliates
  • Support CSE

CSE 312: Typesetting Homework

  • CSE 312 Home

Computer Science & Engineering University of Washington Box 352350 Seattle, WA 98195-2350 (206) 543-1695 voice, (206) 543-2969 FAX

Comments to admin

UW Privacy Policy and UW Site Use Agreement

Getting Started

LaTeX is a “document preparation system”. It is used to create presentable documents. More specifically, LaTeX is a “What You See Is What You Mean” interface; instead of focusing on how the content should look when everything is done, you declare what you intend for the final document to contain, and these annotations are compiled into a final version. For comparison, Microsoft Word and other word processors are dubbed “What You See Is What You Get” (WYSIWYG, pronounced “whizy-whig”), because what is displayed on the screen is how the document actually looks.

LaTeX works with plain text files (generally ending in .tex ). You format your document with a special syntax, then use either a command line tool (like pdflatex ) or a graphical interface (like TeXShop or Overleaf) to compile the plain text into a PDF or some other graphical format.

People enjoy LaTeX for a number of reasons. First, LaTeX is particularly useful for typesetting mathematical equations, as we will see. It is also easy to focus on just writing the content. Instead of fiddling with fonts and changing the appearance of the document, you can focus on its content. One final reason is that because LaTeX is plain text, you can use your favorite text editor (i.e. vim) to edit content written in LaTeX.

Most computer science classes which posses some aspect of theory to them as well as many upper-level math classes expect their documents to be submitted as PDFs in LaTeX. Moreover, writing in LaTeX is very common practice for submitting papers in academia and industry.

To work with LaTeX, you will need a way of compiling your .tex files to PDFs. You can just use the pdflatex program on the Unix servers (usage: pdflatex myfile.tex ) to compile your PDFs, but then you would have a tough time viewing PDFs.

Luckily, there are plenty of easier options for both online and offline development.

Online - Overleaf

Some people use an online LaTeX client called Overleaf . To start using it, you need to create a free account, create a “New Project”, and this will bring up an editor where you can edit and compile your LaTeX side-by-side. It is very quick and easy.

Unfortunately, sometimes the Internet goes down. If this happens when you are doing your homework on Overleaf at the last minute, you are out of luck. However, we can install LaTeX locally so that we never run into this problem!

To install LaTeX on OS X, install MacTeX . It is a huge (2.4GB) download, but it contains everything you need to do LaTeX offline. It comes with two major interfaces to compiling LaTeX.

This is a graphical LaTeX editor. It is similar to Overleaf in the sense that you get a side-by-side view of the LaTeX source and the PDF. It also contains a bunch of convenience menus for code snippets and templates.

MacTeX also installs the command line program pdflatex which compiles a LaTeX source file to a PDF. The usage is really simple:

That command will generate the file homework.pdf in the same directory. Working offline on the command line has a lot of benefits. For more information on why it is so cool, see this blog post .

Linux users can download LaTeX from their package manager if it is not installed already. The package is probably called texlive-full . On Debian/Ubuntu/Linux Mint and similar distros, you can install LaTeX by running:

If you have a different system, you might have to Google to figure out the right package, but you are probably responsible enough to figure it out.

You may also want to check out the above sections on OS X offline development for some LaTeX editing options.

If you are on Windows, you should install MikTeX . TeXnicCenter is a good LaTeX editor for Windows.

Quick Start Guide

  • An excellent intro to LaTeX guide by Adam Blank, a former student, TA, and CS instructor at CMU.

Handy Tools

  • Just keep it easily accessible when writing LaTeX.
  • If you ever need to be creative about which symbol to use… This is a list with all of them!
  • A tool for figuring out the command for typesetting a symbol in LaTeX. Just draw it with your mouse!
  • A tool for typesetting equations online. Also contains a bunch of handy buttons for commonly used symbols, similar to many LaTeX GUIs. Useful in combination with an editor like Vim which does not have these features built in.
  • Tool that simplifies drawing finite state machines , which come up in theoretical computer science classes.

Curl up with a cup of tea and just keep reading

  • A very comprehensive overview of how LaTeX works in 157 pages of LaTeX.

As it turns out, most LaTeX documents are pretty similar in nature. Using a template for the repetitive parts of LaTeX is pretty common. Below is a list of some LaTeX templates that you might like to use for typesetting homework assignments. There are also a number of sites online which have collections of free LaTeX templates.

  • This template has been distributed by a number of classes at CMU, including 15-251 and 15-451. It is fairly straightforward, but it does the job.
  • This project lets you just do \documentclass { homework } to gain access to a load of helpful commands for typesetting your homework.
  • This is another LaTeX template. It was based off the CMU template above, with some convenience features added on top of it, and restyled a bit.
  • This is a huge LaTeX preamble that contains useful macros for commonly used math symbols.

Start your projects with quality LaTeX templates for journals, CVs, resumes, papers, presentations, assignments, letters, project reports, and more. Search or browse below.

Popular Tags

University of Sussex Business School Thesis Template

Buďte v kontaktu

Have you checked our knowledge base ?

Message sent! Our team will review it and reply by email.

Email: 

of Saarland University

LaTeX Templates

To ease you the entrance into the world of LaTeX, we provide a few templates for you to use in your exercise sheets, seminar papers, homework and other documents. And in case you’re writing your Bachelor’s or Master Thesis, we have a template for that as well!

Currently, we do not have many templates, so any contributions are appreciated . If you want to contribute a template that you think fellow students can benefit from, please feel free to contact us or submit a pull request in the repository linked above.

Hint : If you want to get started quickly, you can use Overleaf . After registering (best use your university email address), you can easily import the template using the green overleaf links below. Make sure that in Overleaf’s menu, the “main document” is set to main.tex!

Templates for exercise sheets

Saartex – our thesis template.

SaarTex is our bilingual template Bachelor and Master thesis as well as other larger works. This template is ideal for students of Computer Science and Mathematics and includes the most important elements (customisable title page, table of contents, sworn declaration, attachment etc.) of a thesis while also incorporating typographical best practices.

Perfect for getting started with writing quickly.

  • Sample Document in English
  • Sample Document in German
  • Go to the template
  • Open in Overleaf

computer science homework latex template

Templates of the University

The university also provides templates (including LaTeX and PowerPoint) for presentations, posters and other documents in its corporate design on its website.

Assignments

Assignments, also known as homework, are usually given to school or university students to reinforce their knowledge of a subject and aid in learning. They are typically structured in question and answer form to be completed by the student consecutively.

fphw Assignment

This template is for formatting assignments or homework in a clear and simple way. The title section at the top of the first page clearly displays the assignment, student and class information. This information also appears in the headers and footers of subsequent pages. Questions in the assignment are clearly demarcated and appear inside boxes to focus attention. The template features examples of including images, tables, equations and code listings for covering virtually all common assignment information. Multi-part questions and answers are shown for more complex questions.

  • View Template Information

Wenneker Assignment

This template can be used by teachers or students for school or university assignments. It contains a clear title section at the start to specify the assignment class, title, date and teacher/student name. The template supports up to 4 levels of sections to structure the assignment into sections, questions, subquestions and bonus content. Examples of common assignment content are included: figure, equations, lists, table, code and paragraphs of text.

Lachaise Assignment

This template is for teachers/instructors/educators to create assignments/homework for their students. It includes a clear title on the first page for the course, assignment and teacher’s name, as well as the institution and date. Sets of questions can be grouped by headings and the template includes examples of unnumbered and numbered sections, and numbered subsections (for longer assignments). Amongst the description text for each question, examples are provided for virtually any subject matter, including: equations, algorithms, code and command line outputs.

Cleese Assignment

This template comes in two versions, one for teachers/instructors/educators to create assignments/homework for their students to fill out by hand, and another for students proficient in LaTeX to answer questions posed to them at school or university/college. Both versions contain simple environments for each question and subquestion within, and allow answer boxes to be created with either an answer or blank for space to write an answer. Sets of questions can be grouped by headings and the template includes examples of including an image, table, equation and code within questions.

LaTeX Templates Information

General enquiries [email protected]

Most templates licensed under CC BY-NC-SA 4.0

LaTeX Templates is developed in New Zealand

© Creodocs Limited. All Rights Reserved.

Navigation Menu

Search code, repositories, users, issues, pull requests..., provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

homework-template

Here are 23 public repositories matching this topic..., jdavis / latex-homework-template.

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

  • Updated Jan 12, 2023

artemmavrin / latex-homework

LaTeX class and template for typesetting math homework

  • Updated Jan 17, 2021

jstrieb / homework-template

Typeset assignments and problem sets using LaTeX; typographically optimized for online submission

  • Updated Oct 19, 2020

WorcesterSociety / HomeworkTemplate

A LaTeX template designed for Computer Science homework.

  • Updated Sep 15, 2017

mesquita / template_listas_exercicios

Template de Latex para lista de exercícios.

  • Updated Aug 22, 2019

rishi1999 / hw-latex-template

LaTeX template for math/cs homework

  • Updated May 25, 2024

willwm / latex-homework-template

LaTeX Homework Template

  • Updated Feb 7, 2022

aut-ce / CA208-Lab-Material

AUT Computer Architecture Laboratory Material and Template Sources

  • Updated Sep 9, 2020

Liblor / DnA-assignment_template

A latex assignment template for the ETHZ lecture Data Structures and Algorithms

  • Updated Oct 15, 2016

EricOfWilliams / great-job

This is a LaTeX package that provides a command to make gold stars for you to put on your homework.

  • Updated Nov 23, 2021

Zuplyx / latex-homework-class

A class for homework assignments written in LaTeX.

  • Updated Nov 18, 2020

jopetty / Homework

A LaTeX class for typesetting homework assignments

  • Updated Jun 30, 2018

rzmk / report-template

✒ A LaTeX template for homework assignments/reports or Q&As with an Overleaf template.

  • Updated Mar 7, 2022

billsioros / latex-homework-parser

Parsing homework assignments and generating LaTeX

  • Updated Dec 15, 2023

matchy233 / latex-hw-template

💾 General purpose homeowork template

  • Updated Nov 30, 2021

tunier23 / Facen-Plantilla

Plantilla para tareas de Facen.

  • Updated Aug 10, 2021

simon-andrews / homework-template

Simple and clean LaTeX homework template

  • Updated Sep 28, 2020

SZanlongo / template-latex-homework

The LaTeX file that I use as the base for all my homeworks in university.

  • Updated May 31, 2017

aliemo / homework-template

Homework Persian Latex Template for Teachers and Students

  • Updated Jul 29, 2020

stevenktruong / homework-template

A template for writing up homework in LaTeX.

  • Updated Jan 25, 2018

Improve this page

Add a description, image, and links to the homework-template topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the homework-template topic, visit your repo's landing page and select "manage topics."

Templates — Homework Assignment

Templates tagged Homework Assignment

Show all Templates

Here we provide a selection of homework assignments templates and examples for school, college and university use. These often include a question and answer section already set out, along with space for the student name, course title, date and any other required information. Teachers and lecturers may also find these templates useful for preparing material for their classes.

My Template (OLED)

Related Tags

Get in touch.

Have you checked our knowledge base ?

Message sent! Our team will review it and reply by email.

Email: 

IMAGES

  1. Alternatives and detailed information of Latex Homework Template

    computer science homework latex template

  2. latex-template-homework · GitHub Topics · GitHub

    computer science homework latex template

  3. Latex Template For Homework

    computer science homework latex template

  4. Latex Homework Template

    computer science homework latex template

  5. GitHub

    computer science homework latex template

  6. Latex Homework Template

    computer science homework latex template

VIDEO

  1. How to Set Up and Use LaTeX For Writing Homework/Math/Science

  2. LaTeX Automata|Graph Theory|Mathematics|Theoretical Computer science

  3. Computer Science Homework Help #computerscience #homework_online_classroom #schoollife

  4. L06: Using the Stellenbosch thesis LaTeX template in Overleaf

  5. Learn LaTeX 008

  6. Latex woman testing an Intel ARC A750 in a Ryzen 7600 ITX PC (PART 2)

COMMENTS

  1. Computer Science Homework Template

    Last Updated. 8 years ago. License. LaTeX Project Public License 1.3c. Abstract. CS 405 Analysis of Algorithms homework template. Tags. Homework Assignment Math. Find More Templates.

  2. Homework template

    # latex-homework This is a template for writing assignments/homework. It is suitable for Computer Science university/college students and features a modular design, Fontawesome, dingbat lists, and a grading scheme table.

  3. LaTeX Homework Template for Submitting Online

    This simple LaTeX homework template consists of a class file and shortcut package that contain best-practice document style settings and shortcut commands (respectively). Designed specifically for typesetting solutions to math and computer science problem sets that will be graded online, this homework template is intended to make typing ...

  4. A LaTeX template for homework assignments, used widely at CMU

    This is a simplistic LaTeX template for typesetting questions. It is (or a similar template) is used in a number of Computer Science classes at Carnegie Mellon University, including 15-151, 15-251, and 15-451. Certainly the easiest way to start using this template is to copy the .tex file to you ...

  5. A Latex template for creating Computer Science assignments

    A latex template for creating Computer Science assignments. The template file automatically tallies the question count and the number of pages. The document displays relevant homework information at the top and bottom of each page (eg, course number, date, page number, and number of questions). A custom listing file was used for syntax markup.

  6. Computer Science Homework Template

    An online LaTeX editor that's easy to use. No installation, real-time collaboration, version control, hundreds of LaTeX templates, and more. ... Computer Science Homework Template. Open as Template View Source View PDF. Author. Hannah Fink. Last Updated. 6 years ago. License. LaTeX Project Public License 1.3c.

  7. LaTeX

    LaTeX Homework Class. This project lets you just do \documentclass {homework} to gain access to a load of helpful commands for typesetting your homework. LaTeX Homework Template. This is another LaTeX template. It was based off the CMU template above, with some convenience features added on top of it, and restyled a bit. Comprehensive Preamble

  8. Gallery

    This template was designed for my students to utilize when completing their Reflection on Growth Mindset and Productive Failure Videos assignment. For Dr. Dunmyre's Math 315 Class. Produce beautiful documents starting from our gallery of LaTeX templates for journals, conferences, theses, reports, CVs and much more.

  9. Homework Template with Samples

    a year ago. License. Creative Commons CC BY 4.0. Abstract. This is a template for completing homework assignments. It includes examples of how to use the template and how to type up various types of assignments. Tags. Homework Assignment University. Find More Templates.

  10. templates

    This file is used by inserting \documentclass{jhwhw} at the beginning of a document. The standard formatting for a problem looks like this: <<statements of problem>>. <<solution>>. It creates a new page for every problem. Also, if a problem has multiple "parts" the formatting might look like this. \begin{enumerate}

  11. CSE 312: Typesetting Homework

    Annotated template: Word file, PDF. Blank template: Word file, PDF. Homework templates for LaTeX. Annotated template: .tex file, PDF. Blank template: .tex file, PDF. CSE 312 Home. Computer Science & Engineering University of Washington Box 352350 Seattle, WA 98195-2350 (206) 543-1695 voice, (206) 543-2969 FAX. Comments to admin.

  12. LaTeX class for homework assignments

    A simple, (functionally) unopinionated document class well-suited to homework assignments on mathematics and computer science. Using different fonts, your work has a fresh but professional look. The class provides many useful macros, making it easy to produce beautifully typeset documents. A template ( pdf) is provided, containing some examples.

  13. LaTeX

    LaTeX Homework Class. This project lets you just do \documentclass {homework} to gain access to a load of helpful commands for typesetting your homework. LaTeX Homework Template. This is another LaTeX template. It was based off the CMU template above, with some convenience features added on top of it, and restyled a bit. Comprehensive Preamble

  14. Templates

    Journal of the Brazilian Computer Society (JBCS) Template. This is the LaTeX template for submission to the Journal of the Brazilian Computer Society (JBCS), provided in PDF format. Please ensure that the LaTeX compiler used is XeLaTeX. SBC. Thesis and Dissertation Template for University of Alabama.

  15. Programming assignment template

    Uploaded from ShareLaTeX. Last Updated. 5 years ago. License. Other (as stated in the work) Abstract. This template is designed for assignments/homework when code listings are needed. This template was originally published on ShareLaTeX and subsequently moved to Overleaf in October 2019. Tags.

  16. LaTeX Templates

    This template is ideal for students of Computer Science and Mathematics and includes the most important elements (customisable title page, table of contents, sworn declaration, attachment etc.) of a thesis while also incorporating typographical best practices. Perfect for getting started with writing quickly.

  17. A template for Computer Science assignments

    CS-Assignment-LaTeX-Template. A template for Computer Science assignments. Template 2 is functional (also more automated) but deprecated since Overleaf and VSCode does not support Table of Content for custom sections. Template includes.

  18. All Inclusive Master Thesis Computer Science

    Abstract. This template includes all you need for your thesis in Computer Science: pseudocode, listsings (sourcecode), tables, math and equations, tables with coloured cells, figures, appendix, toc , custom title, colours and a customizable layout. The best: all that is wrapped up in little tutorial-style paragraphs with examples.

  19. Assignments

    This template can be used by teachers or students for school or university assignments. It contains a clear title section at the start to specify the assignment class, title, date and teacher/student name. The template supports up to 4 levels of sections to structure the assignment into sections, questions, subquestions and bonus content.

  20. latex-homework-template · GitHub Topics · GitHub

    To associate your repository with the latex-homework-template topic, visit your repo's landing page and select "manage topics." GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.

  21. homework-template · GitHub Topics · GitHub

    A LaTeX template designed for Computer Science homework. computer-science template latex homework mathematics latex-template homework-template Updated Sep 15, 2017; TeX; mesquita / template_listas_exercicios Star 5. Code Issues Pull requests ...

  22. Templates

    This template was designed for my students to utilize when completing their reflection on "The Secret to Raising Smart Kids" assignment. Homework template for my upper division math courses. Updated August 2019. Produce beautiful documents starting from our gallery of LaTeX templates for journals, conferences, theses, reports, CVs and much more.