Anonymous

Changes

LaTeX Problem Set Template

18 bytes added, 15:19, July 23, 2011
no edit summary
Here's a basic template that makes typesetting those problem sets in LaTeX a breeze. Comes with a "problem" environment with section dividers. Nothing fancy but it is not too difficult to customize.
 ===Problem Set Template Code===
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%This is a science homework template. Modify the preamble to suit your needs.
\documentclass[12pt]{article}
 
%AMS-TeX packages
\usepackage{amssymb,amsmath,amsthm}
 
%geometry (sets margin) and other useful packages
\usepackage[margin=1.25in]{geometry}
\usepackage{graphicx,ctable,booktabs}
%
%Redefining sections as problems
\begin{center}\large\bf \ldots\ldots\ldots\end{center}}
\makeatother
%
%Fancy-header package to modify header/page numbering
\setlength\voffset{-0.25in}
\setlength\textheight{648pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%Contents of problem set
%
\begin{document}
\title{Course Name: Problem Set/Homework \#}
\author{Author}
\date{date}
\maketitle
\thispagestyle{empty}
%Example problems
\begin{problem}{\it Gravity}
\end{problem}
\begin{problem}{}
\end{problem}
\end{document}
25
edits