Fonts & Character SetsSet Font in Text before main Body

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
jggalbra
Posts: 3
Joined: Thu Jul 21, 2011 3:44 am

Set Font in Text before main Body

Post by jggalbra »

Hello,

I am not a very experienced user of LaTeX, but I am attempting to finish my thesis. The template I am using sets the font to be times. The style file contains a bunch of packages and then some commands to create a title page and signature page. I need it to have the same font (times) as the rest of my thesis. How do I set the font for these pages? Thanks.

This is part of the title page:

Code: Select all

\begin{center}
\textsf{A THESIS\\
Submitted in partial fulfillment of the	requirements\\
for the degree of\\
MASTER OF SCIENCE\\ 
\ifx\@program\@empty
  \ifx\@dept\@empty
  \else
     \uppercase\expandafter{\@dept}
  \fi
\else
  \uppercase\expandafter{\@program}
\fi
}
\end{center}
 
%	\vspace*{0.20in}

\begin{center}
\textsf{\@univ\\
\@year\ }
\end{center}

\vfill

\begin{center}
\textsf{\copyright\ \expandafter{\@year\ } 
\expandafter{\@thesisauthor\ }}
\end{center}

\newpage
}
Last edited by Stefan Kottwitz on Wed Aug 10, 2011 9:07 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Re: Set Font in Text before main Body

Post by Stefan Kottwitz »

Hi,

for using times, remove the \textsf commands in those macros or replace them by \textrm.

Stefan
LaTeX.org admin
Post Reply