summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-12 10:16:21 -0500
committerSam Anthony <sam@samanthony.xyz>2026-01-12 10:16:21 -0500
commit7e11015d204111a34c71bdd6cacec4ad26beac7c (patch)
treea637d96ed549b5883f0a3fb8d6af087f46da7848
parentdabc9c6e4d2b92d759ecaaca62d4017b39b01414 (diff)
downloadresume-ibmres.zip
ibmresibmres
-rw-r--r--ibmres/ibmres.sty317
-rw-r--r--ibmres/resume.tex167
2 files changed, 484 insertions, 0 deletions
diff --git a/ibmres/ibmres.sty b/ibmres/ibmres.sty
new file mode 100644
index 0000000..def3d62
--- /dev/null
+++ b/ibmres/ibmres.sty
@@ -0,0 +1,317 @@
+% 10/08/93 %
+% IBM resume style file, /pub/ibmres-tex/ibmres.sty %
+% George B. Leeman, Jr., leeman@watson.ibm.com. %
+% Please read /pub/README.FTP on software.watson.ibm.com before using %
+% this file. Documentation for using this file is in %
+% /pub/ibmres-tex/ibmres.ltx. %
+%=======================================================================%
+% The next 140 lines are the RESUME.STY file of Stephen Gildea, with %
+% enhancements by Jerry Leichter and George B. Leeman, Jr. %
+ % This style option is designed to work with the article document
+ % style of LaTeX version 2.09. Use
+ % \documentstyle[resume]{article}
+
+ % Copyright (c) 1987 by Stephen Gildea
+ % Permission to copy all or part of this work is granted, provided
+ % that the copies are not made or distributed for resale, and that
+ % the copyright notice and this notice are retained.
+ %
+ % THIS WORK IS PROVIDED ON AN "AS IS" BASIS. THE AUTHOR PROVIDES NO
+ % WARRANTY WHATSOEVER, EITHER EXPRESS OR IMPLIED, REGARDING THE WORK,
+ % INCLUDING WARRANTIES WITH RESPECT TO ITS MERCHANTABILITY OR FITNESS
+ % FOR ANY PARTICULAR PURPOSE.
+
+ % If you make any improvements, I'd like to hear about them.
+
+ % Stephen Gildea
+ % MIT Earth Resources Lab
+ % Cambridge, Mass. 02139
+ % mit-erl!gildea
+ % gildea@erl.mit.edu
+
+ % 23 May 87 version 1
+ % 08 Jun 88 center single \address lines
+ % 02 Sep 88 enhancement to \employer from Jerry Leichter
+ % LEICHTER-JERRY@cs.yale.edu or <LEICHTER@Venus.YCC.Yale.Edu>
+ % 08 Mar 89 allow \\ in \sectiontitle to make multi-line titles
+
+ \topmargin 0pt
+ \headheight 0pt
+ \headsep 0pt
+ \textheight 9.0in
+ \pagestyle{empty}
+ \parindent 0pt
+ \parskip \baselineskip
+ \topmargin 0in
+ \oddsidemargin -0.1in % was 0in
+ \evensidemargin 0in
+ \textwidth 6.55in % was 6.5in
+
+ \setcounter{secnumdepth}{0}
+
+ % use this to print your name at the top of the page
+ \def\name#1{{\large\bf\centering#1\\[2\baselineskip]}\ignorespaces}
+
+ % one address
+ \def\address#1{{\centering #1\par}}
+
+ % two addresses (say, home and work). They get printed side by side
+\def\addresses#1#2{\hbox to \hsize{\@tablebox{#1}\hfil\@tablebox{#2}}}
+
+ % CC: [t] stands for align on top row; {@{}l@{}} indicates
+ % that there is one entry that should be aligned to the left and
+ % surrounded by two blank spaces.
+ % Another example is in ieeeconf.sty, where we have
+ % \def\author#1#2{\begin{tabular}[t]{c@{\extracolsep{8em}}c}#1&#2\end{tabular}}
+ \def\@tablebox#1{\begin{tabular}[t]{@{}l@{}}#1\end{tabular}}
+
+ % CC: \newbox reserves a register of type box for \@title (p. 244)
+ \newbox\@title
+
+ % Most of the resume goes inside a llist environment. Within it, use
+ % the \sectiontitle{title} command to begin new sections. The title
+ % of the section is put in the left margin. The section text begins
+ % on the next line if the sectiontitle is too long.
+ %
+ % CC: (1) \begin{list}{default_label}{\labelwidth \leftmargin \labelsep
+ % \rightmargin \topsep \parsep \parskip \itemsep \parsep} \item_list
+ % \end{list} are latex commands (see pp.112--115 and p.165--166)
+ % CC: (2) \newenvironment{command_name}[args]{begin_definition}{end_definition}
+ % Modification by George B. Leeman: next line to change left margin width, then
+ % change width accordingly in llist environment. Also add a multiple
+ % line section title (mlsectiontitle) which allows multiple lines
+ % inside items, formatting them to the proper width.
+ \newlength\leftmarginwidth \setlength\leftmarginwidth{1 in}
+ \newenvironment{llist}{%
+%\begin{list}{}{\setlength\labelwidth{1in}%
+ \begin{list}{}{\setlength\labelwidth{\the\leftmarginwidth}%
+ \setlength\leftmargin{\labelwidth}
+ \addtolength\leftmargin{\labelsep}
+ \itemsep 5pt plus 2pt minus 2pt
+ \parsep 10pt plus 2pt minus 2pt
+ %
+ % Set the depth of the title to 0 in case more than one line.
+ % CC: \copy<register> produces a copy of box register <register>.
+ % This command is useful when you want to retrieve the contents of a box
+ % but don't want to destroy the contents.
+ \def\sectiontitle##1{\setbox\@title=\hbox{{\bf\@tablebox{##1}}}\dp\@title=0pt
+ \item[\copy\@title]%
+ % If the title takes more lines than the body, you lose.
+ % \ifdim\wd\@title>\labelwidth \leavevmode \\* \else \fi}
+ % CC: Because for sectiontitiles with \wd\@title>\labelwidth, we always
+ % have \item following them, we do not need an extra line
+ \ifdim\wd\@title>\labelwidth \leavevmode \else \fi} %end of sectiontitle
+% \def\mlsectiontitle##1{\setbox\@title=\hbox{\@tablebox{##1}}\dp\@title=0 pt
+% \item[\copy\@title]}
+ \def\mlsectiontitle##1{\setbox\@title=\hbox{\@tablebox{
+ \parbox[t]{\leftmarginwidth}{\raggedright##1}}}\dp\@title=0 pt
+ \item[\copy\@title]}
+ \def\makelabel##1{##1\hfill} } }{\end{list}}
+
+ % like itemize but bullets are at the left margin
+ \newenvironment{items}{%
+ \begin{list}{$\bullet$}{\setlength\labelwidth{.5em}\setlength\leftmargin{1em}
+ % CC: new formats added by me :-)
+ \parsep 0pt \parskip 0pt \topsep 1pt %\partopsep -2pt
+ \def\makelabel##1{##1\hfill}}}{\end{list}}
+
+ % Use the \employer and \location commands to print the names and
+ % cities of your employers.
+ % \employer always starts a new paragraph, and should be followed by
+ % \location, because no \par after \employer
+ %
+ % \employer* is like \employer but is used for additional information
+ % about the employer. It does NOT start a new paragraph, must
+ % NOT be followed by \location, and always forces a new line after itself.
+ \def\employer{\@ifstar{\@semployer}{\@employer}}
+ %\def\@employer#1{\par{\sc #1}}
+ \def\@employer#1{{\sc #1}}
+ \def\@semployer#1{{\sc #1}\\}
+ % CC: used when the next environment is \begin{items} \end{items}
+ \def\lastemployer#1{{\sc #1}}
+
+ % The location is always flush right. It is moved to the next
+ % line if there is not room left on this one.
+ % See the TeXbook Chapter 14.
+ % CC: \penalty<number> produces a penality item. A penality of 10000
+ % discourages (prevents) a break, while a penality of -10000 forces
+ % a break. \finalhyphendemerits<number>: increasing <number> has
+ % the effect of discouraging TEX from ending the nect ot the last line
+ % with a hyphen.
+ \def\location#1{{\unskip\nobreak\hfill\penalty50\hskip2em
+ \hbox{}\nobreak\hfill \hbox{#1}\finalhyphendemerits=0 \\}}
+
+ % This prints the date flush left.
+ % The major shortcoming of this file:
+ % There needs to be an option to print the date in the left margin,
+ % because many people like to do it that way.
+% \def\dates#1{#1\\[2pt]}
+% End of RESUME.STY file. %
+%=======================================================================%
+% Additions by George B. Leeman, Jr., October 22, 1992. %
+% %
+% New ifs, boxes, dimens, lengths, tokens. %
+\newif\if@nocoverletter
+\newbox\@onebox
+\newbox\@oneline
+\newdimen\@closingwidth
+\newdimen\@iwidth
+\newdimen\@longindentation
+\newdimen\@remainder
+\newlength{\@fwidth}
+\newlength{\@oneaddresssize}
+\newlength{\@twoaddresssize}
+\newtoks\@tempone
+\newtoks\@temptwo
+% Macro definitions, in alphabetical order. %
+\def\abstracts#1{\newpage\pagestyle{empty}%
+ \centerline{{\bf Selected Abstracts}}\vskip 5 ex}
+\long\def\@append#1\to#2{\@tempone=\expandafter{#1}\@temptwo=\expandafter{#2}%
+ \edef#2{\the\@temptwo\the\@tempone}}
+\def\availabledate#1{\hbox to \hsize{\@tablebox{{\bf Present Status: }%
+ \@presentstatustext\\{\bf Type of Position Desired: }%
+ \@typeofpositiondesiredtext}\hfil
+ \@tablebox{{\bf Immigration Status: }\@immigrationstatustext\\%
+ {\bf Available Date: }#1}}\ignorespaces}
+\def\cc#1{\if@nocoverletter\relax\else\@docc{#1}\fi\ignorespaces}
+\def\closing#1{\if@nocoverletter\relax\else\@setclosing#1\0\fi}
+\def\coverletter#1{\end{llist}\@ifnull{#1}\@nocoverlettertrue
+ \else\def\@returnaddress{{\ignorespaces#1}}\@makeuniv#1\\\0\fi}
+\def\degree#1{\def\@degreetext{\ignorespaces#1}}
+\def\degreeyear0#1{\ignorespaces}
+\def\discipline0#1{\ignorespaces}
+\def\@docc#1{\@ifnull{#1}\relax\else\par\noindent\parbox[t]{\textwidth}%
+ {\@hangfrom{\rm cc: }\ignorespaces #1\strut}\par\fi}
+\def\@doencl#1{\@ifnull{#1}\relax\else\par\noindent\parbox[t]{\textwidth}%
+ {\@hangfrom{\rm encl: }\ignorespaces #1\strut}\par\fi}
+\def\education{\sectiontitle{Education}}
+\def\email#1{\def\emailtext{}\@ifnull{#1}\relax\else\def\emailtext{\\#1}\fi
+ \ignorespaces}
+\def\employerspecificdata#1{\@ifnull{#1}\relax
+ \else{\hbox to \hsize{\@tablebox{{\bf \@employerspecifictext: }#1}}}\fi
+ \ignorespaces}
+\def\employerspecifictitle#1{\@ifnull{#1}\relax
+ \else\def\@employerspecifictext{\ignorespaces#1}\fi\ignorespaces}
+\def\employment{\sectiontitle{Employment}}
+\def\encl#1{\if@nocoverletter\relax\else\@doencl{#1}\fi}
+\def\gpa#1{\@ifnull{#1}\def\@gpatext{ {\em no GPA.}}%
+ \else\def\@gpatext{ {\em GPA: }\ignorespaces#1}\fi}
+\def\highestdegree0#1{\ignorespaces}
+\def\homeaddressandphone#1{\@newsize\@twoaddresssize{\bf Home Address}\\#1\\\0%
+ \def\saveaddress{}\@setlineend\saveaddress{\bf Home Address}\\#1\\\0%
+ \addresses{\saveworkaddress}%
+ {\parbox[t]{\@fwidth}{\raggedright\saveaddress}}%
+ \vskip 4 ex\ignorespaces}
+\def\honors#1{\sectiontitle{Honors}#1\par}
+\def\@ifnull#1{\def\temp{#1}\ifx\temp\empty}
+\def\immigrationstatus#1{\def\@immigrationstatustext{\ignorespaces#1}%
+ \ignorespaces}
+\long\def\letterbody#1{\if@nocoverletter\relax\else#1\par\fi}
+\def\letterlabel{\if@nocoverletter\ignorespaces
+ \else\newpage\thispagestyle{empty}\hbox{\vrule\vbox{\hrule\kern6truept
+ \hbox{\kern6truept\vbox to 2truein{\hsize=\@longindentation
+ {\smallheadfont\baselineskip9truept\@savename\\\@returnaddress\par}
+ \vfill\moveright 2truein\vbox{\raggedright\hsize=\@longindentation
+ \everypar{\hangindent 1 em}\rm\@receiveraddress}\vfill}%
+ \kern6truept}\kern6truept\hrule}\vrule}
+ \setcounter{page}{0}\newpage\fi}
+\def\@makeletterhead{\setcounter{page}{0}\newpage
+ \setlength{\textwidth}{6.25 truein}\hsize=6.25 truein
+ \def\ps@empty{\let\@mkboth\@gobbletwo\def\@oddhead{}\def\@oddfoot{}%
+ \def\@evenhead{}\def\@evenfoot{}\headsep 0 pt\headheight 0 pt
+ \textheight 9 in}%
+ \parindent=0 pt\parskip=0 pt\headsep 6 ex\headheight 12 pt
+ \addtolength{\textheight}{-6 ex}\addtolength{\textheight}{-12 pt}\raggedbottom
+ \interlinepenalty=1000 \pagestyle{myheadings}%
+ \markright{{\rm To: \@savereceiver\hfill\today\hfill Page }}%
+ \@longindentation=4 truein\@remainder=2.25 truein\thispagestyle{empty}
+ \font\smallheadfont=cmr8 at 8 truept\font\largeheadfont=cmr10 at 14.4 truept
+ \hbox{\largeheadfont\@saveuniversity\hfil}\hbox{\smallheadfont\@secondline}%
+ \vskip 2 truept\hrule\vskip 4 truept\hspace*{\@longindentation}%
+ \parbox{\@remainder}{\baselineskip 9 truept\smallheadfont\@sendingaddress\par}
+ \par\vspace{\bigskipamount}\vspace{\bigskipamount}\hspace*{\@longindentation}%
+ \rm\today\par\vspace{\bigskipamount}\@receiveraddress\par
+ \vspace{\bigskipamount}}
+\def\@makename#1\\#2\0{\def\@savename{{\ignorespaces#1}}}
+\def\@makereceiver#1\\#2\0{\def\@savereceiver{{\ignorespaces#1}}}
+\def\@makeuniv#1\\#2\0{\def\@saveuniversity{{\ignorespaces#1}}\@setsecond#2\\\0}
+\def\miscellaneous#1{\sectiontitle{Miscellaneous}#1\par}
+\def\@newsize#1#2\\#3\0{\@iwidth=#1\advance\@iwidth by -1 em
+ \global\setbox\@onebox
+ \vbox{\hsize=#1\parshape=2 0 pt #1 0 pt\the\@iwidth\raggedright#2\par}%
+ \loop
+ \global\setbox\@onebox
+ \vbox{\unvbox\@onebox\global\setbox\@oneline\lastbox\unskip\unpenalty}%
+ \global\setbox\@oneline\hbox{\unhbox\@oneline\unskip}%
+ \global\@iwidth=\wd\@oneline
+ \ifdim\ht\@onebox>0 pt
+ \advance\@iwidth by 1 em
+ \ifdim\@fwidth<\the\@iwidth\global\@fwidth=\the\@iwidth\fi
+ \repeat
+ \ifdim\@fwidth<\the\@iwidth\global\@fwidth=\the\@iwidth\fi
+ \@ifnull{#3}\relax\else\@newsize\@twoaddresssize#3\0\fi}
+\def\objective#1{\begin{llist}\sectiontitle{Objective}#1\par}
+\def\oneaddressandphone#1{\@newsize\@oneaddresssize#1\emailtext\\\0%
+ \def\saveaddress{}\@setlineend\saveaddress#1\emailtext\\\0%
+ \def\addressbox{\raggedright\saveaddress}%
+ \address{\parbox[t]{\@fwidth}{\addressbox}}\vskip 5 ex}
+\def\outof#1{\@ifnull{#1}\def\@outoftext{}
+ \else\def\@outoftext{ out of \ignorespaces#1.}\fi\@degreetext\@gpatext
+ \@outoftext\par}
+\def\place{\employer}
+\def\preferredtitle0#1{\ignorespaces}
+\def\presentstatus#1{\def\@presentstatustext{\ignorespaces#1}\ignorespaces}
+\def\ps#1{\if@nocoverletter\relax\else\ignorespaces#1\par\@startbreaks\fi
+ \ignorespaces}
+\def\publications#1{\sectiontitle{Publications}#1\par}
+\def\@receiveraddress{}
+\def\recipient#1{\if@nocoverletter\relax
+ \else\def\@receiveraddress{\ignorespaces#1}\@makereceiver#1\\\0\@makeletterhead
+ \fi}
+\def\referenceemail#1{\@reftext\@ifnull{#1}\else{ \em Email: }#1\fi\par}
+\def\referencename#1{\def\@reftext{\ignorespaces#1}}
+\def\references{\sectiontitle{References}}
+\def\@returnaddress{}
+\def\rightlines#1{\if@nocoverletter\relax\else\def\@sendingaddress
+ {\ignorespaces#1}\@makename#1\\\0\fi}
+\def\@savename{}
+\def\@savereceiver{}
+\def\@saveuniversity{}
+\def\school0#1{\ignorespaces}
+\def\@secondline{}
+\def\@sendingaddress{}
+\long\def\@setclosing#1\\#2\0{\par\nobreak\bigskip\@stopbreaks\noindent
+ \hspace*{\@longindentation}\@closingwidth=\textwidth
+ \advance\@closingwidth -\@longindentation
+ \parbox{\@closingwidth}{\raggedright\ignorespaces #1\\[6\medskipamount]
+ #2\strut}\par}
+\def\@setcommas#1\\#2\0{\@ifnull{#1}\relax
+ \else\@append{, {\ignorespaces #1}}\to\@secondline\@setcommas#2\0\fi}
+\long\def\@setlineend#1#2\\#3\0{%
+ \@append{{\ignorespaces#2}\hangindent=1 em \par}\to#1%
+ \@ifnull{#3}\relax\else\@setlineend#1#3\0\fi}
+\def\@setsecond#1\\#2\0{\@ifnull{#1}\relax
+ \else\def\@secondline{\ignorespaces #1}\@setcommas#2\\\0\fi}
+\def\skills#1{\sectiontitle{Skills}#1\par}
+\def\@startbreaks{\let\\=\@normalcr\interlinepenalty 200
+ \def\par{\@@par\penalty 200 \relax}}
+\def\@stopbreaks{\interlinepenalty \@M \def\par{\@@par\nobreak}\let\\=\@nobreakcr
+ \let\vspace\@nobreakvspace}
+\long\def\text#1{\ignorespaces#1\par}
+\def\typeofpositiondesired#1{\def\@typeofpositiondesiredtext{\ignorespaces#1}%
+ \ignorespaces}
+\def\when#1{\mlsectiontitle{#1}}
+\def\workaddressandphone#1{\def\workaddress{}%
+% \@setlineend\workaddress{\bf Work Address}\\#1\emailtext\\\0\noindent
+ \@setlineend\workaddress{\bf Work Address}\\#1\emailtext\\\0%
+ \def\saveworkaddress{{\parbox[t]{\@twoaddresssize}{\raggedright\workaddress}}}%
+ \ignorespaces}
+% Initialize various dimensions.
+\setlength{\@oneaddresssize}{\textwidth}
+\addtolength{\@oneaddresssize}{-2 in}
+\setlength{\@twoaddresssize}{\textwidth}
+\addtolength{\@twoaddresssize}{-1 in}
+\addtolength{\@twoaddresssize}{-0.5 \@twoaddresssize}
+\setlength{\@fwidth}{-1 pt}
+\settowidth{\leftmarginwidth}{\bf Miscellaneous}
+\addtolength{\leftmarginwidth}{1 em}
diff --git a/ibmres/resume.tex b/ibmres/resume.tex
new file mode 100644
index 0000000..cc5280e
--- /dev/null
+++ b/ibmres/resume.tex
@@ -0,0 +1,167 @@
+\documentstyle[12pt,ibmres]{article}
+
+\begin{document}
+
+\name{Sam Anthony}
+\preferredtitle0{Mr. Anthony}
+\school0{Concordia University}
+\email{sam@samanthony.xyz}
+\discipline0{computer science}
+\highestdegree0{BCompSc}
+\degreeyear0{2026}
+\oneaddressandphone{
+101 3e Avenue\\
+Verdun QC, H4G 2X1\\
+Canada\\
+(709) 746--7582
+}
+\presentstatus{BS student}
+\immigrationstatus{Canadian citizen}
+\typeofpositiondesired{Permanent}
+\availabledate{Present}
+\employerspecifictitle{}
+\employerspecificdata{}
+\objective{To obtain a software development position.}
+
+
+\education{}
+
+\when{June 2026}
+\place{Concordia University}
+\location{Montréal, QC}
+\degree{Bachelor of Computer Science.}
+\gpa{4.01}
+\outof{4.30}
+
+
+\employment{}
+
+\when{Summer 2025}
+\place{C-Core}
+\location{St. John's, NL}
+\text{TODO}
+
+\when{Summers, 2021, 2023}
+\place{WheelTec}
+\location{St. John's, NL}
+\text{Repairing alloy wheels, mounting and dismounting tires, balancing wheels \& tires, painting, media blasting.}
+
+
+\skills{}
+\text{
+ Programming in Ada, C, C++, Go, Java, Python.
+
+ Embedded systems design and programming with PIC, STM32, ESP32 microcontrollers, Zynq 7000 SoC, FreeRTOS, state machines.
+
+ Concurrent programming with threads, Open MPI, Go, Ada, FreeRTOS.
+
+ Parallel programming with OpenMP, TBB, OpenCL.
+
+ Networking: TCP/UDP/IP, CAN, RS-485, SPI, I$^2$C.
+}
+
+
+\honors{}
+\text{Dean's list, Concordia University, 2024 and 2025.}
+
+
+\publications{}
+\text{The seventh coefficient of odd symmetric univalent functions,
+G. B. Leeman, Jr.,
+to appear in Duke Mathematical Journal, vol. 43, no. 2, June,
+1973.}
+\text{A new proof for an inequality of Jenkins,
+G. B. Leeman, Jr.,
+Proceedings of the American Mathematical Society, vol. 54, Jan.
+1973, 114--116.}
+\text{The constrained coefficient problem for typically real functions,
+G. B. Leeman, Jr.,
+Transactions of the American Mathematical Society, vol. 186,
+Dec. 1972, 177--189.}
+
+
+\miscellaneous{Member of Board of Directors, Ridgefield Symphony Orchestra,
+Ridgefield, CT.}
+
+\references{}
+\referencename{Peter L. Duren, Professor, The University of Michigan,
+(313) 764-0202.}
+\referenceemail{duren at um.cc.umich.edu}
+\referencename{Bernard A. Galler, Professor, The University of Michigan,
+(313) 764-5832.}
+\referenceemail{bernard\_a.\_galler at um.cc.umich.edu}
+\referencename{Maxwell O. Reade, Professor, The University of Michigan,
+(313) 764-7227.}
+\referenceemail{}
+
+
+\coverletter{
+The University of Michigan\\
+Department of Electrical Engineering and Computer Science\\
+1301 Beal Avenue\\
+Ann Arbor, MI 48109-2122
+}
+\rightlines{
+George B. Leeman, Jr.\\
+leeman at um.cc.umich.edu\\
+(313) 764-8504
+}
+\recipient{
+Manager, PhD Recruiting\\
+IBM Thomas J. Watson Research Center\\
+P. O. Box 218\\
+Yorktown Heights, New York 10598
+}
+\letterbody{
+Dear Sir:
+
+\bigskip I would like to apply for a position in the research and development
+divisions of your corporation. I have included a resume and a few abstracts
+from some of my published papers.
+
+\bigskip I can be reached at the number shown above every afternoon from
+1:00 P.M. to 5:00 P.M. I answer electronic mail throughout each day, including
+weekends.
+
+\bigskip Thank you for your consideration.
+}
+\closing{
+Sincerely yours,\\
+George B. Leeman, Jr.
+}
+\cc{}
+\encl{resume\\selected abstracts}
+\ps{}
+\letterlabel{}
+
+
+\abstracts{}
+\text{
+{\em The seventh coefficient of odd symmetric univalent functions, by
+G. B. Leeman, Jr.}\vskip 3ex
+Let $S_{odd}$ be the collection of all functions $f(z) = z +
+c_3z^3 + c_5z^5 + c_7z^7 + \cdots$ odd, analytic, and one-to-one in the unit
+disk. In 1933 Fekete and Szeg\"o showed that for all $f$ in $S_{odd}$, $|c_5|
+\leq 1/2 + e^{-2/3}$, but no sharp bounds have been found since that time, even
+for the subclass of $S_{odd}$ with real coefficients. In this paper we find the
+sharp bound $|c_7|\leq 1090/1083$ for this subclass, and we identify all
+extremal functions.\vskip 7 ex
+}
+\text{
+{\em A new proof for an inequality of Jenkins, by G. B. Leeman, Jr.}\vskip 3 ex
+A new proof of Jenkins' inequality
+$${\rm Re}(e^{2i\theta}a_3 - e^{2i\theta} a_2^2 - \tau e^{i\theta}a_2) \leq 1 +
+{3\over8} \tau^2 - {1\over4}\tau^2 \log ({\tau\over4}),\ \ 0 \leq \tau \leq 4,$$
+for univalent functions $f(z) = z + \sum_{n=2}^\infty a_n z^n$ is
+presented.\vskip 7 ex
+}
+\text{
+{\em The constrained coefficient problem for typically real functions, by
+G. B. Leeman, Jr.}\vskip 3 ex
+Let $-2 \leq c \leq 2$. In this paper we find the precise upper
+and lower bounds on the $n$th Taylor coefficient $a_n$ of functions $f(z) = z +
+c z^2 + \sum_{k=3}^\infty a_k z^k$ typically real in the unit disk for
+$n=3,4,\cdots \ .$ In addition all the extremal functions are identified.
+}
+
+\end{document}