Skip to content

Commit

Permalink
Add handout for LaTeX. (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight authored Feb 12, 2024
1 parent f398440 commit 15d7191
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _topics/latex-and-writing-mathematics.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ Writing Mathematics:

- ['Some Guidelines for Good Mathematical Writing' by Francis Su](../assets/pdf/writing-mathematics-guidelines/main.pdf)
- ['A guide to writing mathematics' by Kevin Lee](../assets/pdf/a-guide-to-writing-mathematics/main.pdf)

A handout is available [here]({{site.baseurl}}/assets/handouts/spring/08-writing/main.pdf)
Binary file added assets/handouts/spring/08-writing/main.pdf
Binary file not shown.
41 changes: 41 additions & 0 deletions assets/handouts/spring/08-writing/main.tex
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}

0 comments on commit 15d7191

Please sign in to comment.