-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.tex
More file actions
95 lines (82 loc) · 2.26 KB
/
Copy pathexample.tex
File metadata and controls
95 lines (82 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
%%
%% This is file `example.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% ukydissertation.dtx (with options: `example')
%%
%% This is a generated file.
%%
%% Copyright (C) 2015 by Grady Weyenberg <grady.weyenberg@uky.edu>.
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.2 of this license
%% or (at your option) any later version. The latest version of this
%% license is in:
%%
%% http://www.latex-project.org/lppl.txt
%%
%% and version 1.2 or later is part of all distributions of LaTeX version
%% 1999/12/01 or later.
%%
\documentclass[endorse]{ukydissertation}
%%%[...load your packages...]%%
\usepackage{lipsum}
\usepackage{natbib}
\usepackage[numbered,open,openlevel=0]{bookmark}
\bibliographystyle{plainnat}
\title{A \textsf{ukydissertation} Example Document}
\author{Jeffrey Lebowsky}
\department{Slack}
\college{College of Theosophy}
\director{J.R ``Bob'' Dobbs}
\dgs{Constance M. Dobbs}
\date{19 Prairial CCXXIII}
\abstract{This is a example of the ukydissertation class.
This class for the \LaTeX{} document system \citep{latex}
produces a pdf file conforming to the style guidelines of
the \citet{ukdiss}.}
\keywords{U of Kentucky, dissertation, latex, documentclass, example}
\dedication{Dedicated to the Flying Spagetti Monster.}
\acknowledgements{\lipsum[1-3]}
\begin{document}
\makefrontmatter
\chapter{The First Chapter}
\lipsum[4-10]
\begin{figure}
\centering
\framebox[3in][c]{The First Figure}
\caption[A name for the ToC]{A caption for the first figure.}
\label{fig:numberone}
\end{figure}
\section[A Shorter Title for ToC]
{The First Subsection Has A Long Title}
\lipsum[11]
\begin{table}
\caption[A Short Table Title for the ToC]%
{Tables captions should appear before the beginning of the table.}
\vspace{\baselineskip}\centering
\begin{tabular}{ccc}
\hline
X & Y & Z\\
\hline
1750 & 250 & 56\\
1760 & 218 & 57\\
1770 & 204 & 59\\
\hline
\end{tabular}
\end{table}
\lipsum[12-15]
\backmatter
\chapter{The First Appendix}
\lipsum[16-17]
\section{First Apppendix section}
\lipsum[18-22]
\bibliography{example}
\vita
\lipsum[23-25]
\end{document}
\endinput
%%
%% End of file `example.tex'.