Skip to content

Commit

Permalink
Supports pdflatex on SL6
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishna committed Dec 8, 2013
1 parent fb9372a commit 7a15cb3
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Chapter1/chapter1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ \chapter{Getting Started} %Title of the First Chapter
%********************************** %First Section **************************************
\section{What is Loren Ipsum? Title with Math \texorpdfstring{$\sigma$}{[sigma]}} %Section - 1.1

Lorem Ipsum is simply dummy text of the printing and typesetting industry~\cref{section1.3}. Lorem Ipsum~\citep{Aup91} has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum~\citep{AAB95,Con90,LM65}.
Lorem Ipsum is simply dummy text of the printing and typesetting industry (see Section~\ref{section1.3}). Lorem Ipsum~\citep{Aup91} has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum~\citep{AAB95,Con90,LM65}.

The most famous equation in the world: $E^2 = (m_0c^2)^2 + (pc)^2$, which is known as the \textbf{energy-mass-momentum} relation as an in-line equation.

Expand Down
6 changes: 4 additions & 2 deletions Chapter2/chapter2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ \chapter{My Second Chapter}

\section[Short title]{Reasonably Long Section Title}

The SI Units for dynamic viscosity is \si{\newton\second\per\metre\squared}. I'm going to randomly include a picture~\cref{fig:minion}.
% Uncomment this line, when you have siunitx package loaded.
%The SI Units for dynamic viscosity is \si{\newton\second\per\metre\squared}.
I'm going to randomly include a picture Figure~\ref{fig:minion}.


If you have trouble viewing this document contact Krishna \href{mailto:[email protected]}{[email protected]}.
Expand Down Expand Up @@ -72,7 +74,7 @@ \section*{description}
\begin{landscape}

\section*{Subplots}
I can cite Wall-E (see ~\cref{fig:WallE}) and Minions in despicable me (~\cref{fig:Minnion}) or I can cite the whole figure as ~\cref{fig:animations}
I can cite Wall-E (see Fig.~\ref{fig:WallE}) and Minions in despicable me (Fig.~\ref{fig:Minnion}) or I can cite the whole figure as Fig.~\ref{fig:animations}


\begin{figure}
Expand Down
2 changes: 1 addition & 1 deletion Chapter3/chapter3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ \subsubsection{Second subsub section in the third subsection}
\section{Second Section of the Third Chapter}
and here I write more \dots

Now we can refer to the table using~\cref{t:borders}.
Now we can refer to the table using Table.~\ref{t:borders}.
\begin{table}[h]
\caption{Table with Borders}
\centering
Expand Down
8 changes: 4 additions & 4 deletions Preamble/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
% *****************************************************************************
% *************************** Bibliography and References ********************

\usepackage{cleveref} %Referencing without need to explicitly state fig /table
%\usepackage{cleveref} %Referencing without need to explicitly state fig /table

% Add `custombib' in the document class option to use this section
\ifsetBib % True, Bibliography option is chosen in class options
Expand All @@ -49,8 +49,8 @@
%% Captions: This makes captions of figures use a boldfaced small font.
%\RequirePackage[small,bf]{caption}

\RequirePackage[figurename=Fig.,labelsep=space,tableposition=top]{caption}

\RequirePackage[labelsep=space,tableposition=top]{caption}
\renewcommand{\figurename}{Fig.} %to support older versions of captions.sty

% ************************ Formatting / Footnote *******************************
%\usepackage[perpage]{footmisc} %Range of footnote options
Expand Down Expand Up @@ -79,7 +79,7 @@
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{siunitx}
%\usepackage{siunitx} % use this package module for SI units


% ******************************************************************************
Expand Down
Binary file removed thesis.dvi
Binary file not shown.
Binary file modified thesis.pdf
Binary file not shown.
Binary file removed thesis.ps
Binary file not shown.

0 comments on commit 7a15cb3

Please sign in to comment.