-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f398440
commit 15d7191
Showing
3 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
\documentclass{article} | ||
|
||
\usepackage[margin=1.5cm, includefoot, footskip=30pt]{geometry} | ||
\usepackage[parfill]{parskip} | ||
\usepackage[black]{merriweather} %% Option 'black' gives heavier bold face | ||
\usepackage[T1]{fontenc} | ||
\usepackage{hyperref} | ||
\usepackage{minted} | ||
|
||
\pagenumbering{gobble} | ||
|
||
\title{Computing for Mathematics: Handout 7} | ||
\date{} | ||
|
||
\begin{document} | ||
|
||
\maketitle | ||
|
||
|
||
This handout contains a summary of the topics covered as well as outline of | ||
expected progress. | ||
|
||
For further information you can read the guides available at | ||
\href{https://vknight.org/tex/}{the notes for writing mathematics}. | ||
|
||
\section{Expected progress} | ||
\hrule | ||
|
||
At the end of this week you should start writing your two page paper. | ||
|
||
\begin{itemize} | ||
\item Write your \mintinline{tex}{main.tex} \LaTeX\ file. | ||
\end{itemize} | ||
|
||
\begin{center} | ||
\framebox{ | ||
\textbf{At this stage I'd expect you to have your 2 page paper.} | ||
} | ||
\end{center} | ||
|
||
\end{document} |