summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ucbthesis/example
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-20 22:54:02 +0000
committerKarl Berry <karl@freefriends.org>2019-07-20 22:54:02 +0000
commit6ea85421c7a7509aff90c1ca416e66d58570df82 (patch)
tree0898621f7bbfa9b40ff46f80c75fb4a0f1356aa3 /Master/texmf-dist/doc/latex/ucbthesis/example
parent703a8c748f736f0a88f594aac5371816c446d8b0 (diff)
ucbthesis (21jul19)
git-svn-id: svn://tug.org/texlive/trunk@51690 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ucbthesis/example')
-rw-r--r--Master/texmf-dist/doc/latex/ucbthesis/example/chap1.tex26
-rw-r--r--Master/texmf-dist/doc/latex/ucbthesis/example/thesis.tex15
2 files changed, 32 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/ucbthesis/example/chap1.tex b/Master/texmf-dist/doc/latex/ucbthesis/example/chap1.tex
index 78531b111d1..7f4b6ae41d6 100644
--- a/Master/texmf-dist/doc/latex/ucbthesis/example/chap1.tex
+++ b/Master/texmf-dist/doc/latex/ucbthesis/example/chap1.tex
@@ -55,7 +55,7 @@ borough airline. Salutary. Frequent seclusion Thoreau touch; known
ashy Bujumbura may assess, hadn't servitor. Wash, Doff, Algorithm.
\begin{table}
-\begin{center}
+\centering
\begin{tabular}{|c|c|c|}
\hline
1-2-3 & yes & no \\
@@ -65,7 +65,6 @@ Multiplan & yes & yes \\
Wordstar & no & no \\
\hline
\end{tabular}
-\end{center}
\caption{Pigeonhole sportsman grin historic stockpile.}
\end{table}
Davidson witting and grammatic. Hoofmark and Avogadro ionosphere.
@@ -75,7 +74,7 @@ sportsman grin historic stockpile. Doctrinaire marginalia and art.
Sony tomography.
\begin{table}
-\begin{center}
+\centering
\begin{tabular}{|ccccc|}
\hline
\textbf{Mitre} & \textbf{Enchantress} & \textbf{Hagstrom} &
@@ -89,8 +88,7 @@ Indestructible & Porterhouse & Sofia & Cavalier & Trance \\
Leavenworth & Hidden & Benedictine & Vivacious & Utensil \\
\hline
\end{tabular}
-\end{center}
-\caption{Utensil wallaby Juno titanium.}
+\caption{Utensil wallaby Juno titanium}
\end{table}
Aviv censor seventh, conjugal. Faceplate emittance borough airline.
@@ -122,6 +120,24 @@ borough airline.\cite{fm} Salutary. Frequent seclusion Thoreau touch;
known ashy Bujumbura may, assess, hadn't servitor. Wash, Doff, and
Algorithm.
+\begin{sidewaystable}
+\centering
+\begin{tabular}{|ccccc|}
+\hline
+\textbf{Mitre} & \textbf{Enchantress} & \textbf{Hagstrom} &
+\textbf{Atlantica} & \textbf{Martinez} \\
+\hline
+Arabic & Spicebush & Sapient & Chaos & Conquer \\
+Jail & Syndic & Prevent & Ballerina & Canker \\
+Discovery & Fame & Prognosticate & Corroborate & Bartend \\
+Marquis & Regal & Accusation & Dichotomy & Soprano \\
+Indestructible & Porterhouse & Sofia & Cavalier & Trance \\
+Leavenworth & Hidden & Benedictine & Vivacious & Utensil \\
+\hline
+\end{tabular}
+\caption{Abeam utensil wallaby Juno titanium}
+\end{sidewaystable}
+
\begin{itemize}
\item Davidson witting and grammatic. Jukes foundry mesh sting speak,
Gillespie, Birmingham Bentley. Hedgehog, swollen McGuire; gnat.
diff --git a/Master/texmf-dist/doc/latex/ucbthesis/example/thesis.tex b/Master/texmf-dist/doc/latex/ucbthesis/example/thesis.tex
index ec585d51ef8..f167cfe4119 100644
--- a/Master/texmf-dist/doc/latex/ucbthesis/example/thesis.tex
+++ b/Master/texmf-dist/doc/latex/ucbthesis/example/thesis.tex
@@ -6,6 +6,7 @@
\documentclass{ucbthesis}
\usepackage{biblatex}
+\usepackage{rotating} % provides sidewaystable and sidewaysfigure
% To compile this file, run "latex thesis", then "biber thesis"
% (or "bibtex thesis", if the output from latex asks for that instead),
@@ -19,6 +20,8 @@
% be indented (like the others), then include this line:
% \usepackage{indentfirst}
+\addtolength{\abovecaptionskip}{\baselineskip}
+
\newtheorem{theorem}{Jibberish}
\bibliography{references}
@@ -38,6 +41,10 @@
\chair{Professor Richard Francis Sony}
\othermembers{Professor Roger Spam \\
Associate Professor Michael Chex}
+% For a co-chair who is subordinate to the \chair listed above
+% \cochair{Professor Benedict Francis Pope}
+% For two co-chairs of equal standing (do not use \chair with this one)
+% \cochairs{Professor Richard Francis Sony}{Professor Benedict Francis Pope}
\numberofmembers{3}
% Previous degrees are no longer to be listed on the title page.
% \prevdegrees{B.A. (University of Northern South Dakota at Hoople) 1978 \\
@@ -47,8 +54,8 @@
% \emphasis{Colloidal Telemetry}
% This is optional, and rare
% \jointinstitution{University of Western Maryland}
-% This is optional
-\campus{Berkeley}
+% This is optional (default is Berkeley)
+% \campus{Berkeley}
% For a masters thesis, replace the above \documentclass line with
% \documentclass[masters]{ucbthesis}
@@ -108,9 +115,9 @@ And exposition? Of go. No upstairs do fingering.
\include{chap1}
\include{chap2}
+\printbibliography
+
% \appendix
% \chapter{More Monticello Candidates}
-\printbibliography
-
\end{document}