Você está na página 1de 6

Review

I multicolumns
I the .aux file
LATEX Seminar: Summer Semester, 2009 I BibTEX
I bibliography styles
I database entry types, entry ids, and fields; especially name
Clifford E. Weil1 fields
I long documents
1 Departmentof Mathematics
Michigan State University
I root source file, include and includeonly
East Lansing, MI USA I table of contents, list of tables, and list of figures
weil@math.msu.edu I index
I LR boxes
June 10, 2009

The picinpar Package The window Example


This package permits the insertion of a “window” in a paragraph Nonlinear partial differential equations usually appears in various
with the use of the window environment. It has one mandatory fields of chemistry, physics, biology, mathematics and engineering.
argument which, contrary to standard practice, is enclosed in However, to find an analytical solutions for nonlinear problems
brackets rather than braces. The argument consists of four is not always easy. Therefore many researchers have recently been
elements separated by commas. They are: the number of the line focused on better and more efficient
in the paragraph where the window is to begin, the location of the solution methods for determining
window in the paragraph, l, c or r, the contents of the window, a solution, exact or approximate,
and any explanatory text about the contents. The to these nonlinear problems. It was
\begin{window} commands occurs at the beginning of the initially asserted The MSU logo by Adomian
paragraph that is to contain the window and the \end{window} that the Adomian Figure 1: MSU Heading. Decomposition
command comes at the end of the paragraph. For example Method is a significant powerful and effective method for solving
\begin{window}[4,c,\includegraphics[width=.4\textwidth] systems of nonlinear partial differential equations which provides
{MSU.pdf},\centerline{The MSU logo}]followed by the text an analytical solution in the form of an infinite power series.
of the paragraph and ending with \end{window} will produce the
next slide.
Paragraph Boxes Frame Boxes and Paragraph Boxes
The command \parbox[pos]{width}{contents} creates a A paragraph box can be placed in a frame box because LATEX treats
paragraph box. The optional argument choices are t, b, c it as a single character.
(default) and determine how the paragraph is aligned with the
baseline of the current line. The box has a width of width and its This paragraph box
height is adjusted to contain all of the contents. For example has option b current line This paragraph box
has option t
This paragraph box is produced by
has option b current line This paragraph box
has option t \fbox{\parbox[b]{.3\textwidth}{This paragraph box has
is produced by option \texttt{b}}} \quad current line \quad
\fbox{\parbox[t]{.3\textwidth}{This paragraph box has
\parbox[b]{.3\textwidth}{This paragraph box has option
option \texttt{t}}}
\texttt{b}} \quad current line \quad
\parbox[t]{.3\textwidth}{This paragraph box has option
\texttt{t}}

The minipage Environment minipage Example


The minipage environment does everything the parbox command Typing
does and more. It can be used in line or in a separate paragraph.
The syntax is \begin{minipage}[b]{.3\textwidth}
\begin{minipage}[pos][height][inner-pos]{width}. This minipage has option \texttt{b}
pos only if used in line; b,t,c(default) \end{minipage}
\quad current line
height for height other than height of contents of the minipage
\begin{minipage}[t]{.3\textwidth}
inner-pos positions text on page if height is specified. This minipage has option \texttt{t}
width width of page. \end{minipage}
The minipage environment permits footnotes and other
constructions not available in the \parbox command. produces
This minipage has
option b current line This minipage has
option t
The letter Document Class The signature Command
The letter document class provides the letter environment and The date is entered automatically, but to eliminate it, type
several commands for preparing letters. It’s particularly well suited \date{}.
for producing several versions of the same letter to different The command \signature{sender signature} can be put in the
recipients from the same sender . Most of the data about the preamble and/or in a letter environment where it would replace
sender is put in the preamble. First \address{sender address} is the one in the preamble. For example
used, with \\ to enter the entire address. For example \signature{Clifford E. Weil\\Professor of Mathematics,
Emeritus} in the preamble would be overridden by
\address{Department of Mathematics\\ \signature{Cliff} in a letter environment.
Michigan State University\\ If no \signature command appears the \name is used in its place.
East Lansing, MI 48824-1027\\USA}

If an envelope is to be produced as well, enter the sender’s name


for it with the command \name{sender name}. For example
\name{Clifford E. Weil}.

The letter Environment More letter Commands


Each letter from the sender is contained in a letter environment After the \opening type the body of the letter. Finish the letter
where additional commands are used. Start with with \closing{sincerely}. For example
\begin{letter}{recipient address}. For example \closing{Sincerely yours,} or \closing{Yours truly,}.
Note that the comma must be included. When the letter is
\begin{letter}{Professor Paul M. Musial\\ typeset, the closing and signature are begun at the middle of the
Department of Mathematics and Computer Science\\ paper. To put them flush with the left margin, put the command
Chicago State University\\9501 S. King Drive\\ \longindentation=0pt in the preamble.
Chicago IL 60628-1698} Other possible commands are \location{room number } and
This address is used for the letter and on the envelope. \telephone{phone number }. For email address or web address
To start the letter type \opening{dear }. For example use the url package. Enter each after the \signature command.
\opening{Dear Professor Musial,} or
\opening{Dear Paul,} or \opening{Dear Colleague,}. This
command can’t be placed in the preamble.
The MSU Theses Class Files The Abstract Document Template
The three theses class files are: msuphdthesis.cls, msumsthesis.cls,
and msumathesis.cls. The can be obtained by clicking %% For the document class use
http://www.math.msu.edu/∼weil/MSU MhD Thesis.zip %\documentclass{msuphdabstract}
%% if you want the document to be called, "A THESIS ..."
http://www.math.msu.edu/∼weil/MSU MS Thesis.zip %% If you prefer it to be called, "A Dissertation", use
http://www.math.msu.edu/∼weil/MSU MA Thesis.zip % \documentclass[d]{msuphdabstract}
respectively. When dearchived each folder contains two class files, \author{} %% Put your name here.
two template files and a ReadMe file. One of the class files \title{} %% Put the title of your thesis/dissertation here.
produces the abstract document that the Graduate School has just \dept{} %% Put the name of your unit (i.e., department or
begun to require and the other class file produces the thesis. The %% division, but not college) here.
PhD version will be used as the example. %% \majorprof{}%%Put the name of your major professor, with
%% title (for example Professor or Dr.), here.
%% Put additional preamble items here.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%% NOTE %%%%%%%%%%%%%%
%% PREPARING A THEIS WITH THIS CLASS FILE DOES NOT %%%
%% GUARANTEE THAT THE GRADUATE SCHOOL WILL APPROVE IT %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

The Remainder of the Abstract Document Template The Thesis Document Template

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% For the document class use


%%%%%%%%%%%%WARNING%%%%%%%%%%%%%%% %\documentclass{msuphdthesis}
%% The Graduate School requires that all text, %% if you want the document to be called, "A THESIS ..."
%% (except subscripts) including %% %% If you prefer it to be called, "A Dissertation", use
%% that in imported graphics files be in 12 point. For that % \documentclass[d]{msuphdthesis}
%% reason it’s recommended %% \usepackage{amsmath,amssymb,amsthm,paralist}
%% that no text be part of any imported files.%% %% Include other packages you wish to use except setspace.
%% That package is loaded automatically.
\begin{document} %% IMPORTANT: Load only those packages you know you will use.
%% Some packages can cause conflicts resulting in improper forma
\makeabstracttitlepage %%This command and the abstract environment \author{} %% Put your name here.
%% will produce the required abstract for Abstracts International. \title{} %% Put the title of your thesis/dissertation here.
\begin{abstract} \dept{} %% Put the name of your unit (i.e., department or divisi
%% Type your abstract here. An abstract is REQUIRED and limited %% Put additional preamble items here.
%% to two pages.
\end{abstract}

\end{document}
The Thesis Document Template Continued The Thesis Document Template Continued

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \addtocounter{page}{1} %%DO NOT REMOVE THE PRECEDING COMMAND.


%%%%%%%%%%%%WARNING%%%%%%%%%%%%%%% %% It is essential for meeting the Graduate School’s formatting
%% The Graduate School requires that all text, %% requirements.
%% (except subscripts) including %% %% If you wish to have a copyright page, remove the % in front
%% that in imported graphics files be in 12 point. For that %% of \begin{copyrt}
%% reason it’s recommended %% %% and remove the % from in front of \end{copyrt}
%% that no text be part of any imported files.%% %\begin{copyrt}
%% Type your copyright statement here. A copyright statement
\begin{document} %% is optional.
%\end{copyrt}
\maketitlepage %% This command will produce the title page of
%% your thesis. %% If you wish to have a dedication remove the % in front of
\begin{abstract} %% \begin{dedication}
%% Type your abstract here. An abstract is REQUIRED and limited %% and remove the % from in front of \end{dedication}
%% to two pages. %\begin{dedication}
\end{abstract} %% Type your dedication here. A dedication is optional.
%\end{dedication}

The Thesis Document Template Continued The Thesis Document Template Continued

\pagestyle{plain} %%DO NOT REMOVE THE PRECEDING COMMAND, %% if your document contains figures ANY OF WHICH ARE IN COLOR
%% even if you don’t include a dedication. %% remove the % from in front of \listoffigurescolor
%% It is essential for meeting the Graduate School’s formatting %\listoffigurescolor
%% requirements.
%% If your document contains tables, remove the % from in front
%% If you wish to have an acknowledgment remove the % in front %\listoftables
%% of \begin{acknowledgment}
%% and remove the % from in front of \end{acknowledgment} \newpage
%\begin{acknowledgment} \setcounter{page}{0}\pagenumbering{arabic}
%% Type your acknowledgment here. An acknowledgment is optional. %% Put the body of your thesis/dissertation here.
%\end{acknowledgment}

\tableofcontents
%% If your document contains figures ALL IN BLACK AND WHITE
%% remove the % from in front of \listoffigures
%\listoffigures
The Thesis Document Template Continued

%%Bibliography

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%IMPORTANT READ CAREFULLY%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%% If you import your bibliography from another file, insert


%% the line \addcontentsline{toc}{chapter}{\altbibname}
%% after the command \begin{thebibliography} in that file.

%% Otherwise enter the bibliography here.


%% replacing the ??? with the appropriate entry.

%% \begin{thebibliography}{???}

%% \end{thebibliography}
\end{document}

Você também pode gostar