Skip to content

Commit

Permalink
Testing dvi and PS support :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishna Kumar committed Nov 16, 2013
1 parent 44f760d commit b85a0a5
Show file tree
Hide file tree
Showing 6 changed files with 1,876 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@
*.ist
*.ilg
*.ind
*cookie*
thesis.ps
36 changes: 25 additions & 11 deletions Chapter3/chapter3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,46 @@ \chapter{My Third Chapter}

\section{First Section of the Third Chapter}
\markboth{\MakeUppercase{\thechapter. My Third Chapter }}{\thechapter. My Third Chapter}
And now I begin my third chapter here ...
And now I begin my third chapter here \dots

And now to cite some more people~\cite{Rea85,Spi65}

\subsection{first subsection in the First Section}
... and some more
\dots and some more

\subsection{second subsection in the First Section}
... and some more ...
\dots and some more \dots

\subsubsection{first subsub section in the second subsection}
... and some more in the first subsub section otherwise it all looks the same
doesn't it? well we can add some text to it ...
\dots and some more in the first subsub section otherwise it all looks the same
doesn't it? well we can add some text to it \dots

\subsection{third subsection in the First Section}
... and some more ...
\dots and some more \dots

\subsubsection{first subsub section in the third subsection}
... and some more in the first subsub section otherwise it all looks the same
\dots and some more in the first subsub section otherwise it all looks the same
doesn't it? well we can add some text to it and some more and some more and
some more and some more and some more and some more and some more ...
some more and some more and some more and some more and some more \dots

\subsubsection{second subsub section in the third subsection}
... and some more in the first subsub section otherwise it all looks the same
doesn't it? well we can add some text to it ...
\dots and some more in the first subsub section otherwise it all looks the same
doesn't it? well we can add some text to it \dots

\section{Second Section of the Third Chapter}
\markboth{\MakeUppercase{\thechapter. My Third Chapter }}{\thechapter. My Third Chapter}
and here I write more ...
and here I write more \dots

Now we can refer to the table using~\cref{t:borders}.
\begin{table}[h]
\caption{Table with Borders}
\centering
\label{t:borders}
\begin{tabular}{|l|c| r|}

\hline
1 & 2 & 3 \\ \hline
4 & 5 & 6 \\ \hline
7 & 8 & 9 \\ \hline
\end{tabular}
\end{table}
Loading

0 comments on commit b85a0a5

Please sign in to comment.