Merge branch 'master' of ssh://git.venberg.xyz:7920/Gabe/LaTeX-template
This commit is contained in:
commit
ceddf7a89b
|
@ -3,7 +3,9 @@
|
||||||
\usepackage[dvipsnames]{xcolor}
|
\usepackage[dvipsnames]{xcolor}
|
||||||
%to set margins
|
%to set margins
|
||||||
\usepackage[margin=2cm]{geometry}
|
\usepackage[margin=2cm]{geometry}
|
||||||
%adds newline after paragraph, removes indent
|
%lets us add pics
|
||||||
|
\usepackage{graphicx}
|
||||||
|
% adds newline after paragraph, removes indent
|
||||||
\usepackage{parskip}
|
\usepackage{parskip}
|
||||||
%lets us add pics
|
%lets us add pics
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
26
presentation-template.tex
Normal file
26
presentation-template.tex
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
\documentclass{beamer}
|
||||||
|
%gives us the ability to use colour
|
||||||
|
\usepackage[dvipsnames]{xcolor}
|
||||||
|
%to set margins
|
||||||
|
\usepackage[margin=2cm]{geometry}
|
||||||
|
% adds newline after paragraph, removes indent
|
||||||
|
\usepackage{parskip}
|
||||||
|
%for math typing
|
||||||
|
\usepackage{latexsym, amssymb, amsfonts, mathtools, xfrac}
|
||||||
|
%lets us add pics
|
||||||
|
\usepackage{graphicx}
|
||||||
|
|
||||||
|
\beamertemplatenavigationsymbolsempty
|
||||||
|
|
||||||
|
\title{REPLACE}
|
||||||
|
\author{Gabe Venberg}
|
||||||
|
% \logo{\includegraphics[height=1cm]{REPLACE}}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\frame{\titlepage}
|
||||||
|
\begin{frame}
|
||||||
|
\begin{itemize}
|
||||||
|
\item
|
||||||
|
\end{itemize}
|
||||||
|
\end{frame}
|
||||||
|
\end{document}
|
Loading…
Reference in a new issue