diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-10 21:31:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-10 21:31:55 +0000 |
commit | 4bedf8053067f3211ee912a487ee5d03c1f43971 (patch) | |
tree | 47af90a4123b1ecf73dcc7d722f6db591f4dcefe /Master/texmf-dist/doc/latex/msu-thesis/samples | |
parent | 880ed92665fb54066cc81173fb63170c174d0e12 (diff) |
msu-thesis (10may16)
git-svn-id: svn://tug.org/texlive/trunk@41013 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/msu-thesis/samples')
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.pdf | bin | 28809 -> 28855 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.tex | 22 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf | bin | 79413 -> 76856 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex | 61 |
4 files changed, 57 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.pdf b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.pdf Binary files differindex a83cd3722be..0240cc97fd4 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.pdf +++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.pdf diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.tex b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.tex index e9bbaf44011..7f020f9745d 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.tex +++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-template.tex @@ -45,7 +45,7 @@ \title{The syntax and semantics of phonology} \author{Joe Linguist} \fieldofstudy{Linguistics} % This should be in sentence case -\date{2014} +\date{2016} % If you want a dedication page, specify the text of the dedication here and uncomment the next command. % @@ -90,6 +90,7 @@ Your acknowledgements here. \listoffigures % comment this out if you have no figures % % If you have a list of abbreviations/symbols it would go here preceded by a \clearpage +% See the class documentation and the Memoir manual for how to create other lists % \mainmatter % @@ -112,24 +113,31 @@ Your acknowledgements here. % % If you have appendices, they would go here. % Comment these lines out if you don't -% If you have more than one appendix, uncomment the next line and comment out the \appendix line +% If you have more than one appendix, you need to use +% \begin{appendices} +% \chapter{First appendix} +% \chapter{Second appendix} +% \end{appendices} % -%\appendices \appendix -\chapter{Your first appendix} +\chapter{Your appendix} % \backmatter % The next lines add the dots back into the References/Bibliography heading -% of the TOC. Only uncomment this if you need to put the dots back in having -% removed them for Chapter headings. +% of the TOC. Only uncomment this if you need to put the dots back in having removed them for Chapter headings. % %\addtocontents{toc}{% % \protect\renewcommand{\protect\cftchapterdotsep} {\cftdotsep}} % -\makebibliographycover % make the bibliography cover page +\makebibliographypage % make the bibliography cover page % Bibliography can be single spaced % \SingleSpacing +% % Your bibliography command here (e.g. \bibliography{your-bib-file}) if using natbib +% +% Remember that although the bibliography is single spaced, there needs to +% be a blank line between entries. This is set by your bibliography package +% If you are using natbib it is \bibsep; if using biblatex it's \bibitemsep \end{document} diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf Binary files differindex b3e42329d52..194f8b008af 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf +++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex index 5f871fdde4d..254e51e977b 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex +++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex @@ -1,7 +1,8 @@ +% !TEX TS-program = pdflatexmk % !BIB TS-program = bibtex \listfiles -\documentclass[lscape,plaintoc]{msu-thesis} +\documentclass[lscape]{msu-thesis} % lscape option is needed for this sample file to show correct placement % of page numbers on landscape pages. If you don't have any landscape pages % in your document, you don't need to load this option. @@ -13,30 +14,35 @@ \author{Joe Linguist} \fieldofstudy{Linguistics} \dedication{This thesis is dedicated to someone.} -\date{2014} - +\date{2016} +\usepackage{listings} \usepackage{lipsum} \usepackage{xcolor} \usepackage{gb4e} -%\usepackage{cgloss} \usepackage{natbib} -\usepackage{hyperref} % not needed but here for testing -%\setlength{\beforechapskip}{-5pt} - +\usepackage[bookmarksopenlevel=2,bookmarks=true]{hyperref} % not needed but here for testing - \counterwithin{exx}{chapter} \bibliographystyle{unified} \singlegloss + % Uncomment the next line for single spaced examples with gb4e %\patchcommand{\exe}{\SingleSpacing}{} +% This code is an example of how to set up a new list of +\newlistof{listoflistings}{lol}{List of Listings} +\newfloat[chapter]{listing}{lol}{Listing} +\newlistentry{listing}{lol}{0} +\renewcommand*{\cftlistingname}{Listing\space} +\renewcommand*{\cftlistingaftersnum}{\msucaptiondelim} +%\captiondelim{:\space} + \begin{document} \frontmatter \maketitlepage \begin{abstract} -\lipsum +\lipsum[1-6] \end{abstract} \clearpage \makecopyrightpage @@ -52,6 +58,8 @@ \listoftables \clearpage \listoffigures +\clearpage +\listoflistings \mainmatter % The next command changes chapters in the TOC to have no dotted leader %\addtocontents{toc}{\protect\renewcommand{\protect\cftchapterdotsep}{\cftnodots}} @@ -152,9 +160,21 @@ Men & Women & Monsters\\ \end{tabular} \caption{Another sample table.} \end{table} +\begin{listing} +\begin{lstlisting} +This is a listing +\end{lstlisting} +\caption{A listing caption} +\end{listing} +\begin{listing} +\begin{lstlisting} +This is another listing +\end{lstlisting} +\caption{Another listing caption} +\end{listing} \lipsum[8] -% Now sample page in landscape (need to use [lscape] option for this) -% First clear the page. Then make the page style {lscape} + Now sample page in landscape (need to use [lscape] option for this) + First clear the page. Then make the page style {lscape} \clearpage\pagestyle{lscape} % Enclose landscape pages in the {landscape} environment. Every page within % this environment will be landscape. There is no need to enclose each individual @@ -190,20 +210,23 @@ A & B & C & D & E & F & G \\ \caption{Some random data that takes up too much room.} \end{table} \end{landscape} -% at the end of the {landscape} environment, make the page style {plain} +%% at the end of the {landscape} environment, make the page style {plain} \pagestyle{plain} % -\appendices % use this if you have more than one appendix -%\appendix % use this if you have only one appendix - +%\begin{appendices} ... \end{appendices} +% use this if you have more than one appendix +\clearpage +\appendix % use this if you have only one appendix +%\begin{appendices} \chapter{An appendix} \section{An appendix section} \lipsum[9-15] -\chapter{An second appendix} -\section{An appendix section} -\lipsum[16-17] +%\chapter{An second appendix} +%\section{An appendix section} +%\lipsum[16-17] +%\end{appendices} \backmatter % The next command forces the Bibliography to have a dotted leader % (May not be required) @@ -211,7 +234,7 @@ A & B & C & D & E & F & G \\ \protect\renewcommand{\protect\cftchapterdotsep}{\cftdotsep}} \SingleSpacing % This command creates the cover page for the bibliography -\makebibliographycover +\makebibliographypage \bibliography{MSU-thesis-testfile} \end{document} |