close
\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsfonts,amsmath,amssymb}
\usepackage[none]{hyphenat}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{float}
\usepackage[nottoc, notoot, notlof]{tocbibind}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyhead[L]{\slshape \MakeUppercase{Place Title Here}}
\fancyhead[R]{\slshape Student Name}
\fancyfoot[C]{\thepage}
%\newcommand{\headrulewidth}{0pt}
\setlength{\parindent}{1cm}
\setlength{\parskip}{1cm}
\renewcommand{\baselinestretch}{1.5}
\begin{document}
\begin{titlepage}
\begin{center}
\vspace*{1cm}
\Large\textbf{IB Mathematic SL}\\
\Large\textbf{Internal Assessment}\\
\vfill
\huge{\textbf{This is a Sample Title}}\\[5mm]
\large{\textbf{- This is a Sample Subtitle -}}\\[5mm]
\vfill
By Student Name\\
Candidate \#10 \\
\today \\
\end{center}
\end{titlepage}
\tableofcontents
\thispagestyle{empty}
\clearpage
\setcounter{page}{1}
\section{Introduction}
Georgia has finished its statewide audit of the razor-thin presidential race\cite{name1}, confirming that President-elect Joe Biden defeated President Donald Trump, according to a news release from the Secretary of State's office(see table \ref{tab:data1}).
\begin{table}[H]
\centering
\begin{tabular}{|c|c|c|c|c|} \hline
$x$ & 0 & 1 & 2 & 3 \\ \hline
$f(x)$ & 0 & 2 & 4 & 6 \\ \hline
\end{tabular}
\caption{f(x)=2x}
\label{tab:data1}
\end{table}
Biden beat Trump by 12,284 votes, according to the final results from the audit. This is a slight drop for Biden compared to the pre-audit results\cite{name2}.
\begin{table}[H]
\centering
\begin{tabular}{|c|c|c|c|c|} \hline
$x$ & 0 & 1 & 2 & 3 \\ \hline
$f(x)$ & 0 & 1 & 4 & 9 \\ \hline
\end{tabular}
\caption{f(x)=x*x}
\label{tab:data2}
\end{table}
Officials have said repeatedly that the audit confirmed there was no widespread fraud or irregularities in the election.\footnote{An example footnote}
\section{MATLAB}
MATLAB® (see figure \ref{fig:matlab})combines a desktop environment tuned for iterative analysis and design processes with a programming language that expresses matrix and array mathematics directly. It includes the Live Editor for creating scripts that combine code, output, and formatted text in an executable notebook.
\begin{figure}
\centering
\includegraphics{C:/Users/fusun/Desktop/latex/matlab.jpg}
\caption{MATLAB logo}
\label{fig:matlab}
\end{figure}
\subsection{Communication}
\subsection{Mathematical Presentation}
\subsection{Personal Engagement}
\subsection{Reflection}
\subsection{Use of Mathematics}
\section{Calculation}
\section{Using \LaTeX\ }
\pagebreak
\begin{thebibliography}{}
\bibitem{name1}
Lastname, Firstname.
\textit{Title of Book}
City of Publication:
Publisher,
Year of Publication.
Medium of Publication.
\bibitem{name2}
Lastname, Firstname.
\textit{Title of Book}
City of Publication:
Publisher,
Year of Publication.
Medium of Publication.
\end{thebibliography}
\end{document}
全站熱搜
留言列表