@@ -33,9 +33,13 @@ It is recommended to take a little time out to learn how to use \LaTeX{} by crea
...
@@ -33,9 +33,13 @@ It is recommended to take a little time out to learn how to use \LaTeX{} by crea
\url{http://www.LaTeXTemplates.com}\\
\url{http://www.LaTeXTemplates.com}\\
Making the effort now means you're not stuck learning the system when what you \emph{really} need to be doing is writing your thesis.
Making the effort now means you're not stuck learning the system when what you \emph{really} need to be doing is writing your thesis.
For best practice information and how to write a large \LaTeX{} document (a~thesis perhaps..?) then an excellent source is \url{https://web.science.mq.edu.au/~rdale/resources/writingnotes/}.
This is a plain to read guide that will cover things you perhaps haven't thought of but probably should.
It will help you to achieve consistency in your \LaTeX{} markup and make sure your documents are well formatted and easy to maintain.
\subsection{A Short Math Guide for \LaTeX{}}
\subsection{A Short Math Guide for \LaTeX{}}
If you are writing a technical or mathematical thesis, then you may want to read the document by the AMS (American Mathematical Society) called, ``enquote{A Short Math Guide for \LaTeX{}''. It can be found online here:
If you are writing a technical or mathematical thesis, then you may want to read the document by the AMS (American Mathematical Society) called, ``{A Short Math Guide for \LaTeX{}''. It can be found online here:
\url{http://www.ams.org/tex/amslatex.html}
\url{http://www.ams.org/tex/amslatex.html}
under the ``Additional Documentation'' section towards the bottom of the page.
under the ``Additional Documentation'' section towards the bottom of the page.
...
@@ -48,22 +52,25 @@ You can use this page as a reference or crib sheet, the symbols are rendered as
...
@@ -48,22 +52,25 @@ You can use this page as a reference or crib sheet, the symbols are rendered as
\section{Prerequisistes}\label{prereq}
\section{Prerequisistes}\label{prereq}
You should have installed a TeX distribution (MiKTeX or TexLive). How to do so can be found by searching the internet.
You should have installed a TeX distribution (MiKTeX or TexLive). How to do so can be found by searching the internet.
A medium install of \href{https://tug.org/texlive/acquire-netinstall.html}{Tex Live} is recommended, see Section~\ref{texlive}. A Full installation is \emph{large} (\textgreater 4.5GB), a medium is about 2GB.
A medium install of \href{https://tug.org/texlive/acquire-netinstall.html}{Tex Live} is recommended, see Section~\ref{texlive}. A Full installation is \emph{large} (\textgreater 4.5GB), a medium is about 2GB.
The configuration of a MiKTeX installation is not documented as it was not tested with this.
\subsection{\LaTeX on Windows}
When runnning the installer select ``Custom Install''. You may need to run the installer as an Administrator (right click\textgreater Run as Administrator).
\subsection{\LaTeX{} on a Mac}
\subsection{\LaTeX{} on a Mac}
The \LaTeX{} distribution is available for many systems including Windows, Linux and Mac OS X. The package for OS X is called MacTeX and it contains all the applications you need -- bundled together and pre-customized.
The \LaTeX{} distribution is available for many systems including Windows, Linux and Mac OS X. The package for OS X is called MacTeX and it contains all the applications you need -- bundled together and pre-customized.
MacTeX includes a custom dedicated \LaTeX{} editor called TeXShop for writing your \verb|.tex| files and BibDesk: a program to manage your references and create your bibliography section just as easily as managing songs and creating playlists in iTunes.
MacTeX includes a custom dedicated \LaTeX{} editor called TeXShop for writing your \verb|.tex| files and BibDesk: a program to manage your references and create your bibliography section just as easily as managing songs and creating playlists in iTunes.
\subsection{TeXlive GUI Installer}\label{texlive}
\subsection{TeXlive GUI Installer (Windows and Unix)}\label{texlive}
The following process can be followed to select the collections required the result of which is shown in Figure~\ref{Figure:texlive_coll}.
The following process can be followed to select the collections required the result of which is shown in Figure~\ref{Figure:texlive_coll}.
\begin{itemize}
\begin{itemize}
\item Choose the scheme when in the installer.
\item You may need to run the installer as an Administrator (right click\textgreater Run as Administrator).
\item Select Scheme-medium. Then choose Installation Collections.
\item When runnning the installer select ``Custom Install''.
\item Remove any languages you do not need.
\item Working top to bottom, Choose the scheme (scheme-medium).\\
\item The installation of ``TeXworks editor'' is optional
\item The installation of ``TeXworks editor'' is optional
\end{itemize}
\end{itemize}
\begin{figure}[!htb]
\begin{figure}[!htb]
...
@@ -72,12 +79,10 @@ The following process can be followed to select the collections required the res
...
@@ -72,12 +79,10 @@ The following process can be followed to select the collections required the res
\caption{Required installation collections in Tex Live Windows/Unix Installer}
\caption{Required installation collections in Tex Live Windows/Unix Installer}
\label{Figure:texlive_coll}
\label{Figure:texlive_coll}
\end{figure}
\end{figure}
Additionally for the copyright statement the ``Droid'' package is needed. It is recommended to install this using the ``Tex Live Manager'' after the main install, The TeX Live Manager is shown in Figure~\ref{Figure:texlive-mgr}.
The ``Droid'' package is needed for the copyright statement. Install this using the ``Tex Live Manager'' after the main install, as shown in Figure~\ref{Figure:texlive-mgr}.
\begin{figure}[!htb]
\begin{figure}[!htb]
\centering
\centering
\includegraphics[width=8cm]{texlive_manager}
\includegraphics[width=7cm]{texlive_manager}
\caption{Required installation collections in Tex Live Windows/Unix Installer}
\caption{Required installation collections in Tex Live Windows/Unix Installer}
\label{Figure:texlive-mgr}
\label{Figure:texlive-mgr}
\end{figure}
\end{figure}
The particular configuration of a MiKTeX installation is not documented as it was not tested with this.