[Tugindia] thesis help
S. venkataraman
svenkat at ignou.ac.in
Fri Dec 9 05:45:40 CET 2005
-----Original Message-----
From: tugindia-bounces at tug.org [mailto:tugindia-bounces at tug.org] On
Behalf Of Dhiraj Khanna
Sent: Friday, December 09, 2005 9:02 AM
To: tugindia at tug.org
Subject: [Tugindia] thesis help
Thanks Jay,
But how do I position the logo to exactly where I want it?
I want the logo on the first page right below my name and where it says
"Submitted in partial fulfillment..."
The title page is being made by the \maketitle command. I tried
inserting
the logo right after \author{myname}with \begin{figure}[!h] and all
other
combinations too [!],[htbp],[tbp], but no joy.
Help pls.....
_______________________________________________
Home: http://www.tug.org.in/
TeX FAQ: http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia
Hi!
Try the following code:
I have redefined the maketitlecommand.
The logo is included after the comment
`Include logo here'. You can try to change the position.
Don't use figure command here. Latex will not place the
figure at the exact position, but in a position
where it finds convenient.
May be very ugly, but it should work!
%Load the uiucthesis class
\documentclass{uiucthesis}
%Load the graphicx package
\usepackage{graphicx}
\makeatletter
\renewcommand\maketitle{
\if at thesiscrpage
\newpage
\thispagestyle{empty}
\null\vfill
\centerline{\copyrightnotice}%
\vskip 3ex % skip to visually center copyright notice
\vfill
\fi
\newpage
\thispagestyle{empty}%
\enlargethispage{1in}%
\begingroup
\def\baselinestretch{1}
\ifnum \@ptsize=2
\@normalsize
\newcommand{\thesis at small}{\small}
\else
\large
\newcommand{\thesis at small}{\@normalsize}
\fi
\headheight=0pt \headsep=0pt
\topmargin=0in
\@tempdima=\paperwidth
\advance\@tempdima by -\textwidth
\divide\@tempdima by 2
\advance\@tempdima by -1in
\oddsidemargin=\@tempdima
\let\evensidemargin=\oddsidemargin
\newdimen\thesis at dim
\if at edeposit
\thesis at dim=1.25in
\else
\thesis at dim=1.75in
\fi
\if at largecaps
\def\lc at selectfont{\fontshape{lc}\selectfont}%
\else
\def\lc at selectfont{}%
\fi
\begin{center}
\if at edeposit\else
\vbox to 1.25in{}
\fi
\vbox to \thesis at dim{%
{\lc at selectfont\@Utitle}
\if at thesisdraft
\\[12pt]
\draftheader
\fi
\vfil}%
\vbox to 2in{%
{\lc at selectfont BY}\\[12pt]
{\lc at selectfont\@Uauthor}\\[12pt]
\begin{tabular}{c}\@schools\end{tabular}\vfil}%
\vbox to 0.5in{\thesis at volume\vfil}
\vbox to 2.5in{%
{\lc at selectfont \@thesisname}\\[12pt]
%include logo here
\includegraphics{my_logo.eps} \\
Submitted in partial fulfillment of the requirements\\
for the degree of \@degree\ in \@dept\\
in the \@college\ of the\\
University of Illinois at Urbana-Champaign, \@degreeyear\vfil}
\if at edeposit
\vbox to 2.1in{
COMMITTEE ON FINAL EXAMINATION*\\[12pt]
\begin{tabular}{c}\@committee\end{tabular}\vfil}
\hspace*{-\oddsidemargin}\parbox[t]{6.5in}{\thesis at small%
* The Certificate of Committee Approval is not part of
dissertations
deposited electronically through the Graduate College of the
University
of Illinois at Urbana-Champaign. A copy of the original
Certificate of
Committee Approval is permanently archived with the student's
record.}%
\else
\vskip -2ex
Urbana, Illinois
\fi
\end{center}
\newpage
\endgroup
}
\makeatother
\begin{document}%etc
Best regards,
Venkataraman.
More information about the tugindia
mailing list