diff options
author | Karl Berry <karl@freefriends.org> | 2018-07-10 21:07:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-07-10 21:07:37 +0000 |
commit | 954fbf16b3f8480fc5ef45d9d9da76d762de2653 (patch) | |
tree | 89a42ccdd9f4fc5750c3341a949117dca37c2a2e /Master/texmf-dist/doc | |
parent | 1060c0ec4ed0c2403d13f6886ff1227c5fd40b5f (diff) |
thesis-gwu (10jul18)
git-svn-id: svn://tug.org/texlive/trunk@48180 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/thesis-gwu/README.md | 26 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/thesis-gwu/tex/manual.tex | 14 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.pdf | bin | 407828 -> 413792 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex | 8 |
4 files changed, 42 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/thesis-gwu/README.md b/Master/texmf-dist/doc/latex/thesis-gwu/README.md index fc67f8e5163..2a61bdbb4c8 100644 --- a/Master/texmf-dist/doc/latex/thesis-gwu/README.md +++ b/Master/texmf-dist/doc/latex/thesis-gwu/README.md @@ -1,6 +1,6 @@ -| Build Status | Latest Release | Version | Last Commit | Activity | CTAN | -| :--------------------------------------: | :--------------------------: | :----: | :------: | :------: | :----: | -| [![Travis][travis_shield]][travis] | [![Github Release][release_shield]][github_release] | [![Github Version][version_shield]][github_version] | [![Github Last Commit][last_commit_shield]][github_last_commit] | [![Github commit activity][activity_shield]][github_activity] | [![CTAN][ctan_shield]][ctan] | +| Build Status | Latest Release | Version | Last Commit | Activity | CTAN | Citation | +| :--------------------------------------: | :--------------------------: | :----: | :------: | :------: | :----: | :-----: | +| [![Travis][travis_shield]][travis] | [![Github Release][release_shield]][github_release] | [![Github Version][version_shield]][github_version] | [![Github Last Commit][last_commit_shield]][github_last_commit] | [![Github commit activity][activity_shield]][github_activity] | [![CTAN][ctan_shield]][ctan] | [![DOI][ doi_shield ]][ doi ] [travis_shield]: https://travis-ci.org/skulumani/thesis-gwu.svg?branch=master [release_shield]: https://img.shields.io/github/release/skulumani/thesis-gwu.svg @@ -8,6 +8,7 @@ [last_commit_shield]: https://img.shields.io/github/last-commit/skulumani/thesis-gwu.svg [activity_shield]: https://img.shields.io/github/commit-activity/y/skulumani/thesis-gwu.svg [ctan_shield]: https://img.shields.io/ctan/v/tex.svg +[doi_shield]: https://zenodo.org/badge/69136100.svg [travis]: https://travis-ci.org/skulumani/thesis-gwu [github_release]: https://github.com/skulumani/thesis-gwu/releases/latest @@ -15,11 +16,13 @@ [github_last_commit]: https://github.com/skulumani/thesis-gwu/commits/master [github_activity]: https://github.com/skulumani/thesis-gwu/graphs/commit-activity [ctan]: https://ctan.org/pkg/thesis-gwu +[doi]: https://zenodo.org/badge/latestdoi/69136100 ## [GWU Thesis](https://skulumani.github.io/2016/10/thesis-gwu) -This is a GWU SEAS thesis template. -It complies with the requirements as laid out by the [ETD](http://library.gwu.edu/etd/formatting-content). +This is a [GWU SEAS](https://library.gwu.edu/seas) thesis template, it conforms to the University and SEAS formatting guidelines as of May 21 2018. + +![screenshot](./doc/etd.png) ### Installing @@ -133,6 +136,19 @@ You can add more packages but be aware that all package interactions **HAVE NOT* There is also some demonstration of typical commands, such as equations, figures, cross-referencing. +## Additional Tips + +You can find some additional tips in [`./doc/tips.md`](./doc/tips.md) + +## Dissertation examples + +If you decide to use this template, feel free to send me an [email](mailto:skulumani@gwu.edu) and I can add your name/link below: + +* [Farshad Nasiri](https://www.linkedin.com/in/farshad-nasiri): The Structure of turbulent a boundary layer along a vertical, surface-piercing flat plate +* [Evan Kaufman](https://www.linkedin.com/in/evan-kaufman-7333b81b) +* [Mahdis Bisheban](https://www.linkedin.com/in/mahdisbisheban) +* [Mohammed Reza Najjari](https://www.linkedin.com/in/mohammad-reza-najjari-249b2b79) + ## Contributing Feel free to contribute any comments/suggestions you may have for this thesis. diff --git a/Master/texmf-dist/doc/latex/thesis-gwu/tex/manual.tex b/Master/texmf-dist/doc/latex/thesis-gwu/tex/manual.tex index ade40a72556..2f51caa0c05 100644 --- a/Master/texmf-dist/doc/latex/thesis-gwu/tex/manual.tex +++ b/Master/texmf-dist/doc/latex/thesis-gwu/tex/manual.tex @@ -244,6 +244,20 @@ The magic of \LaTeX automatically figures out that the previous reference points \caption[Damage report!]{Glad to have a thesis class\label{fig:picard}} \end{figure} +Here's another figure that demonstrates the use of \texttt{tikz} and the externalization library. +\begin{figure} + \centering + \begin{tikzpicture} + \begin{axis}[ + xlabel={$x$}, + ylabel={$y$}, + ] + \addplot {x^2}; + \end{axis} + \end{tikzpicture} + \caption{Externalized\label{fig:tikz}} +\end{figure} + \subsection{Tables}\label{ssec:tables} Here's a table in~\cref{tab:table} diff --git a/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.pdf b/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.pdf Binary files differindex 2f21c973ef9..37164b975fb 100644 --- a/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.pdf +++ b/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.pdf diff --git a/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex b/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex index ab6e14096b7..095679d740b 100644 --- a/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex +++ b/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.tex @@ -1,4 +1,4 @@ -\documentclass[thesis]{thesis-gwu}[2016/09/24] +\documentclass[thesis]{thesis-gwu}[2018/05/21] % this package is only used to generate some random text. % it is not needed in a true document @@ -6,6 +6,12 @@ \input{tex/frontmatter} +% this will speed up your tikz figures by building them once to another directory +\usepackage{pgfplots} +\usepgfplotslibrary{external} +\tikzexternalize +\tikzsetexternalprefix{cache/} + %% DOCUMENT AREA \begin{document} |